Package ptolemy.domains.metroII.kernel
Class MetroIIPtidesReceiver.Event
- java.lang.Object
-
- ptolemy.domains.metroII.kernel.MetroIIPtidesReceiver.Event
-
- Enclosing class:
- MetroIIPtidesReceiver
public static class MetroIIPtidesReceiver.Event extends java.lang.Object
An Event is an aggregation consisting of a Token, a time stamp and destination Receiver. Both the token and destination receiver are allowed to have null values. This is particularly useful in situations where the specification of the destination receiver may be considered redundant.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tag
getTag()
Return the tag of this event.Token
getToken()
Return the token of this event.
-