Uses of Class
edu.rit.pj.job.Job

Packages that use Job
Package
Description
The Job package encapsulates a job and its attributes.
  • Uses of Job in edu.rit.pj.job

    Methods in edu.rit.pj.job that return Job
    Modifier and Type
    Method
    Description
    protected abstract Job
    JobGenerator.createJob(int theJobNumber)
    Create the job with the given job number.
    Methods in edu.rit.pj.job that return types with arguments of type Job
    Modifier and Type
    Method
    Description
    JobGenerator.iterator()
    Get an iterator for generating the jobs in the job group.