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, getAxiom, getChangeData, getChangeRecord, getOntology, isAddAxiom, isAxiomChange, isRemoveAxiom, reverseChangeequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSignature, signaturepublic 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 © 2017 The University of Manchester. All rights reserved.