Package org.coode.obo.parser

Examples of org.coode.obo.parser.OBOOntologyFormat


* Date: Dec 17, 2008<br><br>
*/
public class OBOFlatFileOntologyStorer extends AbstractOWLOntologyStorer {

    public boolean canStoreOntology(OWLOntologyFormat ontologyFormat) {
        return ontologyFormat.equals(new OBOOntologyFormat());
    }
View Full Code Here

TOP

Related Classes of org.coode.obo.parser.OBOOntologyFormat

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.