public class DmnDecisionRuleResult extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<Map<String,Object>> |
ruleResults |
| Constructor and Description |
|---|
DmnDecisionRuleResult(List<Map<String,Object>> ruleResults) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getFirstRuleResult() |
List<Object> |
getOutputValues(String outputName) |
List<Map<String,Object>> |
getRuleResults() |
Map<String,Object> |
getSingleRuleResult() |
Copyright © 2020 Flowable. All rights reserved.