Uses of Interface
de.mid.innovator.srv2api.icw2sm.SMFinalState
-
Packages that use SMFinalState 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 SMFinalState in de.mid.innovator.srv2api.icw2sm
Methods in de.mid.innovator.srv2api.icw2sm that return SMFinalState Modifier and Type Method Description static SMFinalState
SMFinalStateHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Final State with template and container.static SMFinalState
SMFinalStateHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Final State with stereotype and container.
-