Uses of Class
net.sf.cpsolver.ifs.example.jobshop.Operation

Packages that use Operation
net.sf.cpsolver.ifs.example.jobshop JobShop Problem. 
 

Uses of Operation in net.sf.cpsolver.ifs.example.jobshop
 

Methods in net.sf.cpsolver.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 net.sf.cpsolver.ifs.example.jobshop with parameters of type Operation
Location(Operation op, int startTime)
          Constructor