Cytoscape 2.4.1 (c) 2006,2007 ISB, MSKCC, UCSD

cytoscape.data.ontology.readers
Interface OntologyReader

All Known Implementing Classes:
OBOFlatFileReader

public interface OntologyReader

Interface for all ontology file readers. Basic function of the readers are build ontology DAG/Tree and its header. Actual data steructure is always CyNetwork and CyAttributes.

Author:
kono

Method Summary
 CyNetwork getDag()
           
 Map getHeader()
           
 void readOntology()
           
 

Method Detail

readOntology

void readOntology()
                  throws IOException
Throws:
IOException

getDag

CyNetwork getDag()

getHeader

Map getHeader()

www.cytoscape.org