Uses of Interface
adams.core.option.OptionTraverser
-
Packages that use OptionTraverser Package Description adams.core adams.core.option adams.flow.core adams.flow.source adams.flow.template -
-
Uses of OptionTraverser in adams.core
Classes in adams.core that implement OptionTraverser Modifier and Type Class Description classVariablesFinderOption traverser for locating variables. -
Uses of OptionTraverser in adams.core.option
Subinterfaces of OptionTraverser in adams.core.option Modifier and Type Interface Description interfaceOptionTraverserWithResult<T>Interface for traversers that return a result.Classes in adams.core.option that implement OptionTraverser Modifier and Type Class Description classAbstractOptionTraverserAncestor for option traversers.classAbstractOptionTraverserWithResult<T>Ancestor for option traversers that return a result.classFileListerLists all file objects.classVariableListerLists all variables in the flow.classVariablesInstanceListerLists the hashcodes of the adams.core.Variables objects in use by the adams.core.option.OptionManager objects.static classXhtmlProducer.ActorOptionTraverserMethods in adams.core.option with parameters of type OptionTraverser Modifier and Type Method Description voidOptionManager. traverse(OptionTraverser traverser)Traverses all the options and lets the various options get handled by the supplied object.voidOptionManager. traverse(OptionTraverser traverser, boolean nonAdams)Traverses all the options and lets the various options get handled by the supplied object.protected voidOptionManager. traverse(OptionTraverser traverser, OptionTraversalPath path, boolean nonAdams)Traverses all the options and lets the various options get handled by the supplied object.protected voidOptionManager. traverse(OptionTraverser traverser, OptionTraversalPath path, Object obj)Traverses a non-ADAMS OptionHandler. -
Uses of OptionTraverser in adams.flow.core
Classes in adams.flow.core that implement OptionTraverser Modifier and Type Class Description classActorVariablesFinderLocates variables in actors.classErrorHandlerInstanceListerLists the hashcodes of the adams.flow.core.ErrorHandler objects in use by actors. -
Uses of OptionTraverser in adams.flow.source
Fields in adams.flow.source declared as OptionTraverser Modifier and Type Field Description protected OptionTraverserOptionTraverser. m_Traverserthe option traverser to use.Methods in adams.flow.source that return OptionTraverser Modifier and Type Method Description OptionTraverserOptionTraverser. getTraverser()Returns the traverser to use.Methods in adams.flow.source with parameters of type OptionTraverser Modifier and Type Method Description voidOptionTraverser. setTraverser(OptionTraverser value)Sets the traverser to use. -
Uses of OptionTraverser in adams.flow.template
Fields in adams.flow.template declared as OptionTraverser Modifier and Type Field Description protected OptionTraverserOptionTraverser. m_Traverserthe traverser to use.Methods in adams.flow.template that return OptionTraverser Modifier and Type Method Description OptionTraverserOptionTraverser. getTraverser()Returns the traverser to use.Methods in adams.flow.template with parameters of type OptionTraverser Modifier and Type Method Description voidOptionTraverser. setTraverser(OptionTraverser value)Sets the traverser to use.
-