O - Object type stored in the indexpublic abstract class AbstractIndex<O> extends java.lang.Object implements Index
| Modifier and Type | Field and Description |
|---|---|
protected Relation<O> |
relation
The representation we are bound to.
|
| Constructor and Description |
|---|
AbstractIndex(Relation<O> relation)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
getLongName()
A "pretty" name for the result, for use in titles, captions and menus.
|
abstract java.lang.String |
getShortName()
A short name for the result, useful for file names.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitialize, logStatisticspublic abstract java.lang.String getLongName()
ResultgetLongName in interface Resultpublic abstract java.lang.String getShortName()
ResultgetShortName in interface ResultCopyright © 2019 ELKI Development Team. License information.