| Constructor and Description |
|---|
BooleanParameter(String name) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getLowerBound()
Returns the lower bound specified for this object.
|
String |
getName()
Returns the name, by which the object can be referenced.
|
Boolean |
getUpperBound()
Returns the upper bound specified for this object.
|
boolean |
isInRange(Boolean value)
Checks whether the given value is larger than the lower bound and smaller
than the upper bound specified for this object.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitassertIfValueInRangepublic BooleanParameter(String name)
public String getName()
Nameablepublic Boolean getLowerBound()
BoundedgetLowerBound in interface Bounded<Boolean>public Boolean getUpperBound()
BoundedgetUpperBound in interface Bounded<Boolean>Copyright © 2017. All rights reserved.