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, signature
getAddedAxiom, getAddedOrRemovedAxiom, getAxiom, getChangeRecord, getOntology, getRemovedAxiom, isAddAxiom, isAxiomChange, isAxiomChange, isImportChange, isRemoveAxiom
getSignature, unsortedSignature
public AddOntologyAnnotation(OWLOntology ont, OWLAnnotation annotation)
ont
- the ontology to which the change is to be appliedannotation
- the annotationpublic AddOntologyAnnotationData getChangeData()
OWLOntologyChange
getChangeData
in class OWLOntologyChange
OWLOntologyChangeData
associated with this OWLOntologyChange
.public void accept(OWLOntologyChangeVisitor visitor)
OWLOntologyChange
accept
in class OWLOntologyChange
visitor
- The visitorpublic <O> O accept(OWLOntologyChangeVisitorEx<O> visitor)
OWLOntologyChange
accept
in class OWLOntologyChange
O
- visitor return typevisitor
- The visitorpublic OWLOntologyChange reverseChange()
reverseChange
in class OWLOntologyChange
Copyright © 2020 The University of Manchester. All rights reserved.