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 SMRegularStateBEBehavior. getDoActivityOwningState()The state that owns this behavior.SMRegularStateBEBehavior. getEntryOwningState()The state which owns this behavior.SMRegularStateBEBehavior. getExitOwningState()The state which owns this behavior.SMRegularStateBETrigger. 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 SMRegularStateSMRegularStateHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new State with template and container.static SMRegularStateSMRegularStateHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new State with stereotype and container.SMRegularStateSMTransInt. getOwnerState()Designates the state that owns this transiton.SMRegularStateSMEntryPoint. getState()The state that contains this entry point.SMRegularStateSMExitPoint. getState()The state that contains this exit point.SMRegularStateSMRegion. 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.
-