Uses of Package
org.openrdf.model.impl

Packages that use org.openrdf.model.impl
org.openrdf.model.impl Default implementations of the RDF model interfaces. 
org.openrdf.sail.memory.model Classes implementing the storage model of the MemoryStore. 
org.openrdf.sail.nativerdf Native RDF storage backend. 
org.openrdf.sail.nativerdf.model   
 

Classes in org.openrdf.model.impl used by org.openrdf.model.impl
BooleanLiteralImpl
          An extension of LiteralImpl that stores a boolean value to avoid parsing.
LiteralImpl
          An implementation of the Literal interface.
StatementImpl
          An implementation of the Statement interface for statements that don't have an associated context.
ValueFactoryBase
          Abstract base class for ValueFactory implementations that implements the utility methods for creating literals for basic types by calling the generic ValueFactory.createLiteral(String, URI) with the appropriate value and datatype.
ValueFactoryImpl
          Default implementation of the ValueFactory interface that uses the RDF model classes from this package.
 

Classes in org.openrdf.model.impl used by org.openrdf.sail.memory.model
BNodeImpl
          An implementation of the BNode interface.
ContextStatementImpl
          An extension of StatementImpl that adds a context field.
LiteralImpl
          An implementation of the Literal interface.
StatementImpl
          An implementation of the Statement interface for statements that don't have an associated context.
ValueFactoryBase
          Abstract base class for ValueFactory implementations that implements the utility methods for creating literals for basic types by calling the generic ValueFactory.createLiteral(String, URI) with the appropriate value and datatype.
 

Classes in org.openrdf.model.impl used by org.openrdf.sail.nativerdf
ValueFactoryBase
          Abstract base class for ValueFactory implementations that implements the utility methods for creating literals for basic types by calling the generic ValueFactory.createLiteral(String, URI) with the appropriate value and datatype.
 

Classes in org.openrdf.model.impl used by org.openrdf.sail.nativerdf.model
BNodeImpl
          An implementation of the BNode interface.
LiteralImpl
          An implementation of the Literal interface.
URIImpl
          The default implementation of the URI interface.
 



Copyright © 2001-2008 Aduna. All Rights Reserved.