Uses of Interface
lime.ILimeAgent

Packages that use ILimeAgent
lime   
lime.mobileagent.mucode   
 

Uses of ILimeAgent in lime
 

Classes in lime that implement ILimeAgent
 class StationaryAgent
          In Lime, a Lime tuple space is always permanently associated with an ILimeAgent object.
 

Methods in lime that return ILimeAgent
 ILimeAgent LimeServer.loadAgent(java.lang.String classname, java.io.Serializable[] parameters)
          Load an agent into the Lime server.
 

Uses of ILimeAgent in lime.mobileagent.mucode
 

Classes in lime.mobileagent.mucode that implement ILimeAgent
 class MobileAgent
          This class provides a Lime-enabled mobile agent, on top of µCode mobile agents.