Package oracle.rules.rl.extensions.trace
Class RuleFiredGroup
java.lang.Object
oracle.rules.rl.extensions.trace.TraceGroup
oracle.rules.rl.extensions.trace.RuleFiredGroup
Grouping of traces resulting from a specific rule that fired.
-
Method Summary
Modifier and TypeMethodDescriptionGet theRuleTrace
for the rule that fired.Methods inherited from class oracle.rules.rl.extensions.trace.TraceGroup
getChildren, getParent
-
Method Details
-
getRuleTrace
Get theRuleTrace
for the rule that fired.- Returns:
- the
RuleTrace
for the rule that fired.
-