Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
conditionEdge |
ConditionEdge |
1..1 |
XSDattribute
|
Specifies the edge when the condition is evaluated to true (rising, falling, risingOrFalling, none). |
delay |
double |
1..1 |
XSDattribute
|
Time elapsed after the edge condition is verified, until the condition returns true to the scenario. Unit: s; Range: [0..inf[. |
name |
string |
1..1 |
XSDattribute
|
Name of the condition. |
byEntityCondition |
ByEntityCondition |
0..1 |
xor,
XSDelement
|
A condition that refers to an entity. |
byValueCondition |
ByValueCondition |
0..1 |
xor,
XSDelement
|
A condition that refers to a runtime value. |
|