| Constructor and Description |
|---|
DoubleParameter(String name,
double minimalValue,
double maximalValue) |
| Modifier and Type | Method and Description |
|---|---|
Double |
getLowerBound()
Returns the lower bound specified for this object.
|
String |
getName()
Returns the name, by which the object can be referenced.
|
Double |
getUpperBound()
Returns the upper bound specified for this object.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitassertIfValueInRange, isInRangepublic DoubleParameter(String name, double minimalValue, double maximalValue)
public String getName()
Nameablepublic Double getLowerBound()
BoundedgetLowerBound in interface Bounded<Double>public Double getUpperBound()
BoundedgetUpperBound in interface Bounded<Double>Copyright © 2017. All rights reserved.