Package | Description |
---|---|
org.eclipse.rdf4j.model |
The 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 |
DynamicModel
A LinkedHashModel or a TreeModel achieves fast data access at the cost of higher indexing time.
|
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
Deprecated.
this feature is for internal use only: its existence, signature or behavior may change without warning
from one release to the next.
|
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.