public class DiscretisizedKey extends Key
Constructor and Description |
---|
DiscretisizedKey(double mn,
double mx) |
public boolean isInRange(double val)
public double getMin()
public void setMin(double min)
public double getMax()
public void setMax(double max)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object