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

Type Parameters:
K - the key type.
V - the value type.
All Superinterfaces:
InputFile<java.util.Map<K,V>>, java.lang.Iterable<java.util.Map<K,V>>, MapInputFile<K,V>, MapTextFile<K,V>, SbrtFile
All Known Implementing Classes:
AbstractMapInputFile, ComiFile, FluxCapInputFile, ProcessInputFile, RomiFile

public interface MapTextInputFile<K,V>
extends MapTextFile<K,V>, MapInputFile<K,V>

This interface is used to represent text-based input files that contain maps.

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.SbrtFile
close, getCanonicalName, getOriginalName, isClosed
 
Methods inherited from interface java.lang.Iterable
iterator