Uses of Interface
de.mid.innovator.srv2api.icw2model.MESimpleConstraint
-
Packages that use MESimpleConstraint Package Description de.mid.innovator.srv2api.icw2ac Activity modeling emphasizes the sequence and conditions for coordinating lower-level behaviors, rather than which classifiers own those behaviors.de.mid.innovator.srv2api.icw2be The Common Behaviors package specifies the core concepts required for dynamic elements and provides the infrastructure to support more detailed definitions of behavior.de.mid.innovator.srv2api.icw2class The classes package deals with the basic modeling concepts of UML and, in particular, classes and their relationships.de.mid.innovator.srv2api.icw2ia The Interaction package describes the concepts needed to express interactions.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 MESimpleConstraint in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac that return MESimpleConstraint Modifier and Type Method Description MESimpleConstraint
ANAction. getLocalPostcondition()
MESimpleConstraint
ANAction. getLocalPrecondition()
Methods in de.mid.innovator.srv2api.icw2ac that return types with arguments of type MESimpleConstraint Modifier and Type Method Description java.util.List<MESimpleConstraint>
ACStructuredNode. getOwnedRule(K_CONTROL_OPTION... behaviourFlags)
All constraints owned by thisACStructuredNode
. -
Uses of MESimpleConstraint in de.mid.innovator.srv2api.icw2be
Methods in de.mid.innovator.srv2api.icw2be that return MESimpleConstraint Modifier and Type Method Description MESimpleConstraint
BEBehavior. getPostcondition()
MESimpleConstraint
BEBehavior. getPrecondition()
Methods in de.mid.innovator.srv2api.icw2be that return types with arguments of type MESimpleConstraint Modifier and Type Method Description java.util.List<MESimpleConstraint>
BEBehavior. getBehaviorOwnedRule(K_CONTROL_OPTION... behaviourFlags)
-
Uses of MESimpleConstraint in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return MESimpleConstraint Modifier and Type Method Description MESimpleConstraint
CLOperation. getBodyCondition()
An optional constraint on the result values of an invocation of this operation.MESimpleConstraint
CLExtend. getCondition()
References the condition that must be met when the first extension point is reached for the extension to take place.Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type MESimpleConstraint Modifier and Type Method Description java.util.List<MESimpleConstraint>
CLParameterSet. getCondition(K_CONTROL_OPTION... behaviourFlags)
java.util.List<MESimpleConstraint>
CLOperation. getPostcondition(K_CONTROL_OPTION... behaviourFlags)
An optional set of constraints specifying the state of the system when the operation is completed.java.util.List<MESimpleConstraint>
CLOperation. getPrecondition(K_CONTROL_OPTION... behaviourFlags)
An optional set of constraints on the state of the system when the operation is invoked. -
Uses of MESimpleConstraint in de.mid.innovator.srv2api.icw2ia
Methods in de.mid.innovator.srv2api.icw2ia that return types with arguments of type MESimpleConstraint Modifier and Type Method Description java.util.List<MESimpleConstraint>
IACombined. getOwnedRule(K_CONTROL_OPTION... behaviourFlags)
java.util.List<MESimpleConstraint>
IAOperand. getOwnedRule(K_CONTROL_OPTION... behaviourFlags)
-
Uses of MESimpleConstraint in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return MESimpleConstraint Modifier and Type Method Description static MESimpleConstraint
MESimpleConstraintHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, K_CONTASGN kContAsgn)
Creates a new condition with template and container.static MESimpleConstraint
MESimpleConstraintHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, K_CONTASGN kContAsgn)
Creates a new condition with stereotype and container. -
Uses of MESimpleConstraint in de.mid.innovator.srv2api.icw2sm
Methods in de.mid.innovator.srv2api.icw2sm that return MESimpleConstraint Modifier and Type Method Description MESimpleConstraint
SMTransition. getGuard()
MESimpleConstraint
SMTransition. getPostcondition()
MESimpleConstraint
SMTransition. getPrecondition()
MESimpleConstraint
SMState. getStateInvariant()
Methods in de.mid.innovator.srv2api.icw2sm that return types with arguments of type MESimpleConstraint Modifier and Type Method Description java.util.List<MESimpleConstraint>
SMRegion. getOwnedRule(K_CONTROL_OPTION... behaviourFlags)
java.util.List<MESimpleConstraint>
SMState. getOwnedRule(K_CONTROL_OPTION... behaviourFlags)
All constraints owned by thisSMState
.java.util.List<MESimpleConstraint>
SMTransition. getOwnedRule(K_CONTROL_OPTION... behaviourFlags)
-