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