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 Modifier and Type Class Description static classExamDifficultyWeightFactory.ExamDifficultyWeight
-
Constructor Summary
Constructors Constructor Description ExamDifficultyWeightFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExamDifficultyWeightFactory.ExamDifficultyWeightcreateSorterWeight(Examination examination, Exam exam)
-
-
-
Method Detail
-
createSorterWeight
public ExamDifficultyWeightFactory.ExamDifficultyWeight createSorterWeight(Examination examination, Exam exam)
- Specified by:
createSorterWeightin interfaceorg.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<Examination,Exam>
-
-