public class AddImport extends ImportChange
| Constructor and Description |
|---|
AddImport(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) |
AddImportData |
getChangeData()
Gets the data (independent of the ontology) associated with this specific
change.
|
int |
hashCode() |
OWLOntologyChange |
reverseChange() |
String |
toString() |
getAxiom, getImportDeclaration, getSignature, isAddAxiom, isAxiomChange, isImportChangegetChangeRecord, getOntology, isRemoveAxiompublic AddImport(@Nonnull OWLOntology ont, @Nonnull OWLImportsDeclaration importDeclaration)
ont - the ontology to which the change is to be appliedimportDeclaration - the import declaration@Nonnull public AddImportData getChangeData()
OWLOntologyChangegetChangeData in class OWLOntologyChangeOWLOntologyChangeData associated with this
OWLOntologyChange.public void accept(@Nonnull OWLOntologyChangeVisitor visitor)
OWLOntologyChangeaccept in class OWLOntologyChangevisitor - The visitorpublic <O> O accept(@Nonnull 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.