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 class
VariablesFinder
Option traverser for locating variables. -
Uses of OptionTraverser in adams.core.option
Subinterfaces of OptionTraverser in adams.core.option Modifier and Type Interface Description interface
OptionTraverserWithResult<T>
Interface for traversers that return a result.Classes in adams.core.option that implement OptionTraverser Modifier and Type Class Description class
AbstractOptionTraverser
Ancestor for option traversers.class
AbstractOptionTraverserWithResult<T>
Ancestor for option traversers that return a result.class
FileLister
Lists all file objects.class
VariableLister
Lists all variables in the flow.class
VariablesInstanceLister
Lists the hashcodes of the adams.core.Variables objects in use by the adams.core.option.OptionManager objects.static class
XhtmlProducer.ActorOptionTraverser
Methods in adams.core.option with parameters of type OptionTraverser Modifier and Type Method Description void
OptionManager. traverse(OptionTraverser traverser)
Traverses all the options and lets the various options get handled by the supplied object.void
OptionManager. traverse(OptionTraverser traverser, boolean nonAdams)
Traverses all the options and lets the various options get handled by the supplied object.protected void
OptionManager. traverse(OptionTraverser traverser, OptionTraversalPath path, boolean nonAdams)
Traverses all the options and lets the various options get handled by the supplied object.protected void
OptionManager. 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 class
ActorVariablesFinder
Locates variables in actors.class
ErrorHandlerInstanceLister
Lists 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 OptionTraverser
OptionTraverser. m_Traverser
the option traverser to use.Methods in adams.flow.source that return OptionTraverser Modifier and Type Method Description OptionTraverser
OptionTraverser. getTraverser()
Returns the traverser to use.Methods in adams.flow.source with parameters of type OptionTraverser Modifier and Type Method Description void
OptionTraverser. 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 OptionTraverser
OptionTraverser. m_Traverser
the traverser to use.Methods in adams.flow.template that return OptionTraverser Modifier and Type Method Description OptionTraverser
OptionTraverser. getTraverser()
Returns the traverser to use.Methods in adams.flow.template with parameters of type OptionTraverser Modifier and Type Method Description void
OptionTraverser. setTraverser(OptionTraverser value)
Sets the traverser to use.
-