Uses of Interface
de.mid.innovator.srv2api.icw2dm.DRDecisionService
-
Packages that use DRDecisionService 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 DRDecisionService in de.mid.innovator.srv2api.icw2dm
Methods in de.mid.innovator.srv2api.icw2dm that return DRDecisionService Modifier and Type Method Description static DRDecisionService
DRDecisionServiceHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Decision Service with template and container.static DRDecisionService
DRDecisionServiceHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Decision Service with stereotype and container.Methods in de.mid.innovator.srv2api.icw2dm that return types with arguments of type DRDecisionService Modifier and Type Method Description java.util.List<DRDecisionService>
DRDecision. getEncapsulatingDecisionService()
All decision services which encapsulate this decision.java.util.List<DRDecisionService>
DRDecision. getOutputDecisionService()
All decision services with this decision as output.
-