Uses of Interface
de.mid.innovator.srv2api.icw2drdia.DRDiaCompartmentNode
-
Packages that use DRDiaCompartmentNode 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 DRDiaCompartmentNode in de.mid.innovator.srv2api.icw2drdia
Methods in de.mid.innovator.srv2api.icw2drdia that return types with arguments of type DRDiaCompartmentNode Modifier and Type Method Description java.util.List<DRDiaCompartmentNode>
DRDiaDecisionNode. getOwnedCompartmentNode(K_CONTROL_OPTION... behaviourFlags)
All compartment nodes owned by this decision node.java.util.List<DRDiaCompartmentNode>
DRDiaServiceNode. getOwnedCompartmentNode(K_CONTROL_OPTION... behaviourFlags)
All compartment nodes owned by this service node.
-