Uses of Interface
org.ontoware.rdf2go.model.node.Literal

Packages that use Literal
org.ontoware.rdf2go.model.node   
org.ontoware.rdf2go.model.node.impl   
 

Uses of Literal in org.ontoware.rdf2go.model.node
 

Subinterfaces of Literal in org.ontoware.rdf2go.model.node
 interface DatatypeLiteral
          RDF Literal representation of a datatype (usually xml schema datatype) Implementations are expected to have valid implementations of equals( Object ) and hashCode()
 interface LanguageTagLiteral
          sub-interface of RDFLiteral that represents Language Tag Literals Implementations are expected to have valid implementations of equals( Object ) and hashCode()
 interface PlainLiteral
          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()
 

Methods in org.ontoware.rdf2go.model.node that return Literal
 Literal Variable.asLiteral()
           
 Literal Node.asLiteral()
          A convenience method for a cast to org.ontoware.rdf2go.model.node.Literal
 

Uses of Literal in org.ontoware.rdf2go.model.node.impl
 

Methods in org.ontoware.rdf2go.model.node.impl that return Literal
 Literal ResourceImpl.asLiteral()
           
 



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