Uses of Interface
de.mid.innovator.srv2api.icw2dm.DRGElement
-
Packages that use DRGElement 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.icw2drdia The decision requirements level of a decision model in DMN consists of a Decision Requirement Graph depicted in one or more Decision Requirement Diagrams. -
-
Uses of DRGElement in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class with type parameters of type DRGElement Modifier and Type Method Description <T extends DRGElement>
java.util.List<T>CLClassifier. getTypedVariableDRGElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
<T extends DRGElement>
java.util.List<T>CLClassifier. getTypedVariableDRGElement(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getTypedVariableDRGElement and filters its return values according to the given stereotype value. -
Uses of DRGElement in de.mid.innovator.srv2api.icw2dm
Subinterfaces of DRGElement in de.mid.innovator.srv2api.icw2dm Modifier and Type Interface Description interface
DRBusinessKnowledgeModel
The classDRBusinessKnowledgeModel
is used to model a business knowledge model.interface
DRDecision
The classDRDecision
is used to model a decision.interface
DRDecisionService
interface
DRInputData
DMN uses the classDRInputData
to model the inputs of aDRDecision
whose values are defined outside of the decision model.interface
DRInvocable
This is a utility class for DRInvocable that provides static methods for creation or other purposes.interface
DRKnowledgeSource
The classDRKnowledgeSource
is used to model authoritative knowledge sources in a decision model.Methods in de.mid.innovator.srv2api.icw2dm that return DRGElement Modifier and Type Method Description DRGElement
DRRequirement. getOwningDRGElement()
References the element that owns this requirement.DRGElement
DRRequirement. getRequiredDRGElement()
References the element that is required by this requirement. -
Uses of DRGElement in de.mid.innovator.srv2api.icw2drdia
Methods in de.mid.innovator.srv2api.icw2drdia that return DRGElement Modifier and Type Method Description DRGElement
DRDiaNode. getDRGElement()
TheDRGElement
which is represented by this graphicalDRDiaNode
.DRGElement
DRPrintContext. getOwningDRGElement()
TheDRGElement
owning thisDRPrintContext
.
-