public interface MTreeEntry extends Entry
Modifier and Type | Method and Description |
---|---|
double |
getCoveringRadius()
Returns the covering radius if this entry is a directory entry, null
otherwise.
|
double |
getParentDistance()
Returns the distance from the routing object of this entry to the routing
object of its parent.
|
DBID |
getRoutingObjectID()
Returns the id of the underlying database object of this entry, if this
entry is a leaf entry, the id of the routing object, otherwise.
|
boolean |
setCoveringRadius(double coveringRadius)
Sets the covering radius of this entry if this entry is a directory entry,
throws an UnsupportedOperationException otherwise.
|
boolean |
setParentDistance(double parentDistance)
Sets the distance from the routing object to routing object of its parent.
|
boolean |
setRoutingObjectID(DBID objectID)
Sets the id of the underlying database object of this entry, if this entry
is a leaf entry, the id of the routing object, otherwise.
|
isLeafEntry
readExternal, writeExternal
DBID getRoutingObjectID()
boolean setRoutingObjectID(DBID objectID)
objectID
- the id to be setdouble getParentDistance()
boolean setParentDistance(double parentDistance)
parentDistance
- the distance to be setdouble getCoveringRadius()
boolean setCoveringRadius(double coveringRadius)
coveringRadius
- the covering radius to be setCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.