Uses of Package
org.openrdf.sail.memory.model

Packages that use org.openrdf.sail.memory.model
org.openrdf.sail.memory An implementation of the RDF SAIL API that uses main memory for storage. 
org.openrdf.sail.memory.model Classes implementing the storage model of the MemoryStore. 
 

Classes in org.openrdf.sail.memory.model used by org.openrdf.sail.memory
MemStatement
          A MemStatement is a Statement which contains context information and a flag indicating whether the statement is explicit or inferred.
MemStatementList
          A dedicated data structure for storing MemStatement objects, offering operations optimized for their use in the memory Sail.
MemValueFactory
          A factory for MemValue objects that keeps track of created objects to prevent the creation of duplicate objects, minimizing memory usage as a result.
ReadMode
          A type-safe enumeration for read modes for MemStatementIterator.
 

Classes in org.openrdf.sail.memory.model used by org.openrdf.sail.memory.model
MemBNode
          A MemoryStore-specific extension of BNodeImpl giving it node properties.
MemLiteral
          A MemoryStore-specific extension of Literal giving it node properties.
MemResource
          A MemoryStore-specific extension of Resource giving it subject statements.
MemStatement
          A MemStatement is a Statement which contains context information and a flag indicating whether the statement is explicit or inferred.
MemStatementList
          A dedicated data structure for storing MemStatement objects, offering operations optimized for their use in the memory Sail.
MemURI
          A MemoryStore-specific implementation of URI that stores separated namespace and local name information to enable reuse of namespace String objects (reducing memory usage) and that gives it node properties.
MemValue
          A MemoryStore-specific extension of the Value interface, giving it node properties.
ReadMode
          A type-safe enumeration for read modes for MemStatementIterator.
TxnStatus
          A type-safe enumeration for transaction status information on MemStatements.
 



Copyright © 2001-2007 Aduna. All Rights Reserved.