Uses of Interface
anthill.nest.Manager

Packages that use Manager
anthill.antnet This package is a prototype implementation of package anthill.nest to be used during actual deployment in a real environment. 
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.  
 

Uses of Manager in anthill.antnet
 

Classes in anthill.antnet that implement Manager
 class ConcurrentManager
          Implementations of Manager capable to manage multiple threads.
 

Uses of Manager in anthill.nest
 

Methods in anthill.nest that return Manager
 Manager Nest.getManager()
          Returns the Manager object associated to this nest
 

Uses of Manager in anthill.nestor
 

Classes in anthill.nestor that implement Manager
 class LocalManager
          Class LocalManager is the implementation of Manager to be used during off-line simulations.
 

Methods in anthill.nestor that return Manager
 Manager LocalNest.getManager()
          Return the Manager associated to this Nest