package Grades; import Visual.*; import Info.*; import Prediction.*; import Reports.*; import Assignments.*; import java.util.Collection; /** * Cutoffs represents the cutoffs for the grades of a class */ public class Cutoffs { /** * The collection that contains the values for the cutoffs for the grades of a class */ Collection cutoffs; }