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 interfaces -
-
Uses of SimpleValueFactory in org.eclipse.rdf4j.model.impl
Fields in org.eclipse.rdf4j.model.impl declared as SimpleValueFactory Modifier and Type Field Description private static SimpleValueFactory
SimpleValueFactory. sharedInstance
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.
-