Uses of Interface
de.mid.innovator.srv2api.icw2model.MESimpleConstraint
Packages that use MESimpleConstraint
Package
Description
Activity modeling emphasizes the sequence and conditions for coordinating
lower-level behaviors, rather than which classifiers own those behaviors.
The Common Behaviors package specifies the core concepts required for dynamic
elements and provides the infrastructure to support more detailed definitions of
behavior.
The classes package deals with the basic modeling concepts of UML and, in
particular, classes and their relationships.
The Interaction package describes the concepts needed to express interactions.
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 MESimpleConstraint in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac that return MESimpleConstraintModifier and TypeMethodDescriptionANAction.getLocalPostcondition()ANAction.getLocalPrecondition()Methods in de.mid.innovator.srv2api.icw2ac that return types with arguments of type MESimpleConstraintModifier and TypeMethodDescriptionACStructuredNode.getOwnedRule()All constraints owned by thisACStructuredNode. -
Uses of MESimpleConstraint in de.mid.innovator.srv2api.icw2be
Methods in de.mid.innovator.srv2api.icw2be that return MESimpleConstraintModifier and TypeMethodDescriptionBEBehavior.getPostcondition()The post condition owned by thisBEBehavior.BEBehavior.getPrecondition()The pre condition owned by thisBEBehavior.Methods in de.mid.innovator.srv2api.icw2be that return types with arguments of type MESimpleConstraintModifier and TypeMethodDescriptionBEBehavior.getBehaviorOwnedRule()The rule constraint owned by thisBEBehavior. -
Uses of MESimpleConstraint in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return MESimpleConstraintModifier and TypeMethodDescriptionCLOperation.getBodyCondition()An optional constraint on the result values of an invocation of this operation.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 MESimpleConstraintModifier and TypeMethodDescriptionCLParameterSet.getCondition()The constraint owned by thisCLParameterSet.CLOperation.getPostcondition()An optional set of constraints specifying the state of the system when the operation is completed.CLOperation.getPrecondition()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 MESimpleConstraintModifier and TypeMethodDescriptionIACombined.getOwnedRule()The constraint owned by thisIACombined.IAOperand.getOwnedRule()The constraint owned by thisIAOperand. -
Uses of MESimpleConstraint in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return MESimpleConstraintModifier and TypeMethodDescriptionstatic MESimpleConstraintMESimpleConstraintHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, K_CONTASGN kContAsgn) Creates a new condition with template and container.static MESimpleConstraintMESimpleConstraintHelper.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 MESimpleConstraintModifier and TypeMethodDescriptionSMTransition.getGuard()The guard constraint owned by thisSMTransition.SMTransition.getPostcondition()The post condition owned by thisSMTransition.SMTransition.getPrecondition()The pre condition owned by thisSMTransition.SMState.getStateInvariant()The invariant constraint owned by thisSMState.Methods in de.mid.innovator.srv2api.icw2sm that return types with arguments of type MESimpleConstraintModifier and TypeMethodDescriptionSMRegion.getOwnedRule()The rule constraint owned by thisSMRegion.SMState.getOwnedRule()The rule constraint owned by thisSMState.SMTransition.getOwnedRule()The rule constraint owned by thisSMTransition.