Uses of Interface
org.camunda.bpm.dmn.engine.impl.evaluation.DmnDecisionLogicEvaluationHandler
-
Packages that use DmnDecisionLogicEvaluationHandler Package Description org.camunda.bpm.dmn.engine.impl org.camunda.bpm.dmn.engine.impl.evaluation -
-
Uses of DmnDecisionLogicEvaluationHandler in org.camunda.bpm.dmn.engine.impl
Fields in org.camunda.bpm.dmn.engine.impl with type parameters of type DmnDecisionLogicEvaluationHandler Modifier and Type Field Description protected Map<Class<? extends DmnDecisionLogic>,DmnDecisionLogicEvaluationHandler>
DefaultDmnDecisionContext. evaluationHandlers
Methods in org.camunda.bpm.dmn.engine.impl that return DmnDecisionLogicEvaluationHandler Modifier and Type Method Description protected DmnDecisionLogicEvaluationHandler
DefaultDmnDecisionContext. getDecisionEvaluationHandler(DmnDecision decision)
-
Uses of DmnDecisionLogicEvaluationHandler in org.camunda.bpm.dmn.engine.impl.evaluation
Classes in org.camunda.bpm.dmn.engine.impl.evaluation that implement DmnDecisionLogicEvaluationHandler Modifier and Type Class Description class
DecisionLiteralExpressionEvaluationHandler
class
DecisionTableEvaluationHandler
-