| Package | Description | 
|---|---|
| org.opentrafficsim.base.parameters.constraint | 
 Constraints of parameters. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DualBound<T extends Number>
Continuous constraints with a dual bound. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static SingleBound<Double> | 
SingleBound.lowerExclusive(double bound)
Creates a lower exclusive bound;  
value > bound. | 
static <T extends AbstractDoubleScalar<?,?>> | 
SingleBound.lowerExclusive(T bound)
Creates a lower exclusive bound;  
value > bound. | 
static SingleBound<Double> | 
SingleBound.lowerInclusive(double bound)
Creates a lower inclusive bound;  
value >= bound. | 
static <T extends AbstractDoubleScalar<?,?>> | 
SingleBound.lowerInclusive(T bound)
Creates a lower inclusive bound;  
value >= bound. | 
static SingleBound<Double> | 
SingleBound.upperExclusive(double bound)
Creates an upper exclusive bound;  
value < bound. | 
static <T extends AbstractDoubleScalar<?,?>> | 
SingleBound.upperExclusive(T bound)
Creates an upper exclusive bound;  
value < bound. | 
static SingleBound<Double> | 
SingleBound.upperInclusive(double bound)
Creates an upper inclusive bound;  
value <= bound. | 
static <T extends AbstractDoubleScalar<?,?>> | 
SingleBound.upperInclusive(T bound)
Creates an upper inclusive bound;  
value <= bound. | 
Copyright © 2014–2018 Delft University of Technology. All rights reserved.