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 SMRegion
MEConstraint. getNamespaceRegion()
The region owning this constraint.SMRegion
MESimpleConstraint. 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 SMRegion
ARG_SMRegionInsertAtSelection. ohRegion
selected regionMethods in de.mid.innovator.srv2api.icw2sm that return SMRegion Modifier and Type Method Description static SMRegion
SMRegionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Region with template and container.static SMRegion
SMRegionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Region with stereotype and container.SMRegion
SMVertex. getContainer()
The region that contains this vertex.SMRegion
SMTransExt. getOwnerRegion()
Designates the region that owns this transition.static SMRegion
SMRegionHelper. insertAtSelection(SrvContext srvCtx, MMCreateTemplate ohTemplateRegion, SMRegion ohRegion, K_INSERT kInsertAt)
Inserts a newSMRegion
using 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 SMRegion
SMRegionHelper. insertAtSelection(SrvContext srvCtx, MMCreateTemplate ohTemplateRegion, SMRegion ohRegion, K_INSERT kInsertAt)
Inserts a newSMRegion
using 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)
-