edu.iastate.metnet.aracyc
Interface IAracycFileReader

All Known Implementing Classes:
AbstractAracycFileReader, AttributeFileReader, AttributeFileReaderEx, ClassesDatReader, CompoundsDatReader, TabularFileReader, TabularFileReaderEx

public interface IAracycFileReader

the interface to read the aracyc dump file

Author:
Jie Li

Method Summary
 void print(java.util.Map file)
           
 java.util.Map read(java.io.InputStream inputStream)
           
 java.util.Map read(java.lang.String filename)
          read the file into map structure, use UNIQUE-ID as the key
 

Method Detail

read

java.util.Map read(java.lang.String filename)
read the file into map structure, use UNIQUE-ID as the key

Parameters:
filename - filename of the dump file,
Returns:
the data structure

read

java.util.Map read(java.io.InputStream inputStream)

print

void print(java.util.Map file)