
public class DeLiCluDirectoryEntry extends SpatialDirectoryEntry implements DeLiCluEntry
| Modifier and Type | Field and Description |
|---|---|
private boolean |
hasHandled
Indicates that the node (or its child nodes) which is represented by this
entry contains handled data objects.
|
private boolean |
hasUnhandled
Indicates that the node (or its child nodes) which is represented by this
entry contains unhandled data objects.
|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
DeLiCluDirectoryEntry()
Empty constructor for serialization purposes.
|
DeLiCluDirectoryEntry(int id,
ModifiableHyperBoundingBox mbr,
boolean hasHandled,
boolean hasUnhandled)
Constructs a new DeLiCluDirectoryEntry object with the given parameters.
|
| 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.
|
String |
toString()
Returns the id as a string representation of this entry.
|
extendMBR, getDimensionality, getMax, getMin, hasMBR, readExternal, setMBR, writeExternalequals, getEntryID, getPageID, hashCode, isLeafEntryclone, finalize, getClass, notify, notifyAll, wait, wait, waitisLeafEntryreadExternal, writeExternalgetDimensionality, getMax, getMinprivate static final long serialVersionUID
private boolean hasHandled
private boolean hasUnhandled
public DeLiCluDirectoryEntry()
public DeLiCluDirectoryEntry(int id,
ModifiableHyperBoundingBox mbr,
boolean hasHandled,
boolean hasUnhandled)
id - the unique id of the underlying spatial nodembr - the minimum bounding rectangle of the underlying spatial nodehasHandled - indicates if this entry has handled nodeshasUnhandled - indicates if this entry has unhandled nodespublic boolean hasHandled()
DeLiCluEntryhasHandled in interface DeLiCluEntrypublic boolean hasUnhandled()
DeLiCluEntryhasUnhandled in interface DeLiCluEntrypublic void setHasHandled(boolean hasHandled)
DeLiCluEntrysetHasHandled in interface DeLiCluEntryhasHandled - the flag to be setpublic void setHasUnhandled(boolean hasUnhandled)
DeLiCluEntrysetHasUnhandled in interface DeLiCluEntryhasUnhandled - the flag to be setpublic String toString()
toString in class AbstractDirectoryEntryCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.