Uses of Interface
de.mid.innovator.srv2api.icw2dm.DRGElement
Packages that use DRGElement
Package
Description
The classes package deals with the basic modeling concepts of UML and, in
particular, classes and their relationships.
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 DRGElement in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class with type parameters of type DRGElementModifier and TypeMethodDescription<T extends DRGElement>
List<T> CLClassifier.getTypedVariableDRGElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) <T extends DRGElement>
List<T> CLClassifier.getTypedVariableDRGElement(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.icw2dmModifier and TypeInterfaceDescriptioninterfaceThe classDRBusinessKnowledgeModelis used to model a business knowledge model.interfaceThe classDRDecisionis used to model a decision.interfaceinterfaceDMN uses the classDRInputDatato model the inputs of aDRDecisionwhose values are defined outside of the decision model.interfaceThis is a utility class for DRInvocable that provides static methods for creation or other purposes.interfaceThe classDRKnowledgeSourceis used to model authoritative knowledge sources in a decision model.Methods in de.mid.innovator.srv2api.icw2dm with type parameters of type DRGElementModifier and TypeMethodDescription<T extends DRGElement>
List<T> DMGroup.getGroupedElement(Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) Methods in de.mid.innovator.srv2api.icw2dm that return DRGElementModifier and TypeMethodDescriptionDRRequirement.getOwningDRGElement()References the element that owns this requirement.DRRequirement.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 DRGElementModifier and TypeMethodDescriptionDRDiaNode.getDRGElement()TheDRGElementwhich is represented by this graphicalDRDiaNode.DRPrintContext.getOwningDRGElement()TheDRGElementowning thisDRPrintContext.