Package ptolemy.domains.ptera.kernel
Interface TimeAdvanceEvent
-
- All Known Implementing Classes:
ReceiveInput
public interface TimeAdvanceEvent
An interface for an event that has time advance, such as ReceiveInput in GT.- Since:
- Ptolemy II 8.0
- Version:
- $Id$
- Author:
- Thomas Huining Feng
- Pt.AcceptedRating:
- Red (tfeng)
- Pt.ProposedRating:
- Yellow (tfeng)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getTimeAdvanceText()
Return the text that describes the time advance expression.
-