org.optaplanner.examples.nqueens.domain.solution
Class RowStrengthWeightFactory
java.lang.Object
org.optaplanner.examples.nqueens.domain.solution.RowStrengthWeightFactory
- All Implemented Interfaces:
- org.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<NQueens,Row>
public class RowStrengthWeightFactory
- extends Object
- implements org.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<NQueens,Row>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RowStrengthWeightFactory
public RowStrengthWeightFactory()
createSorterWeight
public Comparable createSorterWeight(NQueens nQueens,
Row row)
- Specified by:
createSorterWeight in interface org.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<NQueens,Row>
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.