Uses of Class
de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters.ListParameter

Packages that use ListParameter
de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints Constraints allow to restrict possible values for parameters. 
de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters Classes for various typed parameters. 
 

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

Fields in de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints declared as ListParameter
private  ListParameter<?> GlobalListSizeConstraint.list
          List parameter to be tested.
 

Fields in de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints with type parameters of type ListParameter
private  List<ListParameter<?>> EqualSizeGlobalConstraint.parameters
          List parameters to be tested
 

Constructors in de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints with parameters of type ListParameter
GlobalListSizeConstraint(ListParameter<?> v, IntParameter i)
          Creates a List-Size global parameter constraint.
 

Constructor parameters in de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints with type arguments of type ListParameter
EqualSizeGlobalConstraint(List<ListParameter<?>> params)
          Creates a global parameter constraint for testing if a number of list parameters have equal list sizes.
 

Uses of ListParameter in de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters
 

Subclasses of ListParameter in de.lmu.ifi.dbs.elki.utilities.optionhandling.parameters
 class ClassListParameter<C>
          Parameter class for a parameter specifying a list of class names.
 class DoubleListParameter
          Parameter class for a parameter specifying a list of double values.
 class FileListParameter
          Parameter class for a parameter specifying a list of files.
 class IntListParameter
          Parameter class for a parameter specifying a list of integer values.
 class ObjectListParameter<C>
          Parameter that represents a list of objects (in contrast to a class list parameter, they will be instanced at most once.)
 class VectorListParameter
          Parameter class for a parameter specifying a list of vectors.
 


Release 0.4.0 (2011-09-20_1324)