Class RoomStrengthWeightFactory
java.lang.Object
org.optaplanner.examples.examination.domain.solver.RoomStrengthWeightFactory
- All Implemented Interfaces:
org.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<Examination,Room>
public class RoomStrengthWeightFactory
extends Object
implements org.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<Examination,Room>
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RoomStrengthWeightFactory
public RoomStrengthWeightFactory()
-
-
Method Details
-
createSorterWeight
public RoomStrengthWeightFactory.RoomStrengthWeight createSorterWeight(Examination examination, Room room) - Specified by:
createSorterWeightin interfaceorg.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<Examination,Room>
-