Package org.semanticweb.owlapi.model
Class AnnotationChange
java.lang.Object
org.semanticweb.owlapi.model.OWLOntologyChange
org.semanticweb.owlapi.model.AnnotationChange
- All Implemented Interfaces:
Serializable
,HasSignature
- Direct Known Subclasses:
AddOntologyAnnotation
,RemoveOntologyAnnotation
- Since:
- 3.0.0
- Author:
- Matthew Horridge, The University of Manchester, Information Management Group
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the annotation that was added to an ontology.Methods inherited from class org.semanticweb.owlapi.model.OWLOntologyChange
accept, accept, getAddedAxiom, getAddedOrRemovedAxiom, getAxiom, getChangeData, getChangeRecord, getOntology, getRemovedAxiom, isAddAxiom, isAxiomChange, isAxiomChange, isImportChange, isRemoveAxiom, reverseChange
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.semanticweb.owlapi.model.HasSignature
getSignature, unsortedSignature
-
Constructor Details
-
AnnotationChange
- Parameters:
ont
- the ontology to which the change is to be appliedannotation
- the annotation
-
-
Method Details
-
signature
- Returns:
- Stream of the signature of this object.
-
getAnnotation
Gets the annotation that was added to an ontology.- Returns:
- The annotation that was added
-