Uses of Class
org.optaplanner.examples.dinnerparty.domain.Table
-
Packages that use Table Package Description org.optaplanner.examples.dinnerparty.domain -
-
Uses of Table in org.optaplanner.examples.dinnerparty.domain
Methods in org.optaplanner.examples.dinnerparty.domain that return Table Modifier and Type Method Description TableSeatDesignation. getSeatTable()TableSeat. getTable()Methods in org.optaplanner.examples.dinnerparty.domain that return types with arguments of type Table Modifier and Type Method Description List<Table>DinnerParty. getTableList()Methods in org.optaplanner.examples.dinnerparty.domain with parameters of type Table Modifier and Type Method Description voidSeat. setTable(Table table)Method parameters in org.optaplanner.examples.dinnerparty.domain with type arguments of type Table Modifier and Type Method Description voidDinnerParty. setTableList(List<Table> tableList)
-