Modifier and Type | Method and Description |
---|---|
protected long |
DefaultDmnDecisionContext.calculateExecutedDecisionElements(DmnDecisionTableImpl decisionTable) |
DmnDecisionTableResult |
DefaultDmnDecisionContext.evaluateDecisionTable(DmnDecisionTableImpl decisionTable,
org.camunda.bpm.engine.variable.context.VariableContext variableContext)
Evaluate a decision table with the given
VariableContext |
protected DmnDecisionTableResult |
DefaultDmnDecisionContext.generateDecisionTableResult(DmnDecisionTableImpl decisionTable,
DmnDecisionTableEvaluationEventImpl evaluationResult) |
protected void |
DefaultDmnDecisionContext.setEvaluationOutput(DmnDecisionTableImpl decisionTable,
List<DmnDecisionTableRuleImpl> matchingRules,
org.camunda.bpm.engine.variable.context.VariableContext variableContext,
DmnDecisionTableEvaluationEventImpl evaluationResult) |
Modifier and Type | Method and Description |
---|---|
protected DmnDecisionTableImpl |
DmnDecisionTableTransformHandler.createDmnElement(DmnElementTransformContext context,
DecisionTable decisionTable) |
protected DmnDecisionTableImpl |
DmnDecisionTableTransformHandler.createFromDecisionTable(DmnElementTransformContext context,
DecisionTable decisionTable) |
DmnDecisionTableImpl |
DmnDecisionTableTransformHandler.handleElement(DmnElementTransformContext context,
DecisionTable decisionTable) |
Modifier and Type | Method and Description |
---|---|
DmnTransformException |
DmnTransformLogger.compoundOutputsShouldHaveAnOutputName(DmnDecisionTableImpl dmnDecisionTable,
DmnDecisionTableOutputImpl dmnOutput) |
DmnTransformException |
DmnTransformLogger.compoundOutputWithDuplicateName(DmnDecisionTableImpl dmnDecisionTable,
DmnDecisionTableOutputImpl dmnOutput) |
protected DmnHitPolicyHandler |
DmnDecisionTableTransformHandler.getHitPolicyHandler(DmnElementTransformContext context,
DecisionTable decisionTable,
DmnDecisionTableImpl dmnDecisionTable) |
DmnTransformException |
DmnTransformLogger.hitPolicyNotSupported(DmnDecisionTableImpl decisionTable,
HitPolicy hitPolicy,
BuiltinAggregator aggregation) |
Modifier and Type | Class and Description |
---|---|
class |
DecisionDefinitionEntity |
Modifier and Type | Method and Description |
---|---|
protected DmnDecisionTableImpl |
DecisionDefinitionHandler.createDmnElement(DmnElementTransformContext context,
DecisionTable decisionTable) |
protected DmnDecisionTableImpl |
DecisionDefinitionHandler.createFromDecisionTable(DmnElementTransformContext context,
DecisionTable decisionTable) |
Copyright © 2018. All rights reserved.