sbrt.shell.io
Interface InputFile<E>

Type Parameters:
E - the type returned by iterators over this type of input file.
All Superinterfaces:
java.lang.Iterable<E>, SbrtFile
All Known Subinterfaces:
MapInputFile<K,V>, MapTextInputFile<K,V>
All Known Implementing Classes:
AbstractMapInputFile, ComiFile, FluxCapInputFile, FluxIntervalInputFile, ProcessInputFile, RomiFile, RxnNamExprSetInputFile, SerializedInputFile, SerializedMapInputFile, TextInputFile

public interface InputFile<E>
extends SbrtFile, java.lang.Iterable<E>

This interface is used to represent input files. Input files are files that serve as input sources. The contents of an input file are accessed via an java.util.Iterator over the file.

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 java.lang.Iterable
iterator