Grades
Class Curve

java.lang.Object
  extended by Grades.Curve

public class Curve
extends java.lang.Object

Curve is a representation of a curve of the class


Nested Class Summary
(package private) static class Curve.CurveType
          The enum for Curve to define it as a percentile or by points
 
Field Summary
(package private)  Curve.CurveType curveType
          The type of Curve the gradebook is currently using
(package private)  Cutoffs cutoffs
          The cutoffs for the class grades
 
Constructor Summary
Curve()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

curveType

Curve.CurveType curveType
The type of Curve the gradebook is currently using


cutoffs

Cutoffs cutoffs
The cutoffs for the class grades

Constructor Detail

Curve

public Curve()