org.drools.planner.examples.nqueens.domain.solution
Class QueenDifficultyWeightFactory.QueenDifficultyWeight
java.lang.Object
org.drools.planner.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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueenDifficultyWeightFactory.QueenDifficultyWeight
public QueenDifficultyWeightFactory.QueenDifficultyWeight(Queen queen,
int distanceFromMiddle)
compareTo
public int compareTo(QueenDifficultyWeightFactory.QueenDifficultyWeight other)
- Specified by:
compareTo
in interface Comparable<QueenDifficultyWeightFactory.QueenDifficultyWeight>
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.