Uses of Class
Location

Uses of Location in <Unnamed>
 

Fields in <Unnamed> declared as Location
static Location Utilities.END
           
static Location Utilities.START
           
 

Methods in <Unnamed> with parameters of type Location
 AntResponsePair Responder.getNeighborsOfCurrentNode(int antID, Location location)
          Provides a vector of Locations to which the Ant can move, or kills the ant.
 int Responder.updateAntLocation(int antID, Location newLocation)
          Updates the Locations of the Ant in the network.