|
|
|||||||||||||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||||||||||
| Packages that use IntervalConstraint.IntervalBoundary | |
|---|---|
| de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints | Constraints allow to restrict possible values for parameters. |
| Uses of IntervalConstraint.IntervalBoundary in de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints |
|---|
| Fields in de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints declared as IntervalConstraint.IntervalBoundary | |
|---|---|
private IntervalConstraint.IntervalBoundary |
IntervalConstraint.highBoundary
The interval boundary for the high constraint value (@see IntervalBoundary) |
private IntervalConstraint.IntervalBoundary |
IntervalConstraint.lowBoundary
The interval boundary for the low constraint value (@see IntervalBoundary) |
| Methods in de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints that return IntervalConstraint.IntervalBoundary | |
|---|---|
static IntervalConstraint.IntervalBoundary |
IntervalConstraint.IntervalBoundary.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IntervalConstraint.IntervalBoundary[] |
IntervalConstraint.IntervalBoundary.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in de.lmu.ifi.dbs.elki.utilities.optionhandling.constraints with parameters of type IntervalConstraint.IntervalBoundary | |
|---|---|
IntervalConstraint(Number lowConstraintValue,
IntervalConstraint.IntervalBoundary lowBoundary,
Number highConstraintValue,
IntervalConstraint.IntervalBoundary highBoundary)
Creates an IntervalConstraint parameter constraint. |
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||