| Package | Description |
|---|---|
| org.flowable.ui.modeler.model.decisiontable |
| Modifier and Type | Field and Description |
|---|---|
protected List<DecisionTableExpressionRepresentation> |
DecisionTableDefinitionRepresentation.inputExpressions |
protected List<DecisionTableExpressionRepresentation> |
DecisionTableDefinitionRepresentation.outputExpressions |
| Modifier and Type | Method and Description |
|---|---|
List<DecisionTableExpressionRepresentation> |
DecisionTableDefinitionRepresentation.getInputExpressions() |
List<DecisionTableExpressionRepresentation> |
DecisionTableDefinitionRepresentation.getOutputExpressions() |
| Modifier and Type | Method and Description |
|---|---|
void |
DecisionTableDefinitionRepresentation.setInputExpressions(List<DecisionTableExpressionRepresentation> inputExpressions) |
void |
DecisionTableDefinitionRepresentation.setOutputExpressions(List<DecisionTableExpressionRepresentation> outputExpressions) |
Copyright © 2018 Flowable. All rights reserved.