Uses of Class
lime.Location

Packages that use Location
lime   
lime.motes   
lime.motes.util.console   
lime.util.console   
 

Uses of Location in lime
 

Subclasses of Location in lime
 class AgentLocation
          Defines the location of a tuple with respect to an Agent.
 class HostLocation
          Defines the location of a tuple within the host-level tuple space associated with a host.
 

Fields in lime declared as Location
(package private)  Location LimeTemplate.cur
           
 

Methods in lime that return Location
 Location Reaction.getCurrentLocation()
          Get the current location associated with the reaction.
 Location LimeTemplate.getCurrent()
          Get the current location associated with the tuple.
 

Methods in lime with parameters of type Location
(package private)  RegisteredReaction[][] UponMgr.getUponsWithLocation(Location[] locations, boolean pending)
          Pick all the registered reactions that have the current location equal to one of those supplied.
(package private) static boolean LimeTupleSpace.isUnspecified(Location l)
           
 void LimeTemplate.setCurrent(Location loc)
           
(package private)  short LimeSystemTSMgr.relativeLocation(Location loc, java.lang.String tsname)
          Figure out whether the location parameter is a host or agent, then specifically the type of host or agent.
 

Constructors in lime with parameters of type Location
LimeTemplate(Location cur, AgentLocation dest, LimeTupleID id, lights.interfaces.ITuple t)
          Construct a new LimeTemplate.
 

Uses of Location in lime.motes
 

Constructors in lime.motes with parameters of type Location
MoteLimeTemplate(Location cur, AgentLocation dest, MoteID mote, int f, LimeTupleID id, lights.interfaces.ITuple t)
          Construct a new MotesLimeTemplate.
MoteLimeTemplate(Location cur, AgentLocation dest, LimeTupleID id, lights.interfaces.ITuple t)
          Construct a new MotesLimeTemplate.
 

Uses of Location in lime.motes.util.console
 

Fields in lime.motes.util.console declared as Location
 Location QueuedOp.current
           
(package private)  Location MainDialog.cur
           
(package private)  Location LocDialog.loc
           
(package private)  Location[] LocDialog.locs
           
 

Methods in lime.motes.util.console that return Location
(package private)  Location LocDialog.getLoc()
           
 

Constructors in lime.motes.util.console with parameters of type Location
QueuedOp(short type, Location current, AgentLocation destination, lights.interfaces.ITuple tuple)
           
 

Uses of Location in lime.util.console
 

Fields in lime.util.console declared as Location
 Location QueuedOp.current
           
(package private)  Location MainDialog.cur
           
(package private)  Location LocDialog.loc
           
(package private)  Location[] LocDialog.locs
           
 

Methods in lime.util.console that return Location
(package private)  Location LocDialog.getLoc()
           
 

Constructors in lime.util.console with parameters of type Location
QueuedOp(short type, Location current, AgentLocation destination, lights.interfaces.ITuple tuple)