Uses of Interface
de.mid.innovator.srv2api.icw2dm.DRGElement
-
Packages that use DRGElement Package Description de.mid.innovator.srv2api.icw2class The classes package deals with the basic modeling concepts of UML and, in particular, classes and their relationships.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 DRGElement in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class with type parameters of type DRGElement Modifier and Type Method Description <T extends DRGElement>
java.util.List<T>CLClassifier. getTypedVariableDRGElement(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)<T extends DRGElement>
java.util.List<T>CLClassifier. getTypedVariableDRGElement(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getTypedVariableDRGElement and filters its return values according to the given stereotype value. -
Uses of DRGElement in de.mid.innovator.srv2api.icw2dm
Subinterfaces of DRGElement in de.mid.innovator.srv2api.icw2dm Modifier and Type Interface Description interfaceDRBusinessKnowledgeModelThe classDRBusinessKnowledgeModelis used to model a business knowledge model.interfaceDRDecisionThe classDRDecisionis used to model a decision.interfaceDRDecisionServiceinterfaceDRInputDataDMN uses the classDRInputDatato model the inputs of aDRDecisionwhose values are defined outside of the decision model.interfaceDRInvocableThis is a utility class for DRInvocable that provides static methods for creation or other purposes.interfaceDRKnowledgeSourceThe classDRKnowledgeSourceis used to model authoritative knowledge sources in a decision model.Methods in de.mid.innovator.srv2api.icw2dm that return DRGElement Modifier and Type Method Description DRGElementDRRequirement. getOwningDRGElement()References the element that owns this requirement.DRGElementDRRequirement. getRequiredDRGElement()References the element that is required by this requirement. -
Uses of DRGElement in de.mid.innovator.srv2api.icw2drdia
Methods in de.mid.innovator.srv2api.icw2drdia that return DRGElement Modifier and Type Method Description DRGElementDRDiaNode. getDRGElement()TheDRGElementwhich is represented by this graphicalDRDiaNode.DRGElementDRPrintContext. getOwningDRGElement()TheDRGElementowning thisDRPrintContext.
-