| 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  | LinkedHashModelFactoryCreates  LinkedHashModel. | 
| class  | TreeModelFactoryCreates  TreeModel. | 
| Constructor and Description | 
|---|
| ModelCollector(ModelFactory factory)Constructor | 
| Modifier and Type | Method and Description | 
|---|---|
| ModelFactory | RepositoryManager. getModelFactory()Get the  ModelFactoryused for creating newModelobjects in the manager. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | RepositoryManager. setModelFactory(ModelFactory modelFactory)Set the  ModelFactoryto use for creating newModelobjects 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 inModelFactoryinstances. | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.