Uses of Class
org.optaplanner.examples.curriculumcourse.domain.Room
-
Packages that use Room Package Description org.optaplanner.examples.curriculumcourse.domain org.optaplanner.examples.curriculumcourse.domain.solver -
-
Uses of Room in org.optaplanner.examples.curriculumcourse.domain
Methods in org.optaplanner.examples.curriculumcourse.domain that return Room Modifier and Type Method Description RoomLecture. getRoom()Methods in org.optaplanner.examples.curriculumcourse.domain that return types with arguments of type Room Modifier and Type Method Description List<Room>CourseSchedule. getRoomList()Methods in org.optaplanner.examples.curriculumcourse.domain with parameters of type Room Modifier and Type Method Description voidLecture. setRoom(Room room)Method parameters in org.optaplanner.examples.curriculumcourse.domain with type arguments of type Room Modifier and Type Method Description voidCourseSchedule. setRoomList(List<Room> roomList)Constructors in org.optaplanner.examples.curriculumcourse.domain with parameters of type Room Constructor Description Lecture(int id, Course course, Period period, Room room) -
Uses of Room in org.optaplanner.examples.curriculumcourse.domain.solver
Methods in org.optaplanner.examples.curriculumcourse.domain.solver with parameters of type Room Modifier and Type Method Description RoomStrengthWeightFactory.RoomStrengthWeightRoomStrengthWeightFactory. createSorterWeight(CourseSchedule schedule, Room room)Constructors in org.optaplanner.examples.curriculumcourse.domain.solver with parameters of type Room Constructor Description RoomStrengthWeight(Room room)
-