Uses of Class
org.eclipse.rdf4j.sail.memory.model.MemStatementList
-
Uses of MemStatementList in org.eclipse.rdf4j.sail.memory.model
Modifier and TypeFieldDescriptionstatic final MemStatementList
MemValue.EMPTY_LIST
A shared empty MemStatementList that is returned by MemURI and MemBNode to represent an empty list.Modifier and TypeMethodDescriptionMemBNode.getContextStatementList()
MemIRI.getContextStatementList()
MemResource.getContextStatementList()
Gets the list of statements for which this MemResource represents the context.MemTriple.getContextStatementList()
MemBNode.getObjectStatementList()
MemIRI.getObjectStatementList()
MemLiteral.getObjectStatementList()
MemTriple.getObjectStatementList()
MemValue.getObjectStatementList()
Gets the list of statements for which this MemValue is the object.MemIRI.getPredicateStatementList()
Gets the list of statements for which this MemURI is the predicate.MemBNode.getSubjectStatementList()
MemIRI.getSubjectStatementList()
MemResource.getSubjectStatementList()
Gets the list of statements for which this MemResource is the subject.MemTriple.getSubjectStatementList()
Modifier and TypeMethodDescriptionvoid
MemStatementList.addAll
(MemStatementList other) MemStatementIterator.cacheAwareInstance
(MemStatementList smallestList, MemResource subj, MemIRI pred, MemValue obj, Boolean explicit, int snapshot, MemResource[] memContexts, MemStatementIteratorCache iteratorCache) ModifierConstructorDescriptionMemStatementIterator
(MemStatementList statementList, MemResource subject, MemIRI predicate, MemValue object, Boolean explicit, int snapshot, 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).MemStatementList
(MemStatementList other)