Uses of Class
adams.core.VariableName
-
-
Uses of VariableName in adams.core
Subclasses of VariableName in adams.core Modifier and Type Class Description class
VariableNameNoUpdate
Wrapper around the name of a variable (= string).Methods in adams.core that return VariableName Modifier and Type Method Description VariableName
VariableNameValuePair. varName()
Returns the variable name. -
Uses of VariableName in adams.flow.condition.bool
Fields in adams.flow.condition.bool declared as VariableName Modifier and Type Field Description protected VariableName
HasVariable. m_VariableName
the name of the lookup table in the internal storage.protected VariableName
HasVariableValue. m_VariableName
the name of the variable.protected VariableName
VariableFlagSet. m_VariableName
the name of the flag variable.Methods in adams.flow.condition.bool that return VariableName Modifier and Type Method Description VariableName
HasVariable. getVariableName()
Returns the name of the variable to check.VariableName
HasVariableValue. getVariableName()
Returns the name of the variable to check.VariableName
VariableFlagSet. getVariableName()
Returns the name of the variable flag to evaluate.Methods in adams.flow.condition.bool with parameters of type VariableName Modifier and Type Method Description void
HasVariable. setVariableName(VariableName value)
Sets the name of the variable to check.void
HasVariableValue. setVariableName(VariableName value)
Sets the name of the variable to check.void
VariableFlagSet. setVariableName(VariableName value)
Sets the name of the variable flag to evaluate.Constructors in adams.flow.condition.bool with parameters of type VariableName Constructor Description HasVariable(VariableName variableName)
Initializes with the specified variable name.VariableFlagSet(VariableName variableName)
Initializes with the specified variable name. -
Uses of VariableName in adams.flow.control
Fields in adams.flow.control declared as VariableName Modifier and Type Field Description protected VariableName
ArrayProcess. m_ElementIndexVariable
the variable to store the element index in.protected VariableName
CollectionProcess. m_ElementIndexVariable
the variable to store the element index in.protected VariableName
TryCatch. m_ErrorVariable
the variable to store the error in.protected VariableName
Count. m_VariableName
the variable to listen to.protected VariableName
Once. m_VariableName
the variable to listen to.protected VariableName
SinkReset. m_VariableName
the variable to listen to.protected VariableName
SourceReset. m_VariableName
the variable to listen to.protected VariableName
TransformerReset. m_VariableName
the variable to listen to.protected VariableName
TriggerOnce. m_VariableName
the variable to listen to.protected VariableName[]
RemoteExecutionTrigger. m_VariableNames
the variables to transmit.protected VariableName[]
UpdateProperties. m_VariableNames
the variables to update the properties with.Methods in adams.flow.control that return VariableName Modifier and Type Method Description VariableName
ArrayProcess. getElementIndexVariable()
Returns the variable name to store the current element index in.VariableName
CollectionProcess. getElementIndexVariable()
Returns the variable name to store the current element index in.VariableName
TryCatch. getErrorVariable()
Returns the variable to store the error messages in.VariableName
Count. getVariableName()
Returns the name of the variable to monitor.VariableName
Once. getVariableName()
Returns the name of the variable to monitor.VariableName
SinkReset. getVariableName()
Returns the name of the variable to monitor.VariableName
SourceReset. getVariableName()
Returns the name of the variable to monitor.VariableName
TransformerReset. getVariableName()
Returns the name of the variable to monitor.VariableName
TriggerOnce. getVariableName()
Returns the name of the variable to monitor.VariableName[]
RemoteExecutionTrigger. getVariableNames()
Returns the names of the variables to transfer.VariableName[]
UpdateProperties. getVariableNames()
Returns the variables to use.Methods in adams.flow.control with parameters of type VariableName Modifier and Type Method Description void
ArrayProcess. setElementIndexVariable(VariableName value)
Sets the variable name to store the current element index in.void
CollectionProcess. setElementIndexVariable(VariableName value)
Sets the variable name to store the current element index in.void
TryCatch. setErrorVariable(VariableName value)
Sets the variable to store the error messages in.void
Count. setVariableName(VariableName value)
Sets the name of the variable to monitor.void
Once. setVariableName(VariableName value)
Sets the name of the variable to monitor.void
SinkReset. setVariableName(VariableName value)
Sets the name of the variable to monitor.void
SourceReset. setVariableName(VariableName value)
Sets the name of the variable to monitor.void
TransformerReset. setVariableName(VariableName value)
Sets the name of the variable to monitor.void
TriggerOnce. setVariableName(VariableName value)
Sets the name of the variable to monitor.void
RemoteExecutionTrigger. setVariableNames(VariableName[] value)
Sets the names of the variables to transfer.void
UpdateProperties. setVariableNames(VariableName[] value)
Sets the variables to use. -
Uses of VariableName in adams.flow.core
Methods in adams.flow.core that return VariableName Modifier and Type Method Description VariableName
VariableMonitor. getVariableName()
Returns the name of the variable to monitor.VariableName[]
PropertiesUpdater. getVariableNames()
Returns the variables to use.VariableName[]
RemoteExecutionHandler. getVariableNames()
Returns the names of the variables to transfer.Methods in adams.flow.core with parameters of type VariableName Modifier and Type Method Description static EncapsulatedActorsContainer
EncapsulateActors. encapsulate(Actor actor, VariableName[] vars, StorageName[] items)
Encapsulates the actor as is.static EncapsulatedActorsContainer
EncapsulateActors. encapsulate(Actor actor, VariableName[] vars, StorageName[] items, Object input)
Encapsulates the actor as is.static Variables
EncapsulateActors. getVariables(Actor context, VariableName[] vars)
Extracts the specified variables and their values and returns the subset.void
VariableMonitor. setVariableName(VariableName value)
Sets the name of the variable to monitor.void
PropertiesUpdater. setVariableNames(VariableName[] value)
Sets the variables to use.void
RemoteExecutionHandler. setVariableNames(VariableName[] value)
Sets the names of the variables to transfer.static void
PropertiesUpdaterHelper. update(Actor context, Object obj, BaseString[] props, VariableName[] vars, PropertyPath.PropertyContainer[] conts, MessageCollection errors)
Updates the properties of the object using the current values of the variables.static EncapsulatedActorsContainer
EncapsulateActors. wrap(Actor actor, VariableName[] vars, StorageName[] items)
Wraps the actor to obtain a fully self-container flow.static EncapsulatedActorsContainer
EncapsulateActors. wrap(Actor actor, VariableName[] vars, StorageName[] items, Object input)
Wraps the actor to obtain a fully self-container flow. -
Uses of VariableName in adams.flow.processor
Methods in adams.flow.processor that return VariableName Modifier and Type Method Description protected VariableName
UpdateVariableName. getReplacement(VariableName old, String newName)
Returns the replacement object.Methods in adams.flow.processor with parameters of type VariableName Modifier and Type Method Description protected VariableName
UpdateVariableName. getReplacement(VariableName old, String newName)
Returns the replacement object.protected boolean
UpdateVariableName. isNameMatch(VariableName old, String oldName)
Checks whether the located object matches the old name that requires replacement. -
Uses of VariableName in adams.flow.sink
Fields in adams.flow.sink declared as VariableName Modifier and Type Field Description protected VariableName
Screenshot. m_FilenameVariable
the variable to use as filename.Methods in adams.flow.sink that return VariableName Modifier and Type Method Description VariableName
Screenshot. getFilenameVariable()
Returns the variable to use for generating the filename instead of the auto-generated one.Methods in adams.flow.sink with parameters of type VariableName Modifier and Type Method Description void
Screenshot. setFilenameVariable(VariableName value)
Sets the variable to use for generating the filename instead of the auto-generated one. -
Uses of VariableName in adams.flow.source
Fields in adams.flow.source declared as VariableName Modifier and Type Field Description protected VariableName
StorageForLoop. m_VariableName
the variable to update with for-loop value.protected VariableName
Variable. m_VariableName
the name of the variable.protected VariableName[]
AbstractSimpleSourceWithPropertiesUpdating. m_VariableNames
the variables to update the properties with.protected VariableName[]
VariablesArray. m_VariableNames
the names of the stored values.Methods in adams.flow.source that return VariableName Modifier and Type Method Description VariableName
StorageForLoop. getVariableName()
Returns the variable to update with the for-loop value.VariableName
Variable. getVariableName()
Returns the name of the variable to update.VariableName[]
AbstractSimpleSourceWithPropertiesUpdating. getVariableNames()
Returns the variables to use.VariableName[]
VariablesArray. getVariableNames()
Returns the names of the variables.Methods in adams.flow.source with parameters of type VariableName Modifier and Type Method Description void
VariablesArray. addVariableName(VariableName value)
Adds the variable.void
StorageForLoop. setVariableName(VariableName value)
Sets the variable to update with the for-loop value.void
Variable. setVariableName(VariableName value)
Sets the name of the variable to update.void
AbstractSimpleSourceWithPropertiesUpdating. setVariableNames(VariableName[] value)
Sets the variables to use.void
VariablesArray. setVariableNames(VariableName[] value)
Sets the names of the variables.Constructors in adams.flow.source with parameters of type VariableName Constructor Description Variable(VariableName variableName)
Initializes with the specified name.VariablesArray(VariableName[] variableNames)
Initializes with the specified names. -
Uses of VariableName in adams.flow.standalone
Fields in adams.flow.standalone declared as VariableName Modifier and Type Field Description protected VariableName
DeleteVariable. m_VariableName
the name of the variable.protected VariableName
SetProperty. m_VariableName
Deprecated.the name of the variable.protected VariableName
SetVariable. m_VariableName
the name of the variable.Methods in adams.flow.standalone that return VariableName Modifier and Type Method Description VariableName
DeleteVariable. getVariableName()
Returns the name of the variable to update.VariableName
SetProperty. getVariableName()
Deprecated.Returns the name of the variable to obtain the current value from.VariableName
SetVariable. getVariableName()
Returns the name of the variable to update.Methods in adams.flow.standalone with parameters of type VariableName Modifier and Type Method Description void
DeleteVariable. setVariableName(VariableName value)
Sets the name of the variable to update.void
SetProperty. setVariableName(VariableName value)
Deprecated.Sets the name of the variable to obtain the current value from.void
SetVariable. setVariableName(VariableName value)
Sets the name of the variable to update.Constructors in adams.flow.standalone with parameters of type VariableName Constructor Description SetVariable(VariableName name, BaseText value)
Constructor for setting variable name and value. -
Uses of VariableName in adams.flow.template
Fields in adams.flow.template declared as VariableName Modifier and Type Field Description protected VariableName
SimpleMenu. m_CancelledVariable
the variable to store the cancelled state in.protected VariableName
SimpleMenu. m_ChoiceVariable
the variable to store the choice in.protected VariableName
FileProcessingWithProgressBar. m_CountVariable
the variable to store the current progress in.protected VariableName
IterateFilesWithProgressBar. m_FileCounter
the counter variable.protected VariableName
SimpleMenu. m_LoopVariable
the variable for storing the loop state.protected VariableName
FileProcessingWithProgressBar. m_MaxVariable
the variable to store the # of files.protected VariableName
IterateFilesWithProgressBar. m_NumFiles
the number of files variable.protected VariableName
PromptUser. m_RestoreVar
the name of the restore variable.protected VariableName
InstanceDumperVariable. m_VariableName
the variable to update.protected VariableName
StoreFilenameInVariable. m_VariableName
the variable to store the value in.protected VariableName
StoreReportValueInVariable. m_VariableName
the variable to store the value in.protected VariableName
UpdateVariable. m_VariableName
the variable to update.Methods in adams.flow.template that return VariableName Modifier and Type Method Description VariableName
SimpleMenu. getCancelledVariable()
Returns the variable name to use for storing the cancelled state.VariableName
SimpleMenu. getChoiceVariable()
Returns the variable name to use for storing the choice.VariableName
FileProcessingWithProgressBar. getCountVariable()
Returns the variable name to use for storing the progress count.VariableName
IterateFilesWithProgressBar. getFileCounter()
Returns the variable name to use for storing the current count of files iterated.VariableName
SimpleMenu. getLoopVariable()
Returns the variable name to use for storing the cancelled state.VariableName
FileProcessingWithProgressBar. getMaxVariable()
Returns the variable name to use for storing the number of files (= maximum).VariableName
IterateFilesWithProgressBar. getNumFiles()
Returns the variable name to use for the total number of files found.VariableName
PromptUser. getRestoreVar()
Returns the variable name to use for the restore file.VariableName
InstanceDumperVariable. getVariableName()
Returns the variable name to generate the sub-flow for.VariableName
StoreFilenameInVariable. getVariableName()
Returns the variable to set.VariableName
StoreReportValueInVariable. getVariableName()
Returns the variable to set.VariableName
UpdateVariable. getVariableName()
Returns the variable name to generate the sub-flow for.Methods in adams.flow.template with parameters of type VariableName Modifier and Type Method Description void
SimpleMenu. setCancelledVariable(VariableName value)
Sets the variable name to use for storing the cancelled state.void
SimpleMenu. setChoiceVariable(VariableName value)
Sets the variable name to use for storing the choice.void
FileProcessingWithProgressBar. setCountVariable(VariableName value)
Sets the variable name to use for storing the progress count.void
IterateFilesWithProgressBar. setFileCounter(VariableName value)
Sets the variable name to use for storing the current count of files iterated.void
SimpleMenu. setLoopVariable(VariableName value)
Sets the variable name to use for storing the cancelled state.void
FileProcessingWithProgressBar. setMaxVariable(VariableName value)
Sets the variable name to use for storing the number of files (= maximum).void
IterateFilesWithProgressBar. setNumFiles(VariableName value)
Sets the variable name to use for the total number of files found.void
PromptUser. setRestoreVar(VariableName value)
Sets the variable name to use for the restore file.void
InstanceDumperVariable. setVariableName(VariableName value)
Sets the variable name to generate the sub-flow for.void
StoreFilenameInVariable. setVariableName(VariableName value)
Sets the variable to set.void
StoreReportValueInVariable. setVariableName(VariableName value)
Sets the variable to set.void
UpdateVariable. setVariableName(VariableName value)
Sets the variable name to generate the sub-flow for. -
Uses of VariableName in adams.flow.transformer
Fields in adams.flow.transformer declared as VariableName Modifier and Type Field Description protected VariableName
AbstractProcessWekaInstanceWithModel. m_ModelResetVariable
the variable to monitor for changes, triggering resets of the model.protected VariableName
SwapVariables. m_Var1
the first variable.protected VariableName
SwapVariables. m_Var2
the second variable.protected VariableName
AbstractFilter. m_VariableName
the variable to listen to.protected VariableName
BoofCVFeatureGenerator. m_VariableName
the variable to listen to.protected VariableName
BufferedImageFeatureGenerator. m_VariableName
the variable to listen to.protected VariableName
ColorProvider. m_VariableName
the variable to listen to.protected VariableName
DeleteVariable. m_VariableName
the name of the variable.protected VariableName
IncVariable. m_VariableName
the name of the variable.protected VariableName
OpenCVFeatureGenerator. m_VariableName
the variable to listen to.protected VariableName
SetVariable. m_VariableName
the name of the variable.protected VariableName
SpreadSheetFilter. m_VariableName
the variable to listen to.protected VariableName
SpreadSheetRowBuffer. m_VariableName
the variable to listen to.protected VariableName
TimeseriesFeatureGenerator. m_VariableName
the variable to listen to.protected VariableName
WekaInstanceBuffer. m_VariableName
the variable to listen to.protected VariableName
WekaNearestNeighborSearch. m_VariableName
the variable to listen to.protected VariableName[]
AbstractTransformerWithPropertiesUpdating. m_VariableNames
the variables to update the properties with.protected VariableName[]
ArrayToVariables. m_VariableNames
the names of the variables to map to.protected VariableName
MapVariableIterator. m_VarKey
the variable for the keys.protected VariableName
MapVariableIterator. m_VarValue
the variable for the values.Methods in adams.flow.transformer that return VariableName Modifier and Type Method Description VariableName
AbstractProcessWekaInstanceWithModel. getModelResetVariable()
Returns the variable to monitor for changes in order to reset the model.VariableName
SwapVariables. getVar1()
Returns the first variable.VariableName
SwapVariables. getVar2()
Returns the second variable.VariableName
AbstractFilter. getVariableName()
Returns the name of the variable to monitor.VariableName
BoofCVFeatureGenerator. getVariableName()
Returns the name of the variable to monitor.VariableName
BufferedImageFeatureGenerator. getVariableName()
Returns the name of the variable to monitor.VariableName
ColorProvider. getVariableName()
Returns the name of the variable to monitor.VariableName
DeleteVariable. getVariableName()
Returns the name of the variable to update.VariableName
IncVariable. getVariableName()
Returns the name of the variable to update.VariableName
OpenCVFeatureGenerator. getVariableName()
Returns the name of the variable to monitor.VariableName
SetVariable. getVariableName()
Returns the name of the variable to update.VariableName
SpreadSheetFilter. getVariableName()
Returns the name of the variable to monitor.VariableName
SpreadSheetRowBuffer. getVariableName()
Returns the name of the variable to monitor.VariableName
TimeseriesFeatureGenerator. getVariableName()
Returns the name of the variable to monitor.VariableName
WekaInstanceBuffer. getVariableName()
Returns the name of the variable to monitor.VariableName
WekaNearestNeighborSearch. getVariableName()
Returns the name of the variable to monitor.VariableName[]
AbstractTransformerWithPropertiesUpdating. getVariableNames()
Returns the variables to use.VariableName[]
ArrayToVariables. getVariableNames()
Returns the names of the variables.VariableName
MapVariableIterator. getVarKey()
Returns the variable to store the key in.VariableName
MapVariableIterator. getVarValue()
Returns the variable to store the value in.Methods in adams.flow.transformer with parameters of type VariableName Modifier and Type Method Description void
ArrayToVariables. addVariableName(VariableName value)
Adds the variable.void
AbstractProcessWekaInstanceWithModel. setModelResetVariable(VariableName value)
Sets the variable to monitor for changes in order to reset the model.void
SwapVariables. setVar1(VariableName value)
Sets the first variable.void
SwapVariables. setVar2(VariableName value)
Sets the second variable.void
AbstractFilter. setVariableName(VariableName value)
Sets the name of the variable to monitor.void
BoofCVFeatureGenerator. setVariableName(VariableName value)
Sets the name of the variable to monitor.void
BufferedImageFeatureGenerator. setVariableName(VariableName value)
Sets the name of the variable to monitor.void
ColorProvider. setVariableName(VariableName value)
Sets the name of the variable to monitor.void
DeleteVariable. setVariableName(VariableName value)
Sets the name of the variable to update.void
IncVariable. setVariableName(VariableName value)
Sets the name of the variable to update.void
OpenCVFeatureGenerator. setVariableName(VariableName value)
Sets the name of the variable to monitor.void
SetVariable. setVariableName(VariableName value)
Sets the name of the variable to update.void
SpreadSheetFilter. setVariableName(VariableName value)
Sets the name of the variable to monitor.void
SpreadSheetRowBuffer. setVariableName(VariableName value)
Sets the name of the variable to monitor.void
TimeseriesFeatureGenerator. setVariableName(VariableName value)
Sets the name of the variable to monitor.void
WekaInstanceBuffer. setVariableName(VariableName value)
Sets the name of the variable to monitor.void
WekaNearestNeighborSearch. setVariableName(VariableName value)
Sets the name of the variable to monitor.void
AbstractTransformerWithPropertiesUpdating. setVariableNames(VariableName[] value)
Sets the variables to use.void
ArrayToVariables. setVariableNames(VariableName[] value)
Sets the names of the variables.void
MapVariableIterator. setVarKey(VariableName value)
Sets the variable to store the key in.void
MapVariableIterator. setVarValue(VariableName value)
Sets the variable to store the value in.Constructors in adams.flow.transformer with parameters of type VariableName Constructor Description ArrayToVariables(VariableName[] variableNames)
Initializes with the specified names.SetVariable(VariableName name)
Constructor for setting variable name.SetVariable(VariableName name, BaseText value)
Constructor for setting variable name and value. -
Uses of VariableName in adams.gui.flow.tree.postprocessor
Methods in adams.gui.flow.tree.postprocessor that return VariableName Modifier and Type Method Description protected VariableName
VariableRenamed. getVariableName(Actor actor)
Extracts the variable name (the option) from the actor. -
Uses of VariableName in adams.gui.visualization.core
Fields in adams.gui.visualization.core declared as VariableName Modifier and Type Field Description protected VariableName
TextOverlayPaintlet. m_TextVariable
the variable with the text to paint.Methods in adams.gui.visualization.core that return VariableName Modifier and Type Method Description VariableName
TextOverlayPaintlet. getTextVariable()
Returns the variable containing the text to paint.Methods in adams.gui.visualization.core with parameters of type VariableName Modifier and Type Method Description void
TextOverlayPaintlet. setTextVariable(VariableName value)
Sets the variable containing the text to paint. -
Uses of VariableName in adams.scripting.command.flow
Fields in adams.scripting.command.flow declared as VariableName Modifier and Type Field Description protected VariableName[]
RemoteFlowExecution. m_VariableNames
the variables to transmit.Methods in adams.scripting.command.flow that return VariableName Modifier and Type Method Description VariableName[]
RemoteFlowExecution. getVariableNames()
Returns the names of the variables to transfer.Methods in adams.scripting.command.flow with parameters of type VariableName Modifier and Type Method Description void
RemoteFlowExecution. setVariableNames(VariableName[] value)
Sets the names of the variables to transfer.
-