public abstract class ImportChange extends OWLOntologyChange
Constructor and Description |
---|
ImportChange(OWLOntology ont,
OWLImportsDeclaration importDeclaration) |
Modifier and Type | Method and Description |
---|---|
OWLImportsDeclaration |
getImportDeclaration()
Gets the import declaration that the change pertains to.
|
boolean |
isImportChange()
Determines if this change is an import change and hence causes a change to the imports
closure of an ontology.
|
accept, accept, getAddedAxiom, getAddedOrRemovedAxiom, getAxiom, getChangeData, getChangeRecord, getOntology, getRemovedAxiom, isAddAxiom, isAxiomChange, isAxiomChange, isRemoveAxiom, reverseChange
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSignature, signature, unsortedSignature
public ImportChange(OWLOntology ont, OWLImportsDeclaration importDeclaration)
ont
- the ontology to which the change is to be appliedimportDeclaration
- the import declarationpublic OWLImportsDeclaration getImportDeclaration()
public boolean isImportChange()
OWLOntologyChange
isImportChange
in class OWLOntologyChange
true
if this change is an import change, otherwise false
.Copyright © 2020 The University of Manchester. All rights reserved.