Class BedDesignationDifficultyWeightFactory
- java.lang.Object
-
- org.optaplanner.examples.pas.domain.solver.BedDesignationDifficultyWeightFactory
-
- All Implemented Interfaces:
org.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<PatientAdmissionSchedule,BedDesignation>
public class BedDesignationDifficultyWeightFactory extends Object implements org.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<PatientAdmissionSchedule,BedDesignation>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBedDesignationDifficultyWeightFactory.BedDesignationDifficultyWeight
-
Constructor Summary
Constructors Constructor Description BedDesignationDifficultyWeightFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BedDesignationDifficultyWeightFactory.BedDesignationDifficultyWeightcreateSorterWeight(PatientAdmissionSchedule schedule, BedDesignation bedDesignation)
-
-
-
Method Detail
-
createSorterWeight
public BedDesignationDifficultyWeightFactory.BedDesignationDifficultyWeight createSorterWeight(PatientAdmissionSchedule schedule, BedDesignation bedDesignation)
- Specified by:
createSorterWeightin interfaceorg.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<PatientAdmissionSchedule,BedDesignation>
-
-