Uses of Class
ttsolver.model.Lecture

Packages that use Lecture
ttsolver.constraint Purdue University Timetabling: Constraints. 
ttsolver.model Purdue University Timetabling: Model. 
 

Uses of Lecture in ttsolver.constraint
 

Fields in ttsolver.constraint declared as Lecture
protected  Lecture[] ResourceConstraint.iResource
          table iResource[slot] = lecture using this resource placed in the given time slot (null if empty)
 

Methods in ttsolver.constraint that return Lecture
 Lecture[] ResourceConstraint.getResource()
          Lookup table getResource()[slot] -> lecture using this resource placed in the given time slot (null if empty)
 Lecture[] RoomConstraint.getResource()
          Lookup table getResource()[slot] -> lecture using this room placed in the given time slot (null if empty)
 

Uses of Lecture in ttsolver.model
 

Methods in ttsolver.model that return Lecture
 Lecture CrossListedLecture.getLecture()
          Parent lecture
 

Methods in ttsolver.model with parameters of type Lecture
 Vector Lecture.sameStudents(Lecture lecture)
          List of students enrolled in this class as well as in the given class
 void CrossListedLecture.setLecture(Lecture lecture)
          Parent lecture
 

Constructors in ttsolver.model with parameters of type Lecture
Placement(Lecture lecture, TimeLocation timeLocation, RoomLocation roomLocation)
          Constructor
 



Copyright © 2005 Tomáš Müller