Uses of Interface
de.mid.innovator.srv2api.icw2sm.SMExitPoint
-
Packages that use SMExitPoint Package Description 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 SMExitPoint in de.mid.innovator.srv2api.icw2sm
Methods in de.mid.innovator.srv2api.icw2sm that return SMExitPoint Modifier and Type Method Description static SMExitPoint
SMExitPointHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Exit Point with template and container.static SMExitPoint
SMExitPointHelper. 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 SMExitPoint Modifier and Type Method Description java.util.List<SMExitPoint>
SMRegularState. getExitPoint(K_CONTROL_OPTION... behaviourFlags)
The set of exit points owned by the state.java.util.List<SMExitPoint>
SMStateMachine. getExitPoint(K_CONTROL_OPTION... behaviourFlags)
The set of exit points owned by the state machine.
-