Uses of Interface
de.mid.innovator.srv2api.icw2dm.DRInputData
-
Packages that use DRInputData 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 DRInputData in de.mid.innovator.srv2api.icw2dm
Methods in de.mid.innovator.srv2api.icw2dm that return DRInputData Modifier and Type Method Description static DRInputData
DRInputDataHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Input Data with template and container.static DRInputData
DRInputDataHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Input Data with stereotype and container.DRInputData
DMInformationItem. getOwningInputData()
TheDRInputData
which owns this variable.Methods in de.mid.innovator.srv2api.icw2dm that return types with arguments of type DRInputData Modifier and Type Method Description java.util.List<DRInputData>
DRDecisionService. getInputData(K_CONTROL_OPTION... behaviourFlags)
AllDRInputData
required as input by thisDRDecisionService
.java.util.List<DRInputData>
DRDecisionService. getInputData(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getInputData and filters its return values according to the given stereotype value.
-