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

cytoscape.data.ontology
Class OntologyFactory

java.lang.Object
  extended by cytoscape.data.ontology.OntologyFactory

public class OntologyFactory
extends Object


Constructor Summary
OntologyFactory()
           
 
Method Summary
 Ontology createBasicOntology(URL dataSource, String name, String description)
           
 GeneOntology createGeneOntology(URL dataSource, String name, String description)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OntologyFactory

public OntologyFactory()
Method Detail

createBasicOntology

public Ontology createBasicOntology(URL dataSource,
                                    String name,
                                    String description)
                             throws IOException,
                                    URISyntaxException
Throws:
IOException
URISyntaxException

createGeneOntology

public GeneOntology createGeneOntology(URL dataSource,
                                       String name,
                                       String description)
                                throws IOException,
                                       URISyntaxException
Throws:
IOException
URISyntaxException

www.cytoscape.org