Uses of Class
org.eclipse.rdf4j.sail.memory.model.MemIRI
-
Uses of MemIRI in org.eclipse.rdf4j.sail.memory.model
Modifier and TypeMethodDescriptionSee getMemValue() for description.MemValueFactory.getOrCreateMemURI
(IRI uri) SeeMemValueFactory.getOrCreateMemValue(Value)
for description.MemStatement.getPredicate()
MemTriple.getPredicate()
Modifier and TypeMethodDescriptionMemValueFactory.getMemIRIsIterator()
Gets all URIs that are managed by this value factory.MemValueFactory.getMemURIs()
Deprecated, for removal: This API element is subject to removal in a future version.Use getMemIRIsIterator() instead.Modifier and TypeMethodDescriptionMemStatementIterator.cacheAwareInstance
(MemStatementList smallestList, MemResource subj, MemIRI pred, MemValue obj, Boolean explicit, int snapshot, MemResource[] memContexts, MemStatementIteratorCache iteratorCache) boolean
MemStatement.matchesSPO
(MemResource subject, MemIRI predicate, MemValue object) ModifierConstructorDescriptionMemStatement
(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).MemTriple
(Object creator, MemResource subject, MemIRI predicate, MemValue object)