Package edu.pdx.cs410J.grader.gradebook
package edu.pdx.cs410J.grader.gradebook
-
ClassDescriptionThis class represents an assignment give to students in CS410J.This class represent the grade a student got on an assignment.This class represents a grade book that contains information about a CS410J class: the assignments, the students and their grades.Classes that implement this interface have notes associated with them.The abstract superclass of several
notable
classes.This class represents a student who is taking CS410J.This class dumps the contents of aGradeBook
to an XML file.This class creates aGradeBook
from the contents of an XML file.This class contains fields and methods that are useful when dealing with XML data.This class parses XML data that describes aStudent
.