This icon indicates packages containing interfaces.
Extends from Modelica.Icons.InterfacesPackage (Icon for packages containing interfaces).
| Name | Description |
|---|---|
CompositeStep_resume | Input port of a step (used for resume connector of a CompositeStep) |
CompositeStep_suspend | Output port of a step (used for suspend connector of a CompositeStep) |
CompositeStepState | Communication channel between CompositeSteps and steps in the CompositeStep |
CompositeStepStatePort_in | Communication port between a CompositeStep and the ordinary steps within the CompositeStep (suspend/resume are inputs) |
CompositeStepStatePort_out | Communication port between a CompositeStep and the ordinary steps within the CompositeStep (suspend/resume are outputs) |
PartialStateGraphIcon | Icon for a StateGraph object |
PartialStep | Partial step with one input and one output transition port |
PartialTransition | Partial transition with input and output connections |
Step_in | Input port of a step |
Step_out | Output port of a step |
Transition_in | Input port of a transition |
Transition_out | Output port of a transition |
| Type | Name | Description |
|---|---|---|
output Boolean | occupied | true, if step is active |
input Boolean | set | true, if transition fires and step is activated |
| Type | Name | Description |
|---|---|---|
output Boolean | available | true, if step is active |
input Boolean | reset | true, if transition fires and step is deactivated |
| Type | Name | Description |
|---|---|---|
input Boolean | available | true, if step connected to the transition input is active |
output Boolean | reset | true, if transition fires and the step connected to the transition input is deactivated |
| Type | Name | Description |
|---|---|---|
input Boolean | occupied | true, if step connected to the transition output is active |
output Boolean | set | true, if transition fires and step connected to the transition output becomes active |
| Type | Name | Description |
|---|---|---|
output Boolean | occupied | true, if step is active |
input Boolean | set | true, if transition fires and step is activated |
| Type | Name | Description |
|---|---|---|
output Boolean | available | true, if step is active |
input Boolean | reset | true, if transition fires and step is deactivated |
| Type | Name | Description |
|---|---|---|
input Boolean | suspend | = true, if suspend transition of CompositeStep fires |
input Boolean | resume | = true, if resume transition of CompositeStep fires |
Real | activeStepsDummy | Dummy variable in order that connector fulfills restriction of connector |
flow Real | activeSteps | Number of active steps in the CompositeStep |
| Type | Name | Description |
|---|---|---|
output Boolean | suspend | = true, if suspend transition of CompositeStep fires |
output Boolean | resume | = true, if resume transition of CompositeStep fires |
Real | activeStepsDummy | Dummy variable in order that connector fulfills restriction of connector |
flow Real | activeSteps | Number of active steps in the CompositeStep |
| Type | Name | Default | Description |
|---|---|---|---|
Integer | nIn | 1 | Number of input connections |
Integer | nOut | 1 | Number of output connections |
| Type | Name | Description |
|---|---|---|
Step_in | inPort[nIn] | Vector of step input connectors |
Step_out | outPort[nOut] | Vector of step output connectors |
| Type | Name | Default | Description |
|---|---|---|---|
Boolean | enableTimer | false | = true, if timer is enabled |
Time | waitTime | 0 | Wait time before transition fires |
| Type | Name | Description |
|---|---|---|
Transition_in | inPort | Vector of transition input connectors |
Transition_out | outPort | Vector of transition output connectors |
| Type | Name | Description |
|---|---|---|
CompositeStepStatePort_out | subgraphStatePort |   |
Generated 2018-12-12 12:09:58 EST by MapleSim.