Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

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

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

Methods in de.lmu.ifi.dbs.elki.utilities.optionhandling that throw UnusedParameterException
 void OptionHandler.addOptionSettings(AttributeSettings settings)
          Adds the settings of the options assigned to this option handler to the specified attribute settings.
protected  void AbstractParameterizable.deleteOption(Option<?> option)
          Deletes the given Option from the set of Options known to this Parameterizable.
 Option<?> OptionHandler.getOption(String name)
           
<T> T
OptionHandler.getOptionValue(String option)
          Deprecated. use getParameterValue(parameter) instead.
 T Option.getValue()
          Returns the value of the option.
 T Parameter.getValue()
           
 void OptionHandler.remove(String optionName)
          Removes the given option from the OptionHandler's parameter map.
 


Release 0.1 (2008-07-10_1838)