public class DBIDView extends AbstractRelation<DBID>
| Modifier and Type | Field and Description | 
|---|---|
private DBIDs | 
ids
The ids object 
 | 
private static Logging | 
LOG
Class logger 
 | 
HINT_BULK, HINT_EXACT, HINT_HEAVY_USE, HINT_NO_CACHE, HINT_OPTIMIZED_ONLY, HINT_SINGLE| Modifier and Type | Method and Description | 
|---|---|
DBID | 
get(DBIDRef id)
Get the representation of an object. 
 | 
SimpleTypeInformation<DBID> | 
getDataTypeInformation()
Get the data type of this representation 
 | 
DBIDs | 
getDBIDs()
Get the IDs the query is defined for. 
 | 
protected Logging | 
getLogger()
Get the class logger. 
 | 
java.lang.String | 
getLongName()
A "pretty" name for the result, for use in titles, captions and menus. 
 | 
java.lang.String | 
getShortName()
A short name for the result, useful for file names. 
 | 
DBIDIter | 
iterDBIDs()
Get an iterator access to the DBIDs. 
 | 
void | 
setDBIDs(DBIDs ids)
Set the DBIDs of the view. 
 | 
int | 
size()
Get the number of DBIDs. 
 | 
getDistanceQuery, getKNNQuery, getRangeQuery, getRKNNQuery, getSimilarityQuery, getSimilarityRangeQueryaddChildResult, getHierarchy, setHierarchyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, getKNNQuery, getRangeQuery, getRKNNQuery, getSimilarityRangeQuerygetHierarchy, setHierarchypublic DBIDView(DBIDs ids)
ids - DBIDspublic DBID get(DBIDRef id)
Relationid - Object IDpublic SimpleTypeInformation<DBID> getDataTypeInformation()
Relationpublic DBIDs getDBIDs()
RelationRelation.iterDBIDs().public DBIDIter iterDBIDs()
Relation
 
 for(DBIDIter iter = relation.iterDBIDs(); iter.valid(); iter.advance()) {
    relation.get(iter); // Get the current element
 }
 
 public void setDBIDs(DBIDs ids)
ids - IDs to usepublic int size()
Relationpublic java.lang.String getLongName()
Resultpublic java.lang.String getShortName()
Resultprotected Logging getLogger()
AbstractRelationgetLogger in class AbstractRelation<DBID>Copyright © 2019 ELKI Development Team. License information.