
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, waitinitialize, logStatisticspublic abstract String getLongName()
ResultgetLongName in interface Resultpublic abstract String getShortName()
ResultgetShortName in interface Result