| Package | Description |
|---|---|
| org.optaplanner.examples.taskassigning.domain |
| Modifier and Type | Method and Description |
|---|---|
TaskType |
Task.getTaskType() |
| Modifier and Type | Method and Description |
|---|---|
List<TaskType> |
TaskAssigningSolution.getTaskTypeList() |
| Modifier and Type | Method and Description |
|---|---|
void |
Task.setTaskType(TaskType taskType) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskAssigningSolution.setTaskTypeList(List<TaskType> taskTypeList) |
| 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–2021 JBoss by Red Hat. All rights reserved.