sidnet.stack.users.demo_multi_tree.routing
Class AggregationBean
java.lang.Object
   sidnet.stack.users.demo_multi_tree.routing.AggregationBean
sidnet.stack.users.demo_multi_tree.routing.AggregationBean
- All Implemented Interfaces: 
- JistAPI.Timeless
- public class AggregationBean 
- extends java.lang.Object- implements JistAPI.Timeless
 
| Constructor Summary | 
| AggregationBean(int queryId,
                int epochNumber,
                int producerNodeId,
                double aggregationValue,
                NetAddress src,
                int aggregationType)
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
queryId
public int queryId
epochNumber
public int epochNumber
aggregationValue
public double aggregationValue
sensingCount
public int sensingCount
producerNodeId
public int producerNodeId
src
public NetAddress src
aggregationType
public int aggregationType
AggregationBean
public AggregationBean(int queryId,
                       int epochNumber,
                       int producerNodeId,
                       double aggregationValue,
                       NetAddress src,
                       int aggregationType)
getCopyOf
public AggregationBean getCopyOf()
- 
 
-