Uses of Class
com.clarkparsia.modularity.OntologyDiff

Packages that use OntologyDiff
com.clarkparsia.modularity   
 

Uses of OntologyDiff in com.clarkparsia.modularity
 

Methods in com.clarkparsia.modularity that return OntologyDiff
static OntologyDiff OntologyDiff.diffAxioms(java.util.Collection<org.semanticweb.owlapi.model.OWLAxiom> initialAxioms, java.util.Collection<org.semanticweb.owlapi.model.OWLAxiom> finalAxioms)
          Computes the difference between two sets of axioms.
static OntologyDiff OntologyDiff.diffAxiomsWithOntologies(java.util.Collection<org.semanticweb.owlapi.model.OWLAxiom> initialAxioms, java.util.Collection<org.semanticweb.owlapi.model.OWLOntology> finalOntologies)
          Computes the difference between a set of axioms and an ontology.
static OntologyDiff OntologyDiff.diffOntologies(org.semanticweb.owlapi.model.OWLOntology initialOnt, org.semanticweb.owlapi.model.OWLOntology finalOnt)
          Computes the difference between two ontologies.
static OntologyDiff OntologyDiff.diffOntologiesWithAxioms(java.util.Collection<org.semanticweb.owlapi.model.OWLOntology> initialOntologies, java.util.Collection<org.semanticweb.owlapi.model.OWLAxiom> finalAxioms)
          Computes the difference between a collection of ontologies and a collection of axioms
 



Copyright © 2004 Evren Sirin. All Rights Reserved.