Uses of Interface
org.camunda.bpm.dmn.engine.DmnDecisionLogic
Packages that use DmnDecisionLogic
-
Uses of DmnDecisionLogic in org.camunda.bpm.dmn.engine
Methods in org.camunda.bpm.dmn.engine that return DmnDecisionLogicModifier 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
Classes in org.camunda.bpm.dmn.engine.impl that implement DmnDecisionLogicModifier and TypeClassDescriptionclass
class
Fields in org.camunda.bpm.dmn.engine.impl declared as DmnDecisionLogicFields in org.camunda.bpm.dmn.engine.impl with type parameters of type DmnDecisionLogicModifier and TypeFieldDescriptionprotected final Map<Class<? extends DmnDecisionLogic>,
DmnDecisionLogicEvaluationHandler> DefaultDmnDecisionContext.evaluationHandlers
Methods in org.camunda.bpm.dmn.engine.impl that return DmnDecisionLogicMethods in org.camunda.bpm.dmn.engine.impl with parameters of type DmnDecisionLogicModifier and TypeMethodDescriptionDmnEngineLogger.decisionLogicTypeNotSupported
(DmnDecisionLogic decisionLogic) void
DmnDecisionImpl.setDecisionLogic
(DmnDecisionLogic decisionLogic)