Uses of Package
anthill

Packages that use anthill
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.storage   
anthill.storage.impl   
anthill.types This package contains general utility types that may help in the development of new ant algorithms. 
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 This package contains the main interfaces used in the Anthill simulation tool, including interfaces to perform evaluations, to collect statistics, to simulate peer-to-peer networks and to generate random requests of documents. 
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. 
antsim.impl This package contains a prototype implementation of the interfaces included in package antsim
antsim.nestor This package is a prototype implementation of package anthill.nest to be used during Anthill simulations.  
jxtaimpl   
jxtaimpl.ids   
jxtaimpl.storage   
 

Classes in anthill used by anthill
ResourceManagerException
          This exception is raised when it is impossible to create a resource manager, due to some configuration problem.
 

Classes in anthill used by anthill.nest
ResourceManagerException
          This exception is raised when it is impossible to create a resource manager, due to some configuration problem.
 

Classes in anthill used by anthill.storage
ResourceManager
          This interface represents a resource manager.
 

Classes in anthill used by anthill.storage.impl
ResourceManager
          This interface represents a resource manager.
 

Classes in anthill used by anthill.types
Resource
          The Resource interface describes resources that may be stored in a nests.
 

Classes in anthill used by ants.freeant
Ant
          This interface contains the methods which must be implemented by ant developers.
AntFactory
          Factory interface for creating ants.
ResourceManager
          This interface represents a resource manager.
 

Classes in anthill used by ants.gnutant
Ant
          This interface contains the methods which must be implemented by ant developers.
Resource
          The Resource interface describes resources that may be stored in a nests.
 

Classes in anthill used by ants.messor
Ant
          This interface contains the methods which must be implemented by ant developers.
AntFactory
          Factory interface for creating ants.
RequestId
          Empty interface used as a marker for request identifiers.
ResourceManager
          This interface represents a resource manager.
 

Classes in anthill used by ants.random
Ant
          This interface contains the methods which must be implemented by ant developers.
AntFactory
          Factory interface for creating ants.
 

Classes in anthill used by antsim
RequestId
          Empty interface used as a marker for request identifiers.
 

Classes in anthill used by antsim.genie
Ant
          This interface contains the methods which must be implemented by ant developers.
 

Classes in anthill used by antsim.impl
Resource
          The Resource interface describes resources that may be stored in a nests.
 

Classes in anthill used by antsim.nestor
AntId
          Empty interface used as a marker for ant identifiers.
AntView
          Interface AntView contains the set of methods which are accessible to ants when visiting nests.
NestId
          Empty interface used as a marker for nest identifiers.
ResourceManagerException
          This exception is raised when it is impossible to create a resource manager, due to some configuration problem.
 

Classes in anthill used by jxtaimpl
AntView
          Interface AntView contains the set of methods which are accessible to ants when visiting nests.
 

Classes in anthill used by jxtaimpl.ids
AntId
          Empty interface used as a marker for ant identifiers.
NestId
          Empty interface used as a marker for nest identifiers.
RequestId
          Empty interface used as a marker for request identifiers.
 

Classes in anthill used by jxtaimpl.storage
Resource
          The Resource interface describes resources that may be stored in a nests.
ResourceManager
          This interface represents a resource manager.