Uses of Class
ifs.example.jobshop.Location

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

Uses of Location in ifs.example.jobshop
 

Methods in 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
 boolean Location.overlap(Location anotherLocation)
          Returns true if overlap with the given location
 



Copyright © 2005 Tomáš Müller