| Modifier and Type | Method and Description | 
|---|---|
Variable | 
DataModel.get(String key,
   Variable defaultValue)
Get the  
Variable value assigned to the specified key. | 
| Modifier and Type | Method and Description | 
|---|---|
Variable | 
DataModel.get(String key,
   Variable defaultValue)
Get the  
Variable value assigned to the specified key. | 
void | 
DataModel.set(String key,
   Variable value)
Assign a  
Variable value to the specified key. | 
| Modifier and Type | Method and Description | 
|---|---|
Variable | 
ExpressionAssignmentNodeConfig.getVariable()  | 
| Modifier and Type | Method and Description | 
|---|---|
ExpressionAssignmentNodeConfig | 
AssignmentNodeConfigFactory.createExpressionConfig(Variable variable,
                      Expression expression)
Create a expression assignment configuration. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Variable | 
CounterLoopNodeConfig.getLoopCountVariable()  | 
| Modifier and Type | Method and Description | 
|---|---|
Variable | 
VariablePositionDefinedWaypointNodeConfig.getVariable()  | 
| Modifier and Type | Method and Description | 
|---|---|
VariablePositionDefinedWaypointNodeConfig | 
WaypointNodeConfigFactory.createVariablePositionConfig(Variable variable,
                            BlendParameters blendParameters,
                            WaypointMotionParameters waypointMotionParameters)
Creates a variable position configuration for a waypoint with a defined variable 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ScriptWriter.assign(Variable variable,
      String expression)
Variable assignment. 
 | 
String | 
ScriptWriter.getResolvedVariableName(Variable variable)
Returns a registered variable name that can be used in a script. 
 | 
void | 
ScriptWriter.incrementVariable(Variable variable)
Add 1 to the variable value. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ExpressionBuilder | 
ExpressionBuilder.appendVariable(Variable variable)
Append a variable object to the expression. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
FeatureVariable
A Feature marked as a Variable in the installation
 will exist even when a robot is turned off and on. 
 | 
interface  | 
GlobalVariable
GLOBAL variables are available everywhere in a program. 
 | 
interface  | 
PersistedVariable
PERSISTED means that the variable is stored with the installation. | 
interface  | 
ValuePersistedVariable
VALUE_PERSISTED means that the variable is stored with the installation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Filter<Variable> | 
VariableFilterFactory.featureVariablesFilter()  | 
Collection<Variable> | 
VariableModel.get(Filter<Variable> filter)
Get a subset of all the variables registered in the system using a filter. 
 | 
Collection<Variable> | 
VariableModel.getAll()  | 
static Filter<Variable> | 
VariableFilterFactory.globalVariablesFilter()  | 
static Filter<Variable> | 
VariableFilterFactory.valuePersistedVariablesFilter()  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<Variable> | 
VariableModel.get(Filter<Variable> filter)
Get a subset of all the variables registered in the system using a filter. 
 | 
Copyright © 2019. All rights reserved.