sidnet.stack.users.topological_tree_aggregation.routing
Class TopologicalTreeRouting.AggregationBean

java.lang.Object
  extended by sidnet.stack.users.topological_tree_aggregation.routing.TopologicalTreeRouting.AggregationBean
Enclosing class:
TopologicalTreeRouting

public class TopologicalTreeRouting.AggregationBean
extends java.lang.Object


Field Summary
 double aggregationValue
           
 int epochNumber
           
 int queryId
           
 int sensingCount
           
 
Constructor Summary
TopologicalTreeRouting.AggregationBean(int queryId, int epochNumber, double aggregationValue)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

queryId

public int queryId

epochNumber

public int epochNumber

aggregationValue

public double aggregationValue

sensingCount

public int sensingCount
Constructor Detail

TopologicalTreeRouting.AggregationBean

public TopologicalTreeRouting.AggregationBean(int queryId,
                                              int epochNumber,
                                              double aggregationValue)