Package | Description |
---|---|
org.optaplanner.examples.taskassigning.domain | |
org.optaplanner.examples.taskassigning.domain.solver |
Modifier and Type | Field and Description |
---|---|
protected Task |
TaskOrEmployee.nextTask |
Modifier and Type | Method and Description |
---|---|
Task |
TaskOrEmployee.getNextTask() |
Modifier and Type | Method and Description |
---|---|
List<Task> |
TaskAssigningSolution.getTaskList() |
Modifier and Type | Method and Description |
---|---|
void |
TaskOrEmployee.setNextTask(Task nextTask) |
Modifier and Type | Method and Description |
---|---|
void |
TaskAssigningSolution.setTaskList(List<Task> taskList) |
Constructor and Description |
---|
TaskAssigningSolution(long id,
List<Skill> skillList,
List<TaskType> taskTypeList,
List<Customer> customerList,
List<Employee> employeeList,
List<Task> taskList) |
Modifier and Type | Method and Description |
---|---|
void |
StartTimeUpdatingVariableListener.afterEntityAdded(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
Task task) |
void |
StartTimeUpdatingVariableListener.afterEntityRemoved(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
Task task) |
void |
StartTimeUpdatingVariableListener.afterVariableChanged(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
Task task) |
void |
StartTimeUpdatingVariableListener.beforeEntityAdded(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
Task task) |
void |
StartTimeUpdatingVariableListener.beforeEntityRemoved(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
Task task) |
void |
StartTimeUpdatingVariableListener.beforeVariableChanged(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
Task task) |
int |
TaskDifficultyComparator.compare(Task a,
Task b) |
protected void |
StartTimeUpdatingVariableListener.updateStartTime(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
Task sourceTask) |
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.