Uses of Interface
de.mid.innovator.srv2api.icw2sm.SMRegion
Packages that use SMRegion
Package
Description
This packagage contains elements representing the logical model.
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 SMRegionModifier and TypeMethodDescriptionMEConstraint.getNamespaceRegion()The region owning this constraint.MESimpleConstraint.getOwningRegion()TheSMRegionowning this rule constraint. -
Uses of SMRegion in de.mid.innovator.srv2api.icw2sm
Fields in de.mid.innovator.srv2api.icw2sm declared as SMRegionMethods in de.mid.innovator.srv2api.icw2sm that return SMRegionModifier and TypeMethodDescriptionstatic 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.SMVertex.getContainer()The region that contains this vertex.SMTransExt.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 SMRegionModifier and TypeMethodDescriptionSMRegularState.getRegion(K_CONTROL_OPTION... behaviourFlags) The regions owned directly by the state.SMStateMachine.getRegion(K_CONTROL_OPTION... behaviourFlags) Methods in de.mid.innovator.srv2api.icw2sm with parameters of type SMRegionModifier and TypeMethodDescriptionstatic 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 SMRegionModifierConstructorDescriptionARG_SMRegionInsertAtSelection(MMCreateTemplate ohTemplateRegion, SMRegion ohRegion, K_INSERT kInsertAt)