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: TimeAdvanceEvent.java 57044 2010-01-27 22:41:05Z cxh $
Author:
Thomas Huining Feng
Accepted Rating:
Red (tfeng)
Proposed Rating:
Yellow (tfeng)

Method Summary
 java.lang.String getTimeAdvanceText()
          Return the text that describes the time advance expression.
 

Method Detail

getTimeAdvanceText

java.lang.String getTimeAdvanceText()
Return the text that describes the time advance expression.

Returns:
The text that describes the time advance expression.