Uses of Class
org.opentrafficsim.base.parameters.constraint.SingleBound
Packages that use SingleBound
-
Uses of SingleBound in org.opentrafficsim.base.parameters.constraint
Subclasses of SingleBound in org.opentrafficsim.base.parameters.constraintModifier and TypeClassDescriptionfinal class
Continuous constraints with a dual bound.Methods in org.opentrafficsim.base.parameters.constraint that return SingleBoundModifier and TypeMethodDescriptionstatic final SingleBound<Double>
SingleBound.lowerExclusive
(double bound) Creates a lower exclusive bound;value > bound
.static final <T extends org.djunits.value.vdouble.scalar.base.DoubleScalar<?,
?>>
SingleBound<T>SingleBound.lowerExclusive
(T bound) Creates a lower exclusive bound;value > bound
.static final SingleBound<Double>
SingleBound.lowerInclusive
(double bound) Creates a lower inclusive bound;value >= bound
.static final <T extends org.djunits.value.vdouble.scalar.base.DoubleScalar<?,
?>>
SingleBound<T>SingleBound.lowerInclusive
(T bound) Creates a lower inclusive bound;value >= bound
.static final SingleBound<Double>
SingleBound.upperExclusive
(double bound) Creates an upper exclusive bound;value < bound
.static final <T extends org.djunits.value.vdouble.scalar.base.DoubleScalar<?,
?>>
SingleBound<T>SingleBound.upperExclusive
(T bound) Creates an upper exclusive bound;value < bound
.static final SingleBound<Double>
SingleBound.upperInclusive
(double bound) Creates an upper inclusive bound;value <= bound
.static final <T extends org.djunits.value.vdouble.scalar.base.DoubleScalar<?,
?>>
SingleBound<T>SingleBound.upperInclusive
(T bound) Creates an upper inclusive bound;value <= bound
.