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 interfaceCLStructureDefinitioninterfaceCLStructureElementThis is a utility class for CLStructureElement that provides static methods for creation or other purposes.interfaceCLStructureEntryinterfaceCLStructureGroup -
Uses of CLValueRangeAble in de.mid.innovator.srv2api.icw2dm
Subinterfaces of CLValueRangeAble in de.mid.innovator.srv2api.icw2dm Modifier and Type Interface Description interfaceDMInputClauseThe classDMInputClauseis used to model aDMDecisionTableinput.interfaceDMOutputClauseThe classDMOutputClauseis used to model aDMDecisionTableoutput.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)TheCLValueRangeAblewhich 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 CLValueRangeAbleELValSpec. getOwnerValueRange()TheCLValueRangeAblethat 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 CLValueRangeAbleMEValSpecOpaqueExpr. getOwnerValueRestriction()TheCLValueRangeAblethat owns this expression.
-