edu.iastate.metnet.aracyc
Class TabularFileReader

java.lang.Object
  extended by edu.iastate.metnet.aracyc.AbstractAracycFileReader
      extended by edu.iastate.metnet.aracyc.TabularFileReader
All Implemented Interfaces:
IAracycFileReader

public class TabularFileReader
extends AbstractAracycFileReader


Field Summary
 
Fields inherited from class edu.iastate.metnet.aracyc.AbstractAracycFileReader
logger
 
Constructor Summary
TabularFileReader()
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  java.util.Map parseFile(java.util.LinkedList lines)
           
 java.util.Map read(java.lang.String filename)
          empty function need to be implemented by subclass
 
Methods inherited from class edu.iastate.metnet.aracyc.AbstractAracycFileReader
getFileLines, getFileLines, print, read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TabularFileReader

public TabularFileReader()
Method Detail

read

public java.util.Map read(java.lang.String filename)
Description copied from class: AbstractAracycFileReader
empty function need to be implemented by subclass

Specified by:
read in interface IAracycFileReader
Overrides:
read in class AbstractAracycFileReader
Parameters:
filename - filename of the dump file,
Returns:
the data structure

parseFile

protected java.util.Map parseFile(java.util.LinkedList lines)

main

public static void main(java.lang.String[] args)