Uses of Interface
de.mid.innovator.srv2api.icw2drdia.DRDiaNode
-
Packages that use DRDiaNode Package Description 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 DRDiaNode in de.mid.innovator.srv2api.icw2drdia
Subinterfaces of DRDiaNode in de.mid.innovator.srv2api.icw2drdia Modifier and Type Interface Description interface
DRDiaDecisionNode
ADRDiaDecisionNode
is the graphical representation of aDRDecision
.interface
DRDiaHierServiceNode
interface
DRDiaHierServicePartNode
interface
DRDiaInputDataNode
ADRDiaInputDataNode
is the graphical representation of aDRInputData
.interface
DRDiaKnowledgeNode
ADRDiaKnowledgeNode
is the graphical representation of aDRBusinessKnowledgeModel
.interface
DRDiaKnowledgeSourceNode
ADRDiaKnowledgeSourceNode
is the graphical representation of aDRKnowledgeSource
.interface
DRDiaServiceNode
Methods in de.mid.innovator.srv2api.icw2drdia with type parameters of type DRDiaNode Modifier and Type Method Description <T extends DRDiaNode>
java.util.List<T>DRDecisionRequirementDia. getOwnedDecisionRequirementNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All occurrences of decision requirement elements as node owned by this decision requirement diagram.
-