Class BedDesignationDifficultyWeightFactory.BedDesignationDifficultyWeight
- java.lang.Object
-
- org.optaplanner.examples.pas.domain.solver.BedDesignationDifficultyWeightFactory.BedDesignationDifficultyWeight
-
- All Implemented Interfaces:
Comparable<BedDesignationDifficultyWeightFactory.BedDesignationDifficultyWeight>
- Enclosing class:
- BedDesignationDifficultyWeightFactory
public static class BedDesignationDifficultyWeightFactory.BedDesignationDifficultyWeight extends Object implements Comparable<BedDesignationDifficultyWeightFactory.BedDesignationDifficultyWeight>
-
-
Constructor Summary
Constructors Constructor Description BedDesignationDifficultyWeight(BedDesignation bedDesignation, int hardDisallowedCount, int softDisallowedCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(BedDesignationDifficultyWeightFactory.BedDesignationDifficultyWeight other)
-
-
-
Constructor Detail
-
BedDesignationDifficultyWeight
public BedDesignationDifficultyWeight(BedDesignation bedDesignation, int hardDisallowedCount, int softDisallowedCount)
-
-
Method Detail
-
compareTo
public int compareTo(BedDesignationDifficultyWeightFactory.BedDesignationDifficultyWeight other)
- Specified by:
compareToin interfaceComparable<BedDesignationDifficultyWeightFactory.BedDesignationDifficultyWeight>
-
-