Uses of Class
org.optaplanner.examples.pas.domain.Room
Packages that use Room
-
Uses of Room in org.optaplanner.examples.pas.domain
Methods in org.optaplanner.examples.pas.domain that return RoomModifier and TypeMethodDescriptionBed.getRoom()BedDesignation.getRoom()RoomEquipment.getRoom()RoomSpecialism.getRoom()Methods in org.optaplanner.examples.pas.domain that return types with arguments of type RoomModifier and TypeMethodDescriptionDepartment.getRoomList()PatientAdmissionSchedule.getRoomList()Methods in org.optaplanner.examples.pas.domain with parameters of type RoomModifier and TypeMethodDescriptionvoidvoidvoidMethod parameters in org.optaplanner.examples.pas.domain with type arguments of type RoomModifier and TypeMethodDescriptionvoidDepartment.setRoomList(List<Room> roomList) voidPatientAdmissionSchedule.setRoomList(List<Room> roomList) Constructors in org.optaplanner.examples.pas.domain with parameters of type RoomModifierConstructorDescriptionRoomEquipment(long id, Room room, Equipment equipment) RoomSpecialism(long id, Room room, Specialism specialism, int priority)