Uses of Class
adams.flow.template.AbstractActorTemplate
-
-
Uses of AbstractActorTemplate in adams.flow.core
Fields in adams.flow.core declared as AbstractActorTemplate Modifier and Type Field Description protected AbstractActorTemplate
AbstractTemplate. m_Template
the template.Methods in adams.flow.core that return AbstractActorTemplate Modifier and Type Method Description protected abstract AbstractActorTemplate
AbstractTemplate. getDefaultTemplate()
Returns the default template to use.AbstractActorTemplate
AbstractTemplate. getTemplate()
Returns the name of the global actor in use.Methods in adams.flow.core with parameters of type AbstractActorTemplate Modifier and Type Method Description void
AbstractTemplate. setTemplate(AbstractActorTemplate value)
Sets the name of the global actor to use. -
Uses of AbstractActorTemplate in adams.flow.generator
Fields in adams.flow.generator declared as AbstractActorTemplate Modifier and Type Field Description protected AbstractActorTemplate
Template. m_Template
the template.Methods in adams.flow.generator that return AbstractActorTemplate Modifier and Type Method Description protected AbstractActorTemplate
Template. getDefaultTemplate()
Returns the default template to use.AbstractActorTemplate
Template. getTemplate()
Returns the name of the global actor in use.Methods in adams.flow.generator with parameters of type AbstractActorTemplate Modifier and Type Method Description void
Template. setTemplate(AbstractActorTemplate value)
Sets the name of the global actor to use. -
Uses of AbstractActorTemplate in adams.flow.sink
Methods in adams.flow.sink that return AbstractActorTemplate Modifier and Type Method Description protected AbstractActorTemplate
TemplateSink. getDefaultTemplate()
Returns the default template to use. -
Uses of AbstractActorTemplate in adams.flow.source
Fields in adams.flow.source declared as AbstractActorTemplate Modifier and Type Field Description protected AbstractActorTemplate
NewFlow. m_Template
the template.Methods in adams.flow.source that return AbstractActorTemplate Modifier and Type Method Description protected AbstractActorTemplate
NewFlow. getDefaultTemplate()
Returns the default template to use.protected AbstractActorTemplate
TemplateSource. getDefaultTemplate()
Returns the default template to use.AbstractActorTemplate
NewFlow. getTemplate()
Returns the template in use.Methods in adams.flow.source with parameters of type AbstractActorTemplate Modifier and Type Method Description void
NewFlow. setTemplate(AbstractActorTemplate value)
Sets the template to use. -
Uses of AbstractActorTemplate in adams.flow.standalone
Methods in adams.flow.standalone that return AbstractActorTemplate Modifier and Type Method Description protected AbstractActorTemplate
TemplateStandalone. getDefaultTemplate()
Returns the default template to use. -
Uses of AbstractActorTemplate in adams.flow.template
Subclasses of AbstractActorTemplate in adams.flow.template Modifier and Type Class Description class
AbstractScript
Ancestor for script-based templates.class
AbstractScriptedTemplate
Abstract ancestor for templates that execute external scripts.class
DummySink
A dummy sink template, used as default by the TemplateSink actor.class
DummySource
A dummy source template, used as default by the TemplateSource actor.class
DummyStandalone
A dummy standalone template, used as default by the TemplateStandalone actor.class
DummyTransformer
A dummy transformer template, used as default by the TemplateTransformer actor.class
EndlessLoop
Generates a simple while-loop that goes on forever.class
FileProcessingWithProgressBar
Generates a Trigger with a FileSystemSearch which updates a progress bar.class
FromFile
Merely loads an actor from a file.class
Groovy
Uses a Groovy script to generate a sub-flow.class
InstanceDumperVariable
Generates a sub-flow that sets a variable for the adams.flow.transformer.WekaInstanceDumper transformer's outputPrefix property using a prefix based on the full flow name.class
IterateFilesWithProgressBar
Generates a sub-flow that looks for files in a directory and then iterates those.class
OptionTraverser
Generates a sub-flow that displays the result of the specified option traversal algorithm, e.g., for displaying currently attached variables.class
OptionTraverserWithSpreadSheetDisplay
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.class
ProgressInConsole
Generates a sub-flow that outputs the token count every X number of tokens, with X being the interval supplied to this template.class
PromptUser
Generates a sub-flow that prompts the user with the specified parameters and stores the values in variables.class
Scripted
Uses a Groovy script to generate a sub-flow.class
SimpleMenu
Generates a sub-flow that displays a dialog with the choice strings as buttons.
If custom values are used, then these strings get stored in the variable rather than the choice strings.
When enabling looping, ensure you have an exit option in the menu that sets the loop_state variable to 'false' to avoid an endless loop menu.class
StoreFilenameInVariable
Creates a sub-flow that stores the filename passing through in a user-specified variable.class
StoreReportValueInVariable
Generates a sub-flow (enlosed by a Tee) that sets the value of a variable with the associated value from the report.class
StringReplace
Replaces strings that match the specified regular expressions in the file before instantiating an actor from it.class
UpdateVariable
Generates a sub-flow (enlosed by a Trigger) that retrieves and sets a variable, with the user being able to add custom actors in between for updating the variable value.Methods in adams.flow.template that return AbstractActorTemplate Modifier and Type Method Description static AbstractActorTemplate
AbstractActorTemplate. forCommandLine(String cmdline)
Instantiates the template generator scheme from the given commandline (i.e., classname and optional options).static AbstractActorTemplate
AbstractActorTemplate. forName(String classname, String[] options)
Instantiates the template generator scheme with the given options.AbstractActorTemplate
ActorTemplateUser. getTemplate()
Returns the name of the global actor in use.AbstractActorTemplate
AbstractActorTemplate. shallowCopy()
Returns a shallow copy of itself, i.e., based on the commandline options.AbstractActorTemplate
AbstractActorTemplate. shallowCopy(boolean expand)
Returns a shallow copy of itself, i.e., based on the commandline options.Methods in adams.flow.template with parameters of type AbstractActorTemplate Modifier and Type Method Description void
ActorTemplateUser. setTemplate(AbstractActorTemplate value)
Sets the name of the global actor to use. -
Uses of AbstractActorTemplate in adams.flow.transformer
Methods in adams.flow.transformer that return AbstractActorTemplate Modifier and Type Method Description protected AbstractActorTemplate
TemplateTransformer. getDefaultTemplate()
Returns the default template to use. -
Uses of AbstractActorTemplate in adams.gui.flow.tree
Fields in adams.gui.flow.tree declared as AbstractActorTemplate Modifier and Type Field Description AbstractActorTemplate
StateContainer. lastTemplate
the last template that was used.protected AbstractActorTemplate[]
ActorTemplateSuggestion. m_Defaults
the default actor(s).protected AbstractActorTemplate
Tree. m_LastTemplate
the last template that was added via 'Add template'.Methods in adams.gui.flow.tree that return AbstractActorTemplate Modifier and Type Method Description AbstractActorTemplate[]
ActorTemplateSuggestion. getDefaults()
Returns the available default actor templates.AbstractActorTemplate[]
ActorTemplateSuggestion. suggest(Actor parent, int position, Actor[] actors)
Returns the suggested actor templates.Methods in adams.gui.flow.tree with parameters of type AbstractActorTemplate Modifier and Type Method Description void
Tree. updateLastTemplate(AbstractActorTemplate template, TreeOperations.InsertPosition position)
Updates the last template that was used. -
Uses of AbstractActorTemplate in adams.gui.flow.tree.keyboardaction
Fields in adams.gui.flow.tree.keyboardaction declared as AbstractActorTemplate Modifier and Type Field Description protected AbstractActorTemplate
AbstractAddTemplate. m_Template
the template to use.Methods in adams.gui.flow.tree.keyboardaction that return AbstractActorTemplate Modifier and Type Method Description protected abstract AbstractActorTemplate
AbstractAddTemplate. getDefaultTemplate()
Returns the default template of the action.protected AbstractActorTemplate
AddTemplateAfter. getDefaultTemplate()
Returns the default actor of the action.protected AbstractActorTemplate
AddTemplateBeneath. getDefaultTemplate()
Returns the default actor of the action.protected AbstractActorTemplate
AddTemplateHere. getDefaultTemplate()
Returns the default actor of the action.AbstractActorTemplate
AbstractAddTemplate. getTemplate()
Returns the template of the action.Methods in adams.gui.flow.tree.keyboardaction with parameters of type AbstractActorTemplate Modifier and Type Method Description void
AbstractAddTemplate. setTemplate(AbstractActorTemplate value)
Sets the template of the action. -
Uses of AbstractActorTemplate in adams.gui.flow.tree.menu
Methods in adams.gui.flow.tree.menu that return AbstractActorTemplate Modifier and Type Method Description protected AbstractActorTemplate[]
AbstractFromTemplateAction. suggestActorTemplates(TreePath path, TreeOperations.InsertPosition position)
Tries to figure what actor templates fit best in the tree at the given position.Methods in adams.gui.flow.tree.menu with parameters of type AbstractActorTemplate Modifier and Type Method Description protected void
AbstractFromTemplateAction. addFromTemplate(TreePath path, AbstractActorTemplate template, TreeOperations.InsertPosition position)
Brings up the GOE dialog for adding a template. -
Uses of AbstractActorTemplate in adams.parser
Methods in adams.parser that return AbstractActorTemplate Modifier and Type Method Description AbstractActorTemplate
ActorTemplateSuggestion. evaluate()
Performs the evaluation.static AbstractActorTemplate[]
ActorTemplateSuggestion. evaluate(String[] expr, Actor parent, int position, Actor[] actors)
Performs the evaluation.static AbstractActorTemplate
ActorTemplateSuggestion. evaluate(String expr, Actor parent, int position, Actor[] actors)
Performs the evaluation. -
Uses of AbstractActorTemplate in adams.parser.templatesuggestion
Fields in adams.parser.templatesuggestion declared as AbstractActorTemplate Modifier and Type Field Description protected AbstractActorTemplate
Parser. m_Result
for storing the result of the expression.Methods in adams.parser.templatesuggestion that return AbstractActorTemplate Modifier and Type Method Description AbstractActorTemplate
Parser. getResult()
Returns the result of the evaluation.Methods in adams.parser.templatesuggestion with parameters of type AbstractActorTemplate Modifier and Type Method Description void
Parser. setResult(AbstractActorTemplate value)
Sets the result of the evaluation.
-