ptolemy.actor.lib.hoc
Class ThreadedComposite.QueuedToken

java.lang.Object
  extended by ptolemy.actor.lib.hoc.ThreadedComposite.QueuedToken
Enclosing class:
ThreadedComposite

private static class ThreadedComposite.QueuedToken
extends java.lang.Object

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


Field Summary
 int channel
           
 IOPort port
           
 Token token
           
 
Constructor Summary
ThreadedComposite.QueuedToken(IOPort thePort, int theChannel, Token theToken)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

channel

public final int channel

token

public final Token token

port

public final IOPort port
Constructor Detail

ThreadedComposite.QueuedToken

public ThreadedComposite.QueuedToken(IOPort thePort,
                                     int theChannel,
                                     Token theToken)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object