org.obolibrary.obo2owl.test
Class RoundTripTest
java.lang.Object
org.obolibrary.obo2owl.test.OboFormatTestBasics
org.obolibrary.obo2owl.test.RoundTripTest
- Direct Known Subclasses:
- RoundTripFlyAnatomyTest, RoundTripImportTest, RoundTripMultipleDefXrefTest, RoundTripPropertyValueTest, RoundTripPROTest, RoundTripSynonymTest, RoundTripTestCARO, RoundTripTestCL, RoundTripTestSimpleGo, RoundTripXrefTest, TransitiveOverTest
public class RoundTripTest
- extends OboFormatTestBasics
Methods inherited from class org.obolibrary.obo2owl.test.OboFormatTestBasics |
convert, convert, convert, getIriByLabel, parseOBOFile, parseOBOFile, parseOBOFile, parseOBOURL, parseOWLFile, renderOBO, writeOBO, writeOWL, writeOWL |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RoundTripTest
public RoundTripTest()
beforeClass
public static void beforeClass()
roundTripOBOURL
public List<Diff> roundTripOBOURL(String fn,
boolean isExpectRoundtrip)
throws IOException,
org.semanticweb.owlapi.model.OWLOntologyCreationException
- Throws:
IOException
org.semanticweb.owlapi.model.OWLOntologyCreationException
roundTripOBOFile
public List<Diff> roundTripOBOFile(String fn,
boolean isExpectRoundtrip)
throws IOException,
org.semanticweb.owlapi.model.OWLOntologyCreationException
- Throws:
IOException
org.semanticweb.owlapi.model.OWLOntologyCreationException
roundTripOBODoc
public List<Diff> roundTripOBODoc(OBODoc obodoc,
boolean isExpectRoundtrip)
throws org.semanticweb.owlapi.model.OWLOntologyCreationException
- Throws:
org.semanticweb.owlapi.model.OWLOntologyCreationException
Copyright © 2010-2011. All Rights Reserved.