|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.lmu.ifi.dbs.elki.result.optics.ClusterOrderResult.PredecessorAdapter
class ClusterOrderResult.PredecessorAdapter

Result containing the predecessor ID.
| Field Summary | |
|---|---|
private DBIDs |
dbids
Database IDs |
private HashMap<DBID,ClusterOrderEntry<D>> |
map
Access reference. |
| Fields inherited from interface de.lmu.ifi.dbs.elki.database.query.DatabaseQuery |
|---|
HINT_BULK, HINT_EXACT, HINT_HEAVY_USE, HINT_NO_CACHE, HINT_OPTIMIZED_ONLY, HINT_SINGLE |
| Constructor Summary | |
|---|---|
ClusterOrderResult.PredecessorAdapter(HashMap<DBID,ClusterOrderEntry<D>> map,
DBIDs dbids)
Constructor. |
|
| Method Summary | |
|---|---|
void |
delete(DBID id)
Delete an objects values. |
DBID |
get(DBID objID)
Get the representation of an object. |
Database |
getDatabase()
Get the associated database. |
SimpleTypeInformation<DBID> |
getDataTypeInformation()
Get the data type of this representation |
DBIDs |
getDBIDs()
Get the IDs the query is defined for. |
ResultHierarchy |
getHierarchy()
Get the objects current hierarchy - may be null! |
String |
getLongName()
A "pretty" name for the result, for use in titles, captions and menus. |
String |
getShortName()
A short name for the result, useful for file names. |
IterableIterator<DBID> |
iterDBIDs()
Get an iterator access to the DBIDs. |
void |
set(DBID id,
DBID val)
Set an object representation. |
void |
setHierarchy(ResultHierarchy hierarchy)
Set (exchange) the hierarchy implementation (e.g. after merging!) |
int |
size()
Get the number of DBIDs. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private HashMap<DBID,ClusterOrderEntry<D extends Distance<D>>> map
private DBIDs dbids
| Constructor Detail |
|---|
public ClusterOrderResult.PredecessorAdapter(HashMap<DBID,ClusterOrderEntry<D>> map,
DBIDs dbids)
map - Map that stores the results.dbids - DBIDs we are defined for| Method Detail |
|---|
public DBID get(DBID objID)
Relation
get in interface Relation<DBID>objID - Object ID
public String getLongName()
Result
getLongName in interface Resultpublic String getShortName()
Result
getShortName in interface Resultpublic DBIDs getDBIDs()
Relation
getDBIDs in interface Relation<DBID>public IterableIterator<DBID> iterDBIDs()
Relation
iterDBIDs in interface Relation<DBID>public int size()
Relation
size in interface Relation<DBID>public Database getDatabase()
Relationnull!
getDatabase in interface Relation<DBID>
public void set(DBID id,
DBID val)
Relation
set in interface Relation<DBID>id - Object IDval - Valuepublic void delete(DBID id)
Relation
delete in interface Relation<DBID>id - ID to deletepublic SimpleTypeInformation<DBID> getDataTypeInformation()
Relation
getDataTypeInformation in interface Relation<DBID>public ResultHierarchy getHierarchy()
HierarchicalResultnull!
getHierarchy in interface HierarchicalResultnull!public void setHierarchy(ResultHierarchy hierarchy)
HierarchicalResult
setHierarchy in interface HierarchicalResulthierarchy - New hierarchy
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||