Class QueenDifficultyWeightFactory.QueenDifficultyWeight
- java.lang.Object
-
- org.optaplanner.examples.nqueens.domain.solution.QueenDifficultyWeightFactory.QueenDifficultyWeight
-
- All Implemented Interfaces:
Comparable<QueenDifficultyWeightFactory.QueenDifficultyWeight>
- Enclosing class:
- QueenDifficultyWeightFactory
public static class QueenDifficultyWeightFactory.QueenDifficultyWeight extends Object implements Comparable<QueenDifficultyWeightFactory.QueenDifficultyWeight>
-
-
Constructor Summary
Constructors Constructor Description QueenDifficultyWeight(Queen queen, int distanceFromMiddle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(QueenDifficultyWeightFactory.QueenDifficultyWeight other)
-
-
-
Constructor Detail
-
QueenDifficultyWeight
public QueenDifficultyWeight(Queen queen, int distanceFromMiddle)
-
-
Method Detail
-
compareTo
public int compareTo(QueenDifficultyWeightFactory.QueenDifficultyWeight other)
- Specified by:
compareToin interfaceComparable<QueenDifficultyWeightFactory.QueenDifficultyWeight>
-
-