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)voidMrMachineCapacity. setMachine(MrMachine machine)voidMrProcessAssignment. setMachine(MrMachine machine)voidMrProcessAssignment. setOriginalMachine(MrMachine originalMachine)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 machine)MrProcessAssignment(long id, MrProcess process, MrMachine originalMachine, MrMachine machine) -
Uses of MrMachine in org.optaplanner.examples.machinereassignment.optional.score.drools
Methods in org.optaplanner.examples.machinereassignment.optional.score.drools that return MrMachine Modifier and Type Method Description MrMachineMrMachineTransientUsage. getMachine()MrMachineMrMachineUsage. getMachine() -
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)
-