Uses of Class
org.optaplanner.examples.dinnerparty.domain.SeatDesignation
-
Packages that use SeatDesignation Package Description org.optaplanner.examples.dinnerparty.domain -
-
Uses of SeatDesignation in org.optaplanner.examples.dinnerparty.domain
Methods in org.optaplanner.examples.dinnerparty.domain that return types with arguments of type SeatDesignation Modifier and Type Method Description List<SeatDesignation>DinnerParty. getSeatDesignationList()Methods in org.optaplanner.examples.dinnerparty.domain with parameters of type SeatDesignation Modifier and Type Method Description booleanSeatDesignation. isNeighborOf(SeatDesignation otherSeatDesignation)booleanSeatDesignation. isRightOf(SeatDesignation leftSeatDesignation)Method parameters in org.optaplanner.examples.dinnerparty.domain with type arguments of type SeatDesignation Modifier and Type Method Description voidDinnerParty. setSeatDesignationList(List<SeatDesignation> seatDesignationList)
-