Uses of Class
org.eclipse.rdf4j.sail.memory.model.MemTripleTerm
Packages that use MemTripleTerm
Package
Description
MemoryStore-specific implementations of the core RDF model objects.
-
Uses of MemTripleTerm in org.eclipse.rdf4j.sail.memory.model
Subclasses with type arguments of type MemTripleTerm in org.eclipse.rdf4j.sail.memory.modelModifier and TypeClassDescriptionclassMemTripleIterator<X extends Exception>An Iteration that can iterate over a list ofTripleTermobjects.Methods in org.eclipse.rdf4j.sail.memory.model that return MemTripleTermModifier and TypeMethodDescriptionprotected MemTripleTermMemTripleIterator.getNextElement()Searches through statementList, starting from index _nextStatementIdx + 1, for triples that match the constraints that have been set for this iterator.MemValueFactory.getOrCreateMemTripleTerm(TripleTerm tripleTerm) SeeMemValueFactory.getOrCreateMemValue(Value)for description.