Uses of Class
elki.application.internal.CheckParameterizables.State
-
Packages that use CheckParameterizables.State Package Description elki.application.internal Internal utilities for development. -
-
Uses of CheckParameterizables.State in elki.application.internal
Methods in elki.application.internal that return CheckParameterizables.State Modifier and Type Method 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.Methods in elki.application.internal with parameters of type CheckParameterizables.State Modifier and Type Method 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.
-