Uses of Interface
de.mid.innovator.srv2api.icw2sm.SMExitPoint
Packages that use SMExitPoint
Package
Description
The StateMachine package defines a set of concepts that can be used for
modeling discrete behavior through finite statetransition systems.
-
Uses of SMExitPoint in de.mid.innovator.srv2api.icw2sm
Methods in de.mid.innovator.srv2api.icw2sm that return SMExitPointModifier and TypeMethodDescriptionstatic SMExitPointSMExitPointHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Exit Point with template and container.static SMExitPointSMExitPointHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Exit Point with stereotype and container.Methods in de.mid.innovator.srv2api.icw2sm that return types with arguments of type SMExitPointModifier and TypeMethodDescriptionSMRegularState.getExitPoint(K_CONTROL_OPTION... behaviourFlags) The set of exit points owned by the state.SMStateMachine.getExitPoint(K_CONTROL_OPTION... behaviourFlags) The set of exit points owned by the state machine.