public class RemoveImport extends ImportChange
| Constructor and Description |
|---|
RemoveImport(OWLOntology ont,
OWLImportsDeclaration importDeclaration) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OWLOntologyChangeVisitor visitor)
Accepts a visitor
|
<O> O |
accept(OWLOntologyChangeVisitorEx<O> visitor)
Accepts a visitor
|
boolean |
equals(Object obj) |
RemoveImportData |
getChangeData()
Gets the data (independent of the ontology) associated with this specific
change.
|
Set<OWLEntity> |
getSignature()
Gets the signature of this ontology change.
|
int |
hashCode() |
OWLOntologyChange |
reverseChange() |
String |
toString() |
getAxiom, getImportDeclaration, isAddAxiom, isAxiomChange, isImportChangegetChangeRecord, getOntology, isRemoveAxiompublic RemoveImport(@Nonnull OWLOntology ont, @Nonnull OWLImportsDeclaration importDeclaration)
ont - the ontology to which the change is to be appliedimportDeclaration - the import declaration@Nonnull public RemoveImportData getChangeData()
OWLOntologyChangegetChangeData in class OWLOntologyChangeOWLOntologyChangeData associated with this
OWLOntologyChange.public Set<OWLEntity> getSignature()
OWLOntologyChangegetSignature in interface HasSignaturegetSignature in class ImportChangepublic void accept(OWLOntologyChangeVisitor visitor)
OWLOntologyChangeaccept in class OWLOntologyChangevisitor - The visitorpublic <O> O accept(OWLOntologyChangeVisitorEx<O> visitor)
OWLOntologyChangeaccept in class OWLOntologyChangeO - visitor return typevisitor - The visitorpublic OWLOntologyChange reverseChange()
reverseChange in class OWLOntologyChangeCopyright © 2016 The University of Manchester. All Rights Reserved.