Package | Description |
---|---|
org.kie.workbench.common.dmn.api.definition.model |
Modifier and Type | Method and Description |
---|---|
UnaryTests |
UnaryTests.copy() |
UnaryTests |
ItemDefinition.getAllowedValues() |
Modifier and Type | Method and Description |
---|---|
List<UnaryTests> |
DecisionRule.getInputEntry() |
Modifier and Type | Method and Description |
---|---|
void |
ItemDefinition.setAllowedValues(UnaryTests value) |
Constructor and Description |
---|
ItemDefinition(Id id,
Description description,
Name name,
QName typeRef,
UnaryTests allowedValues,
List<ItemDefinition> itemComponent,
String typeLanguage,
Boolean isCollection,
Boolean allowOnlyVisualChange) |
Constructor and Description |
---|
DecisionRule(Id id,
Description description,
List<UnaryTests> inputEntry,
List<LiteralExpression> outputEntry) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.