Package | Description |
---|---|
create |
Modifier and Type | Field and Description |
---|---|
Term |
Schedule.term |
Modifier and Type | Method and Description |
---|---|
static Term |
Term.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Term[] |
Term.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract Schedule |
Schedule.generateSchedule(java.lang.String name,
Term term,
int year,
CourseDB courses,
InstructorDB instructors,
RoomDB rooms)
Constructs a new schedule from the given name, term
year, and the resources databases (Instructor, Course, Room).
|