Uses of Package
anthill.storage

Packages that use anthill.storage
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.  
anthill.storage   
anthill.storage.impl   
gnutant This package contains a simple ant implementation. 
 

Classes in anthill.storage used by anthill
CapacityException
          Base class for the exceptions thrown by Capacity.
Storage
          Storage is an empty interface which is used a marker for storage objects, which may be requested and obtained by ants when visiting nest.
StorageNotFoundException
          StorageNotFoundException is FIXME ALB Should be a checked exception?
 

Classes in anthill.storage used by anthill.nest
Storage
          Storage is an empty interface which is used a marker for storage objects, which may be requested and obtained by ants when visiting nest.
StorageNotFoundException
          StorageNotFoundException is FIXME ALB Should be a checked exception?
 

Classes in anthill.storage used by anthill.nestor
CapacityException
          Base class for the exceptions thrown by Capacity.
Storage
          Storage is an empty interface which is used a marker for storage objects, which may be requested and obtained by ants when visiting nest.
StorageNotFoundException
          StorageNotFoundException is FIXME ALB Should be a checked exception?
 

Classes in anthill.storage used by anthill.storage
CapacityException
          Base class for the exceptions thrown by Capacity.
GenericStorage
          The GenericStorage represents a generic storage which enforce a simple policy based on a maximum capacity.
Storage
          Storage is an empty interface which is used a marker for storage objects, which may be requested and obtained by ants when visiting nest.
 

Classes in anthill.storage used by anthill.storage.impl
CapacityException
          Base class for the exceptions thrown by Capacity.
GenericStorage
          The GenericStorage represents a generic storage which enforce a simple policy based on a maximum capacity.
QueryController
           
QueryStorage
          Implementation of an LRU based query storage.
Storage
          Storage is an empty interface which is used a marker for storage objects, which may be requested and obtained by ants when visiting nest.
 

Classes in anthill.storage used by gnutant
CapacityException
          Base class for the exceptions thrown by Capacity.
GenericStorage
          The GenericStorage represents a generic storage which enforce a simple policy based on a maximum capacity.
QueryStorage
          Implementation of an LRU based query storage.
Storage
          Storage is an empty interface which is used a marker for storage objects, which may be requested and obtained by ants when visiting nest.