Package | Description |
---|---|
org.optaplanner.examples.manners2009.domain |
Modifier and Type | Method and Description |
---|---|
Seat |
Seat.getLeftSeat() |
Seat |
Seat.getRightSeat() |
Seat |
SeatDesignation.getSeat() |
Modifier and Type | Method and Description |
---|---|
List<Seat> |
Manners2009.getSeatList() |
List<Seat> |
Table.getSeatList() |
Modifier and Type | Method and Description |
---|---|
void |
Seat.setLeftSeat(Seat leftSeat) |
void |
Seat.setRightSeat(Seat rightSeat) |
void |
SeatDesignation.setSeat(Seat seat) |
Modifier and Type | Method and Description |
---|---|
void |
Manners2009.setSeatList(List<Seat> seatList) |
void |
Table.setSeatList(List<Seat> seatList) |
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.