| Package | Description |
|---|---|
| org.optaplanner.examples.conferencescheduling.domain |
| Modifier and Type | Method and Description |
|---|---|
Room |
Talk.getRoom() |
Room |
Room.withUnavailableTimeslotSet(Set<Timeslot> unavailableTimeslotTest) |
| Modifier and Type | Method and Description |
|---|---|
List<Room> |
ConferenceSolution.getRoomList() |
| Modifier and Type | Method and Description |
|---|---|
void |
Talk.setRoom(Room room) |
Talk |
Talk.withRoom(Room room) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConferenceSolution.setRoomList(List<Room> roomList) |
ConferenceSolution |
ConferenceSolution.withRoomList(List<Room> roomList) |
Copyright © 2006–2018 JBoss by Red Hat. All rights reserved.