Uses of Class
org.optaplanner.examples.machinereassignment.domain.MrService
Packages that use MrService
Package
Description
-
Uses of MrService in org.optaplanner.examples.machinereassignment.domain
Methods in org.optaplanner.examples.machinereassignment.domain that return MrServiceMethods in org.optaplanner.examples.machinereassignment.domain that return types with arguments of type MrServiceModifier and TypeMethodDescriptionMrService.getFromDependencyServiceList()MachineReassignment.getServiceList()MrService.getToDependencyServiceList()Method parameters in org.optaplanner.examples.machinereassignment.domain with type arguments of type MrServiceModifier and TypeMethodDescriptionvoidMrService.setFromDependencyServiceList(List<MrService> fromDependencyServiceList) voidMachineReassignment.setServiceList(List<MrService> serviceList) voidMrService.setToDependencyServiceList(List<MrService> toDependencyServiceList) Constructors in org.optaplanner.examples.machinereassignment.domain with parameters of type MrService -
Uses of MrService in org.optaplanner.examples.machinereassignment.domain.solver
Methods in org.optaplanner.examples.machinereassignment.domain.solver that return MrServiceModifier and TypeMethodDescriptionMrServiceDependency.getFromService()MrServiceDependency.getToService()Methods in org.optaplanner.examples.machinereassignment.domain.solver with parameters of type MrServiceModifier and TypeMethodDescriptionvoidMrServiceDependency.setFromService(MrService fromService) voidMrServiceDependency.setToService(MrService toService) Constructors in org.optaplanner.examples.machinereassignment.domain.solver with parameters of type MrService -
Uses of MrService in org.optaplanner.examples.machinereassignment.optional.score
Methods in org.optaplanner.examples.machinereassignment.optional.score that return MrServiceConstructors in org.optaplanner.examples.machinereassignment.optional.score with parameters of type MrServiceModifierConstructorDescriptionMrServiceMovedProcessesCount(MrService service, int movedProcessesCount)