modelPartialCompositeStep

Superclass of a subgraph, i.e., a composite step that has internally a StateGraph

Parameters

TypeNameDefaultDescription
Exception connections
IntegernSuspend1Number of suspend ports
IntegernResume1Number of resume ports

Connectors

TypeNameDefaultDescription
StateGraph.Interfaces.Step_ininPort
StateGraph.Interfaces.Step_outoutPort
StateGraph.Interfaces.CompositeStep_suspend[nSuspend]suspend
StateGraph.Interfaces.CompositeStep_resume[nResume]resume

Components

TypeNameDefaultDescription
StateGraph.Interfaces.CompositeStepStatestateGraphRootCommunication port between the CompositeStep and the steps within the CompositeStep
Booleanactive= true, if step is active, otherwise the step is not active
OuterStateouterState

Contents

NameDescription
OuterStateBlock containing the port that is connected to the outer stateGraphRoot
InnerStateprotected