Package | Description |
---|---|
org.kie.workbench.common.dmn.api.definition.v1_1 |
Modifier and Type | Method and Description |
---|---|
UnaryTests |
ItemDefinition.getAllowedValues() |
UnaryTests |
InputClause.getInputValues() |
UnaryTests |
OutputClause.getOutputValues() |
Modifier and Type | Method and Description |
---|---|
List<UnaryTests> |
DecisionRule.getInputEntry() |
Modifier and Type | Method and Description |
---|---|
void |
ItemDefinition.setAllowedValues(UnaryTests value) |
void |
InputClause.setInputValues(UnaryTests value) |
void |
OutputClause.setOutputValues(UnaryTests value) |
Constructor and Description |
---|
InputClause(Id id,
Description description,
LiteralExpression inputExpression,
UnaryTests inputValues) |
ItemDefinition(Id id,
Description description,
Name name,
QName typeRef,
UnaryTests allowedValues,
List<ItemDefinition> itemComponent,
String typeLanguage,
Boolean isCollection) |
OutputClause(Id id,
Description description,
UnaryTests outputValues,
LiteralExpression defaultOutputEntry,
String name,
QName typeRef) |
Constructor and Description |
---|
DecisionRule(Id id,
Description description,
List<UnaryTests> inputEntry,
List<LiteralExpression> outputEntry) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.