| Package | Description | 
|---|---|
| com.ur.urcap.api.domain.variable | 
| 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  | 
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 | 
|---|---|
GlobalVariable | 
VariableFactory.createGlobalVariable(String suggestedName)
Creates a global variable. 
 | 
GlobalVariable | 
VariableFactory.createGlobalVariable(String suggestedName,
                    Expression initialValue)
Creates a global variable. 
 | 
Copyright © 2019. All rights reserved.