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 static MrProcessAssignmentMrProcessAssignment. withOriginalMachine(long id, MrProcess process, MrMachine originalMachine)static MrProcessAssignmentMrProcessAssignment. withTargetMachine(long id, MrProcess process, MrMachine targetMachine)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 originalMachine, MrMachine machine)MrProcessRequirement(long id, MrProcess process, MrResource resource, long usage)MrProcessRequirement(MrProcess process, MrResource resource, long usage)
-