Uses of Interface
anthill.Ant

Packages that use Ant
ants.freeant Freeant is an experimental ant based on the Gnutant algorithm.  
ants.gnutant This package ants.contains a simple ant implementation. 
ants.messor This package ants.contains an experimental ant implementing a grid-like computing service.  
ants.random This package ants.contains a simple ant implementation that perform a random walking through a peer-to-peer network. 
antsim.genie This package contains the main interfaces used in the Anthill evolution framework, including interfaces to perform evaluations using genetic tools, to represent genetic codes and to manipulate populations of genetic codes. 
 

Uses of Ant in ants.freeant
 

Classes in ants.freeant that implement Ant
 class Gnutant
           
 class ResponseGnutant
          In this version, I've removed the support for fake probability.
 

Uses of Ant in ants.gnutant
 

Classes in ants.gnutant that implement Ant
 class BackwardGnutant
           
 class Insant
          Ant implementation for inserting a document into the anthill network.
 class ReplyGnutant
           
 class SearchGnutant
           
 

Uses of Ant in ants.messor
 

Classes in ants.messor that implement Ant
 class DeliverAnt
           
 class MessorAnt
           
 class MessorQueen
           
 

Uses of Ant in ants.random
 

Classes in ants.random that implement Ant
 class RandomAnt
          This class contains the implementation of a simple ant which performs a random walk through the network.
 

Uses of Ant in antsim.genie
 

Subinterfaces of Ant in antsim.genie
 interface GeneticAnt
          This interface extends interface Ant with methods for the management of the genetic code of ants.