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
lime.mobileagent.mucode.MobileAgent
are the only two available
Lime agents.
- Version:
- 1.0 alpha
- Author:
- Amy L. Murphy, Gian Pietro Picco
- See Also:
MobileAgent
getMgr
public LimeAgentMgr getMgr()
- Returns the manager of this agent.
- Returns:
- the manager of this agent.