|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeLiCluEntry
Defines the requirements for an entry in an DeLiClu-Tree node. Additionally to an entry in an R*-Tree two boolean flags that indicate whether this entry's node contains handled or unhandled data objects.
Method Summary | |
---|---|
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. |
Methods inherited from interface de.lmu.ifi.dbs.elki.index.tree.Entry |
---|
isLeafEntry |
Methods inherited from interface java.io.Externalizable |
---|
readExternal, writeExternal |
Methods inherited from interface de.lmu.ifi.dbs.elki.data.spatial.SpatialComparable |
---|
getDimensionality, getMax, getMin |
Method Detail |
---|
boolean hasHandled()
boolean hasUnhandled()
void setHasHandled(boolean hasHandled)
hasHandled
- the flag to be setvoid setHasUnhandled(boolean hasUnhandled)
hasUnhandled
- the flag to be set
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |