insensa.helpers
Class ClassificationRange

java.lang.Object
  extended by insensa.helpers.ClassificationRange

public class ClassificationRange
extends java.lang.Object


Field Summary
private  float highValue
           
private  float lowValue
           
 
Constructor Summary
ClassificationRange(float minValue, float maxValue)
           
 
Method Summary
 float getHighValue()
           
 float getLowValue()
           
 void setHighValue(float highValue)
           
 void setLowValue(float lowValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lowValue

private float lowValue

highValue

private float highValue
Constructor Detail

ClassificationRange

public ClassificationRange(float minValue,
                           float maxValue)
Parameters:
minValue -
maxValue -
Method Detail

getHighValue

public float getHighValue()
Returns:

getLowValue

public float getLowValue()
Returns:

setHighValue

public void setHighValue(float highValue)
Parameters:
highValue -

setLowValue

public void setLowValue(float lowValue)
Parameters:
lowValue -