Uses of Interface
de.mid.innovator.srv2api.icw2sm.SMEntryPoint
Packages that use SMEntryPoint
Package
Description
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 SMEntryPointModifier and TypeMethodDescriptionstatic SMEntryPointSMEntryPointHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Entry Point with template and container.static SMEntryPointSMEntryPointHelper.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 SMEntryPointModifier and TypeMethodDescriptionSMRegularState.getEntryPoint(K_CONTROL_OPTION... behaviourFlags) The set of entry points owned by the state.SMStateMachine.getEntryPoint(K_CONTROL_OPTION... behaviourFlags) The set of entry points owned by the statemachine.