Uses of Class
ifs.example.jobshop.Job

Packages that use Job
ifs.example.jobshop JobShop Problem. 
 

Uses of Job in ifs.example.jobshop
 

Methods in ifs.example.jobshop that return Job
 Job Operation.getJob()
          Get job
 Job JobShopModel.getJob(int jobNumber)
          Get job of the given number
 

Constructors in ifs.example.jobshop with parameters of type Job
Operation(Job job, Machine machine, int operationNumber, int processingTime)
          Constructor
 



Copyright © 2005 Tomáš Müller