public abstract class AbstractHierarchicalResult extends Object implements HierarchicalResult
Modifier and Type | Field and Description |
---|---|
private ResultHierarchy |
hierarchy
The 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, wait
getLongName, getShortName
private ResultHierarchy hierarchy
public final ResultHierarchy getHierarchy()
HierarchicalResult
null
!getHierarchy
in interface HierarchicalResult
null
!public final void setHierarchy(ResultHierarchy hierarchy)
HierarchicalResult
setHierarchy
in interface HierarchicalResult
hierarchy
- New hierarchypublic void addChildResult(Result child)
child
- Child resultCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.