| Modifier and Type | Field and Description |
|---|---|
protected int |
lb |
protected int |
ub |
protected int |
value |
| Constructor and Description |
|---|
ParameterRangeDiscrete(int value,
int lb,
int ub)
Constructs a
ParameterRange. |
| Modifier and Type | Method and Description |
|---|---|
int |
getLowerBound()
Returns the lower bound.
|
int |
getUpperBound()
Returns the upper bound.
|
java.lang.Integer |
getValue()
Returns the current value of the parameter.
|
java.lang.String |
toString() |
public ParameterRangeDiscrete(int value,
int lb,
int ub)
ParameterRange.value - the default valuelb - the lower boundub - the upper boundpublic int getLowerBound()
public int getUpperBound()
public java.lang.Integer getValue()
Parameterpublic java.lang.String toString()
toString in class java.lang.Object