public class RemoveImport extends ImportChange
| Constructor and Description |
|---|
RemoveImport(OWLOntology ont,
OWLImportsDeclaration importDeclaration) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OWLOntologyChangeVisitor visitor) |
<O> O |
accept(OWLOntologyChangeVisitorEx<O> 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() |
String |
toString() |
getAxiom, getImportDeclaration, isAddAxiom, isAxiomChange, isImportChangegetChangeRecord, getOntology, isRemoveAxiompublic RemoveImport(OWLOntology ont, OWLImportsDeclaration importDeclaration)
ont - the ontology to which the change is to be appliedimportDeclaration - the import declarationpublic RemoveImportData getChangeData()
OWLOntologyChangegetChangeData in class OWLOntologyChangeOWLOntologyChangeData associated with this OWLOntologyChange. Not null.public Set<OWLEntity> getSignature()
OWLOntologyChangegetSignature in class ImportChangepublic void accept(OWLOntologyChangeVisitor visitor)
accept in class OWLOntologyChangepublic <O> O accept(OWLOntologyChangeVisitorEx<O> visitor)
accept in class OWLOntologyChangeCopyright © 2013 The University of Manchester. All Rights Reserved.