Uses of Class
org.camunda.bpm.dmn.engine.impl.DmnExpressionImpl
Packages that use DmnExpressionImpl
Package
Description
-
Uses of DmnExpressionImpl in org.camunda.bpm.dmn.engine.impl
Fields in org.camunda.bpm.dmn.engine.impl declared as DmnExpressionImplModifier and TypeFieldDescriptionprotected DmnExpressionImpl
DmnDecisionLiteralExpressionImpl.expression
protected DmnExpressionImpl
DmnDecisionTableInputImpl.expression
Fields in org.camunda.bpm.dmn.engine.impl with type parameters of type DmnExpressionImplModifier and TypeFieldDescriptionprotected List<DmnExpressionImpl>
DmnDecisionTableRuleImpl.conclusions
protected List<DmnExpressionImpl>
DmnDecisionTableRuleImpl.conditions
Methods in org.camunda.bpm.dmn.engine.impl that return DmnExpressionImplModifier and TypeMethodDescriptionDmnDecisionLiteralExpressionImpl.getExpression()
DmnDecisionTableInputImpl.getExpression()
Methods in org.camunda.bpm.dmn.engine.impl that return types with arguments of type DmnExpressionImplModifier and TypeMethodDescriptionDmnDecisionTableRuleImpl.getConclusions()
DmnDecisionTableRuleImpl.getConditions()
Methods in org.camunda.bpm.dmn.engine.impl with parameters of type DmnExpressionImplModifier and TypeMethodDescriptionvoid
DmnDecisionLiteralExpressionImpl.setExpression
(DmnExpressionImpl expression) void
DmnDecisionTableInputImpl.setExpression
(DmnExpressionImpl expression) Method parameters in org.camunda.bpm.dmn.engine.impl with type arguments of type DmnExpressionImplModifier and TypeMethodDescriptionvoid
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 DmnExpressionImplModifier 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
Methods in org.camunda.bpm.dmn.engine.impl.transform that return DmnExpressionImplModifier 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)