Class TraceGroup

java.lang.Object
oracle.rules.rl.extensions.trace.TraceGroup
Direct Known Subclasses:
FiredRulesInRulesetGroup, RootGroup, RuleFiredGroup

public class TraceGroup extends Object
Base class for trace groups. A decision trace is organized into groups for display in a user interface.
  • Method Details

    • getParent

      public TraceGroup getParent()
      Get the group that is the parent of this group.
      Returns:
      the group that is the parent of this group.
    • getChildren

      public List getChildren()
      Get a List of the children of this group. The list consists of TraceEntry and/or TraceGroup entries.