Uses of Interface
org.camunda.bpm.dmn.engine.delegate.DmnEvaluatedInput
Package
Description
-
Uses of DmnEvaluatedInput in org.camunda.bpm.dmn.engine.delegate
-
Uses of DmnEvaluatedInput in org.camunda.bpm.dmn.engine.impl.delegate
Modifier and TypeFieldDescriptionprotected List<DmnEvaluatedInput>
DmnDecisionTableEvaluationEventImpl.inputs
Modifier and TypeMethodDescriptionvoid
DmnDecisionTableEvaluationEventImpl.setInputs
(List<DmnEvaluatedInput> inputs) -
Uses of DmnEvaluatedInput in org.camunda.bpm.dmn.engine.impl.evaluation
Modifier and TypeMethodDescriptionprotected DmnEvaluatedInput
DecisionTableEvaluationHandler.evaluateInput
(DmnDecisionTableInputImpl input, VariableContext variableContext) Modifier and TypeMethodDescriptionprotected VariableContext
DecisionTableEvaluationHandler.getLocalVariableContext
(DmnDecisionTableInputImpl input, DmnEvaluatedInput evaluatedInput, VariableContext variableContext)