Uses of Class
lime.LimeTupleID

Packages that use LimeTupleID
lime   
lime.motes   
 

Uses of LimeTupleID in lime
 

Fields in lime declared as LimeTupleID
(package private)  LimeTupleID LimeTuple.id
           
(package private)  LimeTupleID LimeTemplate.id
           
 

Methods in lime that return LimeTupleID
 LimeTupleID LimeTuple.getID()
          get the tuple id.
 LimeTupleID LimeTemplate.getID()
          get the tuple id.
 

Methods in lime with parameters of type LimeTupleID
(package private)  boolean RegisteredReaction.alreadyReactedTo(LimeTupleID ltid)
          Determines whether the tuple represented by the passed parameter still needs to be reacted to or not.
 void LimeTemplate.getID(LimeTupleID id)
          get the tuple id.
 

Constructors in lime with parameters of type LimeTupleID
LimeTuple(AgentLocation cur, AgentLocation dest, LimeTupleID id, lights.interfaces.ITuple t)
          Construct a new LimeTuple from inside the Lime package ONLY.
LimeTemplate(Location cur, AgentLocation dest, LimeTupleID id, lights.interfaces.ITuple t)
          Construct a new LimeTemplate.
 

Uses of LimeTupleID in lime.motes
 

Constructors in lime.motes with parameters of type LimeTupleID
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.
MoteLimeTemplate(Location cur, AgentLocation dest, LimeTupleID id, lights.interfaces.ITuple t)
          Construct a new MotesLimeTemplate.