Uses of Class
org.opentrafficsim.base.parameters.constraint.SingleBound.Bound
Packages that use SingleBound.Bound
-
Uses of SingleBound.Bound in org.opentrafficsim.base.parameters.constraint
Subclasses of SingleBound.Bound in org.opentrafficsim.base.parameters.constraintModifier and TypeClassDescription(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.BoundConstructors in org.opentrafficsim.base.parameters.constraint with parameters of type SingleBound.BoundModifierConstructorDescription(package private)SingleBound(SingleBound.Bound bound, String failMessage) Constructor.