Uses of Interface
de.mid.innovator.srv2api.icw2dm.DMNElement
-
Packages that use DMNElement 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 DMNElement in de.mid.innovator.srv2api.icw2dm
Subinterfaces of DMNElement 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
DMContextEntry
The classDMContextEntry
is used to model FEEL context entries when a context is modeled as aDMContext
element.interface
DMDecisionRule
The classDMDecisionRule
is used to model the rules in aDMDecisionTable
.interface
DMDecisionTable
The classDMDecisionTable
is used to model a decision table.interface
DMExpression
An important characteristic of decisions and business knowledge models, is that they may contain an expression that describes the logic by which a modeled decision shall be made, or pieces of that logic.interface
DMFunctionDefinition
TheDMFunctionDefinition
that is contained in aDRBusinessKnowledgeModel
element is the reusable module of decision logic that is represented by theDRBusinessKnowledgeModel
element.interface
DMInformationItem
The classDMInformationItem
is used to model variables at the decision logic level in decision models.interface
DMInputClause
The classDMInputClause
is used to model aDMDecisionTable
input.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
DMOutputClause
The classDMOutputClause
is used to model aDMDecisionTable
output.interface
DMRelation
ADMRelation
is convenient shorthand for a list of similar contexts.interface
DRBusinessKnowledgeModel
The classDRBusinessKnowledgeModel
is used to model a business knowledge model.interface
DRDecision
The classDRDecision
is used to model a decision.interface
DRDecisionService
interface
DRGElement
DRGElement
is the abstract superclass for all DMN elements that are graphical represented in aDRDecisionRequirementDia
.interface
DRInputData
DMN uses the classDRInputData
to model the inputs of aDRDecision
whose values are defined outside of the decision model.interface
DRInvocable
This is a utility class for DRInvocable that provides static methods for creation or other purposes.interface
DRKnowledgeSource
The classDRKnowledgeSource
is used to model authoritative knowledge sources in a decision model.Fields in de.mid.innovator.srv2api.icw2dm declared as DMNElement Modifier and Type Field Description DMNElement
ARG_DMNBoxedExpressionClient. ohElement
the decision model elementDMNElement
ARG_XDMNElementRep. ohElement
the represented decision model notation elementConstructors in de.mid.innovator.srv2api.icw2dm with parameters of type DMNElement Constructor Description ARG_DMNBoxedExpressionClient(DMNElement ohElement, java.lang.String strName, ARG_XDMNElementRep valElem, java.util.List<ARG_XDMNElementRep> seqElem, ADClientAble ohPrintContext)
ARG_XDMNBindingRep(DMNElement ohElement, DMBinding ohBind, ARG_XDMNInformationItemRep valParameter, ARG_XDMNExpressionRep valExpr)
ARG_XDMNContextEntryRep(DMNElement ohElement, DMContextEntry ohEntry, ARG_XDMNInformationItemRep valVariable, ARG_XDMNExpressionRep valExpr)
ARG_XDMNContextRep(DMNElement ohElement, DMExpression ohExpr, java.util.List<ARG_XDMNContextEntryRep> seqEntry, ARG_XDMNContextEntryRep valResult)
ARG_XDMNDecisionRuleRep(DMNElement ohElement, java.util.List<java.lang.String> seqInput, java.util.List<java.lang.String> seqOutput, java.util.List<java.lang.String> seqAnno, java.util.List<ARG_XDMNTabCellRep> seqCell)
ARG_XDMNDecisionTableRep(DMNElement ohElement, DMExpression ohExpr, java.lang.String strName, K_HIT_POLICY kHit, K_BUILTIN_AGGREGATOR kAggr, K_DECISION_TABLE_ORIENTATION kOrient, java.util.List<ARG_XDMNInputClauseRep> seqInput, java.util.List<ARG_XDMNOutputClauseRep> seqOutput, java.util.List<ARG_XDMNRuleAnnoClauseRep> seqAnno, java.util.List<ARG_XDMNDecisionRuleRep> seqRule)
ARG_XDMNElementRep(DMNElement ohElement)
ARG_XDMNExpressionRep(DMNElement ohElement, DMExpression ohExpr)
ARG_XDMNFunctionDefinitionRep(DMNElement ohElement, DMExpression ohExpr, K_DM_FUNCTION kFunction, java.util.List<ARG_XDMNInformationItemRep> seqParameter, ARG_XDMNExpressionRep valBody)
ARG_XDMNInformationItemRep(DMNElement ohElement, java.lang.String strName, CLClassifier ohType, java.lang.String strType)
ARG_XDMNInputClauseRep(DMNElement ohElement, java.lang.String strName, CLClassifier ohType, java.lang.String strType, K_TYPE kType, java.util.List<java.lang.String> seqValues, ARG_XDMNLiteralExpressionRep valExpr, java.util.List<ARG_XDMNLiteralExpressionRep> seqValExpr)
ARG_XDMNInvocationRep(DMNElement ohElement, DMExpression ohExpr, ARG_XDMNExpressionRep valExpr, java.util.List<ARG_XDMNBindingRep> seqBind)
ARG_XDMNListRep(DMNElement ohElement, DMExpression ohExpr, java.util.List<ARG_XDMNExpressionRep> seqList)
ARG_XDMNLiteralExpressionRep(DMNElement ohElement, DMExpression ohExpr, java.lang.String strText, java.lang.String strFlowText)
ARG_XDMNOutputClauseRep(DMNElement ohElement, java.lang.String strName, java.lang.String strDefault, CLClassifier ohType, java.lang.String strType, K_TYPE kType, java.util.List<java.lang.String> seqValues, java.util.List<ARG_XDMNLiteralExpressionRep> seqValExpr)
ARG_XDMNRelationRep(DMNElement ohElement, DMExpression ohExpr, java.util.List<ARG_XDMNInformationItemRep> seqColumn, java.util.List<ARG_XDMNListRep> seqRow)
ARG_XDMNRuleAnnoClauseRep(DMNElement ohElement, DMRuleAnnotationClause ohAnno, java.lang.String strName)
ARG_XDMNRuleAnnoRep(DMNElement ohElement, DMRuleAnnotation ohAnno, java.lang.String strText, ARG_XDMNRuleAnnoClauseRep valClause)
ARG_XDMNTabCellRep(DMNElement ohElement, ARG_XDMNElementRep valColumn, ARG_XDMNDecisionRuleRep valRow, ARG_XDMNElementRep valCell)
-