Class LectureDifficultyWeightFactory
- java.lang.Object
-
- org.optaplanner.examples.curriculumcourse.domain.solver.LectureDifficultyWeightFactory
-
- All Implemented Interfaces:
org.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<CourseSchedule,Lecture>
public class LectureDifficultyWeightFactory extends Object implements org.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<CourseSchedule,Lecture>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLectureDifficultyWeightFactory.LectureDifficultyWeight
-
Constructor Summary
Constructors Constructor Description LectureDifficultyWeightFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LectureDifficultyWeightFactory.LectureDifficultyWeightcreateSorterWeight(CourseSchedule schedule, Lecture lecture)
-
-
-
Method Detail
-
createSorterWeight
public LectureDifficultyWeightFactory.LectureDifficultyWeight createSorterWeight(CourseSchedule schedule, Lecture lecture)
- Specified by:
createSorterWeightin interfaceorg.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<CourseSchedule,Lecture>
-
-