Uses of Class
org.optaplanner.examples.dinnerparty.domain.Seat
-
Packages that use Seat Package Description org.optaplanner.examples.dinnerparty.domain -
-
Uses of Seat in org.optaplanner.examples.dinnerparty.domain
Methods in org.optaplanner.examples.dinnerparty.domain that return Seat Modifier and Type Method Description SeatSeat. getLeftSeat()SeatSeat. getRightSeat()SeatSeatDesignation. getSeat()Methods in org.optaplanner.examples.dinnerparty.domain that return types with arguments of type Seat Modifier and Type Method Description List<Seat>DinnerParty. getSeatList()List<Seat>Table. getSeatList()Methods in org.optaplanner.examples.dinnerparty.domain with parameters of type Seat Modifier and Type Method Description voidSeat. setLeftSeat(Seat leftSeat)voidSeat. setRightSeat(Seat rightSeat)voidSeatDesignation. setSeat(Seat seat)Method parameters in org.optaplanner.examples.dinnerparty.domain with type arguments of type Seat Modifier and Type Method Description voidDinnerParty. setSeatList(List<Seat> seatList)voidTable. setSeatList(List<Seat> seatList)
-