Package ptolemy.actor
Interface TimedActor
-
- All Known Implementing Classes:
AverageOverTime
,Clock
,CurrentDate
,CurrentMicrostep
,CurrentTime
,DEActor
,Derivative
,DEThreadActor
,DETransformer
,DiscreteClock
,DiscreteClock
,EventFilter
,GetCurrentMicrostep
,Integrator
,ListenClock
,MapFileStorage
,Merge
,NonInterruptibleTimer
,PID
,PoissonClock
,PreemptableServer
,Previous
,Server
,SimpleDelay
,SuppressSimultaneousEvents
,TimeCompare
,TimedDelay
,TimedPlotter
,TimedScope
,TimedSource
,TimeGap
,Timer
,TopLevelCurrentTime
,TriggeredClock
,VariableClock
,WaitingTime
,Waveform
,Wire
public interface TimedActor
This is a marker interface for actors that operate on time-based signals. That is, logically, all signals observed or produced are tokens placed in time. Actors that implement this marker interface can only be executed by the directors that implement the TimedDirector interface.- Since:
- Ptolemy II 4.1
- Version:
- $Id$
- Author:
- Edward A. Lee
- Pt.AcceptedRating:
- Green (bilung)
- Pt.ProposedRating:
- Green (eal)