Package | Description |
---|---|
org.optaplanner.examples.projectjobscheduling.domain |
Modifier and Type | Method and Description |
---|---|
Job |
Allocation.getJob() |
Job |
ExecutionMode.getJob() |
Modifier and Type | Method and Description |
---|---|
List<Job> |
Project.getJobList() |
List<Job> |
Schedule.getJobList() |
List<Job> |
Job.getSuccessorJobList() |
Modifier and Type | Method and Description |
---|---|
void |
Allocation.setJob(Job job) |
void |
ExecutionMode.setJob(Job job) |
Modifier and Type | Method and Description |
---|---|
void |
Project.setJobList(List<Job> jobList) |
void |
Schedule.setJobList(List<Job> jobList) |
void |
Job.setSuccessorJobList(List<Job> successorJobList) |
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.