public class AddOntologyAnnotation extends AnnotationChange
| Constructor and Description |
|---|
AddOntologyAnnotation(OWLOntology ont,
OWLAnnotation annotation) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OWLOntologyChangeVisitor visitor) |
<O> O |
accept(OWLOntologyChangeVisitorEx<O> visitor) |
boolean |
equals(Object obj) |
AddOntologyAnnotationData |
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 AddOntologyAnnotation(OWLOntology ont, OWLAnnotation annotation)
ont - the ontology to which the change is to be appliedannotation - the annotationpublic AddOntologyAnnotationData 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.