|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectptolemy.actor.lib.hoc.ThreadedComposite.QueuedToken
private static class ThreadedComposite.QueuedToken
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 |
---|
public final int channel
public final Token token
public final IOPort port
Constructor Detail |
---|
public ThreadedComposite.QueuedToken(IOPort thePort, int theChannel, Token theToken)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |