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 |
---|---|
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) |
Modifier and Type | Class and Description |
---|---|
class |
TUnaryTests |
Modifier and Type | Method and Description |
---|---|
UnaryTests |
TItemDefinition.getAllowedValues() |
UnaryTests |
TInputClause.getInputValues() |
UnaryTests |
TOutputClause.getOutputValues() |
Modifier and Type | Method and Description |
---|---|
List<UnaryTests> |
TDecisionRule.getInputEntry() |
Modifier and Type | Method and Description |
---|---|
void |
TItemDefinition.setAllowedValues(UnaryTests value) |
void |
TInputClause.setInputValues(UnaryTests value) |
void |
TOutputClause.setOutputValues(UnaryTests value) |
Modifier and Type | Field and Description |
---|---|
protected UnaryTests |
TItemDefinition.allowedValues |
protected UnaryTests |
TInputClause.inputValues |
protected UnaryTests |
TOutputClause.outputValues |
Modifier and Type | Field and Description |
---|---|
protected List<UnaryTests> |
TDecisionRule.inputEntry |
Modifier and Type | Method and Description |
---|---|
UnaryTests |
TItemDefinition.getAllowedValues() |
UnaryTests |
TInputClause.getInputValues() |
UnaryTests |
TOutputClause.getOutputValues() |
Modifier and Type | Method and Description |
---|---|
List<UnaryTests> |
TDecisionRule.getInputEntry() |
Modifier and Type | Method and Description |
---|---|
void |
TItemDefinition.setAllowedValues(UnaryTests value) |
void |
TInputClause.setInputValues(UnaryTests value) |
void |
TOutputClause.setOutputValues(UnaryTests value) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.