Package | Description |
---|---|
org.kie.dmn.model.api | |
org.kie.dmn.model.v1_1 | |
org.kie.dmn.model.v1_2 |
Modifier and Type | Method and Description |
---|---|
LiteralExpression |
OutputClause.getDefaultOutputEntry() |
LiteralExpression |
InputClause.getInputExpression() |
Modifier and Type | Method and Description |
---|---|
List<LiteralExpression> |
DecisionRule.getOutputEntry() |
Modifier and Type | Method and Description |
---|---|
void |
OutputClause.setDefaultOutputEntry(LiteralExpression value) |
void |
InputClause.setInputExpression(LiteralExpression value) |
Modifier and Type | Class and Description |
---|---|
class |
TLiteralExpression |
Modifier and Type | Method and Description |
---|---|
LiteralExpression |
TOutputClause.getDefaultOutputEntry() |
LiteralExpression |
TInputClause.getInputExpression() |
Modifier and Type | Method and Description |
---|---|
List<LiteralExpression> |
TDecisionRule.getOutputEntry() |
Modifier and Type | Method and Description |
---|---|
void |
TOutputClause.setDefaultOutputEntry(LiteralExpression value) |
void |
TInputClause.setInputExpression(LiteralExpression value) |
Modifier and Type | Field and Description |
---|---|
protected LiteralExpression |
TOutputClause.defaultOutputEntry |
protected LiteralExpression |
TInputClause.inputExpression |
Modifier and Type | Field and Description |
---|---|
protected List<LiteralExpression> |
TDecisionRule.outputEntry |
Modifier and Type | Method and Description |
---|---|
LiteralExpression |
TOutputClause.getDefaultOutputEntry() |
LiteralExpression |
TInputClause.getInputExpression() |
Modifier and Type | Method and Description |
---|---|
List<LiteralExpression> |
TDecisionRule.getOutputEntry() |
Modifier and Type | Method and Description |
---|---|
void |
TOutputClause.setDefaultOutputEntry(LiteralExpression value) |
void |
TInputClause.setInputExpression(LiteralExpression value) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.