Uses of Class
org.openrdf.sesame.sailimpl.memory.RdfSource

Packages that use RdfSource
org.openrdf.sesame.sailimpl.memory An implementation of the RDF SAIL API that uses main memory for storage.  
 

Uses of RdfSource in org.openrdf.sesame.sailimpl.memory
 

Subclasses of RdfSource in org.openrdf.sesame.sailimpl.memory
 class RdfRepository
          An implementation of the RdfRepository interface extending the class org.openrdf.sesame.sail.memory.RdfSource with write-methods.
 class RdfSchemaRepository
          An implementation of the RdfSchemaRepository interface extending the memory repository with Schema inferencing capabilities.
 

Methods in org.openrdf.sesame.sailimpl.memory that return RdfSource
 RdfSource ValueNode.getRdfSource()
          Returns the RdfSource that contains this ValueNode.
 RdfSource URINode.getRdfSource()
           
 RdfSource LiteralNode.getRdfSource()
           
 RdfSource BNodeNode.getRdfSource()
           
 

Constructors in org.openrdf.sesame.sailimpl.memory with parameters of type RdfSource
LiteralNode(RdfSource source, String label, String lang)
          Creates a new Literal which will get the supplied label and language code.
LiteralNode(RdfSource source, String label, URI datatype)
          Creates a new Literal which will get the supplied label and datatype.
 



Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.