Uses of Class
org.optaplanner.examples.scrabble.domain.ScrabbleSolution
-
-
Uses of ScrabbleSolution in org.optaplanner.examples.scrabble.app
Methods in org.optaplanner.examples.scrabble.app that return types with arguments of type ScrabbleSolution Modifier and Type Method Description org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO<ScrabbleSolution>ScrabbleApp. createSolutionFileIO() -
Uses of ScrabbleSolution in org.optaplanner.examples.scrabble.domain
Methods in org.optaplanner.examples.scrabble.domain that return ScrabbleSolution Modifier and Type Method Description ScrabbleSolutionScrabbleWordAssignment. getSolution()Methods in org.optaplanner.examples.scrabble.domain with parameters of type ScrabbleSolution Modifier and Type Method Description voidScrabbleWordAssignment. setSolution(ScrabbleSolution solution) -
Uses of ScrabbleSolution in org.optaplanner.examples.scrabble.persistence
Methods in org.optaplanner.examples.scrabble.persistence that return ScrabbleSolution Modifier and Type Method Description ScrabbleSolutionScrabbleImporter.ScrabbleInputBuilder. readSolution()Methods in org.optaplanner.examples.scrabble.persistence that return types with arguments of type ScrabbleSolution Modifier and Type Method Description AbstractTxtSolutionImporter.TxtInputBuilder<ScrabbleSolution>ScrabbleImporter. createTxtInputBuilder() -
Uses of ScrabbleSolution in org.optaplanner.examples.scrabble.swingui
Methods in org.optaplanner.examples.scrabble.swingui with parameters of type ScrabbleSolution Modifier and Type Method Description voidScrabblePanel. resetPanel(ScrabbleSolution solution)
-