Uses of Class
adams.core.VariableName
-
-
Uses of VariableName in adams.core
Subclasses of VariableName in adams.core Modifier and Type Class Description classVariableNameNoUpdateWrapper around the name of a variable (= string).Methods in adams.core that return VariableName Modifier and Type Method Description VariableNameVariableNameValuePair. 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 VariableNameHasVariable. m_VariableNamethe name of the lookup table in the internal storage.protected VariableNameHasVariableValue. m_VariableNamethe name of the variable.protected VariableNameVariableFlagSet. m_VariableNamethe name of the flag variable.Methods in adams.flow.condition.bool that return VariableName Modifier and Type Method Description VariableNameHasVariable. getVariableName()Returns the name of the variable to check.VariableNameHasVariableValue. getVariableName()Returns the name of the variable to check.VariableNameVariableFlagSet. 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 voidHasVariable. setVariableName(VariableName value)Sets the name of the variable to check.voidHasVariableValue. setVariableName(VariableName value)Sets the name of the variable to check.voidVariableFlagSet. 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 VariableNameArrayProcess. m_ElementIndexVariablethe variable to store the element index in.protected VariableNameCollectionProcess. m_ElementIndexVariablethe variable to store the element index in.protected VariableNameTryCatch. m_ErrorVariablethe variable to store the error in.protected VariableNameCount. m_VariableNamethe variable to listen to.protected VariableNameOnce. m_VariableNamethe variable to listen to.protected VariableNameSinkReset. m_VariableNamethe variable to listen to.protected VariableNameSourceReset. m_VariableNamethe variable to listen to.protected VariableNameTransformerReset. m_VariableNamethe variable to listen to.protected VariableNameTriggerOnce. m_VariableNamethe variable to listen to.protected VariableName[]RemoteExecutionTrigger. m_VariableNamesthe variables to transmit.protected VariableName[]UpdateProperties. m_VariableNamesthe variables to update the properties with.Methods in adams.flow.control that return VariableName Modifier and Type Method Description VariableNameArrayProcess. getElementIndexVariable()Returns the variable name to store the current element index in.VariableNameCollectionProcess. getElementIndexVariable()Returns the variable name to store the current element index in.VariableNameTryCatch. getErrorVariable()Returns the variable to store the error messages in.VariableNameCount. getVariableName()Returns the name of the variable to monitor.VariableNameOnce. getVariableName()Returns the name of the variable to monitor.VariableNameSinkReset. getVariableName()Returns the name of the variable to monitor.VariableNameSourceReset. getVariableName()Returns the name of the variable to monitor.VariableNameTransformerReset. getVariableName()Returns the name of the variable to monitor.VariableNameTriggerOnce. 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 voidArrayProcess. setElementIndexVariable(VariableName value)Sets the variable name to store the current element index in.voidCollectionProcess. setElementIndexVariable(VariableName value)Sets the variable name to store the current element index in.voidTryCatch. setErrorVariable(VariableName value)Sets the variable to store the error messages in.voidCount. setVariableName(VariableName value)Sets the name of the variable to monitor.voidOnce. setVariableName(VariableName value)Sets the name of the variable to monitor.voidSinkReset. setVariableName(VariableName value)Sets the name of the variable to monitor.voidSourceReset. setVariableName(VariableName value)Sets the name of the variable to monitor.voidTransformerReset. setVariableName(VariableName value)Sets the name of the variable to monitor.voidTriggerOnce. setVariableName(VariableName value)Sets the name of the variable to monitor.voidRemoteExecutionTrigger. setVariableNames(VariableName[] value)Sets the names of the variables to transfer.voidUpdateProperties. 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 VariableNameOptionalModelResetWithVariable. getModelResetVariable()Returns the variable to monitor for changes in order to reset the model.VariableNameVariableMonitor. 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 EncapsulatedActorsContainerEncapsulateActors. encapsulate(Actor actor, VariableName[] vars, StorageName[] items)Encapsulates the actor as is.static EncapsulatedActorsContainerEncapsulateActors. encapsulate(Actor actor, VariableName[] vars, StorageName[] items, Object input)Encapsulates the actor as is.static VariablesEncapsulateActors. getVariables(Actor context, VariableName[] vars)Extracts the specified variables and their values and returns the subset.voidOptionalModelResetWithVariable. setModelResetVariable(VariableName value)Sets the variable to monitor for changes in order to reset the model.voidVariableMonitor. setVariableName(VariableName value)Sets the name of the variable to monitor.voidPropertiesUpdater. setVariableNames(VariableName[] value)Sets the variables to use.voidRemoteExecutionHandler. setVariableNames(VariableName[] value)Sets the names of the variables to transfer.static voidPropertiesUpdaterHelper. 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 EncapsulatedActorsContainerEncapsulateActors. wrap(Actor actor, VariableName[] vars, StorageName[] items)Wraps the actor to obtain a fully self-container flow.static EncapsulatedActorsContainerEncapsulateActors. 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 VariableNameUpdateVariableName. 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 VariableNameUpdateVariableName. getReplacement(VariableName old, String newName)Returns the replacement object.protected booleanUpdateVariableName. 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 VariableNameScreenshot. m_FilenameVariablethe variable to use as filename.Methods in adams.flow.sink that return VariableName Modifier and Type Method Description VariableNameScreenshot. 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 voidScreenshot. 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 VariableNameStorageForLoop. m_VariableNamethe variable to update with for-loop value.protected VariableNameVariable. m_VariableNamethe name of the variable.protected VariableName[]AbstractSimpleSourceWithPropertiesUpdating. m_VariableNamesthe variables to update the properties with.protected VariableName[]VariablesArray. m_VariableNamesthe names of the stored values.Methods in adams.flow.source that return VariableName Modifier and Type Method Description VariableNameStorageForLoop. getVariableName()Returns the variable to update with the for-loop value.VariableNameVariable. 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 voidVariablesArray. addVariableName(VariableName value)Adds the variable.voidStorageForLoop. setVariableName(VariableName value)Sets the variable to update with the for-loop value.voidVariable. setVariableName(VariableName value)Sets the name of the variable to update.voidAbstractSimpleSourceWithPropertiesUpdating. setVariableNames(VariableName[] value)Sets the variables to use.voidVariablesArray. 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 VariableNameDeleteVariable. m_VariableNamethe name of the variable.protected VariableNameSetProperty. m_VariableNameDeprecated.the name of the variable.protected VariableNameSetVariable. m_VariableNamethe name of the variable.Methods in adams.flow.standalone that return VariableName Modifier and Type Method Description VariableNameDeleteVariable. getVariableName()Returns the name of the variable to update.VariableNameSetProperty. getVariableName()Deprecated.Returns the name of the variable to obtain the current value from.VariableNameSetVariable. getVariableName()Returns the name of the variable to update.Methods in adams.flow.standalone with parameters of type VariableName Modifier and Type Method Description voidDeleteVariable. setVariableName(VariableName value)Sets the name of the variable to update.voidSetProperty. setVariableName(VariableName value)Deprecated.Sets the name of the variable to obtain the current value from.voidSetVariable. 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.SetVariable(VariableName name, String 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 VariableNameSimpleMenu. m_CancelledVariablethe variable to store the cancelled state in.protected VariableNameSimpleMenu. m_ChoiceVariablethe variable to store the choice in.protected VariableNameFileProcessingWithProgressBar. m_CountVariablethe variable to store the current progress in.protected VariableNameIterateFilesWithProgressBar. m_FileCounterthe counter variable.protected VariableNameSimpleMenu. m_LoopVariablethe variable for storing the loop state.protected VariableNameFileProcessingWithProgressBar. m_MaxVariablethe variable to store the # of files.protected VariableNameIterateFilesWithProgressBar. m_NumFilesthe number of files variable.protected VariableNamePromptUser. m_RestoreVarthe name of the restore variable.protected VariableNameRestoreVariable. m_RestoreVarthe name of the restore variable.protected VariableNameInstanceDumperVariable. m_VariableNamethe variable to update.protected VariableNameStoreFilenameInVariable. m_VariableNamethe variable to store the value in.protected VariableNameStoreReportValueInVariable. m_VariableNamethe variable to store the value in.protected VariableNameUpdateVariable. m_VariableNamethe variable to update.Methods in adams.flow.template that return VariableName Modifier and Type Method Description VariableNameSimpleMenu. getCancelledVariable()Returns the variable name to use for storing the cancelled state.VariableNameSimpleMenu. getChoiceVariable()Returns the variable name to use for storing the choice.VariableNameFileProcessingWithProgressBar. getCountVariable()Returns the variable name to use for storing the progress count.VariableNameIterateFilesWithProgressBar. getFileCounter()Returns the variable name to use for storing the current count of files iterated.VariableNameSimpleMenu. getLoopVariable()Returns the variable name to use for storing the cancelled state.VariableNameFileProcessingWithProgressBar. getMaxVariable()Returns the variable name to use for storing the number of files (= maximum).VariableNameIterateFilesWithProgressBar. getNumFiles()Returns the variable name to use for the total number of files found.VariableNamePromptUser. getRestoreVar()Returns the variable name to use for the restore file.VariableNameRestoreVariable. getRestoreVar()Returns the variable name to use for the restore file.VariableNameInstanceDumperVariable. getVariableName()Returns the variable name to generate the sub-flow for.VariableNameStoreFilenameInVariable. getVariableName()Returns the variable to set.VariableNameStoreReportValueInVariable. getVariableName()Returns the variable to set.VariableNameUpdateVariable. 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 voidSimpleMenu. setCancelledVariable(VariableName value)Sets the variable name to use for storing the cancelled state.voidSimpleMenu. setChoiceVariable(VariableName value)Sets the variable name to use for storing the choice.voidFileProcessingWithProgressBar. setCountVariable(VariableName value)Sets the variable name to use for storing the progress count.voidIterateFilesWithProgressBar. setFileCounter(VariableName value)Sets the variable name to use for storing the current count of files iterated.voidSimpleMenu. setLoopVariable(VariableName value)Sets the variable name to use for storing the cancelled state.voidFileProcessingWithProgressBar. setMaxVariable(VariableName value)Sets the variable name to use for storing the number of files (= maximum).voidIterateFilesWithProgressBar. setNumFiles(VariableName value)Sets the variable name to use for the total number of files found.voidPromptUser. setRestoreVar(VariableName value)Sets the variable name to use for the restore file.voidRestoreVariable. setRestoreVar(VariableName value)Sets the variable name to use for the restore file.voidInstanceDumperVariable. setVariableName(VariableName value)Sets the variable name to generate the sub-flow for.voidStoreFilenameInVariable. setVariableName(VariableName value)Sets the variable to set.voidStoreReportValueInVariable. setVariableName(VariableName value)Sets the variable to set.voidUpdateVariable. 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 VariableNameAbstractProcessWekaInstanceWithModel. m_ModelResetVariablethe variable to monitor for changes, triggering resets of the model.protected VariableNameSwapVariables. m_Var1the first variable.protected VariableNameSwapVariables. m_Var2the second variable.protected VariableNameAbstractFilter. m_VariableNamethe variable to listen to.protected VariableNameBoofCVFeatureGenerator. m_VariableNamethe variable to listen to.protected VariableNameBufferedImageFeatureGenerator. m_VariableNamethe variable to listen to.protected VariableNameColorProvider. m_VariableNamethe variable to listen to.protected VariableNameDeleteVariable. m_VariableNamethe name of the variable.protected VariableNameIncVariable. m_VariableNamethe name of the variable.protected VariableNameOpenCVFeatureGenerator. m_VariableNamethe variable to listen to.protected VariableNameSetVariable. m_VariableNamethe name of the variable.protected VariableNameSpreadSheetFilter. m_VariableNamethe variable to listen to.protected VariableNameSpreadSheetRowBuffer. m_VariableNamethe variable to listen to.protected VariableNameTimeseriesFeatureGenerator. m_VariableNamethe variable to listen to.protected VariableNameWekaInstanceBuffer. m_VariableNamethe variable to listen to.protected VariableNameWekaNearestNeighborSearch. m_VariableNamethe variable to listen to.protected VariableName[]AbstractTransformerWithPropertiesUpdating. m_VariableNamesthe variables to update the properties with.protected VariableName[]ArrayToVariables. m_VariableNamesthe names of the variables to map to.protected VariableNameMapVariableIterator. m_VarKeythe variable for the keys.protected VariableNameMapVariableIterator. m_VarValuethe variable for the values.Methods in adams.flow.transformer that return VariableName Modifier and Type Method Description VariableNameAbstractProcessWekaInstanceWithModel. getModelResetVariable()Returns the variable to monitor for changes in order to reset the model.VariableNameSwapVariables. getVar1()Returns the first variable.VariableNameSwapVariables. getVar2()Returns the second variable.VariableNameAbstractFilter. getVariableName()Returns the name of the variable to monitor.VariableNameBoofCVFeatureGenerator. getVariableName()Returns the name of the variable to monitor.VariableNameBufferedImageFeatureGenerator. getVariableName()Returns the name of the variable to monitor.VariableNameColorProvider. getVariableName()Returns the name of the variable to monitor.VariableNameDeleteVariable. getVariableName()Returns the name of the variable to update.VariableNameIncVariable. getVariableName()Returns the name of the variable to update.VariableNameOpenCVFeatureGenerator. getVariableName()Returns the name of the variable to monitor.VariableNameSetVariable. getVariableName()Returns the name of the variable to update.VariableNameSpreadSheetFilter. getVariableName()Returns the name of the variable to monitor.VariableNameSpreadSheetRowBuffer. getVariableName()Returns the name of the variable to monitor.VariableNameTimeseriesFeatureGenerator. getVariableName()Returns the name of the variable to monitor.VariableNameWekaInstanceBuffer. getVariableName()Returns the name of the variable to monitor.VariableNameWekaNearestNeighborSearch. 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.VariableNameMapVariableIterator. getVarKey()Returns the variable to store the key in.VariableNameMapVariableIterator. getVarValue()Returns the variable to store the value in.Methods in adams.flow.transformer with parameters of type VariableName Modifier and Type Method Description voidArrayToVariables. addVariableName(VariableName value)Adds the variable.voidAbstractProcessWekaInstanceWithModel. setModelResetVariable(VariableName value)Sets the variable to monitor for changes in order to reset the model.voidSwapVariables. setVar1(VariableName value)Sets the first variable.voidSwapVariables. setVar2(VariableName value)Sets the second variable.voidAbstractFilter. setVariableName(VariableName value)Sets the name of the variable to monitor.voidBoofCVFeatureGenerator. setVariableName(VariableName value)Sets the name of the variable to monitor.voidBufferedImageFeatureGenerator. setVariableName(VariableName value)Sets the name of the variable to monitor.voidColorProvider. setVariableName(VariableName value)Sets the name of the variable to monitor.voidDeleteVariable. setVariableName(VariableName value)Sets the name of the variable to update.voidIncVariable. setVariableName(VariableName value)Sets the name of the variable to update.voidOpenCVFeatureGenerator. setVariableName(VariableName value)Sets the name of the variable to monitor.voidSetVariable. setVariableName(VariableName value)Sets the name of the variable to update.voidSpreadSheetFilter. setVariableName(VariableName value)Sets the name of the variable to monitor.voidSpreadSheetRowBuffer. setVariableName(VariableName value)Sets the name of the variable to monitor.voidTimeseriesFeatureGenerator. setVariableName(VariableName value)Sets the name of the variable to monitor.voidWekaInstanceBuffer. setVariableName(VariableName value)Sets the name of the variable to monitor.voidWekaNearestNeighborSearch. setVariableName(VariableName value)Sets the name of the variable to monitor.voidAbstractTransformerWithPropertiesUpdating. setVariableNames(VariableName[] value)Sets the variables to use.voidArrayToVariables. setVariableNames(VariableName[] value)Sets the names of the variables.voidMapVariableIterator. setVarKey(VariableName value)Sets the variable to store the key in.voidMapVariableIterator. 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 VariableNameVariableRenamed. 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 VariableNameTextOverlayPaintlet. m_TextVariablethe variable with the text to paint.Methods in adams.gui.visualization.core that return VariableName Modifier and Type Method Description VariableNameTextOverlayPaintlet. 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 voidTextOverlayPaintlet. 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_VariableNamesthe 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 voidRemoteFlowExecution. setVariableNames(VariableName[] value)Sets the names of the variables to transfer.
-