com.sun.faban.driver.util
Interface PairwiseAggregator.Aggregable<T>

All Known Implementing Classes:
Metrics, RuntimeMetrics
Enclosing class:
PairwiseAggregator<T extends PairwiseAggregator.Aggregable<T>>

public static interface PairwiseAggregator.Aggregable<T>

Interface to an aggregable object.


Method Summary
 void add(T metrics)
          The add method for aggregation, adding the metrics to this object.
 

Method Detail

add

void add(T metrics)
The add method for aggregation, adding the metrics to this object.

Parameters:
metrics - The metrics to add