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 DmnDecisionLogic
DmnDecision. 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 class
DmnDecisionLiteralExpressionImpl
class
DmnDecisionTableImpl
Fields in org.camunda.bpm.dmn.engine.impl declared as DmnDecisionLogic Modifier and Type Field Description protected DmnDecisionLogic
DmnDecisionImpl. decisionLogic
Fields in org.camunda.bpm.dmn.engine.impl with type parameters of type DmnDecisionLogic Modifier and Type Field Description protected Map<Class<? extends DmnDecisionLogic>,DmnDecisionLogicEvaluationHandler>
DefaultDmnDecisionContext. evaluationHandlers
Methods in org.camunda.bpm.dmn.engine.impl that return DmnDecisionLogic Modifier and Type Method Description DmnDecisionLogic
DmnDecisionImpl. getDecisionLogic()
Methods in org.camunda.bpm.dmn.engine.impl with parameters of type DmnDecisionLogic Modifier and Type Method Description DmnEngineException
DmnEngineLogger. decisionLogicTypeNotSupported(DmnDecisionLogic decisionLogic)
void
DmnDecisionImpl. setDecisionLogic(DmnDecisionLogic decisionLogic)
-