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 |