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 interfaceDRAuthorityRequirementThe classDRAuthorityRequirementis used to model an authority requirement, as represented by an arrow drawn with dashed line and a filled circular head in a DRD byDRDiaRequirementEdge.interfaceDRInformationRequirementThe classDRInformationRequirementis used to model an information requirement, as represented by a plain arrow in a DRD byDRDiaRequirementEdge.interfaceDRKnowledgeRequirementThe classDRKnowledgeRequirementis 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 DRRequirementDRDiaRequirementEdge. getDRRequirement()TheDRRequirementwhich is represented by this graphicalDRDiaRequirementEdge.
-