Uses of Class
org.optaplanner.examples.projectjobscheduling.domain.Job
-
Packages that use Job Package Description org.optaplanner.examples.projectjobscheduling.domain -
-
Uses of Job in org.optaplanner.examples.projectjobscheduling.domain
Methods in org.optaplanner.examples.projectjobscheduling.domain that return Job Modifier and Type Method Description JobAllocation. getJob()JobExecutionMode. getJob()Methods in org.optaplanner.examples.projectjobscheduling.domain that return types with arguments of type Job Modifier and Type Method Description List<Job>Project. getJobList()List<Job>Schedule. getJobList()List<Job>Job. getSuccessorJobList()Methods in org.optaplanner.examples.projectjobscheduling.domain with parameters of type Job Modifier and Type Method Description voidAllocation. setJob(Job job)voidExecutionMode. setJob(Job job)Method parameters in org.optaplanner.examples.projectjobscheduling.domain with type arguments of type Job Modifier and Type Method Description voidProject. setJobList(List<Job> jobList)voidSchedule. setJobList(List<Job> jobList)voidJob. setSuccessorJobList(List<Job> successorJobList)
-