| Package | Description |
|---|---|
| com.clarkparsia.modularity |
| Modifier and Type | Method and Description |
|---|---|
static OntologyDiff |
OntologyDiff.diffAxioms(Collection<org.semanticweb.owlapi.model.OWLAxiom> initialAxioms,
Collection<org.semanticweb.owlapi.model.OWLAxiom> finalAxioms)
Computes the difference between two sets of axioms.
|
static OntologyDiff |
OntologyDiff.diffAxiomsWithOntologies(Collection<org.semanticweb.owlapi.model.OWLAxiom> initialAxioms,
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(Collection<org.semanticweb.owlapi.model.OWLOntology> initialOntologies,
Collection<org.semanticweb.owlapi.model.OWLAxiom> finalAxioms)
Computes the difference between a collection of ontologies and a collection of axioms
|
Copyright © 2019. All rights reserved.