Class DualBoundConstraintsTest
java.lang.Object
org.opentrafficsim.base.parameters.DualBoundConstraintsTest
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
Method Summary
Modifier and TypeMethodDescriptionvoidcheckConstraint(double low, double high, boolean includeLow, boolean includeHigh) Create a DoubleBound for the given values and test it.voidTest the DoubleBound Constraints.
-
Method Details
-
testNumericalConstraints
Test the DoubleBound Constraints. -
checkConstraint
public void checkConstraint(double low, double high, boolean includeLow, boolean includeHigh) Create a DoubleBound for the given values and test it.- Parameters:
low- the low limit of the DoubleBoundhigh- the high limit of the DoubleBoundincludeLow- does the DoubleBound include the low limit valueincludeHigh- does the DoubleBound include the high limit value
-