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 ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LectureDifficultyWeightFactory
public LectureDifficultyWeightFactory()
-
-
Method Details
-
createSorterWeight
public LectureDifficultyWeightFactory.LectureDifficultyWeight createSorterWeight(CourseSchedule schedule, Lecture lecture) - Specified by:
createSorterWeightin interfaceorg.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<CourseSchedule,Lecture>
-