sbrt.shell.io
Interface OutputFile<T>

Type Parameters:
T - the type contained in this type of file.
All Superinterfaces:
ResultsManager<T>, SbrtFile
All Known Subinterfaces:
FbaOptOutputFile<F>, MapOutputFile<K,V>, MapTextOutputFile<K,V>
All Known Implementing Classes:
AbstractMapOutputFile, ColumnOrFbaOptOutputFile, ComoFile, RomoFile, RowOrFbaOptOutputFile, SerFbaOptOutputFile, SerializedOutputFile, SmoFile, TextOutputFile

public interface OutputFile<T>
extends SbrtFile, ResultsManager<T>

This interface is used to represent output files. An output file is a file that is used to store the results of some process.

Author:
This interface was written and documented by Jeremiah Wright while in the Wagner lab.

Method Summary
 
Methods inherited from interface sbrt.shell.io.SbrtFile
close, getCanonicalName, getOriginalName, isClosed
 
Methods inherited from interface sbrt.kernel.io.ResultsManager
addData, breakPoint, close, getName, isClosed