|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AntListener | |
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 AntListener in anthill.antnet |
Methods in anthill.antnet with parameters of type AntListener | |
void |
UdpGate.setAntListener(AntListener listener)
|
Uses of AntListener in anthill.nest |
Methods in anthill.nest with parameters of type AntListener | |
void |
Gate.setAntListener(AntListener listener)
Sets the ant listener, i.e. the object that will accept the ants coming from other nests. |
Uses of AntListener in anthill.nestor |
Classes in anthill.nestor that implement AntListener | |
class |
LocalGeneticNest
A Nest class collects the components of a Nest site: (i) a AntView object, which is the view of a Nest for an Ant; (ii) a Gate object, which manage the communication between nests; (iii) an Manager, i.e. the object which manage the activities performed by different agents. |
class |
LocalNest
A Nest class collects the components of a Nest site: (i) a AntView object, which is the view of a Nest for an Ant; (ii) a Gate object, which manage the communication between nests; (iii) an Manager, i.e. the object which manage the activities performed by different agents. |
Methods in anthill.nestor with parameters of type AntListener | |
void |
LocalGate.setAntListener(AntListener listener)
Sets the ant listener, i.e. the object that will accept the ants coming from other nests. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |