Uses of Class
adams.core.Variables
-
-
Uses of Variables in adams.core
Methods in adams.core that return Variables Modifier and Type Method Description VariablesVariables. getClone()Returns a clone of the object (but without the listeners).VariablesVariables. getClone(BaseRegExp filter)Returns a clone of the object (but without the listeners).VariablesVariablesHandler. getLocalVariables()Returns the Variables instance to use for resolving variables into actual values.Methods in adams.core with parameters of type Variables Modifier and Type Method Description voidVariables. assign(Variables other)Adds all the variables from the other Variables object (overwrites any existing ones).voidVariables. assign(Variables other, BaseRegExp filter)Adds all the variables from the other Variables object (overwrites any existing ones). -
Uses of Variables in adams.core.option
Fields in adams.core.option declared as Variables Modifier and Type Field Description protected static VariablesOptionManager. m_DefaultVariablesInstancedefault instance (gets replaced at runtime).protected VariablesOptionManager. m_Variablesthe Variables instance to use for resolving variables.Methods in adams.core.option that return Variables Modifier and Type Method Description VariablesOptionManager. getVariables()Returns the variables instance in use.Methods in adams.core.option with parameters of type Variables Modifier and Type Method Description voidOptionManager. setVariables(Variables value)Sets the Variables instance to use (not recursively!).voidOptionManager. updateVariablesInstance(Variables variables)Updates the Variables instance recursively on all options. -
Uses of Variables in adams.core.scripting
Methods in adams.core.scripting with parameters of type Variables Modifier and Type Method Description abstract Object[]AbstractScriptingHandler. loadScriptObject(Class cls, PlaceholderFile scriptFile, String scriptOptions, Variables vars)Loads the scripts object and sets its options.Object[]Dummy. loadScriptObject(Class cls, PlaceholderFile scriptFile, String scriptOptions, Variables vars)Loads the scripts object and sets its options.Object[]Groovy. loadScriptObject(Class cls, PlaceholderFile scriptFile, GroovyScript inlineScript, String scriptOptions, Variables vars)Loads the scripts object and sets its options.Object[]GroovyHandler. loadScriptObject(Class cls, PlaceholderFile scriptFile, String scriptOptions, Variables vars)Loads the scripts object and sets its options. -
Uses of Variables in adams.core.tags
Methods in adams.core.tags with parameters of type Variables Modifier and Type Method Description static booleanTagProcessorHelper. getTagBoolean(Object obj, String tag, boolean defValue, Variables vars)Returns the value of the tag if present, otherwise the default value.static byteTagProcessorHelper. getTagByte(Object obj, String tag, byte defValue, Variables vars)Returns the value of the tag if present, otherwise the default value.static doubleTagProcessorHelper. getTagDouble(Object obj, String tag, double defValue, Variables vars)Returns the value of the tag if present, otherwise the default value.static floatTagProcessorHelper. getTagFloat(Object obj, String tag, float defValue, Variables vars)Returns the value of the tag if present, otherwise the default value.static intTagProcessorHelper. getTagInt(Object obj, String tag, int defValue, Variables vars)Returns the value of the tag if present, otherwise the default value.static longTagProcessorHelper. getTagLong(Object obj, String tag, long defValue, Variables vars)Returns the value of the tag if present, otherwise the default value.static StringTagProcessorHelper. getTagString(Object obj, String tag, String defValue, Variables vars)Returns the value of the tag if present, otherwise the default value.protected static StringTagProcessorHelper. getTagValue(Object obj, String tag, Variables vars)Returns the value of the tag if present. -
Uses of Variables in adams.event
Methods in adams.event that return Variables Modifier and Type Method Description VariablesVariableChangeEvent. getVariables()Returns the variables that triggered the event.Constructors in adams.event with parameters of type Variables Constructor Description VariableChangeEvent(Variables source, VariableChangeEvent.Type type, String name)Initializes the event. -
Uses of Variables in adams.flow.container
Constructors in adams.flow.container with parameters of type Variables Constructor Description EncapsulatedActorsContainer(Actor actor, Variables variables, Storage storage)Initializes the container with the actors, variables and storage.EncapsulatedActorsContainer(Actor actor, Variables variables, Storage storage, Object input, StorageName inputName)Initializes the container with the actors, variables and storage.EncapsulatedActorsContainer(Actor actor, Variables variables, Storage storage, Object input, StorageName inputName, Object output, StorageName outputName)Initializes the container with the actors, variables and storage. -
Uses of Variables in adams.flow.control
Methods in adams.flow.control that return Variables Modifier and Type Method Description VariablesFlow. getLocalVariables()Returns the Variables instance to use.VariablesLocalScopeSubProcess. getLocalVariables()Returns the Variables instance to use.VariablesLocalScopeTee. getLocalVariables()Returns the Variables instance to use.VariablesLocalScopeTrigger. getLocalVariables()Returns the Variables instance to use.protected VariablesAbstractDirector. getVariables()Return the Variables instance used by the control actor.VariablesFlow. getVariables()Returns the Variables instance to use.VariablesLocalScopeSubProcess. getVariables()Returns the Variables instance to use.VariablesLocalScopeTee. getVariables()Returns the Variables instance to use.VariablesLocalScopeTrigger. getVariables()Returns the Variables instance to use.Methods in adams.flow.control with parameters of type Variables Modifier and Type Method Description protected voidAbstractControlActor. forceVariables(Variables value)Updates the Variables instance in use.protected voidAbstractTee. forceVariables(Variables value)Updates the Variables instance in use.protected voidFlow. forceVariables(Variables value)Updates the Variables instance in use.protected voidInspect. forceVariables(Variables value)Updates the Variables instance in use.protected voidLoadBalancer. forceVariables(Variables value)Updates the Variables instance in use.protected voidLocalScopeSubProcess. forceVariables(Variables value)Updates the Variables instance in use.protected voidLocalScopeTee. forceVariables(Variables value)Updates the Variables instance in use.protected voidLocalScopeTrigger. forceVariables(Variables value)Updates the Variables instance in use.protected voidWhileLoop. forceVariables(Variables value)Updates the Variables instance in use.voidFlow. setVariables(Variables value)Ignored.voidLocalScopeSubProcess. useLocalVariables(Variables variables)The local variables to use.voidLocalScopeTee. useLocalVariables(Variables variables)The local variables to use.voidLocalScopeTrigger. useLocalVariables(Variables variables)The local variables to use.voidProgrammaticLocalScope. useLocalVariables(Variables variables)The local variables to use. -
Uses of Variables in adams.flow.core
Subclasses of Variables in adams.flow.core Modifier and Type Class Description classFlowVariablesEnhanced variable management, which allows referencing callable actors in variable names ("@{callable:actorname}") in order to obtain output value of actor.Methods in adams.flow.core that return Variables Modifier and Type Method Description VariablesAbstractActor. getVariables()Returns the Variables instance to use.VariablesActor. getVariables()Returns the Variables instance to use.static VariablesEncapsulateActors. getVariables(Actor context, VariableName[] vars)Extracts the specified variables and their values and returns the subset.Methods in adams.flow.core with parameters of type Variables Modifier and Type Method Description voidFlowVariables. assign(Variables other)Adds all the variables from the other Variables object (overwrites any existing ones).static AdditionalOptionsAdditionalOptionsHandlerUtils. breakUpOptions(String optStr, Variables vars)Breaks up the option string ("key=value [key=value ...]") into key value pairs and returns them in a hashtable.protected voidAbstractActor. forceVariables(Variables value)Updates the Variables instance in use.protected voidAbstractExternalActor. forceVariables(Variables value)Updates the Variables instance in use.protected voidAbstractTemplate. forceVariables(Variables value)Updates the Variables instance in use.static StringActorUtils. forceVariables(Actor actor, Variables vars)Forces the update of the variables of this actor.static booleanAdditionalOptionsHandlerUtils. setOptions(Object obj, String optStr, Variables vars)Sets the (additional) options, if the provided object implements the AdditionalOptionsHandler interface.voidAbstractActor. setVariables(Variables value)Updates the Variables instance in use, if different from current one.voidActor. setVariables(Variables value)Updates the Variables instance in use, if different from current one. -
Uses of Variables in adams.flow.sink
Methods in adams.flow.sink with parameters of type Variables Modifier and Type Method Description protected voidDisplayPanelManager. forceVariables(Variables value)Updates the Variables instance in use. -
Uses of Variables in adams.flow.source
Methods in adams.flow.source with parameters of type Variables Modifier and Type Method Description protected voidSwitchedSource. forceVariables(Variables value)Updates the Variables instance in use. -
Uses of Variables in adams.flow.standalone
Methods in adams.flow.standalone with parameters of type Variables Modifier and Type Method Description protected voidAbstractMutableActorDaemonEvent. forceVariables(Variables value)Updates the Variables instance in use.protected voidAbstractStandaloneGroup. forceVariables(Variables value)Updates the Variables instance in use.protected voidCron. forceVariables(Variables value)Updates the Variables instance in use.protected voidDelayedEvent. forceVariables(Variables value)Updates the Variables instance in use.protected voidQueueEvent. forceVariables(Variables value)Updates the Variables instance in use.protected voidSubProcessEvent. forceVariables(Variables value)Updates the Variables instance in use.voidAbstractMultiView. setVariables(Variables value)Updates the Variables instance in use, if different from current one.voidAbstractMultiView.ViewWrapper. setVariables(Variables value)Updates the Variables instance in use, if different from current one. -
Uses of Variables in adams.gui.flow.tree
Methods in adams.gui.flow.tree with parameters of type Variables Modifier and Type Method Description voidClipboardActorContainer. setVariables(Variables value)Updates the Variables instance in use. -
Uses of Variables in adams.gui.tools
Fields in adams.gui.tools declared as Variables Modifier and Type Field Description protected VariablesExpressionWatchPanel.TableModel. m_Variablesthe Variables instance to use.protected VariablesVariableManagementPanel.VariableTableModel. m_Variablesthe underlying variables instance.Methods in adams.gui.tools that return Variables Modifier and Type Method Description VariablesExpressionWatchPanel. getVariables()Returns the underlying Variables instance.VariablesExpressionWatchPanel.TableModel. getVariables()Returns the underlying Variables instance.VariablesVariableManagementPanel. getVariables()Returns the underlying Variables instance in use.VariablesVariableManagementPanel.VariableTableModel. getVariables()Returns the underlying Variables instance.Methods in adams.gui.tools with parameters of type Variables Modifier and Type Method Description voidExpressionWatchPanel. setVariables(Variables value)Sets the underlying Variables instance.voidExpressionWatchPanel.TableModel. setVariables(Variables value)Sets the underlying Variables instance.voidVariableManagementPanel. setVariables(Variables value)Sets the Variables instance to use.Constructors in adams.gui.tools with parameters of type Variables Constructor Description TableModel(Variables variables)Initializes the model.VariableTableModel(Variables variables)Initializes the model with the global variables.
-