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
ConstructorsConstructorDescriptionBedDesignationDifficultyWeight(BedDesignation bedDesignation, int hardDisallowedCount, int softDisallowedCount) -
Method Summary
Modifier and TypeMethodDescriptionint
-
Constructor Details
-
BedDesignationDifficultyWeight
public BedDesignationDifficultyWeight(BedDesignation bedDesignation, int hardDisallowedCount, int softDisallowedCount)
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<BedDesignationDifficultyWeightFactory.BedDesignationDifficultyWeight>
-