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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRowStrengthWeightFactory.RowStrengthWeight
-
Constructor Summary
Constructors Constructor Description RowStrengthWeightFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RowStrengthWeightFactory.RowStrengthWeightcreateSorterWeight(NQueens nQueens, Row row)
-
-
-
Method Detail
-
createSorterWeight
public RowStrengthWeightFactory.RowStrengthWeight createSorterWeight(NQueens nQueens, Row row)
-
-