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 DRInputDataDRInputDataHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Input Data with template and container.static DRInputDataDRInputDataHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Input Data with stereotype and container.DRInputDataDMInformationItem. getOwningInputData()TheDRInputDatawhich 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)AllDRInputDatarequired 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.
-