Uses of Class
org.camunda.bpm.dmn.engine.impl.DmnExpressionImpl
Package
Description
-
Uses of DmnExpressionImpl in org.camunda.bpm.dmn.engine.impl
Modifier and TypeFieldDescriptionprotected DmnExpressionImpl
DmnDecisionLiteralExpressionImpl.expression
protected DmnExpressionImpl
DmnDecisionTableInputImpl.expression
Modifier and TypeFieldDescriptionprotected List<DmnExpressionImpl>
DmnDecisionTableRuleImpl.conclusions
protected List<DmnExpressionImpl>
DmnDecisionTableRuleImpl.conditions
Modifier and TypeMethodDescriptionDmnDecisionLiteralExpressionImpl.getExpression()
DmnDecisionTableInputImpl.getExpression()
Modifier and TypeMethodDescriptionDmnDecisionTableRuleImpl.getConclusions()
DmnDecisionTableRuleImpl.getConditions()
Modifier and TypeMethodDescriptionvoid
DmnDecisionLiteralExpressionImpl.setExpression
(DmnExpressionImpl expression) void
DmnDecisionTableInputImpl.setExpression
(DmnExpressionImpl expression) Modifier and TypeMethodDescriptionvoid
DmnDecisionTableRuleImpl.setConclusions
(List<DmnExpressionImpl> conclusions) void
DmnDecisionTableRuleImpl.setConditions
(List<DmnExpressionImpl> conditions) -
Uses of DmnExpressionImpl in org.camunda.bpm.dmn.engine.impl.evaluation
Modifier and TypeMethodDescriptionExpressionEvaluationHandler.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
Modifier and TypeMethodDescriptionprotected 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) DmnDecisionTableConditionTransformHandler.handleElement
(DmnElementTransformContext context, InputEntry inputEntry) DmnDecisionTableInputExpressionTransformHandler.handleElement
(DmnElementTransformContext context, InputExpression inputExpression) 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)