org.semanticweb.skos
Interface SKOSAnnotation

All Superinterfaces:
SKOSObject

public interface SKOSAnnotation
extends SKOSObject

Author: Simon Jupp
Date: Apr 25, 2008
The University of Manchester
Bio-Health Informatics Group


Method Summary
 SKOSEntity getAnnotationValue()
           
 SKOSLiteral getAnnotationValueAsConstant()
           
 java.net.URI getURI()
           
 boolean isAnnotationByConstant()
           
 
Methods inherited from interface org.semanticweb.skos.SKOSObject
accept
 

Method Detail

getURI

java.net.URI getURI()

getAnnotationValueAsConstant

SKOSLiteral getAnnotationValueAsConstant()

getAnnotationValue

SKOSEntity getAnnotationValue()

isAnnotationByConstant

boolean isAnnotationByConstant()