| Package | Description | 
|---|---|
| org.eclipse.rdf4j.sail.memory.model | 
| Modifier and Type | Method and Description | 
|---|---|
| MemIRI | MemValueFactory. getMemURI(IRI uri)See getMemValue() for description. | 
| MemIRI | MemValueFactory. getOrCreateMemURI(IRI uri)See  MemValueFactory.getOrCreateMemValue(Value)for description. | 
| MemIRI | MemStatement. getPredicate() | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<MemIRI> | MemValueFactory. getMemURIs()Gets all URIs that are managed by this value factory. | 
| Constructor and Description | 
|---|
| MemStatement(MemResource subject,
            MemIRI predicate,
            MemValue object,
            MemResource context,
            boolean explicit,
            int sinceSnapshot)Creates a new MemStatement with the supplied subject, predicate, object and context. | 
| MemStatement(MemResource subject,
            MemIRI 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,
                    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). | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.