public class RangeConstraint
extends java.lang.Object
SaneOption.isConstrained()) whose constraint type is
OptionValueConstraintType.RANGE_CONSTRAINT will return an instance of
RangeConstraint from its SaneOption.getRangeConstraints() method.| Modifier and Type | Method and Description |
|---|---|
double |
getMaximumFixed() |
int |
getMaximumInteger() |
double |
getMinimumFixed() |
int |
getMinimumInteger() |
double |
getQuantumFixed() |
int |
getQuantumInteger() |
public int getMinimumInteger()
public int getMaximumInteger()
public int getQuantumInteger()
public double getMinimumFixed()
public double getMaximumFixed()
public double getQuantumFixed()