Package | Description |
---|---|
org.camunda.bpm.dmn.engine.impl | |
org.camunda.bpm.dmn.engine.impl.transform |
Modifier and Type | Field and Description |
---|---|
protected DmnExpressionImpl |
DmnDecisionTableInputImpl.expression |
Modifier and Type | Field and Description |
---|---|
protected List<DmnExpressionImpl> |
DmnDecisionTableRuleImpl.conclusions |
protected List<DmnExpressionImpl> |
DmnDecisionTableRuleImpl.conditions |
Modifier and Type | Method and Description |
---|---|
DmnExpressionImpl |
DmnDecisionTableInputImpl.getExpression() |
Modifier and Type | Method and Description |
---|---|
List<DmnExpressionImpl> |
DmnDecisionTableRuleImpl.getConclusions() |
List<DmnExpressionImpl> |
DmnDecisionTableRuleImpl.getConditions() |
Modifier and Type | Method and Description |
---|---|
protected Object |
DefaultDmnDecisionContext.evaluateExpression(String expressionLanguage,
DmnExpressionImpl expression,
org.camunda.bpm.engine.variable.context.VariableContext variableContext) |
protected Object |
DefaultDmnDecisionContext.evaluateFeelSimpleExpression(DmnExpressionImpl expression,
org.camunda.bpm.engine.variable.context.VariableContext variableContext) |
protected Object |
DefaultDmnDecisionContext.evaluateFeelSimpleUnaryTests(DmnDecisionTableInputImpl input,
DmnExpressionImpl condition,
org.camunda.bpm.engine.variable.context.VariableContext variableContext) |
protected Object |
DefaultDmnDecisionContext.evaluateInputExpression(DmnExpressionImpl expression,
org.camunda.bpm.engine.variable.context.VariableContext variableContext) |
protected Object |
DefaultDmnDecisionContext.evaluateOutputEntry(DmnExpressionImpl conclusion,
org.camunda.bpm.engine.variable.context.VariableContext variableContext) |
protected String |
DefaultDmnDecisionContext.getExpressionTextForLanguage(DmnExpressionImpl expression,
String expressionLanguage) |
protected boolean |
DefaultDmnDecisionContext.isConditionApplicable(DmnDecisionTableInputImpl input,
DmnExpressionImpl condition,
org.camunda.bpm.engine.variable.context.VariableContext variableContext) |
protected boolean |
DefaultDmnDecisionContext.isNonEmptyExpression(DmnExpressionImpl expression) |
void |
DmnDecisionTableInputImpl.setExpression(DmnExpressionImpl expression) |
Modifier and Type | Method and Description |
---|---|
void |
DmnDecisionTableRuleImpl.setConclusions(List<DmnExpressionImpl> conclusions) |
void |
DmnDecisionTableRuleImpl.setConditions(List<DmnExpressionImpl> conditions) |
Modifier and Type | Method and Description |
---|---|
protected DmnExpressionImpl |
DmnDecisionTableConditionTransformHandler.createDmnElement(DmnElementTransformContext context,
InputEntry inputEntry) |
protected DmnExpressionImpl |
DmnDecisionTableInputExpressionTransformHandler.createDmnElement(DmnElementTransformContext context,
InputExpression inputExpression) |
protected DmnExpressionImpl |
DmnDecisionTableConclusionTransformHandler.createDmnElement(DmnElementTransformContext context,
OutputEntry outputEntry) |
protected DmnExpressionImpl |
DmnDecisionTableConditionTransformHandler.createFromInputEntry(DmnElementTransformContext context,
InputEntry inputEntry) |
protected DmnExpressionImpl |
DmnDecisionTableInputExpressionTransformHandler.createFromInputExpression(DmnElementTransformContext context,
InputExpression inputExpression) |
protected DmnExpressionImpl |
DmnDecisionTableConclusionTransformHandler.createFromOutputEntry(DmnElementTransformContext context,
OutputEntry outputEntry) |
DmnExpressionImpl |
DmnDecisionTableConditionTransformHandler.handleElement(DmnElementTransformContext context,
InputEntry inputEntry) |
DmnExpressionImpl |
DmnDecisionTableInputExpressionTransformHandler.handleElement(DmnElementTransformContext context,
InputExpression inputExpression) |
DmnExpressionImpl |
DmnDecisionTableConclusionTransformHandler.handleElement(DmnElementTransformContext context,
OutputEntry outputEntry) |
protected DmnExpressionImpl |
DefaultDmnTransform.transformInputEntry(InputEntry inputEntry) |
protected DmnExpressionImpl |
DefaultDmnTransform.transformInputExpression(InputExpression inputExpression) |
protected DmnExpressionImpl |
DefaultDmnTransform.transformOutputEntry(OutputEntry outputEntry) |
Copyright © 2018. All rights reserved.