public abstract class OntologyAnnotationChangeData extends OWLOntologyChangeData
AddOntologyAnnotation change. | Constructor and Description |
|---|
OntologyAnnotationChangeData(OWLAnnotation annotation)
Constructs an
OntologyAnnotationChangeData object that describes
an AddOntologyAnnotation change for the OWLAnnotation
specified by the annotation parameter. |
| Modifier and Type | Method and Description |
|---|---|
OWLAnnotation |
getAnnotation()
Gets the
OWLAnnotation that is the focus of some
AddOntologyAnnotation change. |
OWLAnnotation |
getItem() |
java.util.stream.Stream<OWLEntity> |
signature() |
accept, createOntologyChange, equals, hashCode, toStringgetSignaturepublic OntologyAnnotationChangeData(OWLAnnotation annotation)
OntologyAnnotationChangeData object that describes
an AddOntologyAnnotation change for the OWLAnnotation
specified by the annotation parameter.annotation - The OWLAnnotation that is the focus of some change.public OWLAnnotation getAnnotation()
OWLAnnotation that is the focus of some
AddOntologyAnnotation change.OWLAnnotation.public OWLAnnotation getItem()
getItem in class OWLOntologyChangeDatapublic java.util.stream.Stream<OWLEntity> signature()
Copyright © 2017 The University of Manchester. All Rights Reserved.