Uses of Interface
de.mid.innovator.srv2api.icw2dm.DRDecision
-
Packages that use DRDecision Package Description de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN).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.icw2model This packagage contains elements representing the logical model. -
-
Uses of DRDecision in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp that return types with arguments of type DRDecision Modifier and Type Method Description java.util.List<DRDecision>
BPProcess. getDecisionUsed(K_CONTROL_OPTION... behaviourFlags)
All decisions used by tasks which are part of this process, either direct parts of being nested in some sub process.java.util.List<DRDecision>
BPProcess. getDecisionUsed(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getDecisionUsed and filters its return values according to the given stereotype value. -
Uses of DRDecision in de.mid.innovator.srv2api.icw2dm
Methods in de.mid.innovator.srv2api.icw2dm that return DRDecision Modifier and Type Method Description static DRDecision
DRDecisionHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Decision with template and container.static DRDecision
DRDecisionHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Decision with stereotype and container.DRDecision
DMExpression. getOwningDecision()
TheDRDecision
which owns thisDMExpression
as decision logic.DRDecision
DMInformationItem. getOwningDecision()
TheDRDecision
which owns this variable.DRDecision
DRDecisionOutputAble. getUsedDecision()
Methods in de.mid.innovator.srv2api.icw2dm that return types with arguments of type DRDecision Modifier and Type Method Description java.util.List<DRDecision>
DRDecisionService. getEncapsulatedDecision()
All decisions encapsulated in thisDRDecisionService
.java.util.List<DRDecision>
DRDecisionService. getInputDecision(K_CONTROL_OPTION... behaviourFlags)
All decisions required as input by thisDRDecisionService
.java.util.List<DRDecision>
DRDecisionService. getInputDecision(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getInputDecision and filters its return values according to the given stereotype value.java.util.List<DRDecision>
DRDecisionService. getOutputDecision()
All decisions required to be output by thisDRDecisionService
.java.util.List<DRDecision>
DRDecisionAble. getUsedDecision()
Methods in de.mid.innovator.srv2api.icw2dm with parameters of type DRDecision Modifier and Type Method Description void
DRDecisionOutputAble. setUsedDecision(DRDecision value)
Set the value of Foreign Key UsedDecision.Method parameters in de.mid.innovator.srv2api.icw2dm with type arguments of type DRDecision Modifier and Type Method Description void
DRDecisionService. setEncapsulatedDecision(java.util.List<? extends DRDecision> values)
Set the value of Foreign Key EncapsulatedDecision.void
DRDecisionService. setOutputDecision(java.util.List<? extends DRDecision> values)
Set the value of Foreign Key OutputDecision.void
DRDecisionAble. setUsedDecision(java.util.List<? extends DRDecision> values)
Set the value of Foreign Key UsedDecision. -
Uses of DRDecision in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return types with arguments of type DRDecision Modifier and Type Method Description java.util.List<DRDecision>
MEStereotypeAble. getDecisionMade()
java.util.List<DRDecision>
MEStereotypeAble. getDecisionOwned()
-