com.ge.grc.acuity
Class ModelDifferencer

java.lang.Object
  extended bycom.ge.grc.acuity.ModelDifferencer

public class ModelDifferencer
extends java.lang.Object

Author:
200005201 TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
ModelDifferencer(com.hp.hpl.jena.ontology.OntModel m1, com.hp.hpl.jena.ontology.OntModel m2)
           
 
Method Summary
 boolean differencer(java.lang.String outputFileName)
          Call this method to output the difference between the two models to the specified file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelDifferencer

public ModelDifferencer(com.hp.hpl.jena.ontology.OntModel m1,
                        com.hp.hpl.jena.ontology.OntModel m2)
Method Detail

differencer

public boolean differencer(java.lang.String outputFileName)
Call this method to output the difference between the two models to the specified file.

Parameters:
outputFileName - - the name of the file to which output is to be sent.
Returns:
- true if the models are different and output to the file occurs else false if the same