Uses of Interface
de.mid.innovator.srv2api.icw2dm.DMContextEntry
Packages that use DMContextEntry
Package
Description
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 DMContextEntryModifier and TypeFieldDescriptionARG_AddVariableContextEntry.ohEntrythe new context entry is created after this entry or at the end otherwiseARG_XDMNContextEntryRep.ohEntrythe context entryMethods in de.mid.innovator.srv2api.icw2dm that return DMContextEntryModifier and TypeMethodDescriptionDMContext.addResultContextEntry(boolean isMaintaining) Creates a new resultDMContextEntryfor thisDMContext.DMContext.addVariableContextEntry(DMContextEntry ohEntry) Creates a new variableDMContextEntryfor thisDMContext.DMContext.getOwnedResultContextEntry()This attributes returns the instance ofDMContextEntrythat used as result of thisDMContext.DMExpression.getOwningContextEntry()TheDMContextEntrywhich owns thisDMExpressionas value.DMInformationItem.getOwningContextEntry()TheDMContextEntrywhich owns this variable.Methods in de.mid.innovator.srv2api.icw2dm that return types with arguments of type DMContextEntryModifier and TypeMethodDescriptionDMContext.getOwnedContextEntrys()This attributes lists the instances ofDMContextEntrythat compose thisDMContext.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 DMContextEntryModifier and TypeMethodDescriptionDMContext.addVariableContextEntry(DMContextEntry ohEntry) Creates a new variableDMContextEntryfor thisDMContext.Constructors in de.mid.innovator.srv2api.icw2dm with parameters of type DMContextEntryModifierConstructorDescriptionARG_XDMNContextEntryRep(DMNElement ohElement, DMContextEntry ohEntry, ARG_XDMNInformationItemRep valVariable, ARG_XDMNExpressionRep valExpr)