| Package | Description | 
|---|---|
| de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints | 
 Constraints allow to restrict possible values for parameters 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GreaterConstraint
Represents a parameter constraint for testing if the value of the number
 parameter ( 
NumberParameter) tested is greater than the specified
 constraint value. | 
class  | 
GreaterEqualConstraint
Represents a Greater-Equal-Than-Number parameter constraint. 
 | 
class  | 
LessConstraint
Represents a Less-Than-Number parameter constraint. 
 | 
class  | 
LessEqualConstraint
Represents a Less-Equal-Than-Number parameter constraint. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private java.util.List<AbstractNumberConstraint> | 
ListEachNumberConstraint.constraints
Constraints 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ListEachNumberConstraint.addConstraint(AbstractNumberConstraint constraint)
Add a constraint to this operator. 
 | 
| Constructor and Description | 
|---|
ListEachNumberConstraint(AbstractNumberConstraint constraint)
Constructor. 
 | 
Copyright © 2019 ELKI Development Team. License information.