Uses of Class
org.optaplanner.examples.examination.domain.Room
-
Packages that use Room Package Description org.optaplanner.examples.examination.domain org.optaplanner.examples.examination.domain.solver -
-
Uses of Room in org.optaplanner.examples.examination.domain
Fields in org.optaplanner.examples.examination.domain declared as Room Modifier and Type Field Description protected RoomExam. roomMethods in org.optaplanner.examples.examination.domain that return Room Modifier and Type Method Description RoomExam. getRoom()RoomRoom. withCapacity(int capacity)RoomRoom. withId(long id)RoomRoom. withPenalty(int penalty)Methods in org.optaplanner.examples.examination.domain that return types with arguments of type Room Modifier and Type Method Description List<Room>Examination. getRoomList()Methods in org.optaplanner.examples.examination.domain with parameters of type Room Modifier and Type Method Description voidExam. setRoom(Room room)FollowingExamFollowingExam. withRoom(Room room)LeadingExamLeadingExam. withRoom(Room room)Method parameters in org.optaplanner.examples.examination.domain with type arguments of type Room Modifier and Type Method Description voidExamination. setRoomList(List<Room> roomList) -
Uses of Room in org.optaplanner.examples.examination.domain.solver
Methods in org.optaplanner.examples.examination.domain.solver with parameters of type Room Modifier and Type Method Description RoomStrengthWeightFactory.RoomStrengthWeightRoomStrengthWeightFactory. createSorterWeight(Examination examination, Room room)Constructors in org.optaplanner.examples.examination.domain.solver with parameters of type Room Constructor Description RoomStrengthWeight(Room room)
-