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 types with arguments of type MachineCapacity Modifier and Type Method Description List<MachineCapacity>Machine. getMachineCapacityList()Method parameters in org.optaplanner.examples.cheaptime.domain with type arguments of type MachineCapacity Modifier and Type Method Description voidMachine. setMachineCapacityList(List<MachineCapacity> machineCapacityList)Constructors in org.optaplanner.examples.cheaptime.domain with parameters of type MachineCapacity Constructor Description Machine(int index, long powerConsumptionMicros, long spinUpDownCostMicros, MachineCapacity... machineCapacities)
-