Package | Description |
---|---|
org.eclipse.rdf4j.model |
RDF Model API
|
org.eclipse.rdf4j.model.impl |
Default implementations of the RDF model interfaces.
|
org.eclipse.rdf4j.model.util | |
org.eclipse.rdf4j.query.dawg |
Functionality to convert tuple query results to and from the
Data Access Working Group Test Result Set RDF Vocabulary
|
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 |
GraphImpl
Deprecated.
since 2.0. Use a
Model implementation (e.g. TreeModel or
LinkedHashModel instead. |
class |
LinkedHashModel
Hash table based implementation of the
Model interface. |
class |
TreeModel
A Red-Black tree based
Model implementation. |
Modifier and Type | Method and Description |
---|---|
static Graph |
DAWGTestResultSetUtil.toGraph(TupleQueryResult tqr) |
Modifier and Type | Class and Description |
---|---|
class |
SailModel
Model implementation for a
SailConnection . |
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.