public class ConvertSuperClassesToEquivalentClass extends AbstractCompositeOntologyChange
| Constructor and Description |
|---|
ConvertSuperClassesToEquivalentClass(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) |
| Modifier and Type | Method and Description |
|---|---|
List<org.semanticweb.owlapi.model.OWLOntologyChange> |
getChanges()
Gets the changes which compose this composite change.
|
getDataFactorypublic ConvertSuperClassesToEquivalentClass(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)
dataFactory - A data factory which can be used to create the appropriate axiomscls - The class whose superclasses will be converted to an equivalent class.ontologies - The ontologies which should be examined for subclass axioms.targetOntology - The targetOntology which the equivalent classes axiom should be added topublic List<org.semanticweb.owlapi.model.OWLOntologyChange> getChanges()
OWLCompositeOntologyChangeCopyright © 2013 The University of Manchester. All Rights Reserved.