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 DMContextEntryARG_AddVariableContextEntry. ohEntrythe new context entry is created after this entry or at the end otherwiseDMContextEntryARG_XDMNContextEntryRep. ohEntrythe context entryMethods in de.mid.innovator.srv2api.icw2dm that return DMContextEntry Modifier and Type Method Description DMContextEntryDMContext. addResultContextEntry(boolean isMaintaining)Creates a new resultDMContextEntryfor thisDMContext.DMContextEntryDMContext. addVariableContextEntry(DMContextEntry ohEntry)Creates a new variableDMContextEntryfor thisDMContext.DMContextEntryDMContext. getOwnedResultContextEntry()This attributes returns the instance ofDMContextEntrythat used as result of thisDMContext.DMContextEntryDMExpression. getOwningContextEntry()TheDMContextEntrywhich owns thisDMExpressionas value.DMContextEntryDMInformationItem. getOwningContextEntry()TheDMContextEntrywhich 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 ofDMContextEntrythat compose thisDMContext.java.util.List<DMContextEntry>DMContext. getOwnedVariableContextEntrys(K_CONTROL_OPTION... behaviourFlags)This attributes lists the instances ofDMContextEntrythat compose thisDMContextas variable.Methods in de.mid.innovator.srv2api.icw2dm with parameters of type DMContextEntry Modifier and Type Method Description DMContextEntryDMContext. addVariableContextEntry(DMContextEntry ohEntry)Creates a new variableDMContextEntryfor 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)
-