Package | Description |
---|---|
de.lmu.ifi.dbs.elki.gui.configurator |
Configurator components
|
de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints |
Constraints allow to restrict possible values for parameters.
|
de.lmu.ifi.dbs.elki.utilities.optionhandling.parameterization |
Configuration managers.
|
Constructor and Description |
---|
FlagParameterConfigurator(Flag param,
JComponent parent) |
Modifier and Type | Field and Description |
---|---|
private Flag |
ParameterFlagGlobalConstraint.flag
Flag the checking of the parameter constraints is dependent on.
|
Constructor and Description |
---|
ParameterFlagGlobalConstraint(Parameter<? extends S> p,
List<? extends ParameterConstraint<? super S>> c,
Flag f,
boolean flagConstraint)
Constructs a global parameter constraint specifying that the testing of the
parameter given for keeping the parameter constraints given is dependent on
the status of the flag given.
|
Modifier and Type | Method and Description |
---|---|
void |
ListParameterization.forwardOption(Flag flag)
Convenience - add a Flag option directly.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.