Uses of Package
anthill.factory

Packages that use anthill.factory
anthill.antsim.impl This package contains a prototype implementation of the interfaces included in package anthill.antsim
anthill.factory This package contains a general factory class based on reflection and XML configuration files, which could be used to configure the behavior of an Anthill simulation without need to recompile the application. 
anthill.genie.impl This package contains a prototype implementation of the interfaces included in package anthill.genie
anthill.nestor This package is a prototype implementation of package anthill.nest to be used during Anthill simulations.  
anthill.storage.impl   
freenetant This package contains a simple ant implementation that perform a random walking through a peer-to-peer network. 
gnutant This package contains a simple ant implementation. 
 

Classes in anthill.factory used by anthill.antsim.impl
Factory
          A generic factory for creating object instances of a class matching a particular interface and possibly taking arguments.
 

Classes in anthill.factory used by anthill.factory
ConfigFormatException
          Thrown when there is a problem parsing or validating the content of the system configuration file.
ConstructorException
          ConstructorException is a runtime exception that wraps an exception thrown when using get() methods of Factory
Factory
          A generic factory for creating object instances of a class matching a particular interface and possibly taking arguments.
 

Classes in anthill.factory used by anthill.genie.impl
Factory
          A generic factory for creating object instances of a class matching a particular interface and possibly taking arguments.
 

Classes in anthill.factory used by anthill.nestor
Factory
          A generic factory for creating object instances of a class matching a particular interface and possibly taking arguments.
 

Classes in anthill.factory used by anthill.storage.impl
Factory
          A generic factory for creating object instances of a class matching a particular interface and possibly taking arguments.
 

Classes in anthill.factory used by freenetant
Factory
          A generic factory for creating object instances of a class matching a particular interface and possibly taking arguments.
 

Classes in anthill.factory used by gnutant
Factory
          A generic factory for creating object instances of a class matching a particular interface and possibly taking arguments.