Uses of Interface
lime.ILimeAgent

Packages that use ILimeAgent
Default Package   
lime   
lime.mobileagent.mucode   
lime.motes   
 

Uses of ILimeAgent in
 

Classes in Default Package that implement ILimeAgent
 class BuzzerClientAgent
          Really simple agent, just to show how to use lime.motes package and how to make the motes buzz.
 class InteractiveAgent
           
 class RdgSimpleClientAgent
          Really simple agent, just to show how to use lime.motes package
 class RdpSimpleClientAgent
          Really simple agent, just to show how to use lime.motes package
 class RdSimpleClientAgent
          Really simple agent, just to show how to use lime.motes package
 class ReactiveClientAgent
           
 

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.
 

Uses of ILimeAgent in lime.motes
 

Classes in lime.motes that implement ILimeAgent
 class MoteAgent
          This Agent is responsible to establish the bridge between lime and the motes subsystem, it reacts to configuration tuple in the BASENAME-CONFIG tuple space, asks the motes subsystem to read environmental data and out them in the BASENAME tuple space.
 class MoteInteractiveAgent
          An interactive agent used for testing the tuple spaces.