ptolemy.actor.lib
Interface SequenceActor

All Known Implementing Classes:
ArrayPlotter, ArrayPlotterXY, ArrayToSequence, Autocorrelation, Autocorrelation, AverageOverTime, BarGraph, BitsToInt, BoundedBufferNondeterministicDelay, BoundedBufferTimedDelay, Chop, Chop, Commutator, Commutator, CountTrues, DDFSingleTokenCommutator, DEActor, DelayLine, DelayLine, Derivative, DEThreadActor, DETransformer, DirectoryListing, Distributor, Distributor, DoubleToMatrix, DownSample, EventFilter, FFT, FFT, FIR, IFFT, IFFT, Inhibit, Integrator, Interpolator, Interpolator, IntToBits, LineCoder, LMSAdaptive, MapFileStorage, MatrixJoin, MatrixSplit, MatrixToDouble, MatrixToSequence, Merge, NonInterruptibleTimer, PID, Previous, Pulse, Pulse, RaisedCosine, Ramp, Ramp, Register, Repeat, SampleDelay, Sampler, SDFConverter, SDFTransformer, SequencePlotter, Sequencer, Sequencer, SequenceScope, SequenceSource, SequenceToArray, SequenceToMatrix, SequentialClock, SequentialClock, Server, Simulator, SingleTokenCommutator, SingleTokenDistributor, SketchedSource, SuppressSimultaneousEvents, TimeCompare, TimedDelay, TimeGap, Timer, UnionMerge, UpSample, VariableDelay, VariableFIR, WaitingTime, Wire

public interface SequenceActor

This is a marker interface for actors that operate on sequences. That is, logically, all signals observed or produced are sequences of tokens, where time is not significant, but the indexing of the token within the sequence may be. Actors that implement this marker interface may be disallowed in certain domains, like CT, where the number of tokens per unit time is unpredictable, and out of the control of the actor.

Since:
Ptolemy II 0.3
Version:
$Id: SequenceActor.java 38798 2005-07-08 20:00:01Z cxh $
Author:
Edward A. Lee
Accepted Rating:
Yellow (cxh)
Proposed Rating:
Yellow (eal)