org.openscience.nmrshiftdb
Class PredictionTool.ValueBean

java.lang.Object
  extended by org.openscience.nmrshiftdb.PredictionTool.ValueBean
Enclosing class:
PredictionTool

 class PredictionTool.ValueBean
extends java.lang.Object


Field Summary
 float average
           
 float max
           
 float min
           
 
Constructor Summary
PredictionTool.ValueBean(float a, float b, float c)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

min

public float min

average

public float average

max

public float max
Constructor Detail

PredictionTool.ValueBean

public PredictionTool.ValueBean(float a,
                                float b,
                                float c)