Uses of Class
org.optaplanner.examples.machinereassignment.domain.MrMachine
-
-
Uses of MrMachine in org.optaplanner.examples.machinereassignment.domain
Methods in org.optaplanner.examples.machinereassignment.domain that return MrMachine Modifier and Type Method Description MrMachineMrMachineCapacity. getMachine()MrMachineMrProcessAssignment. getMachine()MrMachineMrProcessAssignment. getOriginalMachine()Methods in org.optaplanner.examples.machinereassignment.domain that return types with arguments of type MrMachine Modifier and Type Method Description List<MrMachine>MachineReassignment. getMachineList()Map<MrMachine,Integer>MrMachine. getMachineMoveCostMap()Methods in org.optaplanner.examples.machinereassignment.domain with parameters of type MrMachine Modifier and Type Method Description intMrMachine. getMoveCostTo(MrMachine toMachine)voidMrProcessAssignment. setMachine(MrMachine machine)voidMrProcessAssignment. setOriginalMachine(MrMachine originalMachine)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 MrMachine Modifier and Type Method Description voidMachineReassignment. setMachineList(List<MrMachine> machineList)voidMrMachine. setMachineMoveCostMap(Map<MrMachine,Integer> machineMoveCostMap)Constructors in org.optaplanner.examples.machinereassignment.domain with parameters of type MrMachine Constructor Description MrMachineCapacity(long id, MrMachine machine, MrResource resource, long maximumCapacity, long safetyCapacity)MrMachineCapacity(MrMachine machine, MrResource resource, long maximumCapacity, long safetyCapacity)MrProcessAssignment(long id, MrProcess process, MrMachine originalMachine, MrMachine machine) -
Uses of MrMachine in org.optaplanner.examples.machinereassignment.optional.score
Methods in org.optaplanner.examples.machinereassignment.optional.score that return MrMachine Modifier and Type Method Description MrMachineMrMachineTransientUsage. getMachine()MrMachineMrMachineUsage. getMachine() -
Uses of MrMachine in org.optaplanner.examples.machinereassignment.persistence
Methods in org.optaplanner.examples.machinereassignment.persistence with parameters of type MrMachine Modifier and Type Method Description voidMrMachineKeySerializer. serialize(MrMachine mrMachine, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider) -
Uses of MrMachine in org.optaplanner.examples.machinereassignment.swingui
Methods in org.optaplanner.examples.machinereassignment.swingui that return MrMachine Modifier and Type Method Description MrMachineMrMachinePanel. getMachine()Methods in org.optaplanner.examples.machinereassignment.swingui with parameters of type MrMachine Modifier and Type Method Description voidMachineReassignmentPanel. deleteMachine(MrMachine machine)Constructors in org.optaplanner.examples.machinereassignment.swingui with parameters of type MrMachine Constructor Description MrMachinePanel(MachineReassignmentPanel machineReassignmentPanel, List<MrResource> resourceList, MrMachine machine)
-