Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

Uses of Class
de.lmu.ifi.dbs.elki.utilities.optionhandling.Parameter

Packages that use Parameter
de.lmu.ifi.dbs.elki.application.internal Internal utilities for development. 
de.lmu.ifi.dbs.elki.utilities.optionhandling Parameter handling and option descriptions. 
de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints Constraints allow to restrict possible values for parameters. 
 

Uses of Parameter in de.lmu.ifi.dbs.elki.application.internal
 

Methods in de.lmu.ifi.dbs.elki.application.internal with parameters of type Parameter
private static void DocumentParameters.appendDefaultValueIfSet(Document htmldoc, Parameter<?,?> par, Element optdd)
           
 

Uses of Parameter in de.lmu.ifi.dbs.elki.utilities.optionhandling
 

Subclasses of Parameter in de.lmu.ifi.dbs.elki.utilities.optionhandling
 class ClassListParameter<C>
          Parameter class for a parameter specifying a list of class names.
 class ClassParameter<C>
          Parameter class for a parameter specifying a class name.
 class DoubleListParameter
          Parameter class for a parameter specifying a list of double values.
 class DoubleParameter
          Parameter class for a parameter specifying a double value.
 class FileListParameter
          Parameter class for a parameter specifying a list of files.
 class FileParameter
          Parameter class for a parameter specifying a file.
 class IntListParameter
          Paramter class for a parameter specifying a list of integer values.
 class IntParameter
          Parameter class for a parameter specifying an integer value.
 class ListParameter<T>
          Abstract parameter class defining a parameter for a list of objects.
 class LongParameter
          Parameter class for a parameter specifying a long value.
 class NumberParameter<T extends Number>
          Abstract class for defining a number parameter.
 class PatternParameter
          Parameter class for a parameter specifying a pattern.
 class VectorListParameter
          Parameter class for a parameter specifying a list of vectors.
 

Methods in de.lmu.ifi.dbs.elki.utilities.optionhandling with parameters of type Parameter
static void OptionUtil.addParameter(List<String> parameters, Parameter<?,?> parameter, String value)
          Adds the specified parameter and the specified value to the beginning of the given parameter list.
 

Constructors in de.lmu.ifi.dbs.elki.utilities.optionhandling with parameters of type Parameter
UnspecifiedParameterException(Parameter<?,?> parameter)
          Constructor with missing Parameter
UnspecifiedParameterException(Parameter<?,?> parameter, Throwable cause)
          Constructor with missing Parameter and cause
WrongParameterValueException(Parameter<?,?> parameter, String read)
          Thrown by a Parameterizable object in case of wrong parameter format.
WrongParameterValueException(Parameter<?,?> parameter, String read, String reason)
          Thrown by a Parameterizable object in case of wrong parameter format.
WrongParameterValueException(Parameter<?,?> parameter, String read, String reason, Throwable cause)
          Thrown by a Parameterizable object in case of wrong parameter format.
WrongParameterValueException(Parameter<?,?> parameter, String read, Throwable cause)
          Thrown by a Parameterizable object in case of wrong parameter format.
 

Uses of Parameter in de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints
 

Fields in de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints declared as Parameter
private  Parameter<T,?> DefaultValueGlobalConstraint.hasValue
          Parameter providing the value.
private  Parameter<T,?> DefaultValueGlobalConstraint.needsValue
          Parameter to be set.
private  Parameter<T,C> ParameterFlagGlobalConstraint.param
          Parameter possibly to be checked.
 

Fields in de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints with type parameters of type Parameter
private  List<Parameter<?,?>> AllOrNoneMustBeSetGlobalConstraint.parameterList
          List of parameters to be checked
private  List<Parameter<?,?>> OneMustBeSetGlobalConstraint.parameters
          List of parameters to be checked.
private  List<Parameter<?,?>> OnlyOneIsAllowedToBeSetGlobalConstraint.parameters
          List of parameters to be checked.
 

Constructors in de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints with parameters of type Parameter
DefaultValueGlobalConstraint(Parameter<T,?> needsValue, Parameter<T,?> hasValue)
          Creates a global parameter constraint for specifying the default value of a parameter dependent on the value of an another parameter.
DefaultValueGlobalConstraint(Parameter<T,?> needsValue, Parameter<T,?> hasValue)
          Creates a global parameter constraint for specifying the default value of a parameter dependent on the value of an another parameter.
ParameterFlagGlobalConstraint(Parameter<T,C> p, List<ParameterConstraint<C>> c, Flag f, boolean flagConstraint)
          Constructs a global parameter constraint specifying that the testing of the parameter given for keeping the parameter constraints given is dependent on the status of the flag given.
 

Constructor parameters in de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints with type arguments of type Parameter
AllOrNoneMustBeSetGlobalConstraint(List<Parameter<?,?>> parameters)
          Constructs a global parameter constraint for testing if either all elements of a list of parameters are set or none of them.
OneMustBeSetGlobalConstraint(List<Parameter<?,?>> params)
          Creates a One-Must-Be-Set global parameter constraint.
OnlyOneIsAllowedToBeSetGlobalConstraint(List<Parameter<?,?>> params)
          Constructs a global parameter constraint for testing if only one parameter of a list of parameters is set.
 


Release 0.2.1 (2009-07-13_1605)