|
|
|||||||||
| 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.ConvertToStringView
public class ConvertToStringView

Representation adapter that uses toString() to produce a string representation.
| Field Summary | |
|---|---|
(package private) Relation<?> |
existing
The database we use |
| 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 | |
|---|---|
ConvertToStringView(Relation<?> existing)
Constructor. |
|
| Method Summary | |
|---|---|
void |
delete(DBID id)
Delete an objects values. |
String |
get(DBID id)
Get the representation of an object. |
Database |
getDatabase()
Get the associated database. |
SimpleTypeInformation<String> |
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,
String 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 |
|---|
final Relation<?> existing
| Constructor Detail |
|---|
public ConvertToStringView(Relation<?> existing)
existing - Existing representation| Method Detail |
|---|
public Database getDatabase()
Relationnull!
getDatabase in interface Relation<String>public String get(DBID id)
Relation
get in interface Relation<String>id - Object ID
public void set(DBID id,
String val)
Relation
set in interface Relation<String>id - Object IDval - Valuepublic void delete(DBID id)
Relation
delete in interface Relation<String>id - ID to deletepublic DBIDs getDBIDs()
Relation
getDBIDs in interface Relation<String>public IterableIterator<DBID> iterDBIDs()
Relation
iterDBIDs in interface Relation<String>public int size()
Relation
size in interface Relation<String>public SimpleTypeInformation<String> getDataTypeInformation()
Relation
getDataTypeInformation in interface Relation<String>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 | |||||||||||