Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

Packages that use Option
de.lmu.ifi.dbs.elki.utilities Package collects various classes and methods of global utility. 
de.lmu.ifi.dbs.elki.utilities.optionhandling Package collects classes required for handling and description of options for any parameterizable class. 
 

Uses of Option in de.lmu.ifi.dbs.elki.utilities
 

Methods in de.lmu.ifi.dbs.elki.utilities with type parameters of type Option
static
<O extends Option<?>>
String
Util.optionsNamesToString(List<O> options)
          Returns a string representation of the specified list of options containing the names of the options.
 

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

Subclasses of Option in de.lmu.ifi.dbs.elki.utilities.optionhandling
 class ClassListParameter
          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
          Paramter 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 Flag
          Option class specifying a flag object.
 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 Parameter<T,C>
          Abstract class for specifying a parameter.
 class PatternParameter
          Parameter class for a parameter specifying a pattern.
 class StringParameter
          Parameter class for a parameter specifying a string value.
 class VectorListParameter
          Parameter class for a parameter specifying a list of vectors.
 

Fields in de.lmu.ifi.dbs.elki.utilities.optionhandling with type parameters of type Option
private  Map<String,Option<?>> OptionHandler.parameters
          Contains the optionHandler's options, the option names are used as the map's keys
 

Methods in de.lmu.ifi.dbs.elki.utilities.optionhandling that return Option
 Option<?> OptionHandler.getOption(String name)
           
 Option<?>[] OptionHandler.getOptions()
           
 Option<?>[] Parameterizable.getPossibleOptions()
          Returns an array containing all options of this parameterizable object
 Option<?>[] AbstractParameterizable.getPossibleOptions()
           
 

Methods in de.lmu.ifi.dbs.elki.utilities.optionhandling with parameters of type Option
protected  void AbstractParameterizable.addOption(Option<?> option)
          Adds the given Option to the set of Options known to this Parameterizable.
protected  void AbstractParameterizable.deleteOption(Option<?> option)
          Deletes the given Option from the set of Options known to this Parameterizable.
 boolean OptionHandler.isSet(Option<?> option)
          Returns true if the value of the given option is set, false otherwise.
protected  boolean AbstractParameterizable.isSet(Option<?> option)
          Returns true if the value of the given option is set, false otherwise.
 void OptionHandler.put(Option<?> option)
          Adds the given option to the OptionHandler's current parameter map.
 

Method parameters in de.lmu.ifi.dbs.elki.utilities.optionhandling with type arguments of type Option
 void OptionHandler.put(Map<String,Option<?>> params)
          Deprecated.  
 

Constructor parameters in de.lmu.ifi.dbs.elki.utilities.optionhandling with type arguments of type Option
OptionHandler(Map<String,Option<?>> parameters, String programCall)
          Provides an OptionHandler.
 


Release 0.1 (2008-07-10_1838)