grader.GradeTable
Class GradeTable

java.lang.Object
  extended by grader.GradeTable.GradeTable

public class GradeTable
extends java.lang.Object

aga is AbsoluteGradeArray and rga is RelativeGradeArray *


Field Summary
protected  java.util.Collection<GradeArrayBin> aga
           
protected  java.util.Collection<GradeArrayBin> rga
           
 
Constructor Summary
GradeTable()
          Default Constructor
 
Method Summary
protected  GradeTable createGradeTable(GradeScale gradeScale)
          Creates the GradeTable and populates it with the correct percentage when the GradeTable grade scale functionality is called
protected  GradeScale modifyGradeTable(GradeScale gradeScale)
          Updates the gradescale view with the instructor's input in the Grade Table window
protected  GradeScale saveGradeTable(GradeScale gradeScale)
          Saves the GradeTable data into the GradeScale
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

aga

protected java.util.Collection<GradeArrayBin> aga

rga

protected java.util.Collection<GradeArrayBin> rga
Constructor Detail

GradeTable

public GradeTable()
Default Constructor

Method Detail

createGradeTable

protected GradeTable createGradeTable(GradeScale gradeScale)
Creates the GradeTable and populates it with the correct percentage when the GradeTable grade scale functionality is called


modifyGradeTable

protected GradeScale modifyGradeTable(GradeScale gradeScale)
Updates the gradescale view with the instructor's input in the Grade Table window


saveGradeTable

protected GradeScale saveGradeTable(GradeScale gradeScale)
Saves the GradeTable data into the GradeScale