Constraints of parameters.
-
final class
Continuous constraints with a dual bound.
Creates a lower exclusive bound; value > bound
.
static final <T extends org.djunits.value.vdouble.scalar.base.DoubleScalar<?,
?>>
SingleBound<T>
Creates a lower exclusive bound; value > bound
.
Creates a lower inclusive bound; value >= bound
.
static final <T extends org.djunits.value.vdouble.scalar.base.DoubleScalar<?,
?>>
SingleBound<T>
Creates a lower inclusive bound; value >= bound
.
Creates an upper exclusive bound; value < bound
.
static final <T extends org.djunits.value.vdouble.scalar.base.DoubleScalar<?,
?>>
SingleBound<T>
Creates an upper exclusive bound; value < bound
.
Creates an upper inclusive bound; value <= bound
.
static final <T extends org.djunits.value.vdouble.scalar.base.DoubleScalar<?,
?>>
SingleBound<T>
Creates an upper inclusive bound; value <= bound
.