
public abstract class AbstractHierarchicalResult extends Object implements HierarchicalResult
| Modifier and Type | Field and Description | 
|---|---|
| private ResultHierarchy | hierarchyThe hierarchy storage. | 
| Constructor and Description | 
|---|
| AbstractHierarchicalResult()Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addChildResult(Result child)Add a child result. | 
| ResultHierarchy | getHierarchy()Get the objects current hierarchy - may be  null! | 
| void | setHierarchy(ResultHierarchy hierarchy)Set (exchange) the hierarchy implementation (e.g. after merging!) | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLongName, getShortNameprivate ResultHierarchy hierarchy
public final ResultHierarchy getHierarchy()
HierarchicalResultnull!getHierarchy in interface HierarchicalResultnull!public final void setHierarchy(ResultHierarchy hierarchy)
HierarchicalResultsetHierarchy in interface HierarchicalResulthierarchy - New hierarchypublic void addChildResult(Result child)
child - Child result