Uses of Class
org.optaplanner.examples.nqueens.domain.solution.QueenDifficultyWeightFactory.QueenDifficultyWeight
-
Packages that use QueenDifficultyWeightFactory.QueenDifficultyWeight Package Description org.optaplanner.examples.nqueens.domain.solution -
-
Uses of QueenDifficultyWeightFactory.QueenDifficultyWeight in org.optaplanner.examples.nqueens.domain.solution
Methods in org.optaplanner.examples.nqueens.domain.solution that return QueenDifficultyWeightFactory.QueenDifficultyWeight Modifier and Type Method Description QueenDifficultyWeightFactory.QueenDifficultyWeightQueenDifficultyWeightFactory. createSorterWeight(NQueens nQueens, Queen queen)Methods in org.optaplanner.examples.nqueens.domain.solution with parameters of type QueenDifficultyWeightFactory.QueenDifficultyWeight Modifier and Type Method Description intQueenDifficultyWeightFactory.QueenDifficultyWeight. compareTo(QueenDifficultyWeightFactory.QueenDifficultyWeight other)
-