Class RoomStrengthWeightFactory.RoomStrengthWeight
- java.lang.Object
-
- org.optaplanner.examples.curriculumcourse.domain.solver.RoomStrengthWeightFactory.RoomStrengthWeight
-
- All Implemented Interfaces:
Comparable<RoomStrengthWeightFactory.RoomStrengthWeight>
- Enclosing class:
- RoomStrengthWeightFactory
public static class RoomStrengthWeightFactory.RoomStrengthWeight extends Object implements Comparable<RoomStrengthWeightFactory.RoomStrengthWeight>
-
-
Constructor Summary
Constructors Constructor Description RoomStrengthWeight(Room room)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(RoomStrengthWeightFactory.RoomStrengthWeight other)
-
-
-
Constructor Detail
-
RoomStrengthWeight
public RoomStrengthWeight(Room room)
-
-
Method Detail
-
compareTo
public int compareTo(RoomStrengthWeightFactory.RoomStrengthWeight other)
- Specified by:
compareToin interfaceComparable<RoomStrengthWeightFactory.RoomStrengthWeight>
-
-