Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1.7)

E10663-11

oracle.rules.rl.extensions.trace
Class TraceGroup

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

public class TraceGroup
extends java.lang.Object

Base class for trace groups. A decision trace is organized into groups for display in a user interface.


Method Summary
 java.util.List getChildren()
          Get a List of the children of this group.
 TraceGroup getParent()
          Get the group that is the parent of this group.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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 java.util.List getChildren()
Get a List of the children of this group. The list consists of TraceEntry and/or TraceGroup entries.


Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1.7)

E10663-11

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.