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, getAxiom, getChangeData, getChangeRecord, getOntology, isAddAxiom, isAxiomChange, isImportChange, isRemoveAxiom, reverseChangeequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSignaturepublic AnnotationChange(OWLOntology ont, OWLAnnotation annotation)
ont - the ontology to which the change is to be appliedannotation - the annotationpublic OWLAnnotation getAnnotation()
Copyright © 2017 The University of Manchester. All rights reserved.