Uses of Interface
de.mid.innovator.srv2api.icw2dm.DRRequirement
Packages that use DRRequirement
Package
Description
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.
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.icw2dmModifier and TypeInterfaceDescriptioninterfaceThe 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.interfaceThe classDRInformationRequirementis used to model an information requirement, as represented by a plain arrow in a DRD byDRDiaRequirementEdge.interfaceThe 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 DRRequirementModifier and TypeMethodDescription<T extends DRRequirement>
List<T> DRGElement.getOwnedRequirement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) References the requirements owned by this element.<T extends DRRequirement>
List<T> DRGElement.getRequiredBy(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 DRRequirementModifier and TypeMethodDescriptionDRDiaRequirementEdge.getDRRequirement()TheDRRequirementwhich is represented by this graphicalDRDiaRequirementEdge.