FeatureVariable
A Feature marked as a Variable in the installation
will exist even when a robot is turned off and on.
|
GlobalVariable
GLOBAL variables are available everywhere in a program.
|
PersistedVariable
PERSISTED means that the variable is stored with the installation.
|
Variable |
Variable.Type
The variable type used to determine which type of variable this instance is.
|
VariableException
This exception is thrown if a Variable has an illegal name.
|
VariableFactory
This interface supplies methods to create variable objects.
|