|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectptolemy.caltrop.ddi.DFOutputChannel
class DFOutputChannel
Red (cxh) |
Yellow (neuendor) |
Field Summary | |
---|---|
private int |
channel
|
private TypedIOPort |
port
|
Constructor Summary | |
---|---|
DFOutputChannel(TypedIOPort port,
int channel)
|
Method Summary | |
---|---|
void |
put(java.lang.Object a)
Send the given object (which is assumed to be a token in this implementation) from the associated TypedIOPort port. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private TypedIOPort port
private int channel
Constructor Detail |
---|
public DFOutputChannel(TypedIOPort port, int channel)
Method Detail |
---|
public void put(java.lang.Object a)
put
in interface caltrop.interpreter.OutputChannel
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 |