Uses of Class
moteaccess.Condition

Packages that use Condition
lime.motes   
moteaccess   
 

Uses of Condition in lime.motes
 

Constructors in lime.motes with parameters of type Condition
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 Condition in moteaccess
 

Fields in moteaccess declared as Condition
protected  Condition MoteReaction.cond
          The condition of the reaction.
 

Methods in moteaccess that return Condition
 Condition MoteReaction.getCondition()
          Getter for the condition.
 

Constructors in moteaccess with parameters of type Condition
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.