swarm.analysis
Interface EZAverageSequence


public interface EZAverageSequence
extends EZSequence, EZSequenceS

Protocol for an EZAverageSequence. An averaging sequence generated using an EZGraph instance returns an object of this type.


Method Summary
 Averager getAverager()
          Returns a pointer to the Averager object that provides data to this sequence.
 
Methods inherited from interface swarm.analysis.EZSequence
getCurrentValue, setUnsignedArg
 
Methods inherited from interface swarm.objectbase.SwarmObject
getCompleteProbeMap, getProbeForMessage, getProbeForVariable, getProbeMap
 
Methods inherited from interface swarm.defobj.Drop
drop
 
Methods inherited from interface swarm.defobj.DefinedObject
compare, describe, describeID, getDisplayName, getTypeName, getZone, perform, perform$with, perform$with$with, perform$with$with$with, respondsTo, setDisplayName, xfprint, xfprintid, xprint, xprintid
 
Methods inherited from interface swarm.defobj.GetName
getName
 

Method Detail

getAverager

public Averager getAverager()
Returns a pointer to the Averager object that provides data to this sequence. This might be useful if one wants to find additional information about the data, because the Averager can calculate not only averages, but also indicators of dispersion, in the ordinary or moving average format.