public class RemoveOntologyAnnotation extends AnnotationChange
| Constructor and Description |
|---|
RemoveOntologyAnnotation(OWLOntology ont,
OWLAnnotation annotation) |
| 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) |
OWLOntologyChangeData |
getChangeData()
Gets the data (independent of the ontology) associated with this specific
change.
|
int |
hashCode() |
String |
toString() |
getAnnotation, getAxiom, getSignature, isAddAxiom, isAxiomChange, isImportChangegetChangeRecord, getOntology, isRemoveAxiompublic RemoveOntologyAnnotation(OWLOntology ont, OWLAnnotation annotation)
ont - the ontology to which the change is to be appliedannotation - the annotationpublic OWLOntologyChangeData getChangeData()
OWLOntologyChangegetChangeData in class OWLOntologyChangeOWLOntologyChangeData associated with this
OWLOntologyChange. Not null.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 visitorCopyright © 2014 The University of Manchester. All Rights Reserved.