Package | Description |
---|---|
org.eclipse.rdf4j.model.impl |
Default implementations of the RDF model interfaces
|
org.eclipse.rdf4j.model.util |
Helper classes for working with RDF models.
|
org.eclipse.rdf4j.repository.manager |
Functionality for Repository lifecycle management and sharing.
|
org.eclipse.rdf4j.rio.helpers |
Provides helpers classes for Rio.
|
org.eclipse.rdf4j.sail.base |
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
|
Modifier and Type | Class and Description |
---|---|
class |
LinkedHashModelFactory
Creates
LinkedHashModel . |
class |
TreeModelFactory
Creates
TreeModel . |
Constructor and Description |
---|
ModelCollector(ModelFactory factory)
Constructor
|
Modifier and Type | Method and Description |
---|---|
ModelFactory |
RepositoryManager.getModelFactory()
Get the
ModelFactory used for creating new Model objects in the manager. |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryManager.setModelFactory(ModelFactory modelFactory)
Set the
ModelFactory to use for creating new Model objects in the manager. |
Modifier and Type | Method and Description |
---|---|
ModelFactory |
RDFHandlerWrapper.getModelFactory() |
Constructor and Description |
---|
RDFHandlerWrapper(ModelFactory modelFactory,
RDFHandler... rdfHandlers)
Creates a new RDFHandlerWrapper that wraps the supplied RDF handler(s).
|
Constructor and Description |
---|
SnapshotSailStore(SailStore backingStore,
ModelFactory modelFactory)
Wraps an
SailStore , tracking changes in ModelFactory instances. |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.