| Modifier and Type | Method and Description |
|---|---|
Condition |
PLIFactory.createCondition()
Returns a new object of class 'Condition'.
|
Condition |
SignalStatement.getCondition()
Returns the value of the 'Condition' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Condition> |
RevertStatement.getConditions()
Returns the value of the 'Conditions' containment reference list.
|
java.util.List<Condition> |
OnStatement.getConditions()
Returns the value of the 'Conditions' containment reference list.
|
java.util.List<Condition> |
ConditionPrefix.getConditions()
Returns the value of the 'Conditions' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SignalStatement.setCondition(Condition value)
Sets the value of the '
Condition' containment reference. |