Uses of Interface
de.mid.innovator.srv2api.icw2sm.SMRegularState
Packages that use SMRegularState
Package
Description
The Common Behaviors package specifies the core concepts required for dynamic
elements and provides the infrastructure to support more detailed definitions of
behavior.
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 SMRegularStateModifier and TypeMethodDescriptionBEBehavior.getDoActivityOwningState()The state that owns this behavior.BEBehavior.getEntryOwningState()The state which owns this behavior.BEBehavior.getExitOwningState()The state which owns this behavior.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 SMRegularStateModifier and TypeMethodDescriptionstatic 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.SMTransInt.getOwnerState()Designates the state that owns this transiton.SMEntryPoint.getState()The state that contains this entry point.SMExitPoint.getState()The state that contains this exit point.SMRegion.getState()The state that owns the region.Methods in de.mid.innovator.srv2api.icw2sm that return types with arguments of type SMRegularStateModifier and TypeMethodDescriptionSMStateMachine.getSubmachineState()All states of this sub state machine.