Uses of Class
org.optaplanner.examples.scrabble.domain.ScrabbleWordDirection
-
Packages that use ScrabbleWordDirection Package Description org.optaplanner.examples.scrabble.domain -
-
Uses of ScrabbleWordDirection in org.optaplanner.examples.scrabble.domain
Methods in org.optaplanner.examples.scrabble.domain that return ScrabbleWordDirection Modifier and Type Method Description ScrabbleWordDirectionScrabbleWordAssignment. getDirection()ScrabbleWordDirection[]ScrabbleSolution. getDirectionRange()static ScrabbleWordDirectionScrabbleWordDirection. 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.Methods in org.optaplanner.examples.scrabble.domain with parameters of type ScrabbleWordDirection Modifier and Type Method Description booleanScrabbleCell. hasWordSet(ScrabbleWordDirection direction)voidScrabbleWordAssignment. setDirection(ScrabbleWordDirection direction)
-