|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object insensa.helpers.ClassificationRange
public class ClassificationRange
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 |
---|
private float lowValue
private float highValue
Constructor Detail |
---|
public ClassificationRange(float minValue, float maxValue)
minValue
- maxValue
- Method Detail |
---|
public float getHighValue()
public float getLowValue()
public void setHighValue(float highValue)
highValue
- public void setLowValue(float lowValue)
lowValue
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |