|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.lmu.ifi.dbs.elki.result.AbstractHierarchicalResult
de.lmu.ifi.dbs.elki.database.relation.DBIDView
public class DBIDView

Pseudo-representation that is the object ID itself.
| Field Summary | |
|---|---|
private Database |
database
The database |
private DBIDs |
ids
The ids object |
| 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 | |
|---|---|
DBIDView(Database database,
DBIDs ids)
Constructor. |
|
| Method Summary | |
|---|---|
void |
delete(DBID id)
Delete an objects values. |
DBID |
get(DBID id)
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. |
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. |
int |
size()
Get the number of DBIDs. |
| Methods inherited from class de.lmu.ifi.dbs.elki.result.AbstractHierarchicalResult |
|---|
addChildResult, getHierarchy, setHierarchy |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface de.lmu.ifi.dbs.elki.result.HierarchicalResult |
|---|
getHierarchy, setHierarchy |
| Field Detail |
|---|
private final Database database
private final DBIDs ids
| Constructor Detail |
|---|
public DBIDView(Database database,
DBIDs ids)
database - ids - | Method Detail |
|---|
public Database getDatabase()
Relationnull!
getDatabase in interface Relation<DBID>public DBID get(DBID id)
Relation
get in interface Relation<DBID>id - Object ID
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 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 String getLongName()
Result
getLongName in interface Resultpublic String getShortName()
Result
getShortName in interface Result
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||