Uses of Class
org.optaplanner.examples.machinereassignment.domain.MrService
-
-
Uses of MrService in org.optaplanner.examples.machinereassignment.domain
Methods in org.optaplanner.examples.machinereassignment.domain that return MrService Modifier and Type Method Description MrServiceMrProcess. getService()MrServiceMrProcessAssignment. getService()Methods in org.optaplanner.examples.machinereassignment.domain that return types with arguments of type MrService Modifier and Type Method Description List<MrService>MrService. getFromDependencyServiceList()List<MrService>MachineReassignment. getServiceList()List<MrService>MrService. getToDependencyServiceList()Methods in org.optaplanner.examples.machinereassignment.domain with parameters of type MrService Modifier and Type Method Description voidMrProcess. setService(MrService service)Method parameters in org.optaplanner.examples.machinereassignment.domain with type arguments of type MrService Modifier and Type Method Description voidMrService. 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 Constructor Description MrProcess(long id, MrService service)MrProcess(MrService service) -
Uses of MrService in org.optaplanner.examples.machinereassignment.domain.solver
Methods in org.optaplanner.examples.machinereassignment.domain.solver that return MrService Modifier and Type Method Description MrServiceMrServiceDependency. getFromService()MrServiceMrServiceDependency. getToService()Methods in org.optaplanner.examples.machinereassignment.domain.solver with parameters of type MrService Modifier and Type Method Description voidMrServiceDependency. setFromService(MrService fromService)voidMrServiceDependency. setToService(MrService toService)Constructors in org.optaplanner.examples.machinereassignment.domain.solver with parameters of type MrService Constructor Description MrServiceDependency(MrService fromService, MrService toService) -
Uses of MrService in org.optaplanner.examples.machinereassignment.optional.score.drools
Methods in org.optaplanner.examples.machinereassignment.optional.score.drools that return MrService Modifier and Type Method Description MrServiceMrServiceMovedProcessesCount. getService()Constructors in org.optaplanner.examples.machinereassignment.optional.score.drools with parameters of type MrService Constructor Description MrServiceMovedProcessesCount(MrService service, int movedProcessesCount)
-