Uses of Interface
org.camunda.bpm.dmn.engine.DmnDecisionLogic
-
Packages that use DmnDecisionLogic Package Description org.camunda.bpm.dmn.engine org.camunda.bpm.dmn.engine.impl -
-
Uses of DmnDecisionLogic in org.camunda.bpm.dmn.engine
Methods in org.camunda.bpm.dmn.engine that return DmnDecisionLogic Modifier and Type Method Description DmnDecisionLogicDmnDecision. 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 DmnDecisionLogic Modifier and Type Class Description classDmnDecisionLiteralExpressionImplclassDmnDecisionTableImplFields in org.camunda.bpm.dmn.engine.impl declared as DmnDecisionLogic Modifier and Type Field Description protected DmnDecisionLogicDmnDecisionImpl. decisionLogicFields in org.camunda.bpm.dmn.engine.impl with type parameters of type DmnDecisionLogic Modifier and Type Field Description protected java.util.Map<java.lang.Class<? extends DmnDecisionLogic>,DmnDecisionLogicEvaluationHandler>DefaultDmnDecisionContext. evaluationHandlersMethods in org.camunda.bpm.dmn.engine.impl that return DmnDecisionLogic Modifier and Type Method Description DmnDecisionLogicDmnDecisionImpl. getDecisionLogic()Methods in org.camunda.bpm.dmn.engine.impl with parameters of type DmnDecisionLogic Modifier and Type Method Description DmnEngineExceptionDmnEngineLogger. decisionLogicTypeNotSupported(DmnDecisionLogic decisionLogic)voidDmnDecisionImpl. setDecisionLogic(DmnDecisionLogic decisionLogic)
-