Uses of Interface
de.mid.innovator.srv2api.icw2sm.SMEntryPoint
-
Packages that use SMEntryPoint 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 SMEntryPoint in de.mid.innovator.srv2api.icw2sm
Methods in de.mid.innovator.srv2api.icw2sm that return SMEntryPoint Modifier and Type Method Description static SMEntryPoint
SMEntryPointHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Entry Point with template and container.static SMEntryPoint
SMEntryPointHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Entry Point with stereotype and container.Methods in de.mid.innovator.srv2api.icw2sm that return types with arguments of type SMEntryPoint Modifier and Type Method Description java.util.List<SMEntryPoint>
SMRegularState. getEntryPoint(K_CONTROL_OPTION... behaviourFlags)
The set of entry points owned by the state.java.util.List<SMEntryPoint>
SMStateMachine. getEntryPoint(K_CONTROL_OPTION... behaviourFlags)
The set of entry points owned by the statemachine.
-