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() |
Stream<OWLEntity> |
signature() |
accept, createOntologyChange, equals, hashCode, toString
getSignature, unsortedSignature
public 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 OWLOntologyChangeData
Copyright © 2020 The University of Manchester. All rights reserved.