Interface DmnEvaluatedDecisionRule
-
- All Known Implementing Classes:
DmnEvaluatedDecisionRuleImpl
public interface DmnEvaluatedDecisionRule
A evaluated decision rule.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getId()
java.util.Map<java.lang.String,DmnEvaluatedOutput>
getOutputEntries()
-
-
-
Method Detail
-
getId
java.lang.String getId()
- Returns:
- the id of the decision rule or null if not set
-
getOutputEntries
java.util.Map<java.lang.String,DmnEvaluatedOutput> getOutputEntries()
- Returns:
- the evaluated output entries for the decision rule
-
-