swarm.analysis
Interface EZSequence

All Known Subinterfaces:
EZAverageSequence

public interface EZSequence
extends SwarmObject, SwarmObjectS

Protocol for an EZSequence. A sequence generated using an EZGraph instance returns an object of this type


Method Summary
 double getCurrentValue()
          Returns the current value of the sequence.
 void setUnsignedArg(int val)
          After a sequence has been created and a selector is set, this method allows the user to specify a single unsigned integer argument that is required by the message that the selector implies.
 
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

setUnsignedArg

public void setUnsignedArg(int val)
After a sequence has been created and a selector is set, this method allows the user to specify a single unsigned integer argument that is required by the message that the selector implies.

getCurrentValue

public double getCurrentValue()
Returns the current value of the sequence.