| Package | Description |
|---|---|
| org.kie.dmn.api.core |
| Modifier and Type | Method and Description |
|---|---|
InputDataNode |
DMNModel.getInputById(String id) |
InputDataNode |
DMNModel.getInputByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
Set<InputDataNode> |
DMNModel.getInputs() |
Set<InputDataNode> |
DMNModel.getRequiredInputsForDecisionId(String decisionId) |
Set<InputDataNode> |
DMNModel.getRequiredInputsForDecisionName(String decisionName) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.