Modifier and Type | Field and Description |
---|---|
protected List<DmnDecisionTableInputImpl> |
DmnDecisionTableImpl.inputs |
Modifier and Type | Method and Description |
---|---|
List<DmnDecisionTableInputImpl> |
DmnDecisionTableImpl.getInputs() |
Modifier and Type | Method and Description |
---|---|
void |
DmnDecisionTableImpl.setInputs(List<DmnDecisionTableInputImpl> inputs) |
Constructor and Description |
---|
DmnEvaluatedInputImpl(DmnDecisionTableInputImpl input) |
Modifier and Type | Method and Description |
---|---|
protected Object |
DecisionTableEvaluationHandler.evaluateFeelSimpleUnaryTests(DmnDecisionTableInputImpl input,
DmnExpressionImpl condition,
org.camunda.bpm.engine.variable.context.VariableContext variableContext) |
protected DmnEvaluatedInput |
DecisionTableEvaluationHandler.evaluateInput(DmnDecisionTableInputImpl input,
org.camunda.bpm.engine.variable.context.VariableContext variableContext) |
protected Object |
DecisionTableEvaluationHandler.evaluateInputEntry(DmnDecisionTableInputImpl input,
DmnExpressionImpl condition,
org.camunda.bpm.engine.variable.context.VariableContext variableContext) |
protected List<DmnDecisionTableRuleImpl> |
DecisionTableEvaluationHandler.evaluateInputForAvailableRules(int conditionIdx,
DmnDecisionTableInputImpl input,
List<DmnDecisionTableRuleImpl> availableRules,
org.camunda.bpm.engine.variable.context.VariableContext variableContext) |
protected org.camunda.bpm.engine.variable.context.VariableContext |
DecisionTableEvaluationHandler.getLocalVariableContext(DmnDecisionTableInputImpl input,
DmnEvaluatedInput evaluatedInput,
org.camunda.bpm.engine.variable.context.VariableContext variableContext) |
protected boolean |
DecisionTableEvaluationHandler.isConditionApplicable(DmnDecisionTableInputImpl input,
DmnExpressionImpl condition,
org.camunda.bpm.engine.variable.context.VariableContext variableContext) |
Modifier and Type | Method and Description |
---|---|
void |
DmnTransformListener.transformDecisionTableInput(Input input,
DmnDecisionTableInputImpl dmnInput)
Notified after a DMN decision table input was transformed
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
DmnTransformException |
DmnTransformLogger.decisionTableInputIdIsMissing(DmnDecision dmnDecision,
DmnDecisionTableInputImpl dmnDecisionTableInput) |
protected void |
DefaultDmnTransform.notifyTransformListeners(Input input,
DmnDecisionTableInputImpl dmnInput) |
Copyright © 2022. All rights reserved.