- All Known Implementing Classes:
- ArrayPlotter, ArrayPlotterXY, ArrayToSequence, Autocorrelation, Autocorrelation, AverageOverTime, BarGraph, BitsToInt, BootstrapSampleDelay, Chop, Chop, Commutator, Commutator, CountTrues, DDFSingleTokenCommutator, DEActor, DelayLine, DelayLine, Derivative, DEThreadActor, DETransformer, DirectoryListing, Distributor, Distributor, DoubleToMatrix, DownSample, EventFilter, FFT, FFT, FIR, IFFT, IFFT, Integrator, Interpolator, Interpolator, IntToBits, LabVIEWSimulator, LineCoder, LMSAdaptive, MapFileStorage, MatrixJoin, MatrixSplit, MatrixToDouble, MatrixToSequence, Merge, NonInterruptibleTimer, PID, Previous, Pulse, Pulse, RaisedCosine, Ramp, Ramp, Repeat, SampleDelay, SDFConverter, SDFTransformer, SequencePlotter, Sequencer, Sequencer, SequenceScope, SequenceSource, SequenceToArray, SequenceToMatrix, SequentialClock, SequentialClock, Server, Simulator, SingleTokenCommutator, SingleTokenDistributor, SketchedSource, SuppressSimultaneousEvents, TimeCompare, TimedDelay, TimeGap, Timer, UpSample, 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:
- Proposed Rating: