Package | Description |
---|---|
org.openrdf.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 |
MemURI.getContextStatementList() |
MemStatementList |
MemResource.getContextStatementList()
Gets the list of statements for which this MemResource represents the
context.
|
MemStatementList |
MemBNode.getContextStatementList() |
MemStatementList |
MemURI.getObjectStatementList() |
MemStatementList |
MemLiteral.getObjectStatementList() |
MemStatementList |
MemValue.getObjectStatementList()
Gets the list of statements for which this MemValue is the object.
|
MemStatementList |
MemBNode.getObjectStatementList() |
MemStatementList |
MemURI.getPredicateStatementList()
Gets the list of statements for which this MemURI is the predicate.
|
MemStatementList |
MemURI.getSubjectStatementList() |
MemStatementList |
MemResource.getSubjectStatementList()
Gets the list of statements for which this MemResource is the subject.
|
MemStatementList |
MemBNode.getSubjectStatementList() |
Modifier and Type | Method and Description |
---|---|
void |
MemStatementList.addAll(MemStatementList other) |
Constructor and Description |
---|
MemStatementIterator(MemStatementList statementList,
MemResource subject,
MemURI 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 © 2001–2017 Aduna. All rights reserved.