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(java.lang.Object obj) |
RemoveImportData |
getChangeData()
Gets the
RemoveImportData (independent of the ontology) associated with this specific change. |
java.util.Set<OWLEntity> |
getSignature()
Gets the signature of this ontology change.
|
int |
hashCode() |
java.lang.String |
toString() |
getAxiom, getImportDeclaration, isAddAxiom, isAxiomChange, isImportChange
getChangeRecord, getOntology, isRemoveAxiom
public RemoveImport(OWLOntology ont, OWLImportsDeclaration importDeclaration)
ont
- the ontology to which the change is to be appliedimportDeclaration
- the import declarationpublic RemoveImportData getChangeData()
RemoveImportData
(independent of the ontology) associated with this specific change.getChangeData
in class OWLOntologyChange
OWLOntologyChangeData
associated with this OWLOntologyChange
. Not null
.public java.util.Set<OWLEntity> getSignature()
getSignature
in class ImportChange
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public void accept(OWLOntologyChangeVisitor visitor)
accept
in class OWLOntologyChange
public <O> O accept(OWLOntologyChangeVisitorEx<O> visitor)
accept
in class OWLOntologyChange