class DFOutputChannel
extends java.lang.Object
implements caltrop.interpreter.OutputChannel
Red (cxh) |
Yellow (neuendor) |
Constructor and Description |
---|
DFOutputChannel(TypedIOPort port,
int channel) |
Modifier and Type | Method and Description |
---|---|
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() |
public DFOutputChannel(TypedIOPort port, int channel)
public void put(java.lang.Object a)
put
in interface caltrop.interpreter.OutputChannel
public java.lang.String toString()
toString
in class java.lang.Object