lime
Interface ILimeAgent

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
StationaryAgent, MobileAgent

public interface ILimeAgent
extends java.io.Serializable

Any Lime agent must implement this interface. Currently, StationaryAgent and mobileagent.mucode.MobileAgent are the only two available Lime agents.

Version:
1.0 alpha
Author:
Amy L. Murphy, Gian Pietro Picco
See Also:
LimeAgentMgr, StationaryAgent, MobileAgent

Method Summary
 LimeAgentMgr getMgr()
          Returns the LimeAgentMgr for this object.
 

Method Detail

getMgr

public LimeAgentMgr getMgr()
Returns the LimeAgentMgr for this object.