Uses of Class
ai.timefold.solver.examples.machinereassignment.domain.MrService
Packages that use MrService
Package
Description
-
Uses of MrService in ai.timefold.solver.examples.machinereassignment.domain
Methods in ai.timefold.solver.examples.machinereassignment.domain that return MrServiceMethods in ai.timefold.solver.examples.machinereassignment.domain that return types with arguments of type MrServiceModifier and TypeMethodDescriptionMrService.getFromDependencyServiceList()MachineReassignment.getServiceList()MrService.getToDependencyServiceList()Method parameters in ai.timefold.solver.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 ai.timefold.solver.examples.machinereassignment.domain with parameters of type MrService -
Uses of MrService in ai.timefold.solver.examples.machinereassignment.domain.solver
Methods in ai.timefold.solver.examples.machinereassignment.domain.solver that return MrServiceModifier and TypeMethodDescriptionMrServiceDependency.getFromService()MrServiceDependency.getToService()Methods in ai.timefold.solver.examples.machinereassignment.domain.solver with parameters of type MrServiceModifier and TypeMethodDescriptionvoidMrServiceDependency.setFromService(MrService fromService) voidMrServiceDependency.setToService(MrService toService) Constructors in ai.timefold.solver.examples.machinereassignment.domain.solver with parameters of type MrService -
Uses of MrService in ai.timefold.solver.examples.machinereassignment.optional.score
Methods in ai.timefold.solver.examples.machinereassignment.optional.score that return MrServiceConstructors in ai.timefold.solver.examples.machinereassignment.optional.score with parameters of type MrServiceModifierConstructorDescriptionMrServiceMovedProcessesCount(MrService service, int movedProcessesCount)