Package | Description |
---|---|
org.openrdf.http.client | |
org.openrdf.model |
RDF model interfaces.
|
org.openrdf.model.impl |
Default implementations of the RDF model interfaces.
|
org.openrdf.model.util | |
org.openrdf.query |
Interfaces and classes for handling queries and query results.
|
org.openrdf.query.algebra.evaluation | |
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.query.impl | |
org.openrdf.query.parser.sparql.manifest | |
org.openrdf.repository |
The Repository API: the main API for handling Sesame repositories.
|
org.openrdf.repository.base | |
org.openrdf.repository.contextaware |
A repository wrapper with convenience functions for handling contexts.
|
org.openrdf.repository.sail |
Repository implementation for local RDF databases that
implement the SAIL API.
|
org.openrdf.repository.sail.helpers | |
org.openrdf.repository.sparql |
A repository that serves as a client for a SPARQL endpoint.
|
org.openrdf.repository.util | |
org.openrdf.rio |
General classes and interfaces for RDF parsers and RDF writers.
|
org.openrdf.rio.binary | |
org.openrdf.rio.helpers |
Provides helpers classes for Rio.
|
org.openrdf.rio.jsonld | |
org.openrdf.rio.n3 |
Writer for RDF in Notation 3/N3 format.
|
org.openrdf.rio.nquads |
Parser and writer for RDF in N-Quads format.
|
org.openrdf.rio.ntriples |
Parser and writer for RDF in N-Triples format.
|
org.openrdf.rio.rdfjson | |
org.openrdf.rio.rdfxml |
Parser and writer for XML-serialized RDF.
|
org.openrdf.rio.rdfxml.util | |
org.openrdf.rio.trig |
Parser and writer for RDF in TriG format.
|
org.openrdf.rio.trix |
Parser and writer for RDF in
TriX format.
|
org.openrdf.rio.turtle |
Parser and writer for RDF in Turtle format.
|
org.openrdf.sail |
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an API
for RDF repositories.
|
org.openrdf.sail.base | |
org.openrdf.sail.federation.evaluation | |
org.openrdf.sail.helpers |
Generic utility classes for RDF Sail implementations.
|
org.openrdf.sail.inferencer | |
org.openrdf.sail.inferencer.fc |
Forward-chaining inferencers, implemented as StackableSails.
|
org.openrdf.sail.lucene | |
org.openrdf.sail.memory.model |
Classes implementing the storage model of the MemoryStore.
|
org.openrdf.sail.model | |
org.openrdf.sail.nativerdf |
Native RDF storage backend.
|
org.openrdf.sail.rdbms | |
org.openrdf.sail.rdbms.model |
Modifier and Type | Method and Description |
---|---|
Statement |
BackgroundGraphResult.next() |
Modifier and Type | Method and Description |
---|---|
void |
BackgroundGraphResult.handleStatement(Statement st) |
Constructor and Description |
---|
BackgroundGraphResult(QueueCursor<Statement> queue,
RDFParser parser,
InputStream in,
Charset charset,
String baseURI) |
Modifier and Type | Method and Description |
---|---|
Statement |
ValueFactory.createStatement(Resource subject,
URI predicate,
Value object)
Creates a new statement with the supplied subject, predicate and object.
|
Statement |
ValueFactory.createStatement(Resource subject,
URI predicate,
Value object,
Resource context)
Creates a new statement with the supplied subject, predicate and object
and associated context.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Statement> |
Graph.match(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Deprecated.
The preferred alternative is
Model.filter(org.openrdf.model.Resource, org.openrdf.model.URI, org.openrdf.model.Value, org.openrdf.model.Resource...) .iterator(). |
Modifier and Type | Class and Description |
---|---|
class |
ContextStatementImpl
An extension of
StatementImpl that adds a context field. |
class |
StatementImpl
An implementation of the
Statement interface for statements that
don't have an associated context. |
Modifier and Type | Field and Description |
---|---|
protected LinkedList<Statement> |
GraphImpl.statements
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Statement |
TreeModel.ceiling(Statement e) |
Statement |
ValueFactoryImpl.createStatement(Resource subject,
URI predicate,
Value object) |
Statement |
ValueFactoryImpl.createStatement(Resource subject,
URI predicate,
Value object,
Resource context) |
Statement |
TreeModel.first() |
Statement |
TreeModel.floor(Statement e) |
Statement |
TreeModel.higher(Statement e) |
Statement |
TreeModel.last() |
Statement |
TreeModel.lower(Statement e) |
Statement |
TreeModel.pollFirst() |
Statement |
TreeModel.pollLast() |
Modifier and Type | Method and Description |
---|---|
Comparator<? super Statement> |
TreeModel.comparator() |
SortedSet<Statement> |
TreeModel.headSet(Statement toElement) |
Iterator<Statement> |
GraphImpl.iterator()
Deprecated.
|
Iterator<Statement> |
EmptyModel.iterator() |
Iterator<Statement> |
TreeModel.iterator() |
Iterator<Statement> |
GraphImpl.match(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Deprecated.
|
Iterator<Statement> |
AbstractModel.match(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Deprecated.
|
SortedSet<Statement> |
TreeModel.subSet(Statement fromElement,
Statement toElement) |
SortedSet<Statement> |
TreeModel.tailSet(Statement fromElement) |
Modifier and Type | Method and Description |
---|---|
boolean |
GraphImpl.add(Statement st)
Deprecated.
|
boolean |
AbstractModel.add(Statement st) |
Statement |
TreeModel.ceiling(Statement e) |
Statement |
TreeModel.floor(Statement e) |
SortedSet<Statement> |
TreeModel.headSet(Statement toElement) |
Statement |
TreeModel.higher(Statement e) |
Statement |
TreeModel.lower(Statement e) |
SortedSet<Statement> |
TreeModel.subSet(Statement fromElement,
Statement toElement) |
SortedSet<Statement> |
TreeModel.tailSet(Statement fromElement) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractModel.addAll(Collection<? extends Statement> c) |
protected abstract void |
FilteredModel.removeFilteredTermIteration(Iterator<Statement> iter,
Resource subj,
URI pred,
Value obj,
Resource... contexts)
Called by aggregate sets when a term has been removed from a term
iterator.
|
void |
FilteredModel.removeTermIteration(Iterator<Statement> iter,
Resource s,
URI p,
Value o,
Resource... c) |
void |
EmptyModel.removeTermIteration(Iterator<Statement> iter,
Resource subj,
URI pred,
Value obj,
Resource... contexts) |
void |
TreeModel.removeTermIteration(Iterator<Statement> iterator,
Resource subj,
URI pred,
Value obj,
Resource... contexts) |
abstract void |
AbstractModel.removeTermIteration(Iterator<Statement> iter,
Resource subj,
URI pred,
Value obj,
Resource... contexts)
Called by aggregate sets when a term has been removed from a term
iterator.
|
Constructor and Description |
---|
GraphImpl(Collection<? extends Statement> statements)
Deprecated.
|
GraphImpl(ValueFactory valueFactory,
Collection<? extends Statement> statements)
Deprecated.
|
LinkedHashModel(Collection<? extends Statement> c) |
LinkedHashModel(Set<Namespace> namespaces,
Collection<? extends Statement> c) |
TreeModel(Collection<? extends Statement> c) |
TreeModel(Set<Namespace> namespaces,
Collection<? extends Statement> c) |
Modifier and Type | Class and Description |
---|---|
class |
PatternIterator<S extends Statement>
Excludes an Iterator
|
Modifier and Type | Method and Description |
---|---|
static boolean |
Models.equals(Iterable<? extends Statement> model1,
Iterable<? extends Statement> model2)
Deprecated.
since 2.8.0. Use
Models.isomorphic(Iterable, Iterable)
instead. |
static boolean |
Models.equals(Iterable<? extends Statement> model1,
Iterable<? extends Statement> model2)
Deprecated.
since 2.8.0. Use
Models.isomorphic(Iterable, Iterable)
instead. |
static boolean |
Models.isomorphic(Iterable<? extends Statement> model1,
Iterable<? extends Statement> model2)
Compares two RDF models, and returns true if they contain
isomorphic graphs.
|
static boolean |
Models.isomorphic(Iterable<? extends Statement> model1,
Iterable<? extends Statement> model2)
Compares two RDF models, and returns true if they contain
isomorphic graphs.
|
static boolean |
Models.isSubset(Iterable<? extends Statement> model1,
Iterable<? extends Statement> model2)
Compares two RDF models, and returns true if the first model is a
subset of the second model, using graph isomorphism to map statements
between models.
|
static boolean |
Models.isSubset(Iterable<? extends Statement> model1,
Iterable<? extends Statement> model2)
Compares two RDF models, and returns true if the first model is a
subset of the second model, using graph isomorphism to map statements
between models.
|
static boolean |
Models.isSubset(Set<? extends Statement> model1,
Set<? extends Statement> model2)
Compares two RDF models, and returns true if the first model is a
subset of the second model, using graph isomorphism to map statements
between models.
|
static boolean |
Models.isSubset(Set<? extends Statement> model1,
Set<? extends Statement> model2)
Compares two RDF models, and returns true if the first model is a
subset of the second model, using graph isomorphism to map statements
between models.
|
Modifier and Type | Method and Description |
---|---|
static Statement |
QueryResults.singleResult(GraphQueryResult result)
Returns a single element from the query result.
|
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends Statement,QueryEvaluationException> |
TripleSource.getStatements(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Gets all statements that have a specific subject, predicate and/or object.
|
Modifier and Type | Method and Description |
---|---|
void |
DAWGTestBooleanParser.handleStatement(Statement st) |
void |
DAWGTestResultSetParser.handleStatement(Statement st) |
Modifier and Type | Method and Description |
---|---|
static boolean |
DAWGTestResultSetUtil.toBooleanQueryResult(Iterable<? extends Statement> dawgGraph) |
static TupleQueryResult |
DAWGTestResultSetUtil.toTupleQueryResult(Iterable<? extends Statement> dawgGraph) |
Constructor and Description |
---|
GraphQueryResultImpl(Map<String,String> namespaces,
CloseableIteration<? extends Statement,? extends QueryEvaluationException> statementIter) |
GraphQueryResultImpl(Map<String,String> namespaces,
Iterable<? extends Statement> statements) |
GraphQueryResultImpl(Map<String,String> namespaces,
Iterator<? extends Statement> statementIter) |
Modifier and Type | Method and Description |
---|---|
protected Set<Statement> |
SPARQLQueryTest.readExpectedGraphQueryResult() |
Modifier and Type | Method and Description |
---|---|
protected void |
SPARQLQueryTest.compareGraphs(Set<Statement> queryResult,
Set<Statement> expectedResult) |
protected void |
SPARQLQueryTest.compareGraphs(Set<Statement> queryResult,
Set<Statement> expectedResult) |
Modifier and Type | Method and Description |
---|---|
RepositoryResult<Statement> |
RepositoryConnection.getStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts)
Gets all statements with a specific subject, predicate and/or object from
the repository.
|
Modifier and Type | Method and Description |
---|---|
void |
RepositoryConnection.add(Statement st,
Resource... contexts)
Adds the supplied statement to this repository, optionally to one or more
named contexts.
|
boolean |
RepositoryConnection.hasStatement(Statement st,
boolean includeInferred,
Resource... contexts)
Checks whether the repository contains the specified statement, optionally
in the specified contexts.
|
void |
RepositoryConnection.remove(Statement st,
Resource... contexts)
Removes the supplied statement from the specified contexts in the
repository.
|
Modifier and Type | Method and Description |
---|---|
void |
RepositoryConnection.add(Iterable<? extends Statement> statements,
Resource... contexts)
Adds the supplied statements to this repository, optionally to one or more
named contexts.
|
<E extends Exception> |
RepositoryConnection.add(Iteration<? extends Statement,E> statements,
Resource... contexts)
Adds the supplied statements to this repository, optionally to one or more
named contexts.
|
void |
RepositoryConnection.remove(Iterable<? extends Statement> statements,
Resource... contexts)
Removes the supplied statements from the specified contexts in this
repository.
|
<E extends Exception> |
RepositoryConnection.remove(Iteration<? extends Statement,E> statements,
Resource... contexts)
Removes the supplied statements from a specific context in this
repository, ignoring any context information carried by the statements
themselves.
|
Modifier and Type | Method and Description |
---|---|
RepositoryResult<Statement> |
RepositoryConnectionWrapper.getStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryConnectionBase.add(Statement st,
Resource... contexts) |
void |
RepositoryConnectionWrapper.add(Statement st,
Resource... contexts) |
protected void |
RepositoryConnectionBase.addWithoutCommit(Statement st,
Resource... contexts) |
boolean |
RepositoryConnectionBase.hasStatement(Statement st,
boolean includeInferred,
Resource... contexts) |
boolean |
RepositoryConnectionWrapper.hasStatement(Statement st,
boolean includeInferred,
Resource... contexts) |
void |
RepositoryConnectionBase.remove(Statement st,
Resource... contexts) |
void |
RepositoryConnectionWrapper.remove(Statement st,
Resource... contexts) |
protected void |
RepositoryConnectionBase.removeWithoutCommit(Statement st,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryConnectionBase.add(Iterable<? extends Statement> statements,
Resource... contexts) |
void |
RepositoryConnectionWrapper.add(Iterable<? extends Statement> statements,
Resource... contexts) |
<E extends Exception> |
RepositoryConnectionBase.add(Iteration<? extends Statement,E> statements,
Resource... contexts) |
<E extends Exception> |
RepositoryConnectionWrapper.add(Iteration<? extends Statement,E> statementIter,
Resource... contexts) |
protected void |
RepositoryConnectionWrapper.exportStatements(RepositoryResult<Statement> stIter,
RDFHandler handler)
Exports all statements contained in the supplied statement iterator and
all relevant namespace information to the supplied RDFHandler.
|
void |
RepositoryConnectionBase.remove(Iterable<? extends Statement> statements,
Resource... contexts) |
void |
RepositoryConnectionWrapper.remove(Iterable<? extends Statement> statements,
Resource... contexts) |
<E extends Exception> |
RepositoryConnectionBase.remove(Iteration<? extends Statement,E> statements,
Resource... contexts) |
<E extends Exception> |
RepositoryConnectionWrapper.remove(Iteration<? extends Statement,E> statementIter,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
RepositoryResult<Statement> |
ContextAwareConnection.getStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
RepositoryResult<Statement> |
ContextAwareConnection.getStatements(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Gets all statements with a specific subject, predicate and/or object from
the repository.
|
Modifier and Type | Method and Description |
---|---|
void |
ContextAwareConnection.add(Statement st,
Resource... contexts) |
boolean |
ContextAwareConnection.hasStatement(Statement st,
boolean includeInferred,
Resource... contexts) |
boolean |
ContextAwareConnection.hasStatement(Statement st,
Resource... contexts)
Checks whether the repository contains the specified statement, optionally
in the specified contexts.
|
void |
ContextAwareConnection.remove(Statement st,
Resource... contexts)
Removes the supplied statement from the specified contexts in the
repository.
|
Modifier and Type | Method and Description |
---|---|
void |
ContextAwareConnection.add(Iterable<? extends Statement> statements,
Resource... contexts) |
<E extends Exception> |
ContextAwareConnection.add(Iteration<? extends Statement,E> statementIter,
Resource... contexts) |
void |
ContextAwareConnection.remove(Iterable<? extends Statement> statements,
Resource... contexts) |
<E extends Exception> |
ContextAwareConnection.remove(Iteration<? extends Statement,E> statementIter,
Resource... contexts)
Removes the supplied statements from a specific context in this
repository, ignoring any context information carried by the statements
themselves.
|
Modifier and Type | Method and Description |
---|---|
RepositoryResult<Statement> |
SailRepositoryConnection.getStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
void |
RDFSailInserter.handleStatement(Statement st) |
Modifier and Type | Method and Description |
---|---|
RepositoryResult<Statement> |
SPARQLConnection.getStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
protected Iteration<Statement,QueryEvaluationException> |
SPARQLConnection.toStatementIteration(TupleQueryResult iter,
Resource subj,
URI pred,
Value obj)
Converts a
TupleQueryResult resulting from the SPARQLConnection.EVERYTHING_WITH_GRAPH
to a statement by using the respective values from the BindingSet or (if
provided) the ones from the arguments. |
Modifier and Type | Method and Description |
---|---|
void |
SPARQLConnection.add(Statement st,
Resource... contexts) |
void |
SPARQLConnection.remove(Statement st,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
void |
SPARQLConnection.add(Iterable<? extends Statement> statements,
Resource... contexts) |
void |
SPARQLConnection.remove(Iterable<? extends Statement> statements,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
static Collection<? extends Statement> |
RepositoryUtil.difference(Collection<? extends Statement> model1,
Collection<? extends Statement> model2)
Compares two models, defined by two statement collections, and returns the
difference between the first and the second model (that is, all statements
that are present in model1 but not in model2).
|
static Collection<? extends Statement> |
RepositoryUtil.difference(Repository rep1,
Repository rep2)
Compares two models defined by the default context of two repositories and
returns the difference between the first and the second model (that is,
all statements that are present in rep1 but not in rep2).
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractRDFInserter.handleStatement(Statement st) |
void |
RDFRemover.handleStatement(Statement st) |
Modifier and Type | Method and Description |
---|---|
static Collection<? extends Statement> |
RepositoryUtil.difference(Collection<? extends Statement> model1,
Collection<? extends Statement> model2)
Compares two models, defined by two statement collections, and returns the
difference between the first and the second model (that is, all statements
that are present in model1 but not in model2).
|
static Collection<? extends Statement> |
RepositoryUtil.difference(Collection<? extends Statement> model1,
Collection<? extends Statement> model2)
Compares two models, defined by two statement collections, and returns the
difference between the first and the second model (that is, all statements
that are present in model1 but not in model2).
|
Modifier and Type | Method and Description |
---|---|
void |
RDFHandler.handleStatement(Statement st)
Handles a statement.
|
static void |
Rio.write(Statement st,
OutputStream output,
RDFFormat dataFormat)
Writes the given statement to the given
OutputStream in the given
format. |
static void |
Rio.write(Statement st,
OutputStream output,
RDFFormat dataFormat,
WriterConfig settings)
Writes the given single statement to the given
OutputStream in the
given format. |
static void |
Rio.write(Statement statement,
RDFHandler writer)
Writes the given single statement to the given
RDFHandler . |
static void |
Rio.write(Statement statement,
Writer output,
RDFFormat dataFormat)
Writes the given single statement to the given
Writer in the given
format. |
static void |
Rio.write(Statement statement,
Writer output,
RDFFormat dataFormat,
WriterConfig settings)
Writes the given single statement to the given
Writer in the given
format. |
Modifier and Type | Method and Description |
---|---|
static void |
Rio.write(Iterable<Statement> model,
OutputStream output,
RDFFormat dataFormat)
Writes the given statements to the given
OutputStream in the given
format. |
static void |
Rio.write(Iterable<Statement> model,
OutputStream output,
RDFFormat dataFormat,
WriterConfig settings)
Writes the given statements to the given
OutputStream in the given
format. |
static void |
Rio.write(Iterable<Statement> model,
RDFHandler writer)
Writes the given statements to the given
RDFHandler . |
static void |
Rio.write(Iterable<Statement> model,
Writer output,
RDFFormat dataFormat)
Writes the given statements to the given
Writer in the given
format. |
static void |
Rio.write(Iterable<Statement> model,
Writer output,
RDFFormat dataFormat,
WriterConfig settings)
Writes the given statements to the given
Writer in the given
format. |
Modifier and Type | Method and Description |
---|---|
void |
BinaryRDFWriter.handleStatement(Statement st) |
Modifier and Type | Method and Description |
---|---|
protected Statement |
RDFParserBase.createStatement(Resource subj,
URI pred,
Value obj)
Creates a new
Statement object with the supplied components. |
protected Statement |
RDFParserBase.createStatement(Resource subj,
URI pred,
Value obj,
Resource context)
Creates a new
Statement object with the supplied components. |
Modifier and Type | Method and Description |
---|---|
Collection<Statement> |
ContextStatementCollector.getStatements()
Gets the collection that contains the collected statements.
|
Modifier and Type | Method and Description |
---|---|
void |
RDFHandlerWrapper.handleStatement(Statement st) |
void |
RDFHandlerBase.handleStatement(Statement st) |
void |
BufferedGroupingRDFHandler.handleStatement(Statement st) |
void |
ContextStatementCollector.handleStatement(Statement st) |
Constructor and Description |
---|
ContextStatementCollector(Collection<Statement> statements,
Map<String,String> namespaces,
ValueFactory vf,
Resource... contexts)
Creates a new StatementCollector that stores reported statements and
namespaces in the supplied containers.
|
ContextStatementCollector(Collection<Statement> statements,
ValueFactory vf,
Resource... contexts)
Creates a new StatementCollector that stores reported statements in the
supplied collection and that uses a new LinkedHashMap to store the
reported namespaces.
|
StatementCollector(Collection<Statement> statements)
Creates a new StatementCollector that stores reported statements in the
supplied collection and that uses a new LinkedHashMap to store the
reported namespaces.
|
StatementCollector(Collection<Statement> statements,
Map<String,String> namespaces)
Creates a new StatementCollector that stores reported statements and
namespaces in the supplied containers.
|
Modifier and Type | Method and Description |
---|---|
void |
JSONLDWriter.handleStatement(Statement st) |
Modifier and Type | Method and Description |
---|---|
void |
N3Writer.handleStatement(Statement st) |
Modifier and Type | Method and Description |
---|---|
void |
NQuadsWriter.handleStatement(Statement st) |
Modifier and Type | Method and Description |
---|---|
void |
NTriplesWriter.handleStatement(Statement st) |
Modifier and Type | Method and Description |
---|---|
void |
RDFJSONWriter.handleStatement(Statement statement) |
Modifier and Type | Method and Description |
---|---|
void |
RDFXMLWriter.handleStatement(Statement st) |
Modifier and Type | Method and Description |
---|---|
void |
RDFXMLPrettyWriter.handleStatement(Statement st) |
Modifier and Type | Method and Description |
---|---|
void |
TriGWriter.handleStatement(Statement st) |
Modifier and Type | Method and Description |
---|---|
void |
TriXWriter.handleStatement(Statement st) |
Modifier and Type | Method and Description |
---|---|
void |
TurtleWriter.handleStatement(Statement st) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends Statement,SailException> |
SailConnection.getStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts)
Gets all statements from the specified contexts that have a specific
subject, predicate and/or object.
|
Modifier and Type | Method and Description |
---|---|
void |
SailConnectionListener.statementAdded(Statement st)
Notifies the listener that a statement has been added in a transaction
that it has registered itself with.
|
void |
SailConnectionListener.statementRemoved(Statement st)
Notifies the listener that a statement has been removed in a transaction
that it has registered itself with.
|
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends Statement,SailException> |
SailDataset.getStatements(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Gets all statements that have a specific subject, predicate and/or object.
|
protected CloseableIteration<? extends Statement,SailException> |
SailSourceConnection.getStatementsInternal(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends Statement,QueryEvaluationException> |
RepositoryTripleSource.getStatements(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends Statement,SailException> |
SailConnectionBase.getStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
CloseableIteration<? extends Statement,SailException> |
SailConnectionWrapper.getStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
protected abstract CloseableIteration<? extends Statement,SailException> |
SailConnectionBase.getStatementsInternal(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
protected void |
NotifyingSailConnectionBase.notifyStatementAdded(Statement st) |
protected void |
NotifyingSailConnectionBase.notifyStatementRemoved(Statement st) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends Statement,SailException> |
InferencerConnectionWrapper.getStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts)
Calls
InferencerConnectionWrapper.flushUpdates() before forwarding the call to the wrapped
connection. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractForwardChainingInferencerConnection.statementAdded(Statement st) |
void |
AbstractForwardChainingInferencerConnection.statementRemoved(Statement st) |
Modifier and Type | Method and Description |
---|---|
Statement |
LuceneSail.mapStatement(Statement statement) |
Modifier and Type | Method and Description |
---|---|
HashSet<Statement> |
LuceneSailBuffer.AddRemoveOperation.getAdded() |
HashSet<Statement> |
LuceneSailBuffer.AddRemoveOperation.getRemoved() |
Modifier and Type | Method and Description |
---|---|
boolean |
IndexableStatementFilter.accept(Statement statement) |
protected boolean |
LuceneSail.acceptStatementToIndex(Statement s) |
void |
LuceneSailBuffer.add(Statement s)
Add this statement to the buffer
|
void |
LuceneSailBuffer.AddRemoveOperation.add(Statement s) |
void |
AbstractSearchIndex.addStatement(Statement statement)
Indexes the specified Statement.
|
void |
SearchIndex.addStatement(Statement statement)
Indexes the specified Statement.
|
static String |
SearchFields.getLiteralPropertyValueAsString(Statement statement) |
Statement |
LuceneSail.mapStatement(Statement statement) |
void |
LuceneSailBuffer.remove(Statement s)
Remove this statement to the buffer
|
void |
LuceneSailBuffer.AddRemoveOperation.remove(Statement s) |
void |
AbstractSearchIndex.removeStatement(Statement statement) |
void |
SearchIndex.removeStatement(Statement statement)
Removes the specified Statement from the indexes.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractSearchIndex.addDocuments(Resource subject,
List<Statement> statements)
Add a complete Lucene Document based on these statements.
|
void |
SearchIndex.addDocuments(Resource subject,
List<Statement> statements)
Add a complete Lucene Document based on these statements.
|
void |
AbstractSearchIndex.addRemoveStatements(Collection<Statement> added,
Collection<Statement> removed)
Add many statements at the same time, remove many statements at the same
time.
|
void |
AbstractSearchIndex.addRemoveStatements(Collection<Statement> added,
Collection<Statement> removed)
Add many statements at the same time, remove many statements at the same
time.
|
void |
SearchIndex.addRemoveStatements(Collection<Statement> added,
Collection<Statement> removed)
Add many statements at the same time, remove many statements at the same
time.
|
void |
SearchIndex.addRemoveStatements(Collection<Statement> added,
Collection<Statement> removed)
Add many statements at the same time, remove many statements at the same
time.
|
Modifier and Type | Class and Description |
---|---|
class |
MemStatement
A MemStatement is a Statement which contains context information and a flag
indicating whether the statement is explicit or inferred.
|
Modifier and Type | Method and Description |
---|---|
Statement |
MemValueFactory.createStatement(Resource subject,
URI predicate,
Value object) |
Statement |
MemValueFactory.createStatement(Resource subject,
URI predicate,
Value object,
Resource context) |
Modifier and Type | Method and Description |
---|---|
Iterator<Statement> |
SailModel.iterator()
The returned Iterator implements Closeable.
|
Modifier and Type | Method and Description |
---|---|
void |
SailModel.removeTermIteration(Iterator<Statement> iter,
Resource subj,
URI pred,
Value obj,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
Statement |
ValueStore.createStatement(Resource subject,
URI predicate,
Value object) |
Statement |
ValueStore.createStatement(Resource subject,
URI predicate,
Value object,
Resource context) |
Modifier and Type | Method and Description |
---|---|
protected CloseableIteration<? extends Statement,SailException> |
RdbmsConnection.getStatementsInternal(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
RdbmsStatement |
RdbmsValueFactory.asRdbmsStatement(Statement stmt) |
Modifier and Type | Class and Description |
---|---|
class |
RdbmsStatement
Rdbms typed statement.
|
Copyright © 2001–2015 Aduna. All rights reserved.