Uses of Class
org.opentrafficsim.base.parameters.constraint.SingleBound.Bound
-
Uses of SingleBound.Bound in org.opentrafficsim.base.parameters.constraint
Modifier and TypeClassDescription(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
.ModifierConstructorDescription(package private)
SingleBound
(SingleBound.Bound bound, String failMessage) Constructor.