Examples of OBO12DocumentFormat


Examples of org.coode.owlapi.obo12.parser.OBO12DocumentFormat

        assertEquals(19, m.getOntologyParsers().size());
        @SuppressWarnings("null")
        OWLOntologyDocumentSource source = new StreamDocumentSource(getClass()
                .getResourceAsStream("/celltype.obo"),
                OWLOntologyDocumentSourceBase.getNextDocumentIRI("obo"),
                new OBO12DocumentFormat(), null);
        m.loadOntologyFromOntologyDocument(source);
    }
View Full Code Here

Examples of org.coode.owlapi.obo12.parser.OBO12DocumentFormat

        assertEquals(19, m.getOntologyParsers().size());
        @SuppressWarnings("null")
        OWLOntologyDocumentSource source = new StreamDocumentSource(getClass()
                .getResourceAsStream("/behavior.obo"),
                OWLOntologyDocumentSourceBase.getNextDocumentIRI("obo"),
                new OBO12DocumentFormat(), null);
        m.loadOntologyFromOntologyDocument(source);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.