swarm.analysis
Interface AveragerC
- All Known Implementing Classes:
- AveragerCImpl
- public interface AveragerC
- extends MessageProbeC, MessageProbeS
Averages together data, gives the data to whomever asks..
Averager objects read a value (via a MessageProbe) from a collection (typically a list) of objects and collect statistics over them.
Method Summary |
java.lang.Object |
setCollection(java.lang.Object aTarget)
Sets the collection of objects that will be probed. |
java.lang.Object |
setWidth(int width)
Set sampling width for target. |
setCollection
public java.lang.Object setCollection(java.lang.Object aTarget)
- Sets the collection of objects that will be probed.
setWidth
public java.lang.Object setWidth(int width)
- Set sampling width for target.