Uses of Interface
org.eclipse.rdf4j.model.ModelFactory
-
Packages that use ModelFactory Package Description org.eclipse.rdf4j.model.impl Default implementations of the RDF model interfacesorg.eclipse.rdf4j.model.util Helper classes for working with RDF models.org.eclipse.rdf4j.query Interfaces and classes for handling queries and query results.org.eclipse.rdf4j.repository.manager Functionality for Repository lifecycle management and sharing.org.eclipse.rdf4j.repository.sparql ARepositorythat serves as a SPARQL endpoint client.org.eclipse.rdf4j.rio Rio: The RDF4J parser/writer API.org.eclipse.rdf4j.rio.helpers Provides helpers classes for Rio.org.eclipse.rdf4j.rio.turtle Parser/writer for the Turtle format.org.eclipse.rdf4j.sail.base Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC). -
-
Uses of ModelFactory in org.eclipse.rdf4j.model.impl
Classes in org.eclipse.rdf4j.model.impl that implement ModelFactory Modifier and Type Class Description classDynamicModelFactoryCreatesDynamicModel.classLinkedHashModelFactoryCreatesLinkedHashModel.classTreeModelFactoryCreatesTreeModel.Fields in org.eclipse.rdf4j.model.impl declared as ModelFactory Modifier and Type Field Description private ModelFactoryDynamicModel. modelFactoryConstructors in org.eclipse.rdf4j.model.impl with parameters of type ModelFactory Constructor Description DynamicModel(ModelFactory modelFactory) -
Uses of ModelFactory in org.eclipse.rdf4j.model.util
Fields in org.eclipse.rdf4j.model.util declared as ModelFactory Modifier and Type Field Description private ModelFactoryModelCollector. factoryMethods in org.eclipse.rdf4j.model.util with parameters of type ModelFactory Modifier and Type Method Description static ModelModels. convertRDFStarToReification(ValueFactory vf, Model model, ModelFactory modelFactory)Converts the statements in supplied RDF-star model to a new RDF model using reificiation.static ModelModels. convertReificationToRDFStar(ValueFactory vf, Model model, ModelFactory modelFactory)Converts the statements in supplied RDF reification model to a new RDF-star model.Constructors in org.eclipse.rdf4j.model.util with parameters of type ModelFactory Constructor Description ModelCollector(ModelFactory factory)Constructor -
Uses of ModelFactory in org.eclipse.rdf4j.query
Methods in org.eclipse.rdf4j.query with parameters of type ModelFactory Modifier and Type Method Description static ModelQueryResults. asModel(CloseableIteration<? extends Statement,? extends RDF4JException> iteration, ModelFactory modelFactory)Get aModelcontaining all elements obtained from the specified query result. -
Uses of ModelFactory in org.eclipse.rdf4j.repository.manager
Fields in org.eclipse.rdf4j.repository.manager declared as ModelFactory Modifier and Type Field Description private ModelFactoryRepositoryManager. modelFactoryMethods in org.eclipse.rdf4j.repository.manager that return ModelFactory Modifier and Type Method Description ModelFactoryRepositoryManager. getModelFactory()Get theModelFactoryused for creating newModelobjects in the manager.Methods in org.eclipse.rdf4j.repository.manager with parameters of type ModelFactory Modifier and Type Method Description voidRepositoryManager. setModelFactory(ModelFactory modelFactory)Set theModelFactoryto use for creating newModelobjects in the manager. -
Uses of ModelFactory in org.eclipse.rdf4j.repository.sparql
Fields in org.eclipse.rdf4j.repository.sparql declared as ModelFactory Modifier and Type Field Description private ModelFactorySPARQLConnection. modelFactoryMethods in org.eclipse.rdf4j.repository.sparql that return ModelFactory Modifier and Type Method Description private ModelFactorySPARQLConnection. getModelFactory() -
Uses of ModelFactory in org.eclipse.rdf4j.rio
Methods in org.eclipse.rdf4j.rio with parameters of type ModelFactory Modifier and Type Method Description static ModelRio. parse(java.io.InputStream in, java.lang.String baseURI, RDFFormat dataFormat, ParserConfig settings, ValueFactory valueFactory, ParseErrorListener errors, ModelFactory modelFactory, Resource... contexts)Adds RDF data from anInputStreamto aModel, optionally to one or more named contexts.static ModelRio. parse(java.io.Reader reader, java.lang.String baseURI, RDFFormat dataFormat, ParserConfig settings, ValueFactory valueFactory, ParseErrorListener errors, ModelFactory modelFactory, Resource... contexts)Adds RDF data from aReaderto aModel, optionally to one or more named contexts. -
Uses of ModelFactory in org.eclipse.rdf4j.rio.helpers
Fields in org.eclipse.rdf4j.rio.helpers declared as ModelFactory Modifier and Type Field Description private ModelFactoryRDFHandlerWrapper. modelFactoryMethods in org.eclipse.rdf4j.rio.helpers that return ModelFactory Modifier and Type Method Description ModelFactoryRDFHandlerWrapper. getModelFactory()Constructors in org.eclipse.rdf4j.rio.helpers with parameters of type ModelFactory Constructor Description RDFHandlerWrapper(ModelFactory modelFactory, RDFHandler... rdfHandlers)Creates a new RDFHandlerWrapper that wraps the supplied RDF handler(s). -
Uses of ModelFactory in org.eclipse.rdf4j.rio.turtle
Fields in org.eclipse.rdf4j.rio.turtle declared as ModelFactory Modifier and Type Field Description private ModelFactoryTurtleWriter. modelFactoryMethods in org.eclipse.rdf4j.rio.turtle that return ModelFactory Modifier and Type Method Description protected ModelFactoryTurtleWriter. getModelFactory()Methods in org.eclipse.rdf4j.rio.turtle with parameters of type ModelFactory Modifier and Type Method Description voidTurtleWriter. setModelFactory(ModelFactory modelFactory)Set aModelFactoryto use for creating internal Models for statement processing/buffering purposes. -
Uses of ModelFactory in org.eclipse.rdf4j.sail.base
Classes in org.eclipse.rdf4j.sail.base that implement ModelFactory Modifier and Type Class Description classChangesetSet of changes applied to anSailSourceBranchawaiting to be flushed into its backingSailSource.Fields in org.eclipse.rdf4j.sail.base declared as ModelFactory Modifier and Type Field Description private ModelFactorySailSourceBranch. modelFactoryTheModelinstances that should be used to storeSailSink.approve(Resource, IRI, Value, Resource)andSailSink.deprecate(Resource, IRI, Value, Resource)statements.Constructors in org.eclipse.rdf4j.sail.base with parameters of type ModelFactory Constructor Description SailSourceBranch(SailSource backingSource, ModelFactory modelFactory)Creates a newSailSourcederived from the givenSailSource.SailSourceBranch(SailSource backingSource, ModelFactory modelFactory, boolean autoFlush)Creates a newSailSourcederived from the givenSailSourceand ifautoFlushis true, will automatically callSailSourceBranch.flush()when not in use.SnapshotSailStore(SailStore backingStore, ModelFactory modelFactory)Wraps anSailStore, tracking changes inModelFactoryinstances.
-