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

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

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

Methods in net.sf.cpsolver.ifs.example.jobshop with parameters of type Location
 boolean Location.after(Location anotherLocation)
          Returnts true if after the given location
 boolean Location.before(Location anotherLocation)
          Returnts true if before the given location
 void Machine.computeConflicts(Location location, Set<Location> conflicts)
          Adds conflicting operations into the set of conflicts.
 void Job.computeConflicts(Location location, Set<Location> conflicts)
          Adds conflicting operations into the set of conflicts.
 boolean Machine.inConflict(Location location)
          True if there is an operation from the machine which violates with the given assignment.
 boolean Job.inConflict(Location location)
          True if there is an operation from the same job which violates with the given assignment.
 boolean Machine.isConsistent(Location value1, Location value2)
          True if the two assignments (placement of opeartions of the machine in time) violates each other.
 boolean Job.isConsistent(Location location1, Location location2)
          True if the two assignments (placement of opeartions of the same job in time) violates each other.
 boolean Location.overlap(Location anotherLocation)
          Returns true if overlap with the given location
 

Method parameters in net.sf.cpsolver.ifs.example.jobshop with type arguments of type Location
 void Machine.computeConflicts(Location location, Set<Location> conflicts)
          Adds conflicting operations into the set of conflicts.
 void Job.computeConflicts(Location location, Set<Location> conflicts)
          Adds conflicting operations into the set of conflicts.
 



Copyright © 2014 UniTime LLC. All Rights Reserved.