Uses of Class
org.eclipse.rdf4j.model.impl.SimpleValueFactory
-
Packages that use SimpleValueFactory Package Description org.eclipse.rdf4j.model.impl Default implementations of the RDF model interfacesorg.eclipse.rdf4j.sail.nativerdf The Native Store. -
-
Uses of SimpleValueFactory in org.eclipse.rdf4j.model.impl
Methods in org.eclipse.rdf4j.model.impl that return SimpleValueFactory Modifier and Type Method Description static SimpleValueFactory
SimpleValueFactory. getInstance()
Provide a single shared instance of a SimpleValueFactory. -
Uses of SimpleValueFactory in org.eclipse.rdf4j.sail.nativerdf
Subclasses of SimpleValueFactory in org.eclipse.rdf4j.sail.nativerdf Modifier and Type Class Description class
ValueStore
File-based indexed storage and retrieval of RDF values.
-