org.openanzo.glitter.rdf
Interface ILiteralTerm

All Known Subinterfaces:
IPlainLiteralTerm, ITypedLiteralTerm
All Known Implementing Classes:
Literal, Literal, PlainLiteral, TypedLiteral

public interface ILiteralTerm

Author:
Matthew Roy ( mroy@cambridgesemantics.com )

Method Summary
 java.lang.String getLexicalForm()
           
 boolean isPlainLiteral()
           
 boolean isTypedLiteral()
           
 

Method Detail

getLexicalForm

java.lang.String getLexicalForm()
Returns:
The lexical form of the literal.

isTypedLiteral

boolean isTypedLiteral()
Returns:
whether or not this is a typed literal.

isPlainLiteral

boolean isPlainLiteral()
Returns:
whether or not this is a plain literal.


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.