org.ontoware.rdf2go.model.node
Interface PlainLiteral

All Superinterfaces:
java.lang.Comparable<Node>, Literal, Node, NodeOrVariable

public interface PlainLiteral
extends Literal

Marker interface for plain literals, i.e. those Literals that are neither LanguageTagLiteral nor DatatypeLiteral Implementations are expected to have valid implementations of equals( Object ) and hashCode()

Author:
voelkel

Method Summary
 
Methods inherited from interface org.ontoware.rdf2go.model.node.Literal
getValue
 
Methods inherited from interface org.ontoware.rdf2go.model.node.Node
asBlankNode, asDatatypeLiteral, asLanguageTagLiteral, asLiteral, asResource, asURI, toSPARQL
 
Methods inherited from interface java.lang.Comparable
compareTo
 



Copyright © 2005-2008 FZI - Forschungszentrum Informatik | Karlsruhe | Germany. All Rights Reserved.