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 ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateSorterWeight(PatientAdmissionSchedule schedule, BedDesignation bedDesignation)
-
Constructor Details
-
BedDesignationDifficultyWeightFactory
public BedDesignationDifficultyWeightFactory()
-
-
Method Details
-
createSorterWeight
public BedDesignationDifficultyWeightFactory.BedDesignationDifficultyWeight createSorterWeight(PatientAdmissionSchedule schedule, BedDesignation bedDesignation) - Specified by:
createSorterWeightin interfaceorg.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<PatientAdmissionSchedule,BedDesignation>
-