Class ExamDifficultyWeightFactory
java.lang.Object
org.optaplanner.examples.examination.domain.solver.ExamDifficultyWeightFactory
- All Implemented Interfaces:
org.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<Examination,Exam>
public class ExamDifficultyWeightFactory
extends Object
implements org.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<Examination,Exam>
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExamDifficultyWeightFactory
public ExamDifficultyWeightFactory()
-
-
Method Details
-
createSorterWeight
public ExamDifficultyWeightFactory.ExamDifficultyWeight createSorterWeight(Examination examination, Exam exam) - Specified by:
createSorterWeightin interfaceorg.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<Examination,Exam>
-