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.memory.config | |
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 Iterator<Value> |
GraphUtil.getObjectIterator(Graph graph,
Resource subj,
URI pred,
Resource... contexts)
Gets the objects of the statements with the specified subject, predicate
and (optionally) contexts from the supplied graph.
|
static Set<Value> |
GraphUtil.getObjects(Graph graph,
Resource subj,
URI pred,
Resource... contexts)
Gets the objects of the statements with the specified subject, predicate
and (optionally) contexts from the supplied graph.
|
static Value |
GraphUtil.getOptionalObject(Graph graph,
Resource subj,
URI pred,
Resource... contexts)
Gets the object of the statement(s) with the specified subject and
predicate from the specified contexts in the supplied graph.
|
static Literal |
GraphUtil.getOptionalObjectLiteral(Graph graph,
Resource subj,
URI pred)
Utility method that casts the return value of
GraphUtil.getOptionalObject(Graph, Resource, URI, Resource[]) to a Literal,
or throws a GraphUtilException if that value is not a Literal. |
static Resource |
GraphUtil.getOptionalObjectResource(Graph graph,
Resource subj,
URI pred)
Utility method that casts the return value of
GraphUtil.getOptionalObject(Graph, Resource, URI, Resource[]) to a
Resource, or throws a GraphUtilException if that value is not a Resource. |
static URI |
GraphUtil.getOptionalObjectURI(Graph graph,
Resource subj,
URI pred)
Utility method that casts the return value of
GraphUtil.getOptionalObject(Graph, Resource, URI, Resource[]) to a URI, or
throws a GraphUtilException if that value is not a URI. |
static Resource |
GraphUtil.getOptionalSubject(Graph graph,
URI pred,
Value obj,
Resource... contexts)
Gets the subject of the statement(s) with the specified predicate and
object from the specified contexts in the supplied graph.
|
static URI |
GraphUtil.getOptionalSubjectURI(Graph graph,
URI pred,
Value obj,
Resource... contexts)
Utility method that casts the return value of
GraphUtil.getOptionalSubject(Graph, URI, Value, Resource[]) to a URI, or
throws a GraphUtilException if that value is not a URI. |
static Iterator<Resource> |
GraphUtil.getSubjectIterator(Graph graph,
URI pred,
Value obj,
Resource... contexts)
Gets the subject of the statements with the specified predicate, object
and (optionally) contexts from the supplied graph.
|
static Set<Resource> |
GraphUtil.getSubjects(Graph graph,
URI pred,
Value obj,
Resource... contexts)
Gets the subject of the statements with the specified predicate, object
and (optionally) contexts from the supplied graph.
|
static Value |
GraphUtil.getUniqueObject(Graph graph,
Resource subj,
URI pred,
Resource... contexts)
Gets the object of the statement(s) with the specified subject and
predicate from the specified contexts in the supplied graph.
|
static Literal |
GraphUtil.getUniqueObjectLiteral(Graph graph,
Resource subj,
URI pred)
Utility method that casts the return value of
GraphUtil.getUniqueObject(Graph, Resource, URI, Resource[]) to a Literal,
or throws a GraphUtilException if that value is not a Literal. |
static Resource |
GraphUtil.getUniqueObjectResource(Graph graph,
Resource subj,
URI pred)
Utility method that casts the return value of
GraphUtil.getUniqueObject(Graph, Resource, URI, Resource[]) to a Resource,
or throws a GraphUtilException if that value is not a Resource. |
static URI |
GraphUtil.getUniqueObjectURI(Graph graph,
Resource subj,
URI pred)
Utility method that casts the return value of
GraphUtil.getUniqueObject(Graph, Resource, URI, Resource[]) to a URI, or
throws a GraphUtilException if that value is not a URI. |
static Resource |
GraphUtil.getUniqueSubject(Graph graph,
URI pred,
Value obj,
Resource... contexts)
Gets the subject of the statement(s) with the specified predicate and
object from the specified contexts in the supplied graph.
|
static URI |
GraphUtil.getUniqueSubjectURI(Graph graph,
URI pred,
Value obj,
Resource... contexts)
Utility method that casts the return value of
GraphUtil.getUniqueSubject(Graph, URI, Value, Resource[]) to a URI, or
throws a GraphUtilException if that value is not a URI. |
static void |
GraphUtil.remove(Graph graph,
Resource subj,
URI pred,
Value obj,
Resource... contexts)
Utility method that removes all statements matching the specified criteria
from a graph.
|
static void |
GraphUtil.setUniqueObject(Graph graph,
Resource subj,
URI pred,
Value obj,
Resource... contexts)
Adds the specified statement and makes sure that no other statements are
present in the Graph with the same subject and predicate.
|
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) |
Resource |
RepositoryImplConfig.export(Graph graph) |
void |
RepositoryConfig.export(Graph graph) |
Resource |
DelegatingRepositoryImplConfigBase.export(Graph graph) |
void |
RepositoryImplConfigBase.parse(Graph graph,
Resource implNode) |
void |
RepositoryImplConfig.parse(Graph graph,
Resource implNode) |
void |
RepositoryConfig.parse(Graph graph,
Resource repositoryNode) |
void |
DelegatingRepositoryImplConfigBase.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 |
SailImplConfigBase.export(Graph graph) |
Resource |
SailImplConfig.export(Graph graph) |
Resource |
DelegatingSailImplConfigBase.export(Graph graph) |
void |
SailImplConfigBase.parse(Graph graph,
Resource implNode) |
void |
SailImplConfig.parse(Graph graph,
Resource implNode) |
void |
DelegatingSailImplConfigBase.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 |
MemoryStoreConfig.export(Graph graph) |
void |
MemoryStoreConfig.parse(Graph graph,
Resource implNode) |
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-2016 Aduna. All Rights Reserved.