Package | Description |
---|---|
org.eclipse.rdf4j.sail.memory.model |
Classes implementing the storage model of the MemoryStore.
|
Modifier and Type | Field and Description |
---|---|
static MemStatementList |
MemValue.EMPTY_LIST
A shared empty MemStatementList that is returned by MemURI and MemBNode to represent an empty list.
|
Modifier and Type | Method and Description |
---|---|
MemStatementList |
MemResource.getContextStatementList()
Gets the list of statements for which this MemResource represents the context.
|
MemStatementList |
MemIRI.getContextStatementList() |
MemStatementList |
MemBNode.getContextStatementList() |
MemStatementList |
MemValue.getObjectStatementList()
Gets the list of statements for which this MemValue is the object.
|
MemStatementList |
MemLiteral.getObjectStatementList() |
MemStatementList |
MemIRI.getObjectStatementList() |
MemStatementList |
MemBNode.getObjectStatementList() |
MemStatementList |
MemIRI.getPredicateStatementList()
Gets the list of statements for which this MemURI is the predicate.
|
MemStatementList |
MemResource.getSubjectStatementList()
Gets the list of statements for which this MemResource is the subject.
|
MemStatementList |
MemIRI.getSubjectStatementList() |
MemStatementList |
MemBNode.getSubjectStatementList() |
Modifier and Type | Method and Description |
---|---|
void |
MemStatementList.addAll(MemStatementList other) |
Constructor and Description |
---|
MemStatementIterator(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) |
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.