Uses of Interface
de.mid.innovator.srv2api.icw2dm.DMExpression
-
Packages that use DMExpression 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 DMExpression in de.mid.innovator.srv2api.icw2dm
Subinterfaces of DMExpression in de.mid.innovator.srv2api.icw2dm Modifier and Type Interface Description interface
DMContext
ADMContext
is composed of any number of context entries, which are instances ofDMContextEntry
.interface
DMDecisionTable
The classDMDecisionTable
is used to model a decision table.interface
DMFunctionDefinition
TheDMFunctionDefinition
that is contained in aDRBusinessKnowledgeModel
element is the reusable module of decision logic that is represented by theDRBusinessKnowledgeModel
element.interface
DMInvocation
The classDMInvocation
is used to model invocations as a kind ofDMExpression
.interface
DMList
ADMList
is simply a list of element, which are instances ofDMExpression
.interface
DMLiteralExpression
The classDMLiteralExpression
is used to model a value expression whose value is specified by text in some specified expression language.interface
DMRelation
ADMRelation
is convenient shorthand for a list of similar contexts.Fields in de.mid.innovator.srv2api.icw2dm declared as DMExpression Modifier and Type Field Description DMExpression
ARG_XDMNExpressionRep. ohExpr
the represented expression specializationMethods in de.mid.innovator.srv2api.icw2dm with type parameters of type DMExpression Modifier and Type Method Description <T extends DMExpression>
java.util.List<T>DMList. getOwnedExpressions(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
This attributes lists the instances ofDMExpression
that are the elements in thisDMList
.Methods in de.mid.innovator.srv2api.icw2dm that return DMExpression Modifier and Type Method Description DMExpression
DMBinding. getBindingFormula()
The instance ofDMExpression
to which the parameter in thisDMBinding
is bound when the owning instance ofDMInvocation
is evaluated.DMExpression
DMInvocation. getCalledFunction()
AnDMExpression
whose value is a function.DMExpression
DRDecision. getDecisionLogic()
The instance ofDMExpression
that represents the decision logic for thisDRDecision
.DMExpression
DMFunctionDefinition. getFunctionBody()
TheDMExpression
of the body for thisDMFunctionDefinition
.DMExpression
DMContextEntry. getOwnedValue()
The instance ofDMExpression
that is the value expression in thisDMContextEntry
.Methods in de.mid.innovator.srv2api.icw2dm with parameters of type DMExpression Modifier and Type Method Description void
DMInvocation. setCalledFunction(DMExpression value)
Set the value of Foreign Key CalledFunction.
-