| 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
  
 See the  de.lmu.ifi.dbs.elki.utilities.optionhandlingpackage for documentation! | 
| Constructor and Description | 
|---|
| FlagParameterConfigurator(Flag param,
                         JComponent parent) | 
| Modifier and Type | Field and Description | 
|---|---|
| private Flag | ParameterFlagGlobalConstraint. flagFlag the checking of the parameter constraints is dependent on. | 
| Constructor and Description | 
|---|
| ParameterFlagGlobalConstraint(Parameter<S> p,
                             List<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. |