Uses of Interface
de.mid.innovator.srv2api.icw2dm.DMContextEntry
-
Packages that use DMContextEntry 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 DMContextEntry in de.mid.innovator.srv2api.icw2dm
Fields in de.mid.innovator.srv2api.icw2dm declared as DMContextEntry Modifier and Type Field Description DMContextEntry
ARG_AddVariableContextEntry. ohEntry
the new context entry is created after this entry or at the end otherwiseDMContextEntry
ARG_XDMNContextEntryRep. ohEntry
the context entryMethods in de.mid.innovator.srv2api.icw2dm that return DMContextEntry Modifier and Type Method Description DMContextEntry
DMContext. addResultContextEntry(boolean isMaintaining)
Creates a new resultDMContextEntry
for thisDMContext
.DMContextEntry
DMContext. addVariableContextEntry(DMContextEntry ohEntry)
Creates a new variableDMContextEntry
for thisDMContext
.DMContextEntry
DMContext. getOwnedResultContextEntry()
This attributes returns the instance ofDMContextEntry
that used as result of thisDMContext
.DMContextEntry
DMExpression. getOwningContextEntry()
TheDMContextEntry
which owns thisDMExpression
as value.DMContextEntry
DMInformationItem. getOwningContextEntry()
TheDMContextEntry
which owns this variable.Methods in de.mid.innovator.srv2api.icw2dm that return types with arguments of type DMContextEntry Modifier and Type Method Description java.util.List<DMContextEntry>
DMContext. getOwnedContextEntrys(K_CONTROL_OPTION... behaviourFlags)
This attributes lists the instances ofDMContextEntry
that compose thisDMContext
.java.util.List<DMContextEntry>
DMContext. getOwnedVariableContextEntrys(K_CONTROL_OPTION... behaviourFlags)
This attributes lists the instances ofDMContextEntry
that compose thisDMContext
as variable.Methods in de.mid.innovator.srv2api.icw2dm with parameters of type DMContextEntry Modifier and Type Method Description DMContextEntry
DMContext. addVariableContextEntry(DMContextEntry ohEntry)
Creates a new variableDMContextEntry
for thisDMContext
.Constructors in de.mid.innovator.srv2api.icw2dm with parameters of type DMContextEntry Constructor Description ARG_AddVariableContextEntry(DMContextEntry ohEntry)
ARG_XDMNContextEntryRep(DMNElement ohElement, DMContextEntry ohEntry, ARG_XDMNInformationItemRep valVariable, ARG_XDMNExpressionRep valExpr)
-