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).
getLiteral
java.lang.String getLiteral()
isTyped
boolean isTyped()
getAsSKOSUntypedLiteral
SKOSUntypedLiteral getAsSKOSUntypedLiteral()
getAsSKOSTypedLiteral
SKOSTypedLiteral getAsSKOSTypedLiteral()
accept
void accept(SKOSLiteralVisitor visitor)