org.obolibrary.oboformat.diff
Class OBODocDiffer
java.lang.Object
org.obolibrary.oboformat.diff.OBODocDiffer
public class OBODocDiffer
- extends Object
Diffs two OBO Documents.
Performs structural diffing only - does not use reasoning
(use OWLDiff or similar tools for this)
- Author:
- cjm
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OBODocDiffer
public OBODocDiffer()
getDiffs
public List<Diff> getDiffs(OBODoc doc1,
OBODoc doc2)
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
Copyright © 2010-2014. All Rights Reserved.