public class AddOntologyAnnotation extends AnnotationChange
| Constructor and Description |
|---|
AddOntologyAnnotation(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) |
AddOntologyAnnotationData |
getChangeData()
Gets the data (independent of the ontology) associated with this specific
change.
|
int |
hashCode() |
OWLOntologyChange |
reverseChange() |
String |
toString() |
getAnnotation, signaturegetAxiom, getChangeRecord, getOntology, isAddAxiom, isAxiomChange, isImportChange, isRemoveAxiomgetSignaturepublic 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.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 © 2017 The University of Manchester. All rights reserved.