at.dms.kjc.spacedynamic
Class FileWriterDevice

java.lang.Object
  extended by at.dms.kjc.spacedynamic.IODevice
      extended by at.dms.kjc.spacedynamic.FileWriterDevice

public class FileWriterDevice
extends IODevice


Field Summary
 
Fields inherited from class at.dms.kjc.spacedynamic.IODevice
isDynamic, port
 
Constructor Summary
FileWriterDevice(StreamGraph sg, FlatNode node)
           
 
Method Summary
 String getFileName()
           
 FlatNode getFlatNode()
           
 SIRFileWriter getSIRFileWriter()
           
 CType getType()
          return the data type that this file writer writes
 String getTypeCode()
           
 void setDynamic()
           
 String toString()
           
 
Methods inherited from class at.dms.kjc.spacedynamic.IODevice
connect, getPort, isDynamic, isFileReader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileWriterDevice

public FileWriterDevice(StreamGraph sg,
                        FlatNode node)
Method Detail

getFlatNode

public FlatNode getFlatNode()

setDynamic

public void setDynamic()

getFileName

public String getFileName()

getSIRFileWriter

public SIRFileWriter getSIRFileWriter()

getType

public CType getType()
return the data type that this file writer writes


toString

public String toString()
Specified by:
toString in class IODevice

getTypeCode

public String getTypeCode()