Package | Description |
---|---|
org.openrdf.model.impl |
Default implementations of the RDF model interfaces.
|
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,
URI pred,
Value obj,
Resource... contexts) |
Copyright © 2001-2016 Aduna. All Rights Reserved.