CompositeStep1Composite step used to demonstrate exceptions (in StateGraph.Examples.ShowExceptions) |
|
| nSuspend |
Value: 1 Type: Integer Description: Number of suspend ports |
|---|---|
| nResume |
Value: 1 Type: Integer Description: Number of resume ports |
| active |
Type: Boolean Description: = true, if step is active, otherwise the step is not active |
|---|
| stateGraphRoot |
Type: CompositeStepState Description: Communication port between the CompositeStep and the steps within the CompositeStep |
|
|---|---|---|
| outerState |
Type: OuterState |
|
| innerState |
Type: InnerState |
|
| transition1 |
Type: Transition |
|
| initStep |
Type: Step |
|
| exitStep |
Type: Step |
|
| compositeStep11 |
Type: CompositeStep2 |
|
| compositeStep12 |
Type: CompositeStep2 |
|
| transition2 |
Type: Transition |
|
| transition3 |
Type: Transition |
|
| transition4 |
Type: Transition |
|
| Alternative1 |
Type: Alternative |
|
Modelica.StateGraph.Examples Example to demonstrate how a hierarchically structured StateGraph can suspend and resume actions on different levels |