Uses of Class
org.camunda.bpm.dmn.engine.impl.DmnDecisionTableImpl
Packages that use DmnDecisionTableImpl
Package
Description
-
Uses of DmnDecisionTableImpl in org.camunda.bpm.dmn.engine.impl.evaluation
Methods in org.camunda.bpm.dmn.engine.impl.evaluation with parameters of type DmnDecisionTableImplModifier and TypeMethodDescriptionprotected long
DecisionTableEvaluationHandler.calculateExecutedDecisionElements
(DmnDecisionTableImpl decisionTable) protected void
DecisionTableEvaluationHandler.evaluateDecisionTable
(DmnDecisionTableImpl decisionTable, VariableContext variableContext, DmnDecisionTableEvaluationEventImpl evaluationResult) protected void
DecisionTableEvaluationHandler.setEvaluationOutput
(DmnDecisionTableImpl decisionTable, List<DmnDecisionTableRuleImpl> matchingRules, VariableContext variableContext, DmnDecisionTableEvaluationEventImpl evaluationResult) -
Uses of DmnDecisionTableImpl in org.camunda.bpm.dmn.engine.impl.transform
Fields in org.camunda.bpm.dmn.engine.impl.transform declared as DmnDecisionTableImplModifier and TypeFieldDescriptionprotected DmnDecisionTableImpl
DefaultDmnTransform.decisionTable
Methods in org.camunda.bpm.dmn.engine.impl.transform that return DmnDecisionTableImplModifier and TypeMethodDescriptionprotected DmnDecisionTableImpl
DmnDecisionTableTransformHandler.createDmnElement
(DmnElementTransformContext context, DecisionTable decisionTable) protected DmnDecisionTableImpl
DmnDecisionTableTransformHandler.createFromDecisionTable
(DmnElementTransformContext context, DecisionTable decisionTable) DmnDecisionTableTransformHandler.handleElement
(DmnElementTransformContext context, DecisionTable decisionTable) protected DmnDecisionTableImpl
DefaultDmnTransform.transformDecisionTable
(DecisionTable decisionTable) Methods in org.camunda.bpm.dmn.engine.impl.transform with parameters of type DmnDecisionTableImplModifier and TypeMethodDescriptionDmnTransformLogger.compoundOutputsShouldHaveAnOutputName
(DmnDecisionTableImpl dmnDecisionTable, DmnDecisionTableOutputImpl dmnOutput) DmnTransformLogger.compoundOutputWithDuplicateName
(DmnDecisionTableImpl dmnDecisionTable, DmnDecisionTableOutputImpl dmnOutput) protected DmnHitPolicyHandler
DmnDecisionTableTransformHandler.getHitPolicyHandler
(DmnElementTransformContext context, DecisionTable decisionTable, DmnDecisionTableImpl dmnDecisionTable) DmnTransformLogger.hitPolicyNotSupported
(DmnDecisionTableImpl decisionTable, HitPolicy hitPolicy, BuiltinAggregator aggregation)