public interface DeLiCluEntry extends SpatialEntry
Modifier and Type | Method and Description |
---|---|
boolean |
hasHandled()
Returns true, if the node (or its child nodes) which is represented by this entry
contains handled data objects.
|
boolean |
hasUnhandled()
Returns true, if the node (or its child nodes) which is represented by this entry
contains unhandled data objects.
|
void |
setHasHandled(boolean hasHandled)
Sets the flag to marks the node (or its child nodes) which is represented by this entry
to contain handled data objects.
|
void |
setHasUnhandled(boolean hasUnhandled)
Sets the flag to marks the node (or its child nodes) which is represented by this entry
to contain unhandled data objects.
|
isLeafEntry
readExternal, writeExternal
getDimensionality, getMax, getMin
boolean hasHandled()
boolean hasUnhandled()
void setHasHandled(boolean hasHandled)
hasHandled
- the flag to be setvoid setHasUnhandled(boolean hasUnhandled)
hasUnhandled
- the flag to be setCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.