Uses of Class
ifs.example.jobshop.Operation

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

Uses of Operation in ifs.example.jobshop
 

Methods in ifs.example.jobshop that return Operation
 Operation Job.getOperation(int opNumber)
          Get operation of the given index (0..countOperations()-1)
 Operation Operation.getPrecedingOperation()
          Get the preceeding operation (if any)
 Operation Operation.getSubsequentOperation()
          Get the subsequent operation (if any)
 

Constructors in ifs.example.jobshop with parameters of type Operation
Location(Operation op, int startTime)
          Constructor
 



Copyright © 2005 Tomáš Müller