abstract static class SingleBound.Bound extends Object
Copyright (c) 2013-2018 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
Modifier and Type | Field and Description |
---|---|
(package private) Number |
bound
Value of the bound.
|
(package private) int |
classHashcode
Hashcode of the value class.
|
Constructor and Description |
---|
Bound(Number bound,
String stringFormat)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
(package private) abstract boolean |
accept(Number value)
Returns true if the bound accepts the value.
|
String |
toString() |
final Number bound
final int classHashcode
Copyright © 2014–2018 Delft University of Technology. All rights reserved.