![]() |
OTX Reference
|
|
Assigns a value to a variable. More...
Public Attributes | |
Variable | result |
Cardinality [1] Describes the variable to which the resulting value of term evaluation will be assigned. More... | |
Term | term |
Cardinality [1] Describes the value which shall be evaluated out of the given term at runtime. More... | |
![]() | |
OtxLink | validFor |
Cardinality [0..1] Validity of ActionRealisation. More... | |
Assigns a value to a variable.
The ActionRealisation assigns a right-value (Term
) to a left-value (Result
).
Variable OpenTestSystem.Otx.Core.Actions.Assignment.result |
Cardinality [1]
Describes the variable to which the resulting value of term evaluation will be assigned.
Term OpenTestSystem.Otx.Core.Actions.Assignment.term |
Cardinality [1]
Describes the value which shall be evaluated out of the given term at runtime.