cytoscape.data.annotation.readers
Class AnnotationFlatFileReader
java.lang.Object
cytoscape.data.annotation.readers.AnnotationFlatFileReader
public class AnnotationFlatFileReader
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationFlatFileReader
public AnnotationFlatFileReader(File file)
throws Exception
- Throws:
Exception
AnnotationFlatFileReader
public AnnotationFlatFileReader(BufferedReader rd,
Thesaurus th,
boolean isFlip)
throws Exception
- Throws:
Exception
AnnotationFlatFileReader
public AnnotationFlatFileReader(String filename,
Thesaurus th)
throws Exception
- Throws:
Exception
parseHeader
public void parseHeader(String firstLine)
throws Exception
- Throws:
Exception
getAnnotation
public Annotation getAnnotation()