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 DmnExpressionImplDmnDecisionLiteralExpressionImpl. expressionprotected DmnExpressionImplDmnDecisionTableInputImpl. expressionFields in org.camunda.bpm.dmn.engine.impl with type parameters of type DmnExpressionImpl Modifier and Type Field Description protected List<DmnExpressionImpl>DmnDecisionTableRuleImpl. conclusionsprotected List<DmnExpressionImpl>DmnDecisionTableRuleImpl. conditionsMethods in org.camunda.bpm.dmn.engine.impl that return DmnExpressionImpl Modifier and Type Method Description DmnExpressionImplDmnDecisionLiteralExpressionImpl. getExpression()DmnExpressionImplDmnDecisionTableInputImpl. 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 voidDmnDecisionLiteralExpressionImpl. setExpression(DmnExpressionImpl expression)voidDmnDecisionTableInputImpl. setExpression(DmnExpressionImpl expression)Method parameters in org.camunda.bpm.dmn.engine.impl with type arguments of type DmnExpressionImpl Modifier and Type Method Description voidDmnDecisionTableRuleImpl. setConclusions(List<DmnExpressionImpl> conclusions)voidDmnDecisionTableRuleImpl. 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 ObjectExpressionEvaluationHandler. evaluateExpression(String expressionLanguage, DmnExpressionImpl expression, VariableContext variableContext)protected ObjectDecisionTableEvaluationHandler. evaluateFeelSimpleUnaryTests(DmnDecisionTableInputImpl input, DmnExpressionImpl condition, VariableContext variableContext)protected ObjectDecisionTableEvaluationHandler. evaluateInputEntry(DmnDecisionTableInputImpl input, DmnExpressionImpl condition, VariableContext variableContext)protected ObjectDecisionTableEvaluationHandler. evaluateInputExpression(DmnExpressionImpl expression, VariableContext variableContext)protected ObjectDecisionLiteralExpressionEvaluationHandler. evaluateLiteralExpression(DmnExpressionImpl expression, VariableContext variableContext)protected ObjectDecisionTableEvaluationHandler. evaluateOutputEntry(DmnExpressionImpl conclusion, VariableContext variableContext)protected StringExpressionEvaluationHandler. getExpressionTextForLanguage(DmnExpressionImpl expression, String expressionLanguage)protected booleanDecisionTableEvaluationHandler. isConditionApplicable(DmnDecisionTableInputImpl input, DmnExpressionImpl condition, VariableContext variableContext)protected booleanDecisionTableEvaluationHandler. 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 DmnExpressionImplDmnDecisionTableConditionTransformHandler. createDmnElement(DmnElementTransformContext context, InputEntry inputEntry)protected DmnExpressionImplDmnDecisionTableInputExpressionTransformHandler. createDmnElement(DmnElementTransformContext context, InputExpression inputExpression)protected DmnExpressionImplDmnLiternalExpressionTransformHandler. createDmnElement(DmnElementTransformContext context, LiteralExpression inputEntry)protected DmnExpressionImplDmnDecisionTableConditionTransformHandler. createFromInputEntry(DmnElementTransformContext context, InputEntry inputEntry)protected DmnExpressionImplDmnDecisionTableInputExpressionTransformHandler. createFromInputExpression(DmnElementTransformContext context, InputExpression inputExpression)protected DmnExpressionImplDmnLiternalExpressionTransformHandler. createFromLiteralExpressionEntry(DmnElementTransformContext context, LiteralExpression literalExpression)DmnExpressionImplDmnDecisionTableConditionTransformHandler. handleElement(DmnElementTransformContext context, InputEntry inputEntry)DmnExpressionImplDmnDecisionTableInputExpressionTransformHandler. handleElement(DmnElementTransformContext context, InputExpression inputExpression)DmnExpressionImplDmnLiternalExpressionTransformHandler. handleElement(DmnElementTransformContext context, LiteralExpression literalExpression)protected DmnExpressionImplDefaultDmnTransform. transformInputEntry(InputEntry inputEntry)protected DmnExpressionImplDefaultDmnTransform. transformInputExpression(InputExpression inputExpression)protected DmnExpressionImplDefaultDmnTransform. transformLiteralExpression(LiteralExpression literalExpression)protected DmnExpressionImplDefaultDmnTransform. transformOutputEntry(OutputEntry outputEntry)
-