modelCompositeStep1
Composite step used to demonstrate exceptions (in StateGraph.Examples.ShowExceptions)
Extends from 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 | transition1 | ||
| Step | initStep | ||
| Step | exitStep | ||
| CompositeStep2 | compositeStep11 | ||
| CompositeStep2 | compositeStep12 | ||
| Transition | transition2 | ||
| Transition | transition3 | ||
| Transition | transition4 | ||
| Alternative | Alternative1 |