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, reverseChangeequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSignature, signature, unsortedSignaturepublic ImportChange(OWLOntology ont, OWLImportsDeclaration importDeclaration)
ont - the ontology to which the change is to be appliedimportDeclaration - the import declarationpublic OWLImportsDeclaration getImportDeclaration()
public boolean isImportChange()
OWLOntologyChangeisImportChange in class OWLOntologyChangetrue if this change is an import change, otherwise false.Copyright © 2020 The University of Manchester. All rights reserved.