Package | Description |
---|---|
org.optaplanner.examples.taskassigning.domain |
Modifier and Type | Method and Description |
---|---|
abstract Employee |
TaskOrEmployee.getEmployee() |
Employee |
Task.getEmployee() |
Employee |
Employee.getEmployee() |
Modifier and Type | Method and Description |
---|---|
List<Employee> |
TaskAssigningSolution.getEmployeeList() |
Modifier and Type | Method and Description |
---|---|
void |
Task.setEmployee(Employee employee) |
Modifier and Type | Method and Description |
---|---|
void |
TaskAssigningSolution.setEmployeeList(List<Employee> employeeList) |
Constructor and Description |
---|
TaskAssigningSolution(long id,
List<Skill> skillList,
List<TaskType> taskTypeList,
List<Customer> customerList,
List<Employee> employeeList,
List<Task> taskList) |
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.