Uses of Class
lime.StationaryAgent

Packages that use StationaryAgent
Default Package   
lime.motes   
 

Uses of StationaryAgent in
 

Subclasses of StationaryAgent in Default Package
 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 StationaryAgent in lime.motes
 

Subclasses of StationaryAgent in lime.motes
 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.