Uses of Class
org.opentrafficsim.base.parameters.constraint.SingleBound.Bound
-
Packages that use SingleBound.Bound Package Description org.opentrafficsim.base.parameters.constraint Constraints of parameters. -
-
Uses of SingleBound.Bound in org.opentrafficsim.base.parameters.constraint
Subclasses of SingleBound.Bound in org.opentrafficsim.base.parameters.constraint Modifier and Type Class 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
.Methods in org.opentrafficsim.base.parameters.constraint that return SingleBound.Bound Modifier and Type Method Description SingleBound.Bound
SingleBound. getBound()
Constructors in org.opentrafficsim.base.parameters.constraint with parameters of type SingleBound.Bound Constructor Description SingleBound(SingleBound.Bound bound, String failMessage)
Constructor.
-