Interface MatchedDecisionRule
- All Known Implementing Classes:
MatchedDecisionRuleImpl
Deprecated.
-
Method Summary
-
Method Details
-
getRuleId
String getRuleId()Deprecated.- Returns:
- the id of the matched rule
-
getRuleIndex
int getRuleIndex()Deprecated.- Returns:
- the index of the matched rule
-
getEvaluatedOutputs
List<EvaluatedDecisionOutput> getEvaluatedOutputs()Deprecated.- Returns:
- the evaluated decision outputs
-
toJson
String toJson()Deprecated.- Returns:
- the record encoded as JSON
-
MatchedDecisionRule