Uses of Class
elki.utilities.optionhandling.parameters.ClassListParameter
-
Packages that use ClassListParameter Package Description elki.gui.configurator Configurator components.elki.utilities.optionhandling.parameters Classes for various typed parameters. -
-
Uses of ClassListParameter in elki.gui.configurator
Constructors in elki.gui.configurator with parameters of type ClassListParameter Constructor Description ClassListParameterConfigurator(ClassListParameter<?> cp, javax.swing.JComponent parent)
Constructor. -
Uses of ClassListParameter in elki.utilities.optionhandling.parameters
Subclasses of ClassListParameter in elki.utilities.optionhandling.parameters Modifier and Type Class Description class
ObjectListParameter<C>
Parameter that represents a list of objects (in contrast to a class list parameter, they will be instanced at most once.)
-