Uses of Class
org.optaplanner.examples.machinereassignment.domain.MrLocation
-
Packages that use MrLocation Package Description org.optaplanner.examples.machinereassignment.domain -
-
Uses of MrLocation in org.optaplanner.examples.machinereassignment.domain
Methods in org.optaplanner.examples.machinereassignment.domain that return MrLocation Modifier and Type Method Description MrLocationMrMachine. getLocation()MrLocationMrProcessAssignment. getLocation()Methods in org.optaplanner.examples.machinereassignment.domain that return types with arguments of type MrLocation Modifier and Type Method Description List<MrLocation>MachineReassignment. getLocationList()Methods in org.optaplanner.examples.machinereassignment.domain with parameters of type MrLocation Modifier and Type Method Description voidMrMachine. setLocation(MrLocation location)Method parameters in org.optaplanner.examples.machinereassignment.domain with type arguments of type MrLocation Modifier and Type Method Description voidMachineReassignment. setLocationList(List<MrLocation> locationList)Constructors in org.optaplanner.examples.machinereassignment.domain with parameters of type MrLocation Constructor Description MrMachine(long id, MrLocation location)
-