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