
public class DeLiCluLeafEntry extends SpatialPointLeafEntry implements DeLiCluEntry
| Modifier and Type | Field and Description | 
|---|---|
| private boolean | hasHandledIndicates that the node (or its child nodes) which is represented by this
 entry contains handled data objects. | 
| private boolean | hasUnhandledIndicates that the node (or its child nodes) which is represented by this
 entry contains unhandled data objects. | 
| private static long | serialVersionUID | 
| Constructor and Description | 
|---|
| DeLiCluLeafEntry()Empty constructor for serialization purposes. | 
| DeLiCluLeafEntry(DBID id,
                NumberVector<?> vector)Constructs a new LeafEntry 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. | 
getDimensionality, getMax, getMin, getValues, readExternal, writeExternalequals, getDBID, hashCode, isLeafEntryclone, finalize, getClass, notify, notifyAll, wait, wait, waitisLeafEntryreadExternal, writeExternalgetDimensionality, getMax, getMinprivate static final long serialVersionUID
private boolean hasHandled
private boolean hasUnhandled
public DeLiCluLeafEntry()
public DeLiCluLeafEntry(DBID id, NumberVector<?> vector)
id - the unique id of the underlying data objectvector - the vector to storepublic 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 AbstractLeafEntry