| 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. 
 | 
class  | 
ListGreaterEqualConstraint<N extends Number>
Represents a Greater-Equal-Than-Number parameter constraint for a list of number values. 
 |