Package | Description |
---|---|
org.eclipse.rdf4j.model.impl |
Default implementations of the RDF model interfaces
|
org.eclipse.rdf4j.sail.model |
Modifier and Type | Class and Description |
---|---|
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. |
Constructor and Description |
---|
FilteredModel(AbstractModel model,
Resource subj,
IRI pred,
Value obj,
Resource... contexts) |
Modifier and Type | Class and Description |
---|---|
class |
SailModel
Model implementation for a
SailConnection . |
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.