public interface OWLAnnotation extends OWLObject
Modifier and Type | Method and Description |
---|---|
void |
accept(OWLAnnotationObjectVisitor visitor) |
<O> O |
accept(OWLAnnotationObjectVisitorEx<O> visitor) |
OWLAnnotation |
getAnnotatedAnnotation(java.util.Set<OWLAnnotation> annotations)
Gets an OWLAnnotation which is a copy of this annotation but which has the specified annotations.
|
java.util.Set<OWLAnnotation> |
getAnnotations()
Gets the annotations on this annotation
|
OWLAnnotationProperty |
getProperty()
Gets the property that this annotation acts along
|
OWLAnnotationValue |
getValue()
Gets the annotation value.
|
boolean |
isDeprecatedIRIAnnotation()
Determines if this annotation is an annotation used to deprecate an IRI.
|
accept, accept, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, isBottomEntity, isTopEntity
OWLAnnotationProperty getProperty()
OWLAnnotationValue getValue()
OWLLiteral
,
an IRI
or an OWLAnonymousIndividual
.OWLAnnotationValueVisitor
,
OWLAnnotationValueVisitorEx
boolean isDeprecatedIRIAnnotation()
owl:deprecated
and the value of the annotation is "true"^^xsd:boolean
true
if this annotation is an annotation that can be used to deprecate an IRI, otherwise
false
.java.util.Set<OWLAnnotation> getAnnotations()
OWLAnnotation getAnnotatedAnnotation(java.util.Set<OWLAnnotation> annotations)
annotations
- The annotationsvoid accept(OWLAnnotationObjectVisitor visitor)
<O> O accept(OWLAnnotationObjectVisitorEx<O> visitor)