public abstract class AnnotationChange extends OWLOntologyChange
Constructor and Description |
---|
AnnotationChange(OWLOntology ont,
OWLAnnotation annotation) |
Modifier and Type | Method and Description |
---|---|
OWLAnnotation |
getAnnotation()
Gets the annotation that was added to an ontology.
|
Stream<OWLEntity> |
signature() |
accept, accept, getAddedAxiom, getAddedOrRemovedAxiom, getAxiom, getChangeData, getChangeRecord, getOntology, getRemovedAxiom, isAddAxiom, isAxiomChange, isAxiomChange, isImportChange, isRemoveAxiom, reverseChange
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSignature, unsortedSignature
public AnnotationChange(OWLOntology ont, OWLAnnotation annotation)
ont
- the ontology to which the change is to be appliedannotation
- the annotationpublic OWLAnnotation getAnnotation()
Copyright © 2020 The University of Manchester. All rights reserved.