Uses of Interface
org.eclipse.rdf4j.model.ModelFactory
Package
Description
Default implementations of the RDF model interfaces
Helper classes for working with RDF models.
Interfaces and classes for handling queries and query results.
Functionality for Repository lifecycle management and sharing.
Rio: The RDF4J parser/writer API.
Provides helpers classes for Rio.
Parser/writer for the Turtle format.
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
-
Uses of ModelFactory in org.eclipse.rdf4j.model.impl
Modifier and TypeClassDescriptionclass
CreatesDynamicModel
.class
CreatesLinkedHashModel
.class
CreatesTreeModel
. -
Uses of ModelFactory in org.eclipse.rdf4j.model.util
Modifier and TypeMethodDescriptionstatic Model
Models.convertRDFStarToReification
(ValueFactory vf, Model model, ModelFactory modelFactory) Converts the statements in supplied RDF-star model to a new RDF model using reificiation.static Model
Models.convertReificationToRDFStar
(ValueFactory vf, Model model, ModelFactory modelFactory) Converts the statements in supplied RDF reification model to a new RDF-star model. -
Uses of ModelFactory in org.eclipse.rdf4j.query
Modifier and TypeMethodDescriptionstatic Model
QueryResults.asModel
(CloseableIteration<? extends Statement, ? extends RDF4JException> iteration, ModelFactory modelFactory) Get aModel
containing all elements obtained from the specified query result. -
Uses of ModelFactory in org.eclipse.rdf4j.repository.manager
Modifier and TypeMethodDescriptionRepositoryManager.getModelFactory()
Get theModelFactory
used for creating newModel
objects in the manager.Modifier and TypeMethodDescriptionvoid
RepositoryManager.setModelFactory
(ModelFactory modelFactory) Set theModelFactory
to use for creating newModel
objects in the manager. -
Uses of ModelFactory in org.eclipse.rdf4j.rio
Modifier and TypeMethodDescriptionstatic Model
Rio.parse
(InputStream in, String baseURI, RDFFormat dataFormat, ParserConfig settings, ValueFactory valueFactory, ParseErrorListener errors, ModelFactory modelFactory, Resource... contexts) Adds RDF data from anInputStream
to aModel
, optionally to one or more named contexts.static Model
Rio.parse
(Reader reader, String baseURI, RDFFormat dataFormat, ParserConfig settings, ValueFactory valueFactory, ParseErrorListener errors, ModelFactory modelFactory, Resource... contexts) -
Uses of ModelFactory in org.eclipse.rdf4j.rio.helpers
ModifierConstructorDescriptionRDFHandlerWrapper
(ModelFactory modelFactory, RDFHandler... rdfHandlers) Creates a new RDFHandlerWrapper that wraps the supplied RDF handler(s). -
Uses of ModelFactory in org.eclipse.rdf4j.rio.turtle
Modifier and TypeMethodDescriptionvoid
TurtleWriter.setModelFactory
(ModelFactory modelFactory) Set aModelFactory
to use for creating internal Models for statement processing/buffering purposes. -
Uses of ModelFactory in org.eclipse.rdf4j.sail.base
Modifier and TypeClassDescriptionclass
Set of changes applied to anSailSourceBranch
awaiting to be flushed into its backingSailSource
.ModifierConstructorDescriptionSnapshotSailStore
(SailStore backingStore, ModelFactory modelFactory) Wraps anSailStore
, tracking changes inModelFactory
instances.