functionupdateTransition
Updates a transition in a class.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| TypeName | cl | ||
| String | from | ||
| String | to | ||
| String | oldCondition | ||
| Boolean | oldImmediate | ||
| Boolean | oldReset | ||
| Boolean | oldSynchronize | ||
| Integer | oldPriority | ||
| String | newCondition | ||
| Boolean | newImmediate | ||
| Boolean | newReset | ||
| Boolean | newSynchronize | ||
| Integer | newPriority | ||
| ExpressionOrModification | annotate |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | bool |