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 Modifier and Type Class Description static classRoomStrengthWeightFactory.RoomStrengthWeight
-
Constructor Summary
Constructors Constructor Description RoomStrengthWeightFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RoomStrengthWeightFactory.RoomStrengthWeightcreateSorterWeight(Examination examination, Room room)
-
-
-
Method Detail
-
createSorterWeight
public RoomStrengthWeightFactory.RoomStrengthWeight createSorterWeight(Examination examination, Room room)
- Specified by:
createSorterWeightin interfaceorg.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterWeightFactory<Examination,Room>
-
-