| Package | Description |
|---|---|
| org.optaplanner.examples.taskassigning.domain |
| Modifier and Type | Method and Description |
|---|---|
Customer |
Task.getCustomer() |
| Modifier and Type | Method and Description |
|---|---|
Map<Customer,Affinity> |
Employee.getAffinityMap() |
List<Customer> |
TaskAssigningSolution.getCustomerList() |
| Modifier and Type | Method and Description |
|---|---|
Affinity |
Employee.getAffinity(Customer customer) |
void |
Task.setCustomer(Customer customer) |
| Modifier and Type | Method and Description |
|---|---|
void |
Employee.setAffinityMap(Map<Customer,Affinity> affinityMap) |
void |
TaskAssigningSolution.setCustomerList(List<Customer> customerList) |
Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.