package grader2.Gradebook; import grader2.GradingScheme.*; import grader2.View.*; import grader2.Category.*; import java.util.Collection; /** * * The course which the gradebook is created * * @author * @version * **/ public class class_ { /** Default Constructor **/ public class_() { } protected Collection data; }