
class ClusterOrderResult.ReachabilityDistanceAdapter extends Object implements Relation<D>, ResultAdapter
| Modifier and Type | Field and Description |
|---|---|
private DBIDs |
dbids
DBIDs
|
private DataStore<ClusterOrderEntry<D>> |
map
Access reference.
|
HINT_BULK, HINT_EXACT, HINT_HEAVY_USE, HINT_NO_CACHE, HINT_OPTIMIZED_ONLY, HINT_SINGLE| Constructor and Description |
|---|
ClusterOrderResult.ReachabilityDistanceAdapter(DataStore<ClusterOrderEntry<D>> map,
DBIDs dbids)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete(DBIDRef id)
Delete an objects values.
|
D |
get(DBIDRef objID)
Get the representation of an object.
|
Database |
getDatabase()
Get the associated database.
|
SimpleTypeInformation<D> |
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.
|
DBIDIter |
iterDBIDs()
Get an iterator access to the DBIDs.
|
void |
set(DBIDRef id,
D 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.
|
private DataStore<ClusterOrderEntry<D extends Distance<D>>> map
private DBIDs dbids
public ClusterOrderResult.ReachabilityDistanceAdapter(DataStore<ClusterOrderEntry<D>> map, DBIDs dbids)
map - Map that stores the results.dbids - DBIDs we are defined for.public D get(DBIDRef objID)
Relationpublic String getLongName()
ResultgetLongName in interface Resultpublic String getShortName()
ResultgetShortName in interface Resultpublic DBIDs getDBIDs()
Relationpublic DBIDIter iterDBIDs()
Relation
for(DBIDIter iter = relation.iterDBIDs(); iter.valid(); iter.advance()) {
DBID id = iter.getDBID();
}
public int size()
Relationpublic Database getDatabase()
Relationnull!getDatabase in interface Relation<D extends Distance<D>>public void set(DBIDRef id, D val)
Relationpublic void delete(DBIDRef id)
Relationpublic SimpleTypeInformation<D> getDataTypeInformation()
RelationgetDataTypeInformation in interface Relation<D extends Distance<D>>public ResultHierarchy getHierarchy()
HierarchicalResultnull!getHierarchy in interface HierarchicalResultnull!public void setHierarchy(ResultHierarchy hierarchy)
HierarchicalResultsetHierarchy in interface HierarchicalResulthierarchy - New hierarchy