Package | Description |
---|---|
org.optaplanner.examples.machinereassignment.domain | |
org.optaplanner.examples.machinereassignment.domain.solver |
Modifier and Type | Method and Description |
---|---|
MrService |
MrProcess.getService() |
MrService |
MrProcessAssignment.getService() |
Modifier and Type | Method and Description |
---|---|
List<MrService> |
MrService.getFromDependencyServiceList() |
List<MrService> |
MachineReassignment.getServiceList() |
List<MrService> |
MrService.getToDependencyServiceList() |
Modifier and Type | Method and Description |
---|---|
void |
MrProcess.setService(MrService service) |
Modifier and Type | Method and Description |
---|---|
void |
MrService.setFromDependencyServiceList(List<MrService> fromDependencyServiceList) |
void |
MachineReassignment.setServiceList(List<MrService> serviceList) |
void |
MrService.setToDependencyServiceList(List<MrService> toDependencyServiceList) |
Modifier and Type | Method and Description |
---|---|
MrService |
MrServiceDependency.getFromService() |
MrService |
MrServiceMovedProcessesCount.getService() |
MrService |
MrServiceDependency.getToService() |
Modifier and Type | Method and Description |
---|---|
void |
MrServiceDependency.setFromService(MrService fromService) |
void |
MrServiceDependency.setToService(MrService toService) |
Constructor and Description |
---|
MrServiceMovedProcessesCount(MrService service,
int movedProcessesCount) |
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.