public class ConvertSuperClassesToEquivalentClass extends AbstractCompositeOntologyChange
| Constructor and Description |
|---|
ConvertSuperClassesToEquivalentClass(OWLDataFactory dataFactory,
OWLClass cls,
Set<OWLOntology> ontologies,
OWLOntology targetOntology) |
| Modifier and Type | Method and Description |
|---|---|
List<OWLOntologyChange> |
getChanges()
Gets the changes which compose this composite change.
|
getDataFactorypublic ConvertSuperClassesToEquivalentClass(OWLDataFactory dataFactory, OWLClass cls, Set<OWLOntology> ontologies, 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<OWLOntologyChange> getChanges()
OWLCompositeOntologyChangeCopyright © 2014 The University of Manchester. All Rights Reserved.