Package Info

Package Info defines objects and operations related to the overall gradebook as a whole, as in Section 2.1 .

See:
          Description

Class Summary
BasicInfo Represents the basic info of a class
ClassGroup Represents a group of classes, representing the top level of a users gradebook.
Instructor Represents an Instructor user.
Roster The roster of a class.
Student Represents a student user.
Time Time object has an hour, minute, and a AM/PM indicator.
User Represents a user.
UserClass Represents a user class.
 

Enum Summary
AMorPM AM or PM
Day Possible days.
Quarter Possible quarters.
 

Package Info Description

Package Info defines objects and operations related to the overall gradebook as a whole, as in Section 2.1 . It holds data that contains the definitions of who users are as well as how the gradebook is initially created. It also covers method on class creation, as seen in Section 2.2 .