Uses of Interface
de.mid.innovator.srv2api.icw2sm.SMRegularState
-
Packages that use SMRegularState Package Description de.mid.innovator.srv2api.icw2be The Common Behaviors package specifies the core concepts required for dynamic elements and provides the infrastructure to support more detailed definitions of behavior.de.mid.innovator.srv2api.icw2sm The StateMachine package defines a set of concepts that can be used for modeling discrete behavior through finite statetransition systems. -
-
Uses of SMRegularState in de.mid.innovator.srv2api.icw2be
Methods in de.mid.innovator.srv2api.icw2be that return SMRegularState Modifier and Type Method Description SMRegularState
BEBehavior. getDoActivityOwningState()
The state that owns this behavior.SMRegularState
BEBehavior. getEntryOwningState()
The state which owns this behavior.SMRegularState
BEBehavior. getExitOwningState()
The state which owns this behavior.SMRegularState
BETrigger. getOwningState()
The state which owns this trigger. -
Uses of SMRegularState in de.mid.innovator.srv2api.icw2sm
Methods in de.mid.innovator.srv2api.icw2sm that return SMRegularState Modifier and Type Method Description static SMRegularState
SMRegularStateHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new State with template and container.static SMRegularState
SMRegularStateHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new State with stereotype and container.SMRegularState
SMTransInt. getOwnerState()
Designates the state that owns this transiton.SMRegularState
SMEntryPoint. getState()
The state that contains this entry point.SMRegularState
SMExitPoint. getState()
The state that contains this exit point.SMRegularState
SMRegion. getState()
The state that owns the region.Methods in de.mid.innovator.srv2api.icw2sm that return types with arguments of type SMRegularState Modifier and Type Method Description java.util.List<SMRegularState>
SMStateMachine. getSubmachineState()
All states of this sub state machine.
-