public class RemoveAxiom extends OWLAxiomChange
| Constructor and Description |
|---|
RemoveAxiom(OWLOntology ont,
OWLAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OWLOntologyChangeVisitor visitor) |
<O> O |
accept(OWLOntologyChangeVisitorEx<O> visitor) |
boolean |
equals(Object obj) |
RemoveAxiomData |
getChangeData()
Gets the data (independent of the ontology) associated with this specific change.
|
int |
hashCode() |
boolean |
isAddAxiom()
Determines if the change will add an axiom to an ontology.
|
String |
toString() |
getAxiom, getEntities, getSignature, isAxiomChange, isImportChangegetChangeRecord, getOntology, isRemoveAxiompublic RemoveAxiom(OWLOntology ont, OWLAxiom axiom)
ont - the ontology to which the change is to be appliedaxiom - the axiom to be removedpublic boolean isAddAxiom()
OWLOntologyChangeisAddAxiom in class OWLOntologyChangetrue if the change is an AddAxiom change and it will
add an axiom to an ontology, false otherwise.public RemoveAxiomData getChangeData()
OWLOntologyChangegetChangeData in class OWLOntologyChangeOWLOntologyChangeData associated with this OWLOntologyChange. Not null.public 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.