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

Packages that use Location
net.sf.cpsolver.ifs.example.rpp Random Placement Problem. 
 

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

Methods in net.sf.cpsolver.ifs.example.rpp with parameters of type Location
 boolean Location.hasIntersection(Location anotherLocation)
          Returns true if the given location intersects with this location
 

Constructors in net.sf.cpsolver.ifs.example.rpp with parameters of type Location
Rectangle(String name, int width, int height, int minX, int maxX, int minY, int maxY, Location initialLocation)
          Constructor.