Drools Planner distribution 6.0.0.Alpha9

org.drools.planner.examples.nqueens.domain.solution
Class RowStrengthWeightFactory.RowStrengthWeight

java.lang.Object
  extended by org.drools.planner.examples.nqueens.domain.solution.RowStrengthWeightFactory.RowStrengthWeight
All Implemented Interfaces:
Comparable<RowStrengthWeightFactory.RowStrengthWeight>
Enclosing class:
RowStrengthWeightFactory

public static class RowStrengthWeightFactory.RowStrengthWeight
extends Object
implements Comparable<RowStrengthWeightFactory.RowStrengthWeight>


Constructor Summary
RowStrengthWeightFactory.RowStrengthWeight(Row row, int distanceFromMiddle)
           
 
Method Summary
 int compareTo(RowStrengthWeightFactory.RowStrengthWeight other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowStrengthWeightFactory.RowStrengthWeight

public RowStrengthWeightFactory.RowStrengthWeight(Row row,
                                                  int distanceFromMiddle)
Method Detail

compareTo

public int compareTo(RowStrengthWeightFactory.RowStrengthWeight other)
Specified by:
compareTo in interface Comparable<RowStrengthWeightFactory.RowStrengthWeight>

Drools Planner distribution 6.0.0.Alpha9

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