sbrt.shell.io
Interface MapTextOutputFile<K,V>

Type Parameters:
K - the key type.
V - the value type.
All Superinterfaces:
MapOutputFile<K,V>, MapTextFile<K,V>, OutputFile<java.util.Map<? extends K,? extends V>>, ResultsManager<java.util.Map<? extends K,? extends V>>, SbrtFile
All Known Implementing Classes:
AbstractMapOutputFile, ComoFile, RomoFile

public interface MapTextOutputFile<K,V>
extends MapTextFile<K,V>, MapOutputFile<K,V>

This interface is used to represent output files that maps can be written to as text.

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

Method Summary
 
Methods inherited from interface sbrt.shell.io.MapTextFile
getMapFormat
 
Methods inherited from interface sbrt.shell.io.MapOutputFile
addData, getFilterKeys
 
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