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 classSingleBound.LowerBoundExclusive<T extends Number>Class implementing a lower exclusive bound;value > bound.(package private) static classSingleBound.LowerBoundInclusive<T extends Number>Class implementing a lower inclusive bound;value >= bound.(package private) static classSingleBound.UpperBoundExclusive<T extends Number>Class implementing an upper exclusive bound;value < bound.(package private) static classSingleBound.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.BoundSingleBound. getBound()Constructors in org.opentrafficsim.base.parameters.constraint with parameters of type SingleBound.Bound Constructor Description SingleBound(SingleBound.Bound bound, String failMessage)Constructor.
-