| 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) |
| Constructor and Description |
|---|
Task(long id,
TaskType taskType,
int indexInTaskType,
Customer customer,
int readyTime,
Priority priority) |
| Constructor and Description |
|---|
TaskAssigningSolution(long id,
List<Skill> skillList,
List<TaskType> taskTypeList,
List<Customer> customerList,
List<Employee> employeeList,
List<Task> taskList) |
Copyright © 2006–2018 JBoss by Red Hat. All rights reserved.