public class RemoveAxiom extends OWLAxiomChange
| Constructor and Description |
|---|
RemoveAxiom(OWLOntology ont,
OWLAxiom axiom) |
| 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) |
RemoveAxiomData |
getChangeData()
Gets the data (independent of the ontology) associated with this specific change.
|
int |
hashCode() |
OWLOntologyChange |
reverseChange() |
String |
toString() |
getAxiom, isAxiomChange, signaturegetAddedAxiom, getAddedOrRemovedAxiom, getChangeRecord, getOntology, getRemovedAxiom, isAddAxiom, isAxiomChange, isImportChange, isRemoveAxiomgetSignature, unsortedSignaturepublic RemoveAxiom(OWLOntology ont, OWLAxiom axiom)
ont - the ontology to which the change is to be appliedaxiom - the axiom to be removedpublic RemoveAxiomData getChangeData()
OWLOntologyChangegetChangeData in class OWLOntologyChangeOWLOntologyChangeData associated with this OWLOntologyChange.public 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 © 2020 The University of Manchester. All rights reserved.