O
- Object type stored in the indexpublic abstract class AbstractIndex<O> extends 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 String |
getLongName()
A "pretty" name for the result, for use in titles, captions and menus.
|
abstract String |
getShortName()
A short name for the result, useful for file names.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
initialize, logStatistics
public abstract String getLongName()
Result
getLongName
in interface Result
public abstract String getShortName()
Result
getShortName
in interface Result
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.