Uses of Interface
de.mid.innovator.srv2api.icw2sm.SMRegion
-
Packages that use SMRegion Package Description de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model.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 SMRegion in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return SMRegion Modifier and Type Method Description SMRegionMEConstraint. getNamespaceRegion()The region owning this constraint.SMRegionMESimpleConstraint. getOwningRegion() -
Uses of SMRegion in de.mid.innovator.srv2api.icw2sm
Fields in de.mid.innovator.srv2api.icw2sm declared as SMRegion Modifier and Type Field Description SMRegionARG_SMRegionInsertAtSelection. ohRegionselected regionMethods in de.mid.innovator.srv2api.icw2sm that return SMRegion Modifier and Type Method Description static SMRegionSMRegionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Region with template and container.static SMRegionSMRegionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Region with stereotype and container.SMRegionSMVertex. getContainer()The region that contains this vertex.SMRegionSMTransExt. getOwnerRegion()Designates the region that owns this transition.static SMRegionSMRegionHelper. insertAtSelection(SrvContext srvCtx, MMCreateTemplate ohTemplateRegion, SMRegion ohRegion, K_INSERT kInsertAt)Inserts a newSMRegionusing a region template.Methods in de.mid.innovator.srv2api.icw2sm that return types with arguments of type SMRegion Modifier and Type Method Description java.util.List<SMRegion>SMRegularState. getRegion(K_CONTROL_OPTION... behaviourFlags)The regions owned directly by the state.java.util.List<SMRegion>SMStateMachine. getRegion(K_CONTROL_OPTION... behaviourFlags)Methods in de.mid.innovator.srv2api.icw2sm with parameters of type SMRegion Modifier and Type Method Description static SMRegionSMRegionHelper. insertAtSelection(SrvContext srvCtx, MMCreateTemplate ohTemplateRegion, SMRegion ohRegion, K_INSERT kInsertAt)Inserts a newSMRegionusing a region template.Constructors in de.mid.innovator.srv2api.icw2sm with parameters of type SMRegion Constructor Description ARG_SMRegionInsertAtSelection(MMCreateTemplate ohTemplateRegion, SMRegion ohRegion, K_INSERT kInsertAt)
-