Class OntologyAnnotationChangeData

java.lang.Object
org.semanticweb.owlapi.change.OWLOntologyChangeData
org.semanticweb.owlapi.change.OntologyAnnotationChangeData
All Implemented Interfaces:
Serializable, HasSignature
Direct Known Subclasses:
AddOntologyAnnotationData, RemoveOntologyAnnotationData

public abstract class OntologyAnnotationChangeData extends OWLOntologyChangeData
Represents the specific non-ontology data required by an AddOntologyAnnotation change.
Instances of this class are immutable.
Since:
3.3
Author:
Matthew Horridge, Stanford University, Bio-Medical Informatics Research Group
See Also: