Package | Description |
---|---|
org.eclipse.rdf4j.model |
RDF Model API
|
org.eclipse.rdf4j.model.impl |
Default implementations of the RDF model interfaces.
|
org.eclipse.rdf4j.sail.model |
Modifier and Type | Interface and Description |
---|---|
interface |
Model
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractModel
Provides basic operations that are common to all Models.
|
class |
EmptyModel
Blocks access to the statements of the model, allowing only changes to the model's namespaces.
|
class |
FilteredModel
Applies a basic graph pattern filter to what triples can be see.
|
class |
LinkedHashModel
Hash table based implementation of the
Model interface. |
class |
TreeModel
A Red-Black tree based
Model implementation. |
Modifier and Type | Class and Description |
---|---|
class |
SailModel
Model implementation for a
SailConnection . |
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.