Uses of Class
org.optaplanner.examples.scrabble.domain.ScrabbleCell
-
Packages that use ScrabbleCell Package Description org.optaplanner.examples.scrabble.domain -
-
Uses of ScrabbleCell in org.optaplanner.examples.scrabble.domain
Methods in org.optaplanner.examples.scrabble.domain that return ScrabbleCell Modifier and Type Method Description ScrabbleCellScrabbleSolution. getCell(int x, int y)ScrabbleCellScrabbleWordAssignment. getStartCell()Methods in org.optaplanner.examples.scrabble.domain that return types with arguments of type ScrabbleCell Modifier and Type Method Description List<ScrabbleCell>ScrabbleSolution. getCellList()Methods in org.optaplanner.examples.scrabble.domain with parameters of type ScrabbleCell Modifier and Type Method Description voidScrabbleWordAssignment. setStartCell(ScrabbleCell startCell)Method parameters in org.optaplanner.examples.scrabble.domain with type arguments of type ScrabbleCell Modifier and Type Method Description voidScrabbleSolution. setCellList(List<ScrabbleCell> cellList)
-