Serializable
, HasSignature
AddOntologyAnnotationData
, RemoveOntologyAnnotationData
public abstract class OntologyAnnotationChangeData extends OWLOntologyChangeData
AddOntologyAnnotation
change. Constructor | 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 | Description |
---|---|---|
OWLAnnotation |
getAnnotation() |
Gets the
OWLAnnotation that is the focus of some
AddOntologyAnnotation change. |
OWLAnnotation |
getItem() |
|
Set<OWLEntity> |
getSignature() |
Gets the signature of this object.
|
accept, createOntologyChange, equals, hashCode, toString
public OntologyAnnotationChangeData(@Nonnull 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.@Nonnull public OWLAnnotation getAnnotation()
OWLAnnotation
that is the focus of some
AddOntologyAnnotation
change.OWLAnnotation
.public OWLAnnotation getItem()
getItem
in class OWLOntologyChangeData
public Set<OWLEntity> getSignature()
HasSignature
Copyright © 2018 The University of Manchester. All rights reserved.