ptolemy.actor.lib.hoc
Class RealTimeComposite.OutputFrame

java.lang.Object
  extended by ptolemy.actor.lib.hoc.RealTimeComposite.OutputFrame
Enclosing class:
RealTimeComposite

private static class RealTimeComposite.OutputFrame
extends java.lang.Object

Bundle of a token and the output port at which it arrived.


Field Summary
 Time time
           
 java.util.List<RealTimeComposite.QueuedToken> tokens
           
 
Constructor Summary
RealTimeComposite.OutputFrame(Time theTime, java.util.List<RealTimeComposite.QueuedToken> theTokens)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

time

public final Time time

tokens

public final java.util.List<RealTimeComposite.QueuedToken> tokens
Constructor Detail

RealTimeComposite.OutputFrame

public RealTimeComposite.OutputFrame(Time theTime,
                                     java.util.List<RealTimeComposite.QueuedToken> theTokens)