| Package | Description |
|---|---|
| org.optaplanner.examples.scrabble.domain |
| Modifier and Type | Method and Description |
|---|---|
ScrabbleWordDirection |
ScrabbleWordAssignment.getDirection() |
ScrabbleWordDirection[] |
ScrabbleSolution.getDirectionRange() |
static ScrabbleWordDirection |
ScrabbleWordDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScrabbleWordDirection[] |
ScrabbleWordDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ScrabbleCell.hasWordSet(ScrabbleWordDirection direction) |
void |
ScrabbleWordAssignment.setDirection(ScrabbleWordDirection direction) |
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.