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 | Method and Description |
---|---|
static <T> T |
ClassGenericsUtil.instantiate(java.lang.Class<T> type,
java.lang.String className)
Returns a new instance of the given type for the specified className.
|
static <T> T |
ClassGenericsUtil.instantiateGenerics(java.lang.Class<?> type,
java.lang.String className)
Returns a new instance of the given type for the specified className.
|
static <C> C |
ClassGenericsUtil.tryInstantiate(java.lang.Class<C> r,
java.lang.Class<?> c,
Parameterization config)
Instantiate a parameterizable class.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.StringBuilder |
OptionUtil.describeParameterizable(java.lang.StringBuilder buf,
java.lang.Class<?> pcls,
int width,
java.lang.String indent)
Format a description of a Parameterizable (including recursive options).
|
Copyright © 2019 ELKI Development Team. License information.