| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ValueAggregator
This interface defines the minimal protocol for value aggregators.
| Method Summary | |
|---|---|
 void | 
addNextValue(Object val)
add a value to the aggregator  | 
 ArrayList | 
getCombinerOutput()
 | 
 String | 
getReport()
 | 
 void | 
reset()
reset the aggregator  | 
| Method Detail | 
|---|
void addNextValue(Object val)
val - the value to be addedvoid reset()
String getReport()
ArrayList getCombinerOutput()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||