Package | Description |
---|---|
de.lmu.ifi.dbs.elki.application.internal |
Internal utilities for development.
|
Modifier and Type | Method and Description |
---|---|
private CheckParameterizables.State |
CheckParameterizables.checkDefaultConstructor(Class<?> cls,
CheckParameterizables.State state)
Check for a default constructor.
|
private CheckParameterizables.State |
CheckParameterizables.checkV1Parameterization(Class<?> cls,
CheckParameterizables.State state)
Check for a V1 constructor.
|
private CheckParameterizables.State |
CheckParameterizables.checkV2Parameterization(Class<?> cls,
CheckParameterizables.State state)
Check for a V2 constructor.
|
private CheckParameterizables.State |
CheckParameterizables.checkV3Parameterization(Class<?> cls,
CheckParameterizables.State state)
Check for a V3 constructor.
|
static CheckParameterizables.State |
CheckParameterizables.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CheckParameterizables.State[] |
CheckParameterizables.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private CheckParameterizables.State |
CheckParameterizables.checkDefaultConstructor(Class<?> cls,
CheckParameterizables.State state)
Check for a default constructor.
|
private CheckParameterizables.State |
CheckParameterizables.checkV1Parameterization(Class<?> cls,
CheckParameterizables.State state)
Check for a V1 constructor.
|
private CheckParameterizables.State |
CheckParameterizables.checkV2Parameterization(Class<?> cls,
CheckParameterizables.State state)
Check for a V2 constructor.
|
private CheckParameterizables.State |
CheckParameterizables.checkV3Parameterization(Class<?> cls,
CheckParameterizables.State state)
Check for a V3 constructor.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.