Uses of Interface
de.mid.innovator.srv2api.icw2class.CLValueRangeAble
Packages that use CLValueRangeAble
Package
Description
The classes package deals with the basic modeling concepts of UML and, in
particular, classes and their relationships.
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.
-
Uses of CLValueRangeAble in de.mid.innovator.srv2api.icw2class
Subinterfaces of CLValueRangeAble in de.mid.innovator.srv2api.icw2classModifier and TypeInterfaceDescriptioninterfaceinterfaceThis is a utility class for CLStructureElement that provides static methods for creation or other purposes.interfaceinterface -
Uses of CLValueRangeAble in de.mid.innovator.srv2api.icw2dm
Subinterfaces of CLValueRangeAble in de.mid.innovator.srv2api.icw2dmModifier and TypeInterfaceDescriptioninterfaceThe classDMInputClauseis used to model aDMDecisionTableinput.interfaceThe classDMOutputClauseis used to model aDMDecisionTableoutput.Methods in de.mid.innovator.srv2api.icw2dm with type parameters of type CLValueRangeAbleModifier and TypeMethodDescription<T extends CLValueRangeAble>
List<T> DMValueRangeRefAble.getUsedValueRangeAble(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) TheCLValueRangeAblewhich is referenced by thisDMValueRangeRefAble.<T extends CLValueRangeAble>
List<T> DMValueRangeRefAble.getUsedValueRangeAble(Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getUsedValueRangeAble and filters its return values according to the given stereotype value.