public class BoundingCheck
extends Object
-
Constructor Summary
Constructors
-
Method Summary
static void
check(double value,
double lowerBound,
double upperBound,
String variableName,
String unit)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BoundingCheck
public BoundingCheck()
-
Method Details
-
check
public static void check(double value,
double lowerBound,
double upperBound,
String variableName,
String unit)