public interface DmnDecisionLogicEvaluationHandler
| Modifier and Type | Method and Description | 
|---|---|
| DmnDecisionLogicEvaluationEvent | evaluate(DmnDecision decision,
        org.camunda.bpm.engine.variable.context.VariableContext variableContext)Evaluate a decision with the given  VariableContext. | 
| DmnDecisionResult | generateDecisionResult(DmnDecisionLogicEvaluationEvent event)Generates the decision evaluation result of the given event. | 
DmnDecisionLogicEvaluationEvent evaluate(DmnDecision decision, org.camunda.bpm.engine.variable.context.VariableContext variableContext)
VariableContext.decision - the decision to evaluatevariableContext - the available variable contextDmnDecisionResult generateDecisionResult(DmnDecisionLogicEvaluationEvent event)
event - which represents the evaluationCopyright © 2018. All rights reserved.