Uses of Interface
org.camunda.bpm.dmn.engine.DmnDecisionLogic
-
Uses of DmnDecisionLogic in org.camunda.bpm.dmn.engine
Modifier and TypeMethodDescriptionDmnDecision.getDecisionLogic()
Returns the decision logic of the decision (e.g., a decision table). -
Uses of DmnDecisionLogic in org.camunda.bpm.dmn.engine.impl
Modifier and TypeClassDescriptionclass
class
Modifier and TypeFieldDescriptionprotected final Map<Class<? extends DmnDecisionLogic>,
DmnDecisionLogicEvaluationHandler> DefaultDmnDecisionContext.evaluationHandlers
Modifier and TypeMethodDescriptionDmnEngineLogger.decisionLogicTypeNotSupported
(DmnDecisionLogic decisionLogic) void
DmnDecisionImpl.setDecisionLogic
(DmnDecisionLogic decisionLogic)