5.7 Schedule Entry (scheduleEntry.fmsl)
object ScheduleEntry
components: SClass and SInstructorName and STime and SRoom;
description:(*
A Schedule Entry contains all the information for a single
section of a single class in the quarter level schedule.
*);
end ScheduleEntry;
object SClass = subj:Subject and secNum:SectionNum;
object SInstructorName = fname:SFirstName and lname:SLastName;
object STime = pattern:SPattern and hour:SHour;
object SRoom = bldg:SBuilding and rm:SRoomNum;
object Subject = string;
object SectionNum = integer;
object SFirstName = string;
object SLastName = string;
object SPattern = string;
object SHour = string;
object SBuilding = integer;
object SRoomNum = integer;
Prev: Course DB FMSL
| Next:
| Up: Specs
| Top: index