|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OWLAnnotation
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 18-Dec-2006
Method Summary | ||
---|---|---|
void |
accept(OWLAnnotationObjectVisitor visitor)
|
|
|
accept(OWLAnnotationObjectVisitorEx<O> visitor)
|
|
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. |
Methods inherited from interface org.semanticweb.owlapi.model.OWLObject |
---|
accept, accept, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, isBottomEntity, isTopEntity |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
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()
void accept(OWLAnnotationObjectVisitor visitor)
<O> O accept(OWLAnnotationObjectVisitorEx<O> visitor)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |