Package io.camunda.zeebe.dmn
Interface MatchedRule
- All Known Implementing Classes:
MatchedDmnScalaRule
public interface MatchedRule
A matched rule of a decision table. It contains details of the rule and its outputs.
-
Method Summary
Modifier and TypeMethodDescriptionruleId()intReturns the index of the matched rule in the decision table, starting with 1.
-
Method Details
-
ruleId
String ruleId()- Returns:
- the id of the matched rule
-
ruleIndex
int ruleIndex()Returns the index of the matched rule in the decision table, starting with 1.- Returns:
- the index of the matched rule
-
evaluatedOutputs
List<EvaluatedOutput> evaluatedOutputs()- Returns:
- the evaluated outputs of the rule
-