Uses of Class
org.eclipse.rdf4j.model.base.AbstractValueFactory
-
Packages that use AbstractValueFactory Package Description org.eclipse.rdf4j.model.impl Default implementations of the RDF model interfacesorg.eclipse.rdf4j.sail.memory.model org.eclipse.rdf4j.sail.nativerdf The Native Store. -
-
Uses of AbstractValueFactory in org.eclipse.rdf4j.model.impl
Subclasses of AbstractValueFactory in org.eclipse.rdf4j.model.impl Modifier and Type Class Description class
AbstractValueFactory
Deprecated.since 3.5.0.class
SimpleValueFactory
Default implementation of theValueFactory
interface.class
ValueFactoryBase
Deprecated.since 2.0.class
ValueFactoryImpl
Deprecated.since 2.0. -
Uses of AbstractValueFactory in org.eclipse.rdf4j.sail.memory.model
Subclasses of AbstractValueFactory in org.eclipse.rdf4j.sail.memory.model Modifier and Type Class Description class
MemValueFactory
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.nativerdf Modifier and Type Class Description class
ValueStore
Deprecated.since 3.0.
-