Uses of Class
anthill.nest.AntDescriptor

Packages that use AntDescriptor
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 AntDescriptor in anthill.nest
 

Methods in anthill.nest with parameters of type AntDescriptor
 void AntListener.deliver(AntDescriptor desc)
          This method is invoked to notify the ant listener that an ant coming from the given nest has been received
 

Uses of AntDescriptor in anthill.nestor
 

Methods in anthill.nestor with parameters of type AntDescriptor
 void LocalNest.deliver(AntDescriptor desc)
          Receive an agent from outside and deliver it to the to the activity manager.