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

Packages that use MemStatement
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. 
 

Uses of MemStatement in org.openrdf.sail.memory
 

Methods in org.openrdf.sail.memory that return types with arguments of type MemStatement
protected
<X extends Exception>
CloseableIteration<MemStatement,X>
MemoryStore.createStatementIterator(Class<X> excClass, Resource subj, URI pred, Value obj, boolean explicitOnly, int snapshot, ReadMode readMode, Resource... contexts)
          Creates a StatementIterator that contains the statements matching the specified pattern of subject, predicate, object, context.
 CloseableIteration<MemStatement,QueryEvaluationException> MemoryStoreConnection.MemTripleSource.getStatements(Resource subj, URI pred, Value obj, Resource... contexts)
           
 

Methods in org.openrdf.sail.memory with parameters of type MemStatement
protected  boolean MemoryStore.removeStatement(MemStatement st, boolean explicit)
           
 

Method parameters in org.openrdf.sail.memory with type arguments of type MemStatement
protected  boolean MemoryStoreConnection.removeIteratorStatements(CloseableIteration<MemStatement,SailException> stIter, boolean explicit)
           
 

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

Methods in org.openrdf.sail.memory.model that return MemStatement
 MemStatement MemStatementList.get(int index)
           
protected  MemStatement MemStatementIterator.getNextElement()
          Searches through statementList, starting from index _nextStatementIdx + 1, for statements that match the constraints that have been set for this iterator.
 

Methods in org.openrdf.sail.memory.model with parameters of type MemStatement
 void MemStatementList.add(MemStatement st)
           
 void MemURI.addContextStatement(MemStatement st)
           
 void MemResource.addContextStatement(MemStatement st)
          Adds a statement to this MemResource's list of statements for which it represents the context.
 void MemBNode.addContextStatement(MemStatement st)
           
 void MemValue.addObjectStatement(MemStatement st)
          Adds a statement to this MemValue's list of statements for which it is the object.
 void MemURI.addObjectStatement(MemStatement st)
           
 void MemLiteral.addObjectStatement(MemStatement st)
           
 void MemBNode.addObjectStatement(MemStatement st)
           
 void MemURI.addPredicateStatement(MemStatement st)
          Adds a statement to this MemURI's list of statements for which it is the predicate.
 void MemURI.addSubjectStatement(MemStatement st)
           
 void MemResource.addSubjectStatement(MemStatement st)
          Adds a statement to this MemResource's list of statements for which it is the subject.
 void MemBNode.addSubjectStatement(MemStatement st)
           
 void MemStatementList.remove(MemStatement st)
           
 void MemURI.removeContextStatement(MemStatement st)
           
 void MemResource.removeContextStatement(MemStatement st)
          Removes a statement from this MemResource's list of statements for which it represents the context.
 void MemBNode.removeContextStatement(MemStatement st)
           
 void MemValue.removeObjectStatement(MemStatement st)
          Removes a statement from this MemValue's list of statements for which it is the object.
 void MemURI.removeObjectStatement(MemStatement st)
           
 void MemLiteral.removeObjectStatement(MemStatement st)
           
 void MemBNode.removeObjectStatement(MemStatement st)
           
 void MemURI.removePredicateStatement(MemStatement st)
          Removes a statement from this MemURI's list of statements for which it is the predicate.
 void MemURI.removeSubjectStatement(MemStatement st)
           
 void MemResource.removeSubjectStatement(MemStatement st)
          Removes a statement from this MemResource's list of statements for which it is the subject.
 void MemBNode.removeSubjectStatement(MemStatement st)
           
 



Copyright © 2001-2012 Aduna. All Rights Reserved.