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 interfaceDMContextADMContextis composed of any number of context entries, which are instances ofDMContextEntry.interfaceDMDecisionTableThe classDMDecisionTableis used to model a decision table.interfaceDMFunctionDefinitionTheDMFunctionDefinitionthat is contained in aDRBusinessKnowledgeModelelement is the reusable module of decision logic that is represented by theDRBusinessKnowledgeModelelement.interfaceDMInvocationThe classDMInvocationis used to model invocations as a kind ofDMExpression.interfaceDMListADMListis simply a list of element, which are instances ofDMExpression.interfaceDMLiteralExpressionThe classDMLiteralExpressionis used to model a value expression whose value is specified by text in some specified expression language.interfaceDMRelationADMRelationis convenient shorthand for a list of similar contexts.Fields in de.mid.innovator.srv2api.icw2dm declared as DMExpression Modifier and Type Field Description DMExpressionARG_XDMNExpressionRep. ohExprthe 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 ofDMExpressionthat are the elements in thisDMList.Methods in de.mid.innovator.srv2api.icw2dm that return DMExpression Modifier and Type Method Description DMExpressionDMBinding. getBindingFormula()The instance ofDMExpressionto which the parameter in thisDMBindingis bound when the owning instance ofDMInvocationis evaluated.DMExpressionDMInvocation. getCalledFunction()AnDMExpressionwhose value is a function.DMExpressionDRDecision. getDecisionLogic()The instance ofDMExpressionthat represents the decision logic for thisDRDecision.DMExpressionDMFunctionDefinition. getFunctionBody()TheDMExpressionof the body for thisDMFunctionDefinition.DMExpressionDMContextEntry. getOwnedValue()The instance ofDMExpressionthat is the value expression in thisDMContextEntry.Methods in de.mid.innovator.srv2api.icw2dm with parameters of type DMExpression Modifier and Type Method Description voidDMInvocation. setCalledFunction(DMExpression value)Set the value of Foreign Key CalledFunction.
-