public class OutputFileWriter
extends java.lang.Object
Constructor and Description |
---|
OutputFileWriter(java.lang.String file_name)
Constructs an OutputFileWriter object required to
write the output of the mapping optimization phase on a file.
|
Modifier and Type | Method and Description |
---|---|
void |
write(java.lang.String text)
Writes a formatted representations of the application/architecture
setup and the output of the mapping optimization phase on the output file.
|
public OutputFileWriter(java.lang.String file_name)
file_name
- The output file namepublic void write(java.lang.String text)
text
- The data that must be written on the output file.