Uses of Interface
lime.motes.IAggregationOptions

Packages that use IAggregationOptions
lime.motes   
 

Uses of IAggregationOptions in lime.motes
 

Classes in lime.motes that implement IAggregationOptions
 class AggregationOptions
          This first implementation of the IAggregationOptions interface allows the user to specify the range of epochs the aggregated request refers to and the type of aggregated request.
 

Constructors in lime.motes with parameters of type IAggregationOptions
LimeMoteReaction(MoteID mid, SensorType stype, IAggregationOptions aggOpts, Condition cond, java.lang.Boolean oncepertuple)