public class ConvertEquivalentClassesToSuperClasses extends AbstractCompositeOntologyChange
| Constructor and Description |
|---|
ConvertEquivalentClassesToSuperClasses(org.semanticweb.owlapi.model.OWLDataFactory dataFactory,
org.semanticweb.owlapi.model.OWLClass cls,
Set<org.semanticweb.owlapi.model.OWLOntology> ontologies,
org.semanticweb.owlapi.model.OWLOntology targetOntology,
boolean splitIntersections) |
| Modifier and Type | Method and Description |
|---|---|
List<org.semanticweb.owlapi.model.OWLOntologyChange> |
getChanges()
Gets the changes which compose this composite change.
|
getDataFactorypublic ConvertEquivalentClassesToSuperClasses(org.semanticweb.owlapi.model.OWLDataFactory dataFactory,
org.semanticweb.owlapi.model.OWLClass cls,
Set<org.semanticweb.owlapi.model.OWLOntology> ontologies,
org.semanticweb.owlapi.model.OWLOntology targetOntology,
boolean splitIntersections)
ontologies - the ontologies to usedataFactory - the data factorycls - the class to converttargetOntology - the target ontologysplitIntersections - whether or not intersections should be splitpublic List<org.semanticweb.owlapi.model.OWLOntologyChange> getChanges()
OWLCompositeOntologyChangeCopyright © 2013 The University of Manchester. All Rights Reserved.