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

Type Parameters:
K - the key type.
V - the value type.
All Superinterfaces:
SbrtFile
All Known Subinterfaces:
MapTextInputFile<K,V>, MapTextOutputFile<K,V>
All Known Implementing Classes:
AbstractMapInputFile, AbstractMapOutputFile, ComiFile, ComoFile, FluxCapInputFile, ProcessInputFile, RomiFile, RomoFile

public interface MapTextFile<K,V>
extends SbrtFile

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

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

Method Summary
 MapFormat<K,V> getMapFormat()
          Returns the map format used by this file.
 
Methods inherited from interface sbrt.shell.io.SbrtFile
close, getCanonicalName, getOriginalName, isClosed
 

Method Detail

getMapFormat

MapFormat<K,V> getMapFormat()
Returns the map format used by this file.

Returns:
the map format used by this file.