Package edu.pdx.cs.joy.grader.gradebook
package edu.pdx.cs.joy.grader.gradebook
-
ClassDescriptionThis class represents an assignment give to students in The Joy of Coding.This class represent the grade a student got on an assignment.This class represents a grade book that contains information about an offering of the course: the assignments, the students and their grades.Classes that implement this interface have notes associated with them.The abstract superclass of several
notableclasses.This class represents a student who is taking the course.This class dumps the contents of aGradeBookto an XML file.This class creates aGradeBookfrom 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.