|
|
|||||||||||||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||||||||||
| Packages that use Option | |
|---|---|
| de.lmu.ifi.dbs.elki.application.internal | Internal utilities for development. |
| de.lmu.ifi.dbs.elki.utilities.optionhandling | Parameter handling and option descriptions. |
| Uses of Option in de.lmu.ifi.dbs.elki.application.internal |
|---|
| Methods in de.lmu.ifi.dbs.elki.application.internal with parameters of type Option | |
|---|---|
private static void |
DocumentParameters.appendClassLink(Document htmldoc,
Option<?> opt,
Element p)
|
| Method parameters in de.lmu.ifi.dbs.elki.application.internal with type arguments of type Option | |
|---|---|
private static void |
DocumentParameters.buildParameterIndex(HashMapList<Class<?>,Option<?>> byclass,
HashMapList<OptionID,Pair<Option<?>,Class<?>>> byopt)
|
private static void |
DocumentParameters.buildParameterIndex(HashMapList<Class<?>,Option<?>> byclass,
HashMapList<OptionID,Pair<Option<?>,Class<?>>> byopt)
|
private static Document |
DocumentParameters.makeByclassOverview(HashMapList<Class<?>,Option<?>> byclass)
|
private static Document |
DocumentParameters.makeByoptOverview(HashMapList<OptionID,Pair<Option<?>,Class<?>>> byopt)
|
| Uses of Option in de.lmu.ifi.dbs.elki.utilities.optionhandling |
|---|
| Subclasses of Option 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 |
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 |
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 with type parameters of type Option | ||
|---|---|---|
static
|
OptionUtil.optionsNamesToString(List<O> options)
Returns a string representation of the specified list of options containing the names of the options. |
|
static
|
OptionUtil.optionsNamesToString(O[] options)
Returns a string representation of the specified list of options containing the names of the options. |
|
| Methods in de.lmu.ifi.dbs.elki.utilities.optionhandling that return Option | |
|---|---|
Option<?>[] |
OptionHandler.getOptions()
Get the available options of this handler. |
| Methods in de.lmu.ifi.dbs.elki.utilities.optionhandling with parameters of type Option | ||
|---|---|---|
void |
AttributeSettings.addOption(Option<?> option)
Add an option to the settings list. |
|
protected void |
AbstractParameterizable.addOption(Option<?> option)
Adds the given Option to the set of Options known to this Parameterizable. |
|
static
|
OptionUtil.optionsNamesToString(O[] options)
Returns a string representation of the specified list of options containing the names of the options. |
|
void |
OptionHandler.put(Option<?> option)
Adds the given option to the OptionHandler's current parameter map. |
|
protected void |
AbstractParameterizable.removeOption(Option<?> option)
Deletes the given Option from the set of Options known to this Parameterizable. |
|
| Method parameters in de.lmu.ifi.dbs.elki.utilities.optionhandling with type arguments of type Option | |
|---|---|
void |
Parameterizable.collectOptions(List<Pair<Parameterizable,Option<?>>> collection)
Fill the given collection with a list of available options. |
void |
AbstractParameterizable.collectOptions(List<Pair<Parameterizable,Option<?>>> collection)
Get all possible options. |
static void |
OptionUtil.formatForConsole(StringBuffer buf,
int width,
String indent,
List<Pair<Parameterizable,Option<?>>> options)
Format a list of options (and associated owning objects) for console help output. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||