Package | Description |
---|---|
org.openrdf.model |
RDF model interfaces.
|
org.openrdf.model.impl |
Default implementations of the RDF model interfaces.
|
org.openrdf.model.util | |
org.openrdf.query.dawg |
Functionality to convert tuple query results to and from the
Data Access Working Group Test Result Set RDF Vocabulary
|
org.openrdf.repository.config | |
org.openrdf.repository.contextaware.config | |
org.openrdf.repository.http.config | |
org.openrdf.repository.sail.config | |
org.openrdf.repository.sparql.config | |
org.openrdf.sail.config | |
org.openrdf.sail.federation.config | |
org.openrdf.sail.inferencer.fc.config | |
org.openrdf.sail.lucene.config | |
org.openrdf.sail.memory.config | |
org.openrdf.sail.model | |
org.openrdf.sail.nativerdf.config | |
org.openrdf.sail.rdbms.config |
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 release 2.7.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 | Method and Description |
---|---|
static RepositoryImplConfig |
RepositoryImplConfigBase.create(Graph graph,
Resource implNode) |
static RepositoryConfig |
RepositoryConfig.create(Graph graph,
Resource repositoryNode)
Creates a new RepositoryConfig object and initializes it by
supplying the graph and repositoryNode to its
parse method. |
Resource |
RepositoryImplConfigBase.export(Graph graph) |
void |
RepositoryConfig.export(Graph graph) |
Resource |
DelegatingRepositoryImplConfigBase.export(Graph graph) |
Resource |
RepositoryImplConfig.export(Graph graph) |
void |
RepositoryImplConfigBase.parse(Graph graph,
Resource implNode) |
void |
RepositoryConfig.parse(Graph graph,
Resource repositoryNode) |
void |
DelegatingRepositoryImplConfigBase.parse(Graph graph,
Resource implNode) |
void |
RepositoryImplConfig.parse(Graph graph,
Resource implNode) |
Modifier and Type | Method and Description |
---|---|
Resource |
ContextAwareConfig.export(Graph graph) |
void |
ContextAwareConfig.parse(Graph graph,
Resource implNode) |
Modifier and Type | Method and Description |
---|---|
Resource |
HTTPRepositoryConfig.export(Graph graph) |
void |
HTTPRepositoryConfig.parse(Graph graph,
Resource implNode) |
Modifier and Type | Method and Description |
---|---|
Resource |
SailRepositoryConfig.export(Graph graph) |
Resource |
ProxyRepositoryConfig.export(Graph graph) |
void |
SailRepositoryConfig.parse(Graph graph,
Resource repImplNode) |
void |
ProxyRepositoryConfig.parse(Graph graph,
Resource implNode) |
Modifier and Type | Method and Description |
---|---|
Resource |
SPARQLRepositoryConfig.export(Graph graph) |
void |
SPARQLRepositoryConfig.parse(Graph graph,
Resource implNode) |
Modifier and Type | Method and Description |
---|---|
Resource |
SailImplConfig.export(Graph graph) |
Resource |
DelegatingSailImplConfigBase.export(Graph graph) |
Resource |
SailImplConfigBase.export(Graph graph) |
void |
SailImplConfig.parse(Graph graph,
Resource implNode) |
void |
DelegatingSailImplConfigBase.parse(Graph graph,
Resource implNode) |
void |
SailImplConfigBase.parse(Graph graph,
Resource implNode) |
static SailImplConfig |
SailConfigUtil.parseRepositoryImpl(Graph graph,
Resource implNode) |
Modifier and Type | Method and Description |
---|---|
Resource |
FederationConfig.export(Graph model) |
void |
FederationConfig.parse(Graph graph,
Resource implNode) |
Modifier and Type | Method and Description |
---|---|
Resource |
CustomGraphQueryInferencerConfig.export(Graph graph) |
void |
CustomGraphQueryInferencerConfig.parse(Graph graph,
Resource implNode) |
Modifier and Type | Method and Description |
---|---|
Resource |
AbstractLuceneSailConfig.export(Graph graph) |
void |
AbstractLuceneSailConfig.parse(Graph graph,
Resource implNode) |
Modifier and Type | Method and Description |
---|---|
Resource |
MemoryStoreConfig.export(Graph graph) |
void |
MemoryStoreConfig.parse(Graph graph,
Resource implNode) |
Modifier and Type | Class and Description |
---|---|
class |
SailModel
Model implementation for a
SailConnection . |
Modifier and Type | Method and Description |
---|---|
Resource |
NativeStoreConfig.export(Graph graph) |
void |
NativeStoreConfig.parse(Graph graph,
Resource implNode) |
Modifier and Type | Method and Description |
---|---|
Resource |
RdbmsStoreConfig.export(Graph graph) |
void |
RdbmsStoreConfig.parse(Graph graph,
Resource implNode) |
Copyright © 2001–2015 Aduna. All rights reserved.