Uses of Class
org.optaplanner.examples.machinereassignment.domain.MrMachineCapacity
-
Packages that use MrMachineCapacity Package Description org.optaplanner.examples.machinereassignment.domain org.optaplanner.examples.machinereassignment.optional.score.drools -
-
Uses of MrMachineCapacity in org.optaplanner.examples.machinereassignment.domain
Methods in org.optaplanner.examples.machinereassignment.domain that return MrMachineCapacity Modifier and Type Method Description MrMachineCapacityMrMachine. getMachineCapacity(MrResource resource)Methods in org.optaplanner.examples.machinereassignment.domain that return types with arguments of type MrMachineCapacity Modifier and Type Method Description List<MrMachineCapacity>MachineReassignment. getMachineCapacityList()List<MrMachineCapacity>MrMachine. getMachineCapacityList()Method parameters in org.optaplanner.examples.machinereassignment.domain with type arguments of type MrMachineCapacity Modifier and Type Method Description voidMachineReassignment. setMachineCapacityList(List<MrMachineCapacity> machineCapacityList)voidMrMachine. setMachineCapacityList(List<MrMachineCapacity> machineCapacityList) -
Uses of MrMachineCapacity in org.optaplanner.examples.machinereassignment.optional.score.drools
Methods in org.optaplanner.examples.machinereassignment.optional.score.drools that return MrMachineCapacity Modifier and Type Method Description MrMachineCapacityMrMachineTransientUsage. getMachineCapacity()MrMachineCapacityMrMachineUsage. getMachineCapacity()Constructors in org.optaplanner.examples.machinereassignment.optional.score.drools with parameters of type MrMachineCapacity Constructor Description MrMachineTransientUsage(MrMachineCapacity machineCapacity, long usage)MrMachineUsage(MrMachineCapacity machineCapacity, long usage)
-