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 AbstractActorTemplateAbstractTemplate. m_Templatethe template.Methods in adams.flow.core that return AbstractActorTemplate Modifier and Type Method Description protected abstract AbstractActorTemplateAbstractTemplate. getDefaultTemplate()Returns the default template to use.AbstractActorTemplateAbstractTemplate. 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 voidAbstractTemplate. 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 AbstractActorTemplateTemplate. m_Templatethe template.Methods in adams.flow.generator that return AbstractActorTemplate Modifier and Type Method Description protected AbstractActorTemplateTemplate. getDefaultTemplate()Returns the default template to use.AbstractActorTemplateTemplate. 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 voidTemplate. 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 AbstractActorTemplateTemplateSink. 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 AbstractActorTemplateNewFlow. m_Templatethe template.Methods in adams.flow.source that return AbstractActorTemplate Modifier and Type Method Description protected AbstractActorTemplateNewFlow. getDefaultTemplate()Returns the default template to use.protected AbstractActorTemplateTemplateSource. getDefaultTemplate()Returns the default template to use.AbstractActorTemplateNewFlow. getTemplate()Returns the template in use.Methods in adams.flow.source with parameters of type AbstractActorTemplate Modifier and Type Method Description voidNewFlow. 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 AbstractActorTemplateTemplateStandalone. 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 classAbstractScriptAncestor for script-based templates.classAbstractScriptedTemplateAbstract ancestor for templates that execute external scripts.classDummySinkA dummy sink template, used as default by the TemplateSink actor.classDummySourceA dummy source template, used as default by the TemplateSource actor.classDummyStandaloneA dummy standalone template, used as default by the TemplateStandalone actor.classDummyTransformerA dummy transformer template, used as default by the TemplateTransformer actor.classEndlessLoopGenerates a simple while-loop that goes on forever.classFileProcessingWithProgressBarGenerates a Trigger with a FileSystemSearch which updates a progress bar.classFromFileMerely loads an actor from a file.classGroovyUses a Groovy script to generate a sub-flow.classInstanceDumperVariableGenerates 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.classIterateFilesWithProgressBarGenerates a sub-flow that looks for files in a directory and then iterates those.classOptionTraverserGenerates a sub-flow that displays the result of the specified option traversal algorithm, e.g., for displaying currently attached variables.classOptionTraverserWithSpreadSheetDisplayGenerates 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.classProgressInConsoleGenerates a sub-flow that outputs the token count every X number of tokens, with X being the interval supplied to this template.classPromptUserGenerates a sub-flow that prompts the user with the specified parameters and stores the values in variables.classRestoreVariableclassScriptedUses a Groovy script to generate a sub-flow.classSimpleMenuGenerates 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.classStoreFilenameInVariableCreates a sub-flow that stores the filename passing through in a user-specified variable.classStoreReportValueInVariableGenerates a sub-flow (enlosed by a Tee) that sets the value of a variable with the associated value from the report.classStringReplaceReplaces strings that match the specified regular expressions in the file before instantiating an actor from it.classUpdateVariableGenerates 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 AbstractActorTemplateAbstractActorTemplate. forCommandLine(String cmdline)Instantiates the template generator scheme from the given commandline (i.e., classname and optional options).static AbstractActorTemplateAbstractActorTemplate. forName(String classname, String[] options)Instantiates the template generator scheme with the given options.AbstractActorTemplateActorTemplateUser. getTemplate()Returns the name of the global actor in use.AbstractActorTemplateAbstractActorTemplate. shallowCopy()Returns a shallow copy of itself, i.e., based on the commandline options.AbstractActorTemplateAbstractActorTemplate. 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 voidActorTemplateUser. 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 AbstractActorTemplateTemplateTransformer. 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 AbstractActorTemplateStateContainer. lastTemplatethe last template that was used.protected AbstractActorTemplate[]ActorTemplateSuggestion. m_Defaultsthe default actor(s).protected AbstractActorTemplateTree. m_LastTemplatethe 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 voidTree. 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 AbstractActorTemplateAbstractAddTemplate. m_Templatethe template to use.Methods in adams.gui.flow.tree.keyboardaction that return AbstractActorTemplate Modifier and Type Method Description protected abstract AbstractActorTemplateAbstractAddTemplate. getDefaultTemplate()Returns the default template of the action.protected AbstractActorTemplateAddTemplateAfter. getDefaultTemplate()Returns the default actor of the action.protected AbstractActorTemplateAddTemplateBeneath. getDefaultTemplate()Returns the default actor of the action.protected AbstractActorTemplateAddTemplateHere. getDefaultTemplate()Returns the default actor of the action.AbstractActorTemplateAbstractAddTemplate. getTemplate()Returns the template of the action.Methods in adams.gui.flow.tree.keyboardaction with parameters of type AbstractActorTemplate Modifier and Type Method Description voidAbstractAddTemplate. 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 voidAbstractFromTemplateAction. 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 AbstractActorTemplateActorTemplateSuggestion. evaluate()Performs the evaluation.static AbstractActorTemplate[]ActorTemplateSuggestion. evaluate(String[] expr, Actor parent, int position, Actor[] actors)Performs the evaluation.static AbstractActorTemplateActorTemplateSuggestion. 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 AbstractActorTemplateParser. m_Resultfor storing the result of the expression.Methods in adams.parser.templatesuggestion that return AbstractActorTemplate Modifier and Type Method Description AbstractActorTemplateParser. getResult()Returns the result of the evaluation.Methods in adams.parser.templatesuggestion with parameters of type AbstractActorTemplate Modifier and Type Method Description voidParser. setResult(AbstractActorTemplate value)Sets the result of the evaluation.
-