Package | Description |
---|---|
org.opentrafficsim.base.parameters.constraint |
Constraints of parameters.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
SingleBound.LowerBoundExclusive<T extends Number>
Class implementing a lower exclusive bound;
value > bound . |
(package private) static class |
SingleBound.LowerBoundInclusive<T extends Number>
Class implementing a lower inclusive bound;
value >= bound . |
(package private) static class |
SingleBound.UpperBoundExclusive<T extends Number>
Class implementing an upper exclusive bound;
value < bound . |
(package private) static class |
SingleBound.UpperBoundInclusive<T extends Number>
Class implementing an upper inclusive bound;
value <= bound . |
Modifier and Type | Method and Description |
---|---|
SingleBound.Bound |
SingleBound.getBound() |
Constructor and Description |
---|
SingleBound(SingleBound.Bound bound,
String failMessage)
Constructor.
|
Copyright © 2014–2018 Delft University of Technology. All rights reserved.