org.obolibrary.oboformat.diff
Class OBODocDiffer

java.lang.Object
  extended by 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

Constructor Summary
OBODocDiffer()
           
 
Method Summary
 List<Diff> getDiffs(OBODoc doc1, OBODoc doc2)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OBODocDiffer

public OBODocDiffer()
Method Detail

getDiffs

public List<Diff> getDiffs(OBODoc doc1,
                           OBODoc doc2)

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2010-2013. All Rights Reserved.