modelCompositeStep
State machine demonstrating a composite step (used in StateGraph.Examples.ShowCompositeStep)
Extends from StateGraph.PartialCompositeStep (Superclass of a subgraph, i.e., a composite step that has internally a StateGraph).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Exception connections | |||
| Integer | nSuspend (from PartialCompositeStep) | 1 | Number of suspend ports |
| Integer | nResume (from PartialCompositeStep) | 1 | Number of resume ports |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| StateGraph.Interfaces.Step_in | inPort (from PartialCompositeStep) | ||
| StateGraph.Interfaces.Step_out | outPort (from PartialCompositeStep) | ||
| StateGraph.Interfaces.CompositeStep_suspend[nSuspend] | suspend (from PartialCompositeStep) | ||
| StateGraph.Interfaces.CompositeStep_resume[nResume] | resume (from PartialCompositeStep) |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| StateGraph.Interfaces.CompositeStepState | stateGraphRoot (from PartialCompositeStep) | Communication port between the CompositeStep and the steps within the CompositeStep | |
| Boolean | active (from PartialCompositeStep) | = true, if step is active, otherwise the step is not active | |
| OuterState | outerState (from PartialCompositeStep) | ||
| Transition | transition3 | ||
| Transition | transition4 | ||
| Step | step3 | ||
| Step | step4 | ||
| Transition | transition5 | ||
| Transition | transition6 | ||
| Transition | transition4a | ||
| Step | step4a | ||
| Transition | transition6a | ||
| Step | initStep | ||
| Step | exitStep | ||
| Alternative | Alternative1 |