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