Uses of Interface
de.mid.innovator.srv2api.icw2dm.DMContext
-
Packages that use DMContext 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 DMContext in de.mid.innovator.srv2api.icw2dm
Methods in de.mid.innovator.srv2api.icw2dm that return DMContext Modifier and Type Method Description static DMContext
DMContextHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, boolean isMaintaining)
Creates a newDMContext
as content of the specifiedELContainerAble
.DMContext
DMContextEntry. getOwningContext()
TheDMContext
which owns thisDMContextEntry
.DMContext
DMContextEntry. getOwningResultContext()
TheDMContext
which owns this resultDMContextEntry
.DMContext
DMContextEntry. getOwningVariableContext()
TheDMContext
which owns this variableDMContextEntry
.
-