Package | Description |
---|---|
de.lmu.ifi.dbs.elki.utilities |
Utility and helper classes - commonly used data structures, output formatting, exceptions, ...
|
de.lmu.ifi.dbs.elki.utilities.optionhandling |
Parameter handling and option descriptions.
|
Modifier and Type | Class and Description |
---|---|
class |
ConstantObject<D extends ConstantObject<D>>
ConstantObject provides a parent class for constant objects, that are
immutable and unique by class and name.
|
Modifier and Type | Field and Description |
---|---|
private static Map<Class<?>,Map<String,ConstantObject<?>>> |
ConstantObject.CONSTANT_OBJECTS_INDEX
Index of constant objects.
|
Modifier and Type | Method and Description |
---|---|
static <D extends ConstantObject<D>> |
ConstantObject.lookup(Class<D> type,
String name)
Provides a ConstantObject of specified class and name if it exists.
|
Modifier and Type | Class and Description |
---|---|
class |
OptionID
An OptionID is used by option handlers as a unique identifier for specific
options.
|