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

    Classes in edu.rit.pj.job that implement interfaces with type arguments of type Job
    Modifier and Type
    Class
    Description
    class 
    Class JobGenerator is the abstract base class for an object that generates a group of Jobs.
    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.