Package | Description |
---|---|
org.optaplanner.examples.projectjobscheduling.domain | |
org.optaplanner.examples.projectjobscheduling.domain.solver |
Modifier and Type | Method and Description |
---|---|
ExecutionMode |
Allocation.getExecutionMode() |
ExecutionMode |
ResourceRequirement.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 |
Allocation.setExecutionMode(ExecutionMode executionMode) |
void |
ResourceRequirement.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 |
---|---|
Comparable |
ExecutionModeStrengthWeightFactory.createSorterWeight(Schedule schedule,
ExecutionMode executionMode) |
Constructor and Description |
---|
ExecutionModeStrengthWeightFactory.ExecutionModeStrengthWeight(ExecutionMode executionMode,
double requirementDesirability) |
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.