Package oracle.rules.rl.extensions.trace
Class TraceGroup
java.lang.Object
oracle.rules.rl.extensions.trace.TraceGroup
- Direct Known Subclasses:
FiredRulesInRulesetGroup
,RootGroup
,RuleFiredGroup
Base class for trace groups. A decision trace is organized into groups
for display in a user interface.
-
Method Summary
Modifier and TypeMethodDescriptionGet aList
of the children of this group.Get the group that is the parent of this group.
-
Method Details
-
getParent
Get the group that is the parent of this group.- Returns:
- the group that is the parent of this group.
-
getChildren
Get aList
of the children of this group. The list consists ofTraceEntry
and/or
TraceGroup
entries.
-