Uses of Class
org.camunda.bpm.dmn.engine.impl.DmnDecisionTableInputImpl
-
-
Uses of DmnDecisionTableInputImpl in org.camunda.bpm.dmn.engine.impl
Fields in org.camunda.bpm.dmn.engine.impl with type parameters of type DmnDecisionTableInputImpl Modifier and Type Field Description protected java.util.List<DmnDecisionTableInputImpl>
DmnDecisionTableImpl. inputs
Methods in org.camunda.bpm.dmn.engine.impl that return types with arguments of type DmnDecisionTableInputImpl Modifier and Type Method Description java.util.List<DmnDecisionTableInputImpl>
DmnDecisionTableImpl. getInputs()
Method parameters in org.camunda.bpm.dmn.engine.impl with type arguments of type DmnDecisionTableInputImpl Modifier and Type Method Description void
DmnDecisionTableImpl. setInputs(java.util.List<DmnDecisionTableInputImpl> inputs)
-
Uses of DmnDecisionTableInputImpl in org.camunda.bpm.dmn.engine.impl.delegate
Constructors in org.camunda.bpm.dmn.engine.impl.delegate with parameters of type DmnDecisionTableInputImpl Constructor Description DmnEvaluatedInputImpl(DmnDecisionTableInputImpl input)
-
Uses of DmnDecisionTableInputImpl in org.camunda.bpm.dmn.engine.impl.evaluation
Methods in org.camunda.bpm.dmn.engine.impl.evaluation with parameters of type DmnDecisionTableInputImpl Modifier and Type Method Description protected java.lang.Object
DecisionTableEvaluationHandler. evaluateFeelSimpleUnaryTests(DmnDecisionTableInputImpl input, DmnExpressionImpl condition, VariableContext variableContext)
protected DmnEvaluatedInput
DecisionTableEvaluationHandler. evaluateInput(DmnDecisionTableInputImpl input, VariableContext variableContext)
protected java.lang.Object
DecisionTableEvaluationHandler. evaluateInputEntry(DmnDecisionTableInputImpl input, DmnExpressionImpl condition, VariableContext variableContext)
protected java.util.List<DmnDecisionTableRuleImpl>
DecisionTableEvaluationHandler. evaluateInputForAvailableRules(int conditionIdx, DmnDecisionTableInputImpl input, java.util.List<DmnDecisionTableRuleImpl> availableRules, VariableContext variableContext)
protected VariableContext
DecisionTableEvaluationHandler. getLocalVariableContext(DmnDecisionTableInputImpl input, DmnEvaluatedInput evaluatedInput, VariableContext variableContext)
protected boolean
DecisionTableEvaluationHandler. isConditionApplicable(DmnDecisionTableInputImpl input, DmnExpressionImpl condition, VariableContext variableContext)
-
Uses of DmnDecisionTableInputImpl in org.camunda.bpm.dmn.engine.impl.spi.transform
Methods in org.camunda.bpm.dmn.engine.impl.spi.transform with parameters of type DmnDecisionTableInputImpl Modifier and Type Method Description void
DmnTransformListener. transformDecisionTableInput(Input input, DmnDecisionTableInputImpl dmnInput)
Notified after a DMN decision table input was transformed -
Uses of DmnDecisionTableInputImpl in org.camunda.bpm.dmn.engine.impl.transform
Methods in org.camunda.bpm.dmn.engine.impl.transform that return DmnDecisionTableInputImpl Modifier and Type Method Description protected DmnDecisionTableInputImpl
DmnDecisionTableInputTransformHandler. createDmnElement(DmnElementTransformContext context, Input input)
protected DmnDecisionTableInputImpl
DmnDecisionTableInputTransformHandler. createFromInput(DmnElementTransformContext context, Input input)
DmnDecisionTableInputImpl
DmnDecisionTableInputTransformHandler. handleElement(DmnElementTransformContext context, Input input)
protected DmnDecisionTableInputImpl
DefaultDmnTransform. transformDecisionTableInput(Input input)
Methods in org.camunda.bpm.dmn.engine.impl.transform with parameters of type DmnDecisionTableInputImpl Modifier and Type Method Description DmnTransformException
DmnTransformLogger. decisionTableInputIdIsMissing(DmnDecision dmnDecision, DmnDecisionTableInputImpl dmnDecisionTableInput)
protected void
DefaultDmnTransform. notifyTransformListeners(Input input, DmnDecisionTableInputImpl dmnInput)
-