ptolemy.caltrop.ddi
Class DFOutputChannel

java.lang.Object
  extended by ptolemy.caltrop.ddi.DFOutputChannel
All Implemented Interfaces:
caltrop.interpreter.OutputChannel

 class DFOutputChannel
extends java.lang.Object
implements caltrop.interpreter.OutputChannel

Since:
Ptolemy II 4.0
Version:
$Id: DFOutputChannel.java 38798 2005-07-08 20:00:01Z cxh $
Author:
Jörn W. Janneck
Accepted Rating:
Red (cxh)
Proposed Rating:
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

port

private TypedIOPort port

channel

private int channel
Constructor Detail

DFOutputChannel

public DFOutputChannel(TypedIOPort port,
                       int channel)
Method Detail

put

public 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.

Specified by:
put in interface caltrop.interpreter.OutputChannel

toString

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