Package | Description |
---|---|
de.lmu.ifi.dbs.elki.application.internal |
Internal utilities for development
|
Modifier and Type | Method and Description |
---|---|
private CheckParameterizables.State |
CheckParameterizables.checkDefaultConstructor(java.lang.Class<?> cls,
CheckParameterizables.State state)
Check for a default constructor.
|
private CheckParameterizables.State |
CheckParameterizables.checkV3Parameterization(java.lang.Class<?> cls,
CheckParameterizables.State state)
Check for a V3 constructor.
|
static CheckParameterizables.State |
CheckParameterizables.State.valueOf(java.lang.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(java.lang.Class<?> cls,
CheckParameterizables.State state)
Check for a default constructor.
|
private CheckParameterizables.State |
CheckParameterizables.checkV3Parameterization(java.lang.Class<?> cls,
CheckParameterizables.State state)
Check for a V3 constructor.
|
Copyright © 2019 ELKI Development Team. License information.