Uses of Interface
de.mid.innovator.srv2api.icw2dm.DRRequirement
-
Packages that use DRRequirement Package Description 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 DRRequirement in de.mid.innovator.srv2api.icw2dm
Subinterfaces of DRRequirement in de.mid.innovator.srv2api.icw2dm Modifier and Type Interface Description interface
DRAuthorityRequirement
The classDRAuthorityRequirement
is used to model an authority requirement, as represented by an arrow drawn with dashed line and a filled circular head in a DRD byDRDiaRequirementEdge
.interface
DRInformationRequirement
The classDRInformationRequirement
is used to model an information requirement, as represented by a plain arrow in a DRD byDRDiaRequirementEdge
.interface
DRKnowledgeRequirement
The classDRKnowledgeRequirement
is used to model a knowledge requirement, as represented by a dashed arrow in a DRD byDRDiaRequirementEdge
.Methods in de.mid.innovator.srv2api.icw2dm with type parameters of type DRRequirement Modifier and Type Method Description <T extends DRRequirement>
java.util.List<T>DRGElement. getOwnedRequirement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
References the requirements owned by this element.<T extends DRRequirement>
java.util.List<T>DRGElement. getRequiredBy(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
References the requirements which require this element. -
Uses of DRRequirement in de.mid.innovator.srv2api.icw2drdia
Methods in de.mid.innovator.srv2api.icw2drdia that return DRRequirement Modifier and Type Method Description DRRequirement
DRDiaRequirementEdge. getDRRequirement()
TheDRRequirement
which is represented by this graphicalDRDiaRequirementEdge
.
-