Uses of Interface
de.mid.innovator.srv2api.icw2model.MEValSpecOpaqueExpr
-
Packages that use MEValSpecOpaqueExpr 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.icw2class The classes package deals with the basic modeling concepts of UML and, in particular, classes and their relationships. -
-
Uses of MEValSpecOpaqueExpr in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac that return MEValSpecOpaqueExpr Modifier and Type Method Description MEValSpecOpaqueExpr
ACActivityEdge. getGuard()
Specification evaluated at runtime to determine if the edge can be traversed.MEValSpecOpaqueExpr
ACJoinNode. getJoinSpec()
A specification that gives the conditions which the join will emit a token under.MEValSpecOpaqueExpr
ACActivityEdge. getWeight()
Number of objects consumed from the source node on each traversal. -
Uses of MEValSpecOpaqueExpr in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return MEValSpecOpaqueExpr Modifier and Type Method Description MEValSpecOpaqueExpr
CLValueRangeAble. getOwnedValueRestriction()
The expression which may contain the values for thisCLValueRangeAble
.
-