Uses of Class
org.optaplanner.examples.machinereassignment.domain.MrProcess
Packages that use MrProcess
-
Uses of MrProcess in org.optaplanner.examples.machinereassignment.domain
Methods in org.optaplanner.examples.machinereassignment.domain that return MrProcessModifier and TypeMethodDescriptionMrProcessAssignment.getProcess()MrProcessRequirement.getProcess()Methods in org.optaplanner.examples.machinereassignment.domain that return types with arguments of type MrProcessMethods in org.optaplanner.examples.machinereassignment.domain with parameters of type MrProcessModifier and TypeMethodDescriptionstatic 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 MrProcessModifier and TypeMethodDescriptionvoidMachineReassignment.setProcessList(List<MrProcess> processList) Constructors in org.optaplanner.examples.machinereassignment.domain with parameters of type MrProcessModifierConstructorDescriptionMrProcessAssignment(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)