Uses of Class
org.optaplanner.examples.meetingscheduling.domain.Room
-
Packages that use Room Package Description org.optaplanner.examples.meetingscheduling.domain -
-
Uses of Room in org.optaplanner.examples.meetingscheduling.domain
Methods in org.optaplanner.examples.meetingscheduling.domain that return Room Modifier and Type Method Description RoomMeetingAssignment. getRoom()Methods in org.optaplanner.examples.meetingscheduling.domain that return types with arguments of type Room Modifier and Type Method Description List<Room>MeetingSchedule. getRoomList()Methods in org.optaplanner.examples.meetingscheduling.domain with parameters of type Room Modifier and Type Method Description voidMeetingAssignment. setRoom(Room room)Method parameters in org.optaplanner.examples.meetingscheduling.domain with type arguments of type Room Modifier and Type Method Description voidMeetingSchedule. setRoomList(List<Room> roomList)
-