Uses of Class
org.camunda.bpm.dmn.engine.impl.DmnExpressionImpl
-
Packages that use DmnExpressionImpl Package Description org.camunda.bpm.dmn.engine.impl org.camunda.bpm.dmn.engine.impl.evaluation org.camunda.bpm.dmn.engine.impl.transform -
-
Uses of DmnExpressionImpl in org.camunda.bpm.dmn.engine.impl
Fields in org.camunda.bpm.dmn.engine.impl declared as DmnExpressionImpl Modifier and Type Field Description protected DmnExpressionImpl
DmnDecisionLiteralExpressionImpl. expression
protected DmnExpressionImpl
DmnDecisionTableInputImpl. expression
Fields in org.camunda.bpm.dmn.engine.impl with type parameters of type DmnExpressionImpl Modifier and Type Field Description protected List<DmnExpressionImpl>
DmnDecisionTableRuleImpl. conclusions
protected List<DmnExpressionImpl>
DmnDecisionTableRuleImpl. conditions
Methods in org.camunda.bpm.dmn.engine.impl that return DmnExpressionImpl Modifier and Type Method Description DmnExpressionImpl
DmnDecisionLiteralExpressionImpl. getExpression()
DmnExpressionImpl
DmnDecisionTableInputImpl. getExpression()
Methods in org.camunda.bpm.dmn.engine.impl that return types with arguments of type DmnExpressionImpl Modifier and Type Method Description List<DmnExpressionImpl>
DmnDecisionTableRuleImpl. getConclusions()
List<DmnExpressionImpl>
DmnDecisionTableRuleImpl. getConditions()
Methods in org.camunda.bpm.dmn.engine.impl with parameters of type DmnExpressionImpl Modifier and Type Method Description void
DmnDecisionLiteralExpressionImpl. setExpression(DmnExpressionImpl expression)
void
DmnDecisionTableInputImpl. setExpression(DmnExpressionImpl expression)
Method parameters in org.camunda.bpm.dmn.engine.impl with type arguments of type DmnExpressionImpl Modifier and Type Method Description void
DmnDecisionTableRuleImpl. setConclusions(List<DmnExpressionImpl> conclusions)
void
DmnDecisionTableRuleImpl. setConditions(List<DmnExpressionImpl> conditions)
-
Uses of DmnExpressionImpl in org.camunda.bpm.dmn.engine.impl.evaluation
Methods in org.camunda.bpm.dmn.engine.impl.evaluation with parameters of type DmnExpressionImpl Modifier and Type Method Description Object
ExpressionEvaluationHandler. evaluateExpression(String expressionLanguage, DmnExpressionImpl expression, VariableContext variableContext)
protected Object
DecisionTableEvaluationHandler. evaluateFeelSimpleUnaryTests(DmnDecisionTableInputImpl input, DmnExpressionImpl condition, VariableContext variableContext)
protected Object
DecisionTableEvaluationHandler. evaluateInputEntry(DmnDecisionTableInputImpl input, DmnExpressionImpl condition, VariableContext variableContext)
protected Object
DecisionTableEvaluationHandler. evaluateInputExpression(DmnExpressionImpl expression, VariableContext variableContext)
protected Object
DecisionLiteralExpressionEvaluationHandler. evaluateLiteralExpression(DmnExpressionImpl expression, VariableContext variableContext)
protected Object
DecisionTableEvaluationHandler. evaluateOutputEntry(DmnExpressionImpl conclusion, VariableContext variableContext)
protected String
ExpressionEvaluationHandler. getExpressionTextForLanguage(DmnExpressionImpl expression, String expressionLanguage)
protected boolean
DecisionTableEvaluationHandler. isConditionApplicable(DmnDecisionTableInputImpl input, DmnExpressionImpl condition, VariableContext variableContext)
protected boolean
DecisionTableEvaluationHandler. isNonEmptyExpression(DmnExpressionImpl expression)
-
Uses of DmnExpressionImpl in org.camunda.bpm.dmn.engine.impl.transform
Methods in org.camunda.bpm.dmn.engine.impl.transform that return DmnExpressionImpl Modifier and Type Method Description protected DmnExpressionImpl
DmnDecisionTableConditionTransformHandler. createDmnElement(DmnElementTransformContext context, InputEntry inputEntry)
protected DmnExpressionImpl
DmnDecisionTableInputExpressionTransformHandler. createDmnElement(DmnElementTransformContext context, InputExpression inputExpression)
protected DmnExpressionImpl
DmnLiternalExpressionTransformHandler. createDmnElement(DmnElementTransformContext context, LiteralExpression inputEntry)
protected DmnExpressionImpl
DmnDecisionTableConditionTransformHandler. createFromInputEntry(DmnElementTransformContext context, InputEntry inputEntry)
protected DmnExpressionImpl
DmnDecisionTableInputExpressionTransformHandler. createFromInputExpression(DmnElementTransformContext context, InputExpression inputExpression)
protected DmnExpressionImpl
DmnLiternalExpressionTransformHandler. createFromLiteralExpressionEntry(DmnElementTransformContext context, LiteralExpression literalExpression)
DmnExpressionImpl
DmnDecisionTableConditionTransformHandler. handleElement(DmnElementTransformContext context, InputEntry inputEntry)
DmnExpressionImpl
DmnDecisionTableInputExpressionTransformHandler. handleElement(DmnElementTransformContext context, InputExpression inputExpression)
DmnExpressionImpl
DmnLiternalExpressionTransformHandler. handleElement(DmnElementTransformContext context, LiteralExpression literalExpression)
protected DmnExpressionImpl
DefaultDmnTransform. transformInputEntry(InputEntry inputEntry)
protected DmnExpressionImpl
DefaultDmnTransform. transformInputExpression(InputExpression inputExpression)
protected DmnExpressionImpl
DefaultDmnTransform. transformLiteralExpression(LiteralExpression literalExpression)
protected DmnExpressionImpl
DefaultDmnTransform. transformOutputEntry(OutputEntry outputEntry)
-