Uses of Class
org.optaplanner.examples.cheaptime.domain.MachineCapacity
-
Packages that use MachineCapacity Package Description org.optaplanner.examples.cheaptime.domain -
-
Uses of MachineCapacity in org.optaplanner.examples.cheaptime.domain
Methods in org.optaplanner.examples.cheaptime.domain that return MachineCapacity Modifier and Type Method Description MachineCapacityMachine. getMachineCapacity(Resource resource)Methods in org.optaplanner.examples.cheaptime.domain that return types with arguments of type MachineCapacity Modifier and Type Method Description List<MachineCapacity>CheapTimeSolution. getMachineCapacityList()List<MachineCapacity>Machine. getMachineCapacityList()Method parameters in org.optaplanner.examples.cheaptime.domain with type arguments of type MachineCapacity Modifier and Type Method Description voidCheapTimeSolution. setMachineCapacityList(List<MachineCapacity> machineCapacityList)voidMachine. setMachineCapacityList(List<MachineCapacity> machineCapacityList)
-