ptolemy.actor
Interface TimedActor

All Known Implementing Classes:
AverageOverTime, BoundedBufferNondeterministicDelay, BoundedBufferTimedDelay, Clock, ClockSensor, ContinuousClock, CTBaseIntegrator, CurrentTime, DEActor, Derivative, DEThreadActor, DETransformer, DiscreteClock, DiscreteClock, DiscreteClock, EventFilter, GetCurrentMicrostep, Inhibit, Integrator, Integrator, MapFileStorage, Merge, NonInterruptibleTimer, PID, PoissonClock, PoissonClock, Previous, Register, Sampler, Server, SuppressSimultaneousEvents, TimeCompare, TimedDelay, TimedPlotter, TimedScope, TimedSource, TimeGap, Timer, TopLevelCurrentTime, TriggeredClock, TriggeredContinuousClock, UnionMerge, VariableClock, VariableDelay, WaitingTime, 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: TimedActor.java 38797 2005-07-08 19:39:38Z cxh $
Author:
Edward A. Lee
See Also:
TimedDirector
Accepted Rating:
Green (bilung)
Proposed Rating:
Green (eal)