Package org.seamcat.model.functions
Class Bounds
- java.lang.Object
-
- org.seamcat.model.functions.Bounds
-
public class Bounds extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Bounds
add(Bounds bounds)
static Bounds
bounds(double min, double max)
boolean
contains(double value)
boolean
contains(Bounds bounds)
double
getMax()
double
getMin()
boolean
isBounded()
boolean
isConstant()
java.lang.String
toString()
-
-
-
Method Detail
-
bounds
public static Bounds bounds(double min, double max)
-
getMax
public double getMax()
-
getMin
public double getMin()
-
isBounded
public boolean isBounded()
-
contains
public boolean contains(double value)
-
isConstant
public boolean isConstant()
-
contains
public boolean contains(Bounds bounds)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-