org.semanticweb.skos
Interface SKOSLiteral

All Known Subinterfaces:
SKOSTypedLiteral, SKOSUntypedLiteral

public interface SKOSLiteral

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

Represents a literal (typed or untyped).


Method Summary
 void accept(SKOSLiteralVisitor visitor)
           
 SKOSTypedLiteral getAsSKOSTypedLiteral()
           
 SKOSUntypedLiteral getAsSKOSUntypedLiteral()
           
 java.lang.String getLiteral()
           
 boolean isTyped()
           
 

Method Detail

getLiteral

java.lang.String getLiteral()

isTyped

boolean isTyped()

getAsSKOSUntypedLiteral

SKOSUntypedLiteral getAsSKOSUntypedLiteral()

getAsSKOSTypedLiteral

SKOSTypedLiteral getAsSKOSTypedLiteral()

accept

void accept(SKOSLiteralVisitor visitor)