Uses of Class
org.optaplanner.examples.conferencescheduling.domain.Room
Packages that use Room
-
Uses of Room in org.optaplanner.examples.conferencescheduling.domain
Methods in org.optaplanner.examples.conferencescheduling.domain that return RoomModifier and TypeMethodDescriptionTalk.getPublishedRoom()Talk.getRoom()Room.withCapacity(int capacity) Room.withTagSet(Set<String> tagSet) Room.withTalkTypeSet(Set<TalkType> talkTypeSet) Room.withUnavailableTimeslotSet(Set<Timeslot> unavailableTimeslotTest) Methods in org.optaplanner.examples.conferencescheduling.domain that return types with arguments of type RoomModifier and TypeMethodDescriptionTalkType.getCompatibleRoomSet()ConferenceSolution.getRoomList()Talk.getRoomRange()Methods in org.optaplanner.examples.conferencescheduling.domain with parameters of type RoomMethod parameters in org.optaplanner.examples.conferencescheduling.domain with type arguments of type RoomModifier and TypeMethodDescriptionvoidTalkType.setCompatibleRoomSet(Set<Room> compatibleRoomSet) voidConferenceSolution.setRoomList(List<Room> roomList) ConferenceSolution.withRoomList(List<Room> roomList)