Uses of Class
net.sf.cpsolver.coursett.model.RoomLocation

Packages that use RoomLocation
net.sf.cpsolver.coursett.model University Course Timetabling: Model. 
 

Uses of RoomLocation in net.sf.cpsolver.coursett.model
 

Methods in net.sf.cpsolver.coursett.model that return RoomLocation
 RoomLocation Placement.getRoomLocation()
          Room location
 RoomLocation Placement.getRoomLocation(Long roomId)
           
 

Methods in net.sf.cpsolver.coursett.model with parameters of type RoomLocation
 double RoomLocation.getDistance(RoomLocation roomLocation)
           
 int Lecture.nrValues(RoomLocation room)
           
 

Constructors in net.sf.cpsolver.coursett.model with parameters of type RoomLocation
Placement(Lecture lecture, TimeLocation timeLocation, RoomLocation roomLocation)
          Constructor