Uses of Class
ttsolver.model.TimeLocation

Packages that use TimeLocation
ttsolver.model Purdue University Timetabling: Model. 
 

Uses of TimeLocation in ttsolver.model
 

Methods in ttsolver.model that return TimeLocation
 TimeLocation Placement.getTimeLocation()
          Time location
 

Methods in ttsolver.model with parameters of type TimeLocation
 Collection TimeLocation.getIntersection(TimeLocation anotherLocation)
          Set of overlapping slots
 boolean TimeLocation.hasIntersection(TimeLocation anotherLocation)
          true if overlap
 boolean TimeLocation.shareDays(TimeLocation anotherLocation)
          true if days overlap
 boolean TimeLocation.shareHours(TimeLocation anotherLocation)
          true if hours overlap
 

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



Copyright © 2005 Tomáš Müller