Package ptolemy.actor.lib
Interface SequenceActor
-
- All Known Implementing Classes:
ArrayPlotter
,ArrayPlotterXY
,ArrayToSequence
,Autocorrelation
,AverageOverTime
,BarGraph
,BitsToInt
,BootstrapSampleDelay
,Chop
,Commutator
,CountTrues
,DDFSingleTokenCommutator
,DEActor
,DelayLine
,Derivative
,DEThreadActor
,DETransformer
,DirectoryListing
,Distributor
,DoubleToMatrix
,DownSample
,EventFilter
,FFT
,FIR
,Gem5Wrapper
,IFFT
,Integrator
,Interpolator
,IntToBits
,LabVIEWSimulator
,LineCoder
,LMSAdaptive
,MapFileStorage
,MatrixJoin
,MatrixSplit
,MatrixToDouble
,MatrixToSequence
,Merge
,NonInterruptibleTimer
,PID
,PreemptableServer
,PreinitializeMustBeInvoked
,Previous
,Pulse
,RaisedCosine
,Ramp
,RampNecessaryFiles
,Repeat
,SampleDelay
,SDFConverter
,SDFTransformer
,SequencePlotter
,Sequencer
,SequenceScope
,SequenceSource
,SequenceToArray
,SequenceToMatrix
,SequentialClock
,Server
,SimpleDelay
,Simulator
,SingleTokenCommutator
,SingleTokenDistributor
,SketchedSource
,SuppressSimultaneousEvents
,TestRamp
,TimeCompare
,TimedDelay
,TimedDisplay
,TimeGap
,Timer
,UpSample
,VariableFIR
,WaitingTime
,Wire
,ZeroOneSource
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$
- Author:
- Edward A. Lee
- Pt.AcceptedRating:
- Yellow (cxh)
- Pt.ProposedRating:
- Yellow (eal)