swarm.analysis
Interface AveragerC


public abstract interface AveragerC
extends MessageProbeS, MessageProbeC

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
 Object createEnd()
           
 Object setCollection(Object aCollection)
          Sets the collection of objects that will be probed.
 
Methods inherited from interface swarm.objectbase.MessageProbeS
setHideResult
 
Methods inherited from interface swarm.objectbase.MessageProbeC
setProbedSelector
 
Methods inherited from interface swarm.objectbase.ProbeC
setProbedClass
 

Method Detail

setCollection

public Object setCollection(Object aCollection)
Sets the collection of objects that will be probed.

createEnd

public Object createEnd()