antsim
Interface SimulatedNest

All Superinterfaces:
Clearable, Nest
All Known Implementing Classes:
LocalNest

public interface SimulatedNest
extends Nest

Interface SimulatedNest extends Nest by adding methods for managing simulated nests, such as methods to obtain the ant manager associated to the nest, or to force the simulated nest to leave.

Version:
$Revision: 1.2 $
Author:
Alberto Montresor

Field Summary
 
Fields inherited from interface anthill.nest.Nest
NAME
 
Method Summary
 Manager getManager()
          Returns the Manager object associated to this nest
 void leave()
          Forces the nest to exit.
 
Methods inherited from interface anthill.nest.Nest
addAntNeighbour, addClientNeighbour, createResourceManager, getNeighbours, getNestId, getResourceManager, removeNeighbour, request
 
Methods inherited from interface anthill.util.Clearable
clear
 

Method Detail

getManager

public Manager getManager()
Returns the Manager object associated to this nest


leave

public void leave()
Forces the nest to exit.