Uses of Interface
de.mid.innovator.srv2api.icw2dm.DRInformationRequirement
-
Packages that use DRInformationRequirement Package Description 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. -
-
Uses of DRInformationRequirement in de.mid.innovator.srv2api.icw2dm
Methods in de.mid.innovator.srv2api.icw2dm that return DRInformationRequirement Modifier and Type Method Description static DRInformationRequirement
DRInformationRequirementHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Information Requirement with template from source to target element.static DRInformationRequirement
DRInformationRequirementHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Information Requirement with stereotype from source to target element.Methods in de.mid.innovator.srv2api.icw2dm that return types with arguments of type DRInformationRequirement Modifier and Type Method Description java.util.List<DRInformationRequirement>
DRDecision. getInformationRequiredBy(K_CONTROL_OPTION... behaviourFlags)
References the information requirements which require thisDRDecision
.java.util.List<DRInformationRequirement>
DRInputData. getInformationRequiredBy(K_CONTROL_OPTION... behaviourFlags)
References the information requirements which require thisDRInputData
.java.util.List<DRInformationRequirement>
DRDecision. getOwnedInformationRequirement(K_CONTROL_OPTION... behaviourFlags)
References the information requirements owned by thisDRDecision
.
-