Drools Planner distribution 6.0.0.Alpha9

org.drools.planner.examples.nqueens.domain.solution
Class QueenDifficultyWeightFactory.QueenDifficultyWeight

java.lang.Object
  extended by 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>


Constructor Summary
QueenDifficultyWeightFactory.QueenDifficultyWeight(Queen queen, int distanceFromMiddle)
           
 
Method Summary
 int compareTo(QueenDifficultyWeightFactory.QueenDifficultyWeight other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueenDifficultyWeightFactory.QueenDifficultyWeight

public QueenDifficultyWeightFactory.QueenDifficultyWeight(Queen queen,
                                                          int distanceFromMiddle)
Method Detail

compareTo

public int compareTo(QueenDifficultyWeightFactory.QueenDifficultyWeight other)
Specified by:
compareTo in interface Comparable<QueenDifficultyWeightFactory.QueenDifficultyWeight>

Drools Planner distribution 6.0.0.Alpha9

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.