Package | Description |
---|---|
org.kie.workbench.common.dmn.api.definition.v1_1 |
Modifier and Type | Method and Description |
---|---|
LiteralExpression |
InputClause.getInputExpression() |
Modifier and Type | Method and Description |
---|---|
List<LiteralExpression> |
DecisionRule.getOutputEntry() |
Modifier and Type | Method and Description |
---|---|
void |
InputClause.setInputExpression(LiteralExpression value) |
Constructor and Description |
---|
InputClause(Id id,
Description description,
LiteralExpression inputExpression,
InputClauseUnaryTests inputValues) |
Constructor and Description |
---|
DecisionRule(Id id,
Description description,
List<UnaryTests> inputEntry,
List<LiteralExpression> outputEntry) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.