Uses of Interface
de.mid.innovator.srv2api.icw2drdia.DRPrintContext
-
Packages that use DRPrintContext 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.de.mid.innovator.srv2api.icw2drdia The decision requirements level of a decision model in DMN consists of a Decision Requirement Graph depicted in one or more Decision Requirement Diagrams. -
-
Uses of DRPrintContext in de.mid.innovator.srv2api.icw2dm
Methods in de.mid.innovator.srv2api.icw2dm that return types with arguments of type DRPrintContext Modifier and Type Method Description java.util.List<DRPrintContext>
DRGElement. getOwnedPrintContext(K_CONTROL_OPTION... behaviourFlags)
TheDRPrintContext
of thisDRGElement
. -
Uses of DRPrintContext in de.mid.innovator.srv2api.icw2drdia
Methods in de.mid.innovator.srv2api.icw2drdia that return DRPrintContext Modifier and Type Method Description static DRPrintContext
DRPrintContextHelper. create(SrvContext srvCtx, ELElement item)
Creates and returns the only possibleDRPrintContext
as content of the specifiedDRDecision
orDRBusinessKnowledgeModel
.
-