Class OptionTraverserWithSpreadSheetDisplay

  • All Implemented Interfaces:
    Destroyable, GlobalInfoSupporter, LoggingLevelHandler, LoggingSupporter, OptionHandler, ShallowCopySupporter<AbstractActorTemplate>, SizeOfHandler, Serializable

    public class OptionTraverserWithSpreadSheetDisplay
    extends OptionTraverser
    Generates a sub-flow that displays the result of the specified option traversal algorithm, e.g., for displaying currently attached variables.
    Displays the results in a table.

    Valid options are:

    -D <int> (property: debugLevel)
        The greater the number the more additional info the scheme may output to 
        the console (0 = off).
        default: 0
        minimum: 0
     
    -name <java.lang.String> (property: name)
        The new name for the actor; leave empty to use current.
        default: 
     
    -traverser <adams.core.option.OptionTraverser> (property: traverser)
        The traverser to use.
        default: adams.core.option.VariableLister
     
    -start <ROOT|PARENT> (property: start)
        Defines where to start the traversal from.
        default: ROOT
     
    -once (property: once)
        If enabled, the option traversal gets executed only once.
     
    Version:
    $Revision$
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Constructor Detail

      • OptionTraverserWithSpreadSheetDisplay

        public OptionTraverserWithSpreadSheetDisplay()