OTX Reference
|
|
Variable Access. More...
Classes | |
class | PropertyFlagVariable |
The variable access type represent for PropertyFlag More... | |
class | ServiceProviderVariable |
The variable access type represent for ServiceProvider More... | |
class | ServiceVariable |
The variable access type represent for Service More... | |
Variable Access.
The variable
types represent the counterpart of the dereferencing terms (e.g. IntegerValue) which are used to read the actual value stored in a declaration
. By contrast, variable
types are used by OTX nodes and actions when the variable container itself is of primary interest, not the value stored in it. This is the case e.g. in an Assignment action: The calculated value given by the term
will be assigned to the variable
identified by result
.