Uses of Class
org.optaplanner.examples.conferencescheduling.domain.Room
-
Packages that use Room Package Description org.optaplanner.examples.conferencescheduling.domain -
-
Uses of Room in org.optaplanner.examples.conferencescheduling.domain
Methods in org.optaplanner.examples.conferencescheduling.domain that return Room Modifier and Type Method Description RoomTalk. getPublishedRoom()RoomTalk. getRoom()RoomRoom. withCapacity(int capacity)RoomRoom. withTagSet(Set<String> tagSet)RoomRoom. withTalkTypeSet(Set<TalkType> talkTypeSet)RoomRoom. withUnavailableTimeslotSet(Set<Timeslot> unavailableTimeslotTest)Methods in org.optaplanner.examples.conferencescheduling.domain that return types with arguments of type Room Modifier and Type Method Description Set<Room>TalkType. getCompatibleRoomSet()List<Room>ConferenceSolution. getRoomList()Set<Room>Talk. getRoomRange()Methods in org.optaplanner.examples.conferencescheduling.domain with parameters of type Room Modifier and Type Method Description voidTalk. setPublishedRoom(Room publishedRoom)voidTalk. setRoom(Room room)TalkTalk. withRoom(Room room)Method parameters in org.optaplanner.examples.conferencescheduling.domain with type arguments of type Room Modifier and Type Method Description voidTalkType. setCompatibleRoomSet(Set<Room> compatibleRoomSet)voidConferenceSolution. setRoomList(List<Room> roomList)ConferenceSolutionConferenceSolution. withRoomList(List<Room> roomList)
-