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

Packages that use RoomLocation
net.sf.cpsolver.coursett.model University Course Timetabling: Model. 
net.sf.cpsolver.studentsct.extension Student Sectioning: Various Extensions. 
net.sf.cpsolver.studentsct.model Student Sectioning: 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 that return types with arguments of type RoomLocation
 List<RoomLocation> Placement.getRoomLocations()
          Room locations (multi-room placement)
 List<RoomLocation> Lecture.roomLocations()
          All room locations
 

Methods in net.sf.cpsolver.coursett.model with parameters of type RoomLocation
 int RoomLocation.compareTo(RoomLocation o)
           
 double RoomLocation.getDistanceInMeters(DistanceMetric m, RoomLocation roomLocation)
           
 int RoomLocation.getDistanceInMinutes(DistanceMetric m, RoomLocation roomLocation)
           
 int Lecture.nrValues(RoomLocation room)
           
 

Method parameters in net.sf.cpsolver.coursett.model with type arguments of type RoomLocation
 int Lecture.nrValues(List<RoomLocation> rooms)
           
 

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

Constructor parameters in net.sf.cpsolver.coursett.model with type arguments of type RoomLocation
Lecture(Long id, Long solverGroupId, Long schedulingSubpartId, String name, List<TimeLocation> timeLocations, List<RoomLocation> roomLocations, int nrRooms, Placement initialPlacement, int minClassLimit, int maxClassLimit, double room2limitRatio)
          Constructor
Placement(Lecture lecture, TimeLocation timeLocation, List<RoomLocation> roomLocations)
           
 

Uses of RoomLocation in net.sf.cpsolver.studentsct.extension
 

Methods in net.sf.cpsolver.studentsct.extension with parameters of type RoomLocation
protected  int DistanceConflict.getDistanceInMinutes(RoomLocation r1, RoomLocation r2)
           
 

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

Methods in net.sf.cpsolver.studentsct.model that return types with arguments of type RoomLocation
 List<RoomLocation> Section.getRooms()
          Room placement -- list of RoomLocation
 List<RoomLocation> FreeTimeRequest.getRooms()
          Assignment API: free time request has no rooms
 List<RoomLocation> Assignment.getRooms()
          Room assignment
 



Copyright © 2014 UniTime LLC. All Rights Reserved.