swarm.analysis
Class AveragerCImpl

java.lang.Object
  |
  +--swarm.PhaseCImpl
        |
        +--swarm.analysis.AveragerCImpl

public class AveragerCImpl
extends PhaseCImpl
implements MessageProbeS, MessageProbeC, AveragerS

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.


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
AveragerCImpl()
           
AveragerCImpl(AveragerImpl nextPhase)
           
 
Methods implemented by this class for interface swarm.objectbase.MessageProbeS
setHideResult
 
Methods implemented by this class for interface swarm.objectbase.MessageProbeC
setProbedSelector
 
Methods implemented by this class for interface swarm.objectbase.ProbeS
setSafety, unsetSafety
 
Methods implemented by this class for interface swarm.objectbase.ProbeC
setProbedClass
 
Methods implemented by this class for interface swarm.defobj.CreateC
createEnd
 
Methods inherited from class swarm.PhaseCImpl
_copy_creating_phase_to_using_phase
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AveragerCImpl

public AveragerCImpl(AveragerImpl nextPhase)

AveragerCImpl

public AveragerCImpl()