Uses of Interface
de.mid.innovator.srv2api.icw2class.CLValueRangeAble
-
Packages that use CLValueRangeAble Package Description 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.icw2dm The purpose of DMN is to provide the constructs that are needed to model decisions, so that organizational decision-making can be readily depicted in diagrams, accurately defined by business analysts, and (optionally) automated.de.mid.innovator.srv2api.icw2elem Describes the common behavior of all elements stored in a model server repository even configuration elements in profiles and schema elements of the meta model.de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model. -
-
Uses of CLValueRangeAble in de.mid.innovator.srv2api.icw2class
Subinterfaces of CLValueRangeAble in de.mid.innovator.srv2api.icw2class Modifier and Type Interface Description interface
CLStructureDefinition
interface
CLStructureElement
This is a utility class for CLStructureElement that provides static methods for creation or other purposes.interface
CLStructureEntry
interface
CLStructureGroup
-
Uses of CLValueRangeAble in de.mid.innovator.srv2api.icw2dm
Subinterfaces of CLValueRangeAble in de.mid.innovator.srv2api.icw2dm Modifier and Type Interface Description interface
DMInputClause
The classDMInputClause
is used to model aDMDecisionTable
input.interface
DMOutputClause
The classDMOutputClause
is used to model aDMDecisionTable
output.Methods in de.mid.innovator.srv2api.icw2dm with type parameters of type CLValueRangeAble Modifier and Type Method Description <T extends CLValueRangeAble>
java.util.List<T>DMValueRangeRefAble. getUsedValueRangeAble(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
TheCLValueRangeAble
which is referenced by thisDMValueRangeRefAble
.<T extends CLValueRangeAble>
java.util.List<T>DMValueRangeRefAble. getUsedValueRangeAble(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getUsedValueRangeAble and filters its return values according to the given stereotype value. -
Uses of CLValueRangeAble in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return CLValueRangeAble Modifier and Type Method Description CLValueRangeAble
ELValSpec. getOwnerValueRange()
TheCLValueRangeAble
that owns thisELValSpec
. -
Uses of CLValueRangeAble in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return CLValueRangeAble Modifier and Type Method Description CLValueRangeAble
MEValSpecOpaqueExpr. getOwnerValueRestriction()
TheCLValueRangeAble
that owns this expression.
-