Uses of Class
anthill.Neighbour

Packages that use Neighbour
anthill This package contains the main interfaces needed by ant implementors; in particular, it contains the Ant interface, which is the agent interface to be implemented. 
anthill.nest This package contains the main interfaces needed by nest implementors. 
anthill.nestor This package is a prototype implementation of package anthill.nest to be used during Anthill simulations.  
freenetant This package contains a simple ant implementation that perform a random walking through a peer-to-peer network. 
 

Uses of Neighbour in anthill
 

Methods in anthill that return Neighbour
 Neighbour[] AntView.getNeighbours()
          Ants invoke this method to obtain the list of nest neighbors known to the current nest.
 

Uses of Neighbour in anthill.nest
 

Methods in anthill.nest that return Neighbour
 Neighbour[] Nest.getNeighbours()
          Returns information about the neighbours known to this nest.
 

Uses of Neighbour in anthill.nestor
 

Methods in anthill.nestor that return Neighbour
 Neighbour[] LocalAntView.getNeighbours()
          Ants invoke this method to obtain the list of nest neighbors known to the current nest.
 Neighbour[] LocalNest.getNeighbours()
          Return the neighbours known to this Nest
 

Uses of Neighbour in freenetant
 

Methods in freenetant with parameters of type Neighbour
 void FreenetAntPheromone.fillRoutingTable(Neighbour[] neighbours)