Uses of Class
org.optaplanner.examples.machinereassignment.domain.MrProcess
-
Packages that use MrProcess Package Description org.optaplanner.examples.machinereassignment.domain -
-
Uses of MrProcess in org.optaplanner.examples.machinereassignment.domain
Methods in org.optaplanner.examples.machinereassignment.domain that return MrProcess Modifier and Type Method Description MrProcessMrProcessAssignment. getProcess()MrProcessMrProcessRequirement. getProcess()Methods in org.optaplanner.examples.machinereassignment.domain that return types with arguments of type MrProcess Modifier and Type Method Description List<MrProcess>MachineReassignment. getProcessList()Methods in org.optaplanner.examples.machinereassignment.domain with parameters of type MrProcess Modifier and Type Method Description voidMrProcessAssignment. setProcess(MrProcess process)voidMrProcessRequirement. setProcess(MrProcess process)Method parameters in org.optaplanner.examples.machinereassignment.domain with type arguments of type MrProcess Modifier and Type Method Description voidMachineReassignment. setProcessList(List<MrProcess> processList)Constructors in org.optaplanner.examples.machinereassignment.domain with parameters of type MrProcess Constructor Description MrProcessAssignment(long id, MrProcess process)MrProcessAssignment(long id, MrProcess process, MrMachine machine)MrProcessAssignment(long id, MrProcess process, MrMachine originalMachine, MrMachine machine)MrProcessAssignment(MrProcess process)MrProcessRequirement(long id, MrProcess process, MrResource resource, long usage)MrProcessRequirement(MrProcess process, MrResource resource, long usage)
-