|
OptaPlanner distribution 6.2.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Job | |
---|---|
org.optaplanner.examples.dinnerparty.domain |
Uses of Job in org.optaplanner.examples.dinnerparty.domain |
---|
Methods in org.optaplanner.examples.dinnerparty.domain that return Job | |
---|---|
Job |
SeatDesignation.getGuestJob()
|
Job |
Guest.getJob()
|
Methods in org.optaplanner.examples.dinnerparty.domain that return types with arguments of type Job | |
---|---|
List<Job> |
DinnerParty.getJobList()
|
Methods in org.optaplanner.examples.dinnerparty.domain with parameters of type Job | |
---|---|
boolean |
SeatDesignation.differentKindIfNeeded(Job otherGuestJob)
|
void |
Guest.setJob(Job job)
|
Method parameters in org.optaplanner.examples.dinnerparty.domain with type arguments of type Job | |
---|---|
void |
DinnerParty.setJobList(List<Job> jobList)
|
|
OptaPlanner distribution 6.2.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |