Uses of Class
org.openrdf.sail.memory.model.MemURI

Packages that use MemURI
org.openrdf.sail.memory.model Classes implementing the storage model of the MemoryStore. 
 

Uses of MemURI in org.openrdf.sail.memory.model
 

Methods in org.openrdf.sail.memory.model that return MemURI
 MemURI MemValueFactory.getMemURI(URI uri)
          See getMemValue() for description.
 MemURI MemValueFactory.getOrCreateMemURI(URI uri)
          See MemValueFactory.getOrCreateMemValue(Value) for description.
 MemURI MemStatement.getPredicate()
           
 

Methods in org.openrdf.sail.memory.model that return types with arguments of type MemURI
 Set<MemURI> MemValueFactory.getMemURIs()
          Gets all URIs that are managed by this value factory.
 

Constructors in org.openrdf.sail.memory.model with parameters of type MemURI
MemStatement(MemResource subject, MemURI predicate, MemValue object, MemResource context, boolean explicit, int sinceSnapshot)
          Creates a new MemStatement with the supplied subject, predicate, object and context and marks it as 'explicit'.
MemStatement(MemResource subject, MemURI predicate, MemValue object, MemResource context, boolean explicit, int sinceSnapshot, TxnStatus txnStatus)
          Creates a new MemStatement with the supplied subject, predicate, object and context.
MemStatement(MemResource subject, MemURI predicate, MemValue object, MemResource context, int sinceSnapshot)
          Creates a new MemStatement with the supplied subject, predicate, object and context and marks it as 'explicit'.
MemStatementIterator(MemStatementList statementList, MemResource subject, MemURI predicate, MemValue object, boolean explicitOnly, int snapshot, ReadMode readMode, MemResource... contexts)
          Creates a new MemStatementIterator that will iterate over the statements contained in the supplied MemStatementList searching for statements that match the specified pattern of subject, predicate, object and context(s).
 



Copyright © 2001-2012 Aduna. All Rights Reserved.