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

TypeNameDefaultDescription
Exception connections
IntegernSuspend (from PartialCompositeStep)1Number of suspend ports
IntegernResume (from PartialCompositeStep)1Number of resume ports

Connectors

TypeNameDefaultDescription
StateGraph.Interfaces.Step_ininPort (from PartialCompositeStep)
StateGraph.Interfaces.Step_outoutPort (from PartialCompositeStep)
StateGraph.Interfaces.CompositeStep_suspend[nSuspend]suspend (from PartialCompositeStep)
StateGraph.Interfaces.CompositeStep_resume[nResume]resume (from PartialCompositeStep)

Components

TypeNameDefaultDescription
StateGraph.Interfaces.CompositeStepStatestateGraphRoot (from PartialCompositeStep)Communication port between the CompositeStep and the steps within the CompositeStep
Booleanactive (from PartialCompositeStep)= true, if step is active, otherwise the step is not active
OuterStateouterState (from PartialCompositeStep)
Transitiontransition3
Transitiontransition4
Stepstep3
Stepstep4
Transitiontransition5
Transitiontransition6
Transitiontransition4a
Stepstep4a
Transitiontransition6a
StepinitStep
StepexitStep
AlternativeAlternative1