Package | Description |
---|---|
org.optaplanner.examples.scrabble.domain |
Modifier and Type | Method and Description |
---|---|
ScrabbleCell |
ScrabbleSolution.getCell(int x,
int y) |
ScrabbleCell |
ScrabbleWordAssignment.getStartCell() |
Modifier and Type | Method and Description |
---|---|
List<ScrabbleCell> |
ScrabbleSolution.getCellList() |
Modifier and Type | Method and Description |
---|---|
void |
ScrabbleWordAssignment.setStartCell(ScrabbleCell startCell) |
Modifier and Type | Method and Description |
---|---|
void |
ScrabbleSolution.setCellList(List<ScrabbleCell> cellList) |
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.