Uses of Class
moteaccess.MoteID

Packages that use MoteID
lime.motes   
moteaccess   
 

Uses of MoteID in lime.motes
 

Fields in lime.motes declared as MoteID
private  MoteID MoteRegisteredReaction.moteID
          The id of the MoteID we are setting the reaction on.
(package private)  MoteID MoteLimeTuple.moteid
          The ID of the mote location.
private  MoteID MoteLimeTemplate.mote
          The ID of the mote.
 

Methods in lime.motes that return MoteID
 MoteID MoteRegisteredReaction.getMoteID()
          Getter for the MoteID attribute.
 MoteID MoteLimeTuple.getMoteid()
          Method used to get the Mote Identifier.
 MoteID MoteLimeTemplate.getMoteid()
          Getter for the moteID.
 

Constructors in lime.motes with parameters of type MoteID
MoteRegisteredReaction(RequestID id, MoteID moteID, RegisteredReaction r)
          Public constructor that allows to build a MoteRegisteredReaction starting from a RequestID, which is the one that identifies the reaction in the whole motes subsystem, the MoteID (that may be unspecified) that idicates the reaction loacation at the motes level, and the RegisteredReaction as in the construction of a lime RegisteredReaction.
MoteLimeTuple(MoteID mid, AgentLocation cur, AgentLocation dest, LimeTupleID id, lights.interfaces.ITuple t)
          Public constructor that instantiates a MoteLimeTuple.
MoteLimeTemplate(Location cur, AgentLocation dest, MoteID mote, int f, LimeTupleID id, lights.interfaces.ITuple t)
          Construct a new MotesLimeTemplate.
LimeMoteRequest(MoteID mid, SensorType stype, java.lang.Boolean reqmode)
          Public constructor that simply calls moteaccess.MoteRequest constructor.
LimeMoteReaction(MoteID mid, SensorType stype, Condition cond, java.lang.Boolean oncepertuple)
           
LimeMoteReaction(MoteID mid, SensorType stype, IAggregationOptions aggOpts, Condition cond, java.lang.Boolean oncepertuple)
           
 

Uses of MoteID in moteaccess
 

Fields in moteaccess declared as MoteID
private  MoteID MoteResult.sourceID
          The mote this reading came from.
protected  MoteID MoteRequest.moteID
          ID of the mote to be queried
protected  MoteID MoteReaction.mid
          The mote id.
 

Methods in moteaccess that return MoteID
 MoteID MoteResult.getSourceID()
           
 MoteID MoteRequest.getMoteID()
          Getter method for the ID of the mote that has performed the reading.
 MoteID MoteReaction.getMoteID()
          Return the required MoteID
 

Constructors in moteaccess with parameters of type MoteID
MoteResult(SensorType sensorType, int sensorReading, MoteID sourceMote, int epochTime, RequestID rid)
          Standard contructor of the MoteResult, all the values of the result are passed as parameters, but the timestamp which is generated.
MoteRequest(MoteID m, SensorType sensorType, boolean timedMode)
          Public constructor for a new MoteRequest.
MoteReaction(MoteID m, SensorType sensorType, Condition cond, java.lang.Boolean persistentMode)
          Public constructor of a mote reaction.
MoteReaction(MoteID m, SensorType st, Condition c, boolean persistent)
          Public constructor of a mote reaction.