| Package | Description |
|---|---|
| org.optaplanner.examples.projectjobscheduling.domain | |
| org.optaplanner.examples.projectjobscheduling.domain.solver |
| Modifier and Type | Method and Description |
|---|---|
ExecutionMode |
ResourceRequirement.getExecutionMode() |
ExecutionMode |
Allocation.getExecutionMode() |
| Modifier and Type | Method and Description |
|---|---|
List<ExecutionMode> |
Schedule.getExecutionModeList() |
List<ExecutionMode> |
Job.getExecutionModeList() |
List<ExecutionMode> |
Allocation.getExecutionModeRange() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceRequirement.setExecutionMode(ExecutionMode executionMode) |
void |
Allocation.setExecutionMode(ExecutionMode executionMode) |
| Modifier and Type | Method and Description |
|---|---|
void |
Schedule.setExecutionModeList(List<ExecutionMode> executionModeList) |
void |
Job.setExecutionModeList(List<ExecutionMode> executionModeList) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionModeStrengthWeightFactory.ExecutionModeStrengthWeight |
ExecutionModeStrengthWeightFactory.createSorterWeight(Schedule schedule,
ExecutionMode executionMode) |
| Constructor and Description |
|---|
ExecutionModeStrengthWeight(ExecutionMode executionMode,
double requirementDesirability) |
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.