Uses of Class
org.eclipse.rdf4j.model.base.AbstractValueFactory
Packages that use AbstractValueFactory
Package
Description
Default implementations of the RDF model interfaces
MemoryStore-specific implementations of the core RDF model objects.
The Native Store.
-
Uses of AbstractValueFactory in org.eclipse.rdf4j.model.impl
Subclasses of AbstractValueFactory in org.eclipse.rdf4j.model.impl -
Uses of AbstractValueFactory in org.eclipse.rdf4j.sail.memory.model
Subclasses of AbstractValueFactory in org.eclipse.rdf4j.sail.memory.modelModifier and TypeClassDescriptionclass
A factory for MemValue objects that keeps track of created objects to prevent the creation of duplicate objects, minimizing memory usage as a result. -
Uses of AbstractValueFactory in org.eclipse.rdf4j.sail.nativerdf
Subclasses of AbstractValueFactory in org.eclipse.rdf4j.sail.nativerdfModifier and TypeClassDescriptionclass
File-based indexed storage and retrieval of RDF values.