Uses of Interface
anthill.nest.Gate

Packages that use Gate
anthill.antnet This package is a prototype implementation of package anthill.nest to be used during actual deployment in a real environment. 
anthill.nestor This package is a prototype implementation of package anthill.nest to be used during Anthill simulations.  
 

Uses of Gate in anthill.antnet
 

Classes in anthill.antnet that implement Gate
 class UdpGate
          A UdpGate is an implementation of the Gate interface based on UDP.
 

Uses of Gate in anthill.nestor
 

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