grader.GradePrediction
Class GradePredictArray

java.lang.Object
  extended by grader.GradePrediction.GradePredictArray

public class GradePredictArray
extends java.lang.Object

Generic JavaDoc for GradePredictArray


Field Summary
protected  GradeCell gradeCell
           
protected  java.util.Collection<ItemCell> object
           
protected  Student student
           
 
Constructor Summary
GradePredictArray()
          Default Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

student

protected Student student

gradeCell

protected GradeCell gradeCell

object

protected java.util.Collection<ItemCell> object
Constructor Detail

GradePredictArray

public GradePredictArray()
Default Constructor