Class MrMachineUsage
java.lang.Object
org.optaplanner.examples.machinereassignment.optional.score.MrMachineUsage
- All Implemented Interfaces:
Comparable<MrMachineUsage>
-
Constructor Details
-
MrMachineUsage
-
-
Method Details
-
getMachineCapacity
-
getUsage
public long getUsage() -
equals
-
hashCode
public int hashCode() -
getMachine
-
getResource
-
isTransientlyConsumed
public boolean isTransientlyConsumed() -
getLoadCostWeight
public long getLoadCostWeight() -
getMaximumAvailable
public long getMaximumAvailable() -
getSafetyAvailable
public long getSafetyAvailable() -
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<MrMachineUsage>
-