Uses of Interface
org.eclipse.rdf4j.model.Statement
Packages that use Statement
Package
Description
A command line console tool for querying and updating local or remote RDF4J repositories.
The RDF Model API
Abstract base classes for RDF Model API interfaces.
Default implementations of the RDF model interfaces
Helper classes for working with RDF models.
Interfaces and classes for handling queries and query results.
Functionality to convert tuple query results to and from the
Data Access Working Group Test Result Set RDF Vocabulary
The Repository API: the main API for accessing rdf databases and SPARQL endpoints.
Abstract base classes and wrappers for the main Repository API interfaces.
A repository wrapper with convenience functions for handling contexts.
Repository implementation for local RDF databases that implement the SAIL SPI.
A
Repository
that serves as a SPARQL endpoint client.Helper classes for working with Repositories.
Rio: The RDF4J parser/writer API.
Parser/writer for the RDF4J binary RDF format.
Provides helpers classes for Rio.
Parser/writer for the JSON-LD 1.1 format.
Parser/writer for the JSON-LD 1.0 format.
Writer for the Notation-3 (N3) format.
Parser/writer for the N-Quads format.
Parser/writer for the N-Triples format.
Parser/writer for the RDF/JSON format.
Parser/writer for the RDF/XML format.
Pretty-printing for the RDF/XML format.
Parser/writer for the TriX format.
Parser/writer for the Turtle format.
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
Abstract base implementation and internal helper classes for Sail implementations.
Forward-chaining inferencers, implemented as
StackableSail
s.The LMDB based Store.
A Sail implementation that supports full-text indexing via the Lucene API.
MemoryStore-specific implementations of the core RDF model objects.
A Sail implementation for SHACL constraint checking.
See discussion at https://github.com/eclipse/rdf4j/issues/1262
Rdf4j-Spring OperationLog
Rdf4j-Spring ResultCache
Rdf4J-Spring Tx
-
Uses of Statement in org.eclipse.rdf4j.benchmark.rio.util
Methods in org.eclipse.rdf4j.benchmark.rio.util with parameters of type StatementMethod parameters in org.eclipse.rdf4j.benchmark.rio.util with type arguments of type StatementModifier and TypeMethodDescriptionvoid
BlackHoleRDFHandler.setBlackHoleConsumer
(Consumer<Statement> blackHoleConsumer) -
Uses of Statement in org.eclipse.rdf4j.common.concurrent.locks.diagnostics
Methods in org.eclipse.rdf4j.common.concurrent.locks.diagnostics that return Statement -
Uses of Statement in org.eclipse.rdf4j.common.order
Methods in org.eclipse.rdf4j.common.order that return types with arguments of type Statement -
Uses of Statement in org.eclipse.rdf4j.console
Methods in org.eclipse.rdf4j.console with parameters of type Statement -
Uses of Statement in org.eclipse.rdf4j.console.util
Methods in org.eclipse.rdf4j.console.util with parameters of type Statement -
Uses of Statement in org.eclipse.rdf4j.federated
Methods in org.eclipse.rdf4j.federated that return types with arguments of type StatementModifier and TypeMethodDescriptionprotected CloseableIteration
<? extends Statement> FedXConnection.getStatementsInternal
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) -
Uses of Statement in org.eclipse.rdf4j.federated.api
Methods in org.eclipse.rdf4j.federated.api that return types with arguments of type StatementModifier and TypeMethodDescriptionFedXApi.getStatements
(Resource subject, IRI predicate, Value object, Resource... contexts) -
Uses of Statement in org.eclipse.rdf4j.federated.cache
Methods in org.eclipse.rdf4j.federated.cache that return types with arguments of type StatementModifier and TypeMethodDescriptionCloseableIteration
<? extends Statement> EndpointEntry.getStatements()
-
Uses of Statement in org.eclipse.rdf4j.federated.endpoint
Methods in org.eclipse.rdf4j.federated.endpoint with parameters of type StatementModifier and TypeMethodDescriptionvoid
EndpointFactory.DefaultRDFHandler.handleStatement
(Statement st) -
Uses of Statement in org.eclipse.rdf4j.federated.evaluation
Methods in org.eclipse.rdf4j.federated.evaluation that return types with arguments of type StatementModifier and TypeMethodDescriptionFederationEvalStrategy.getStatements
(QueryInfo queryInfo, Resource subj, IRI pred, Value obj, Resource... contexts) Retrieve the statements matching the provided subject, predicate and object value from the federation members.SailTripleSource.getStatements
(Resource subj, IRI pred, Value obj, QueryInfo queryInfo, Resource... contexts) SparqlTripleSource.getStatements
(Resource subj, IRI pred, Value obj, QueryInfo queryInfo, Resource... contexts) TripleSource.getStatements
(Resource subj, IRI pred, Value obj, QueryInfo queryInfo, Resource... contexts) Return the statements matching the given pattern as aStatement
iteration. -
Uses of Statement in org.eclipse.rdf4j.federated.evaluation.iterator
Fields in org.eclipse.rdf4j.federated.evaluation.iterator with type parameters of type StatementModifier and TypeFieldDescriptionprotected final RepositoryResult
<Statement> StatementConversionIteration.repoResult
Methods in org.eclipse.rdf4j.federated.evaluation.iterator with parameters of type StatementConstructor parameters in org.eclipse.rdf4j.federated.evaluation.iterator with type arguments of type StatementModifierConstructorDescriptionStatementConversionIteration
(RepositoryResult<Statement> repoResult, BindingSet bindings, StatementPattern stmt) -
Uses of Statement in org.eclipse.rdf4j.federated.evaluation.union
Fields in org.eclipse.rdf4j.federated.evaluation.union with type parameters of type StatementModifier and TypeFieldDescriptionprotected final ParallelExecutor
<Statement> ParallelGetStatementsTask.unionControl
Methods in org.eclipse.rdf4j.federated.evaluation.union that return types with arguments of type StatementModifier and TypeMethodDescriptionParallelGetStatementsTask.getControl()
protected CloseableIteration
<Statement> ParallelGetStatementsTask.performTaskInternal()
Constructor parameters in org.eclipse.rdf4j.federated.evaluation.union with type arguments of type StatementModifierConstructorDescriptionParallelGetStatementsTask
(ParallelExecutor<Statement> unionControl, Endpoint endpoint, Resource subj, IRI pred, Value obj, QueryInfo queryInfo, Resource... contexts) -
Uses of Statement in org.eclipse.rdf4j.federated.repository
Method parameters in org.eclipse.rdf4j.federated.repository with type arguments of type StatementModifier and TypeMethodDescriptionFedXRepositoryConfigBuilder.withMembers
(Collection<Statement> members) -
Uses of Statement in org.eclipse.rdf4j.federated.structures
Classes in org.eclipse.rdf4j.federated.structures that implement Statement -
Uses of Statement in org.eclipse.rdf4j.federated.util
Methods in org.eclipse.rdf4j.federated.util that return StatementModifier and TypeMethodDescriptionstatic Statement
QueryAlgebraUtil.toStatement
(StatementPattern stmt) static Statement
QueryAlgebraUtil.toStatement
(StatementPattern stmt, BindingSet bindings) Methods in org.eclipse.rdf4j.federated.util with parameters of type StatementModifier and TypeMethodDescriptionstatic StatementPattern
QueryAlgebraUtil.toStatementPattern
(Statement stmt) -
Uses of Statement in org.eclipse.rdf4j.model
Methods in org.eclipse.rdf4j.model that return StatementModifier and TypeMethodDescriptionValueFactory.createStatement
(Resource subject, IRI predicate, Value object) Creates a new statement with the supplied subject, predicate and object.ValueFactory.createStatement
(Resource subject, IRI predicate, Value object, Resource context) Creates a new statement with the supplied subject, predicate and object and associated context.Methods in org.eclipse.rdf4j.model that return types with arguments of type Statement -
Uses of Statement in org.eclipse.rdf4j.model.base
Classes in org.eclipse.rdf4j.model.base that implement StatementMethods in org.eclipse.rdf4j.model.base that return Statement -
Uses of Statement in org.eclipse.rdf4j.model.impl
Classes in org.eclipse.rdf4j.model.impl that implement StatementModifier and TypeClassDescriptionclass
GenericStatement<R extends Resource,
I extends IRI, V extends Value> An implementation of the Statement interface with support for Java Generics.static class
Methods in org.eclipse.rdf4j.model.impl that return StatementModifier and TypeMethodDescriptionSimpleValueFactory.createStatement
(Resource subject, IRI predicate, Value object) SimpleValueFactory.createStatement
(Resource subject, IRI predicate, Value object, Resource context) ValidatingValueFactory.createStatement
(Resource subject, IRI predicate, Value object) ValidatingValueFactory.createStatement
(Resource subject, IRI predicate, Value object, Resource context) TreeModel.first()
LinkedHashModel.ModelStatement.getStatement()
TreeModel.last()
TreeModel.pollFirst()
TreeModel.pollLast()
Methods in org.eclipse.rdf4j.model.impl that return types with arguments of type StatementModifier and TypeMethodDescriptionComparator
<? super Statement> TreeModel.comparator()
DynamicModel.getStatements
(Resource subject, IRI predicate, Value object, Resource... contexts) AbstractMemoryOverflowModel.iterator()
DynamicModel.iterator()
EmptyModel.iterator()
TreeModel.iterator()
Methods in org.eclipse.rdf4j.model.impl with parameters of type StatementModifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
Method parameters in org.eclipse.rdf4j.model.impl with type arguments of type StatementModifier and TypeMethodDescriptionboolean
AbstractMemoryOverflowModel.addAll
(Collection<? extends Statement> c) boolean
AbstractModel.addAll
(Collection<? extends Statement> c) boolean
DynamicModel.addAll
(Collection<? extends Statement> c) protected abstract void
FilteredModel.removeFilteredTermIteration
(Iterator<Statement> iter, Resource subj, IRI pred, Value obj, Resource... contexts) Called by aggregate sets when a term has been removed from a term iterator.void
AbstractMemoryOverflowModel.removeTermIteration
(Iterator<Statement> iter, Resource subj, IRI pred, Value obj, Resource... contexts) abstract void
AbstractModel.removeTermIteration
(Iterator<Statement> iter, Resource subj, IRI pred, Value obj, Resource... contexts) Called by aggregate sets when a term has been removed from a term iterator.void
EmptyModel.removeTermIteration
(Iterator<Statement> iter, Resource subj, IRI pred, Value obj, Resource... contexts) final void
FilteredModel.removeTermIteration
(Iterator<Statement> iter, Resource s, IRI p, Value o, Resource... c) void
TreeModel.removeTermIteration
(Iterator<Statement> iterator, Resource subj, IRI pred, Value obj, Resource... contexts) Constructor parameters in org.eclipse.rdf4j.model.impl with type arguments of type StatementModifierConstructorDescriptionLinkedHashModel
(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) -
Uses of Statement in org.eclipse.rdf4j.model.util
Classes in org.eclipse.rdf4j.model.util with type parameters of type StatementModifier and TypeClassDescriptionclass
PatternIterator<S extends Statement>
Excludes an Iteratorbased on a given basic graph pattern. Methods in org.eclipse.rdf4j.model.util with type parameters of type StatementModifier and TypeMethodDescriptionstatic <C extends Collection<Statement>>
CConverts the suppliedIterable
to an RDF Collection, using the suppliedhead
resource as the starting resource of the RDF Collection.static <C extends Collection<Statement>>
CRDFCollections.asRDF
(Iterable<?> values, Resource head, C sink, ValueFactory valueFactory, Resource... contexts) Converts the suppliedIterable
to an RDF Collection, using the suppliedhead
resource as the starting resource of the RDF Collection.static <C extends Collection<Statement>>
CStatements.create
(ValueFactory vf, Resource subject, IRI predicate, Value object, C collection, Resource... contexts) Creates one or moreStatement
objects with the given subject, predicate and object, one for each given context.static <C extends Collection<Statement>>
CRDFCollections.getCollection
(Model sourceModel, Resource head, C sink, Resource... contexts) Extracts the RDF Collection starting with the suppliedhead
resource from the supplied sourceModel
.static <C extends Collection<Statement>>
CRDFContainers.getContainer
(IRI containerType, Model sourceModel, Resource container, C sink, Resource... contexts) static <C extends Collection<Statement>>
CRDFContainers.toRDF
(IRI containerType, Iterable<?> values, Resource container, C sink, Resource... contexts) Converts the suppliedIterable
to an RDF Container, using the suppliedhead
resource as the starting resource of the RDF Containter.static <C extends Collection<Statement>>
CRDFContainers.toRDF
(IRI containerType, Iterable<?> values, Resource container, C sink, ValueFactory vf, Resource... contexts) Converts the suppliedIterable
to an RDF Container, using the suppliedhead
resource as the starting resource of the RDF Containter.Methods in org.eclipse.rdf4j.model.util that return StatementModifier and TypeMethodDescriptionstatic Statement
Create aStatement
from the supplied subject, predicate, object and context.static Statement
Create aStatement
from the suppliedRDF-star triple
static Statement
Create aStatement
from the suppliedRDF-star triple
and context.static Statement
Statements.statement
(ValueFactory vf, Resource subject, IRI predicate, Value object, Resource context) Create aStatement
from the supplied subject, predicate, object and context.static Statement
Statements.statement
(ValueFactory vf, Triple triple, Resource context) Create aStatement
from the suppliedRDF-star triple
and context.static Statement
Statements.stripContext
(Statement statement) Strips the context (if any) from the supplied statement and returns a statement with the same subject, predicate and object, but with no assigned context.static Statement
Statements.stripContext
(ValueFactory vf, Statement statement) Strips the context (if any) from the supplied statement and returns a statement with the same subject, predicate and object, but with no assigned context.static Statement
Statements.toStatement
(Triple triple) Deprecated.static Statement
Statements.toStatement
(Triple triple, Resource context) Deprecated.since 3.7.0 - useStatements.statement(Triple, Resource)
insteadstatic Statement
Statements.toStatement
(ValueFactory vf, Triple triple, Resource context) Deprecated.Methods in org.eclipse.rdf4j.model.util that return types with arguments of type StatementModifier and TypeMethodDescriptionModelCollector.accumulator()
Either supplies a statement matching the given pattern, orOptional.empty()
otherwise.Methods in org.eclipse.rdf4j.model.util with parameters of type StatementModifier and TypeMethodDescriptionstatic void
Statements.convertRDFStarToReification
(Statement st, Consumer<Statement> consumer) Converts the supplied RDF-star statement to RDF reification statements, and sends the resultant statements to the supplied consumer.static void
Statements.convertRDFStarToReification
(ValueFactory vf, Function<Triple, Resource> reifiedIdMapper, Statement st, Consumer<Statement> consumer) Converts the supplied RDF-star statement to RDF reification statements, and sends the resultant statements to the supplied consumer.static void
Statements.convertRDFStarToReification
(ValueFactory vf, Statement st, Consumer<Statement> consumer) Converts the supplied RDF-star statement to RDF reification statements, and sends the resultant statements to the supplied consumer.static boolean
Statements.isSameTriple
(Statement st1, Statement st2) Checks if the two statements represent the same triple (that is, they have equal subject, predicate, and object).static Statement
Statements.stripContext
(Statement statement) Strips the context (if any) from the supplied statement and returns a statement with the same subject, predicate and object, but with no assigned context.static Statement
Statements.stripContext
(ValueFactory vf, Statement statement) Strips the context (if any) from the supplied statement and returns a statement with the same subject, predicate and object, but with no assigned context.static Triple
Deprecated.UseValues.triple(Statement)
insteadstatic Triple
Statements.toTriple
(ValueFactory vf, Statement statement) Deprecated.UseValues.triple(ValueFactory, Statement)
insteadstatic Triple
Creates a newRDF-star embedded triple
using the subject, predicate and object from the suppliedStatement
.static Triple
Values.triple
(ValueFactory vf, Statement statement) Creates a newRDF-star embedded triple
using the subject, predicate and object from the suppliedStatement
.Method parameters in org.eclipse.rdf4j.model.util with type arguments of type StatementModifier and TypeMethodDescriptionstatic void
Statements.consume
(ValueFactory vf, Resource subject, IRI predicate, Value object, Consumer<Statement> consumer, Resource... contexts) static void
RDFCollections.consumeCollection
(Iterable<?> values, Resource head, Consumer<Statement> consumer, Resource... contexts) Converts the suppliedIterable
to an RDF Collection, using the suppliedhead
resource as the starting resource of the RDF Collection.static void
RDFCollections.consumeCollection
(Iterable<?> values, Resource head, Consumer<Statement> consumer, ValueFactory vf, Resource... contexts) Converts the suppliedIterable
to an RDF Collection, using the suppliedhead
resource as the starting resource of the RDF Collection.static void
RDFContainers.consumeContainer
(IRI containerType, Iterable<?> values, Resource container, Consumer<Statement> consumer, Resource... contexts) Converts the suppliedIterable
to an RDF Container, using the suppliedhead
resource as the starting resource of the RDF Containter.static void
RDFContainers.consumeContainer
(IRI containerType, Iterable<?> values, Resource container, Consumer<Statement> consumer, ValueFactory vf, Resource... contexts) Converts the suppliedIterable
to an RDF Container, using the suppliedhead
resource as the starting resource of the RDF Container.static void
Models.convertRDFStarToReification
(Model model, Consumer<Statement> consumer) Converts the supplied RDF-star model to RDF reification statements.static void
Models.convertRDFStarToReification
(ValueFactory vf, Model model, Consumer<Statement> consumer) Converts the supplied RDF-star model to RDF reification statements.static void
Statements.convertRDFStarToReification
(Statement st, Consumer<Statement> consumer) Converts the supplied RDF-star statement to RDF reification statements, and sends the resultant statements to the supplied consumer.static void
Statements.convertRDFStarToReification
(ValueFactory vf, Function<Triple, Resource> reifiedIdMapper, Statement st, Consumer<Statement> consumer) Converts the supplied RDF-star statement to RDF reification statements, and sends the resultant statements to the supplied consumer.static void
Statements.convertRDFStarToReification
(ValueFactory vf, Statement st, Consumer<Statement> consumer) Converts the supplied RDF-star statement to RDF reification statements, and sends the resultant statements to the supplied consumer.static void
Models.convertReificationToRDFStar
(Model model, Consumer<Statement> consumer) Converts the supplied RDF reification model to RDF-star statements.static void
Models.convertReificationToRDFStar
(ValueFactory vf, Model model, Consumer<Statement> consumer) Converts the supplied RDF reification model to RDF-star statements.static void
RDFCollections.extract
(Model sourceModel, Resource head, Consumer<Statement> consumer, Resource... contexts) Extracts the RDF Collection starting with suppliedhead
resource from the supplied sourceModel
and sends the statements that make up the collection to the suppliedConsumer
.static <E extends RDF4JException>
voidRDFCollections.extract
(GetStatementOptional statementSupplier, Resource head, Consumer<Statement> collectionConsumer, Function<String, Supplier<E>> exceptionSupplier, Resource... contexts) Extracts an RDF Collection starting with the supplied list head from the statement supplier and sends all statements that make up the collection to the suppliedConsumer
function.static void
RDFContainers.extract
(IRI containerType, Model sourceModel, Resource container, Consumer<Statement> consumer, Resource... contexts) Extracts the RDF Container starting with suppliedhead
resource from the supplied sourceModel
and sends the statements that make up the collection to the suppliedConsumer
.static <E extends RDF4JException>
voidRDFContainers.extract
(IRI containerType, GetStatementOptional statementSupplier, Resource container, Consumer<Statement> collectionConsumer, Function<String, Supplier<E>> exceptionSupplier, Resource... contexts) Extracts an RDF Container starting with the supplied container head from the statement supplier and sends all statements that make up the collection to the suppliedConsumer
function.static boolean
Models.isomorphic
(Iterable<? extends Statement> model1, Iterable<? extends Statement> model2) Compares two RDF models, and returns true if they consist of isomorphic graphs and the isomorphic graph identifiers map 1:1 to each other.static boolean
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
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.legacyIsomorphic
(Iterable<? extends Statement> model1, Iterable<? extends Statement> model2) Deprecated.UseModels.isomorphic(Iterable, Iterable)
instead.Retrieves an objectValue
from the supplied statements.Retrieves an objectIRI
value from the supplied statements.Models.objectIRIs
(Iterable<Statement> statements) Retrieves all objectIRI
values from the supplied statements.Models.objectLiteral
(Iterable<Statement> statements) Retrieves an objectLiteral
value from the supplied statements.Models.objectLiterals
(Iterable<Statement> statements) Retrieves all objectLiteral
values from the supplied statements.Models.objectResource
(Iterable<Statement> statements) Retrieves an objectResource
value from the supplied statements.Models.objectResources
(Iterable<Statement> statements) Retrieves all objectResource
values from the supplied statements.Models.objectString
(Iterable<Statement> statements) Retrieves an object value as a String from the supplied statements.Models.objectStrings
(Iterable<Statement> statements) Retrieves all object String values from the supplied statements.Retrieves a predicate from the supplied statements.Retrieves a subjectResource
from the supplied statements.Models.subjectBNode
(Iterable<Statement> statements) Retrieves a subjectBNode
from the supplied statements.Models.subjectBNodes
(Iterable<Statement> statements) Retrieves all subjectBNode
s from the supplied statements.Models.subjectIRI
(Iterable<Statement> statements) Retrieves a subjectIRI
from the supplied statements.Models.subjectIRIs
(Iterable<Statement> statements) Retrieves all subjectIRI
s from the supplied statements. -
Uses of Statement in org.eclipse.rdf4j.query
Methods in org.eclipse.rdf4j.query that return StatementModifier and TypeMethodDescriptionstatic Statement
QueryResults.singleResult
(GraphQueryResult result) Returns a single element from the query result.The QueryResult is automatically closed by this method.Method parameters in org.eclipse.rdf4j.query with type arguments of type StatementModifier and TypeMethodDescriptionstatic Model
QueryResults.asModel
(CloseableIteration<? extends Statement> iteration) Get aModel
containing all elements obtained from the specified query result.static Model
QueryResults.asModel
(CloseableIteration<? extends Statement> iteration, ModelFactory modelFactory) Get aModel
containing all elements obtained from the specified query result. -
Uses of Statement in org.eclipse.rdf4j.query.algebra.evaluation
Fields in org.eclipse.rdf4j.query.algebra.evaluation with type parameters of type StatementModifier and TypeFieldDescriptionstatic final EmptyIteration
<? extends Statement> TripleSource.EMPTY_ITERATION
Methods in org.eclipse.rdf4j.query.algebra.evaluation that return types with arguments of type StatementModifier and TypeMethodDescriptiondefault CloseableIteration
<? extends Statement> TripleSource.getStatements
(StatementOrder order, Resource subj, IRI pred, Value obj, Resource... contexts) Gets all statements that have a specific subject, predicate and/or object.CloseableIteration
<? extends Statement> TripleSource.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) Gets all statements that have a specific subject, predicate and/or object. -
Uses of Statement in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps
Fields in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with type parameters of type StatementModifier and TypeFieldDescriptionstatic final EmptyIteration
<? extends Statement> StatementPatternQueryEvaluationStep.EMPTY_ITERATION
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps that return types with arguments of type StatementModifier and TypeMethodDescriptionStatementPatternQueryEvaluationStep.filterContextOrEqualVariables
(StatementPattern statementPattern, Value subjValue, Value predValue, Value objValue, Resource[] contexts) Generate a predicate that tests for Named contexts are matched by retrieving all statements from the store and filtering out the statements that do not have a context. -
Uses of Statement in org.eclipse.rdf4j.query.algebra.evaluation.util
Methods in org.eclipse.rdf4j.query.algebra.evaluation.util that return StatementModifier and TypeMethodDescriptionstatic Statement
TripleSources.single
(Resource subj, IRI pred, Value obj, TripleSource store) Deprecated, for removal: This API element is subject to removal in a future version.Returns the single statement with the given subject, predicate and object or null if none exists. -
Uses of Statement in org.eclipse.rdf4j.query.dawg
Methods in org.eclipse.rdf4j.query.dawg with parameters of type StatementModifier and TypeMethodDescriptionvoid
DAWGTestBooleanParser.handleStatement
(Statement st) void
DAWGTestResultSetParser.handleStatement
(Statement st) Method parameters in org.eclipse.rdf4j.query.dawg with type arguments of type StatementModifier and TypeMethodDescriptionstatic boolean
DAWGTestResultSetUtil.toBooleanQueryResult
(Iterable<? extends Statement> dawgGraph) static TupleQueryResult
DAWGTestResultSetUtil.toTupleQueryResult
(Iterable<? extends Statement> dawgGraph) -
Uses of Statement in org.eclipse.rdf4j.query.impl
Methods in org.eclipse.rdf4j.query.impl with parameters of type StatementConstructor parameters in org.eclipse.rdf4j.query.impl with type arguments of type StatementModifierConstructorDescriptionBackgroundGraphResult
(QueueCursor<Statement> queue, RDFParser parser, InputStream in, Charset charset, String baseURI) IteratingGraphQueryResult
(Map<String, String> namespaces, Iterator<? extends Statement> statementIter) IteratingGraphQueryResult
(Map<String, String> namespaces, CloseableIteration<? extends Statement> statementIter) -
Uses of Statement in org.eclipse.rdf4j.repository
Methods in org.eclipse.rdf4j.repository that return types with arguments of type StatementModifier and TypeMethodDescriptionRepositoryConnection.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) Gets all statements with a specific subject, predicate and/or object from the repository.default RepositoryResult
<Statement> RepositoryConnection.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) Gets all statements with a specific subject, predicate and/or object from the repository.Methods in org.eclipse.rdf4j.repository with parameters of type StatementModifier and TypeMethodDescriptionvoid
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
Removes the supplied statement from the specified contexts in the repository.Method parameters in org.eclipse.rdf4j.repository with type arguments of type StatementModifier and TypeMethodDescriptionvoid
Adds the supplied statements to this repository, optionally to one or more named contexts.void
RepositoryConnection.add
(CloseableIteration<? extends Statement> statements, Resource... contexts) Adds the supplied statements to this repository, optionally to one or more named contexts.default void
RepositoryConnection.add
(RepositoryResult<Statement> statements, Resource... contexts) Adds the supplied statements to this repository, optionally to one or more named contexts.void
Removes the supplied statements from the specified contexts in this repository.void
RepositoryConnection.remove
(CloseableIteration<? extends Statement> statements, Resource... contexts) Removes the supplied statements from a specific context in this repository, ignoring any context information carried by the statements themselves.default void
RepositoryConnection.remove
(RepositoryResult<Statement> statements, Resource... contexts) Removes the supplied statements from a specific context in this repository, ignoring any context information carried by the statements themselves. -
Uses of Statement in org.eclipse.rdf4j.repository.base
Methods in org.eclipse.rdf4j.repository.base that return types with arguments of type StatementModifier and TypeMethodDescriptionRepositoryConnectionWrapper.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) Methods in org.eclipse.rdf4j.repository.base with parameters of type StatementModifier and TypeMethodDescriptionvoid
void
protected void
AbstractRepositoryConnection.addWithoutCommit
(Statement st, Resource... contexts) boolean
AbstractRepositoryConnection.hasStatement
(Statement st, boolean includeInferred, Resource... contexts) boolean
RepositoryConnectionWrapper.hasStatement
(Statement st, boolean includeInferred, Resource... contexts) void
void
protected void
AbstractRepositoryConnection.removeWithoutCommit
(Statement st, Resource... contexts) Method parameters in org.eclipse.rdf4j.repository.base with type arguments of type StatementModifier and TypeMethodDescriptionvoid
void
AbstractRepositoryConnection.add
(CloseableIteration<? extends Statement> statements, Resource... contexts) void
void
RepositoryConnectionWrapper.add
(CloseableIteration<? extends Statement> 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
void
AbstractRepositoryConnection.remove
(CloseableIteration<? extends Statement> statements, Resource... contexts) void
void
RepositoryConnectionWrapper.remove
(CloseableIteration<? extends Statement> statementIter, Resource... contexts) -
Uses of Statement in org.eclipse.rdf4j.repository.contextaware
Methods in org.eclipse.rdf4j.repository.contextaware that return types with arguments of type StatementModifier and TypeMethodDescriptionContextAwareConnection.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) ContextAwareConnection.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) Gets all statements with a specific subject, predicate and/or object from the repository.Methods in org.eclipse.rdf4j.repository.contextaware with parameters of type StatementModifier and TypeMethodDescriptionvoid
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
Removes the supplied statement from the specified contexts in the repository.Method parameters in org.eclipse.rdf4j.repository.contextaware with type arguments of type StatementModifier and TypeMethodDescriptionvoid
void
ContextAwareConnection.add
(CloseableIteration<? extends Statement> statementIter, Resource... contexts) void
void
ContextAwareConnection.remove
(CloseableIteration<? extends Statement> statementIter, Resource... contexts) Removes the supplied statements from a specific context in this repository, ignoring any context information carried by the statements themselves. -
Uses of Statement in org.eclipse.rdf4j.repository.evaluation
Methods in org.eclipse.rdf4j.repository.evaluation that return types with arguments of type StatementModifier and TypeMethodDescriptionCloseableIteration
<? extends Statement> RepositoryTripleSource.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of Statement in org.eclipse.rdf4j.repository.sail
Methods in org.eclipse.rdf4j.repository.sail that return types with arguments of type StatementModifier and TypeMethodDescriptionSailRepositoryConnection.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) -
Uses of Statement in org.eclipse.rdf4j.repository.sparql
Methods in org.eclipse.rdf4j.repository.sparql that return types with arguments of type StatementModifier and TypeMethodDescriptionSPARQLConnection.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) Methods in org.eclipse.rdf4j.repository.sparql with parameters of type StatementModifier and TypeMethodDescriptionvoid
protected void
SPARQLConnection.addWithoutCommit
(Statement st, Resource... contexts) void
protected void
SPARQLConnection.removeWithoutCommit
(Statement st, Resource... contexts) Method parameters in org.eclipse.rdf4j.repository.sparql with type arguments of type Statement -
Uses of Statement in org.eclipse.rdf4j.repository.util
Methods in org.eclipse.rdf4j.repository.util with type parameters of type StatementModifier and TypeMethodDescriptionstatic <C extends Collection<Statement>>
CConnections.getRDFCollection
(RepositoryConnection conn, Resource head, C statementCollection, Resource... contexts) Retrieve allStatement
s that together form the RDF Collection starting with the supplied starting resource.Methods in org.eclipse.rdf4j.repository.util that return types with arguments of type StatementModifier and TypeMethodDescriptionstatic 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).Connections.getStatement
(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) Retrieve a singleStatement
matching with the supplied subject, predicate, object and context(s) from the givenRepositoryConnection
.Methods in org.eclipse.rdf4j.repository.util with parameters of type StatementModifier and TypeMethodDescriptionvoid
AbstractRDFInserter.handleStatement
(Statement st) void
RDFRemover.handleStatement
(Statement st) Method parameters in org.eclipse.rdf4j.repository.util with type arguments of type StatementModifier and TypeMethodDescriptionstatic void
Connections.consumeRDFCollection
(RepositoryConnection conn, Resource head, Consumer<Statement> collectionConsumer, Resource... contexts) 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). -
Uses of Statement in org.eclipse.rdf4j.rio
Methods in org.eclipse.rdf4j.rio with parameters of type StatementModifier and TypeMethodDescriptionvoid
RDFHandler.handleStatement
(Statement st) Handles a statement.static void
Rio.write
(Statement st, OutputStream output, RDFFormat dataFormat) Writes the given statement to the givenOutputStream
in the given format.static void
Rio.write
(Statement st, OutputStream output, RDFFormat dataFormat, WriterConfig settings) Writes the given single statement to the givenOutputStream
in the given format.static void
Writes the given single statement to the givenWriter
in the given format.static void
Rio.write
(Statement statement, Writer output, RDFFormat dataFormat, WriterConfig settings) Writes the given single statement to the givenWriter
in the given format.static void
Rio.write
(Statement statement, RDFHandler writer) Writes the given single statement to the givenRDFHandler
.Method parameters in org.eclipse.rdf4j.rio with type arguments of type StatementModifier and TypeMethodDescriptionstatic void
Writes the given statements to the givenOutputStream
in the given format.static void
Rio.write
(Iterable<Statement> model, OutputStream output, String baseURI, RDFFormat dataFormat, WriterConfig settings) Writes the given statements to the givenOutputStream
in the given format.static void
Rio.write
(Iterable<Statement> model, OutputStream output, RDFFormat dataFormat) Writes the given statements to the givenOutputStream
in the given format.static void
Rio.write
(Iterable<Statement> model, OutputStream output, RDFFormat dataFormat, WriterConfig settings) Writes the given statements to the givenOutputStream
in the given format.static void
Writes the given statements to the givenWriter
in the given format.static void
Rio.write
(Iterable<Statement> model, Writer output, String baseURI, RDFFormat dataFormat, WriterConfig settings) Writes the given statements to the givenWriter
in the given format.static void
Writes the given statements to the givenWriter
in the given format.static void
Writes the given statements to the givenWriter
in the given format.static void
Rio.write
(Iterable<Statement> model, RDFHandler writer) Writes the given statements to the givenRDFHandler
. -
Uses of Statement in org.eclipse.rdf4j.rio.binary
Methods in org.eclipse.rdf4j.rio.binary with parameters of type Statement -
Uses of Statement in org.eclipse.rdf4j.rio.helpers
Fields in org.eclipse.rdf4j.rio.helpers with type parameters of type StatementMethods in org.eclipse.rdf4j.rio.helpers that return StatementModifier and TypeMethodDescriptionprotected Statement
AbstractRDFParser.createStatement
(Resource subj, IRI pred, Value obj) Creates a newStatement
object with the supplied components.protected Statement
AbstractRDFParser.createStatement
(Resource subj, IRI pred, Value obj, Resource context) Creates a newStatement
object with the supplied components.Methods in org.eclipse.rdf4j.rio.helpers that return types with arguments of type StatementModifier and TypeMethodDescriptionContextStatementCollector.getStatements()
Gets the collection that contains the collected statements.Methods in org.eclipse.rdf4j.rio.helpers with parameters of type StatementModifier and TypeMethodDescriptionprotected void
AbstractRDFWriter.consumeStatement
(Statement st) Consume a statement.void
AbstractRDFHandler.handleStatement
(Statement st) void
AbstractRDFWriter.handleStatement
(Statement st) void
BufferedGroupingRDFHandler.handleStatement
(Statement st) void
ContextStatementCollector.handleStatement
(Statement st) void
RDFHandlerWrapper.handleStatement
(Statement st) void
TimeLimitRDFHandler.handleStatement
(Statement st) Constructor parameters in org.eclipse.rdf4j.rio.helpers with type arguments of type StatementModifierConstructorDescriptionContextStatementCollector
(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. -
Uses of Statement in org.eclipse.rdf4j.rio.jsonld
Methods in org.eclipse.rdf4j.rio.jsonld with parameters of type Statement -
Uses of Statement in org.eclipse.rdf4j.rio.jsonld.legacy
Methods in org.eclipse.rdf4j.rio.jsonld.legacy with parameters of type Statement -
Uses of Statement in org.eclipse.rdf4j.rio.n3
Methods in org.eclipse.rdf4j.rio.n3 with parameters of type Statement -
Uses of Statement in org.eclipse.rdf4j.rio.ndjsonld
Methods in org.eclipse.rdf4j.rio.ndjsonld with parameters of type Statement -
Uses of Statement in org.eclipse.rdf4j.rio.ndjsonld.legacy
Methods in org.eclipse.rdf4j.rio.ndjsonld.legacy with parameters of type Statement -
Uses of Statement in org.eclipse.rdf4j.rio.nquads
Methods in org.eclipse.rdf4j.rio.nquads with parameters of type Statement -
Uses of Statement in org.eclipse.rdf4j.rio.ntriples
Methods in org.eclipse.rdf4j.rio.ntriples with parameters of type Statement -
Uses of Statement in org.eclipse.rdf4j.rio.rdfjson
Methods in org.eclipse.rdf4j.rio.rdfjson with parameters of type Statement -
Uses of Statement in org.eclipse.rdf4j.rio.rdfxml
Methods in org.eclipse.rdf4j.rio.rdfxml with parameters of type Statement -
Uses of Statement in org.eclipse.rdf4j.rio.rdfxml.util
Methods in org.eclipse.rdf4j.rio.rdfxml.util with parameters of type Statement -
Uses of Statement in org.eclipse.rdf4j.rio.trix
Methods in org.eclipse.rdf4j.rio.trix with parameters of type Statement -
Uses of Statement in org.eclipse.rdf4j.rio.turtle
Methods in org.eclipse.rdf4j.rio.turtle with parameters of type StatementModifier and TypeMethodDescriptionprotected void
TurtleWriter.consumeStatement
(Statement st) protected void
TurtleWriter.handleStatementInternal
(Statement st, boolean endRDFCalled, boolean canShortenSubjectBNode, boolean canShortenObjectBNode) Internal method that differentiates between the pretty-print and streaming writer cases. -
Uses of Statement in org.eclipse.rdf4j.sail
Methods in org.eclipse.rdf4j.sail that return types with arguments of type StatementModifier and TypeMethodDescriptiondefault CloseableIteration
<? extends Statement> SailConnection.getStatements
(StatementOrder statementOrder, Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) Gets all statements from the specified contexts that have a specific subject, predicate and/or object.CloseableIteration
<? extends Statement> SailConnection.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) Gets all statements from the specified contexts that have a specific subject, predicate and/or object.Methods in org.eclipse.rdf4j.sail with parameters of type StatementModifier and TypeMethodDescriptionvoid
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. -
Uses of Statement in org.eclipse.rdf4j.sail.base
Methods in org.eclipse.rdf4j.sail.base that return StatementModifier and TypeMethodDescriptionprotected Statement
DistinctModelReducingUnionIteration.getNextElement()
Methods in org.eclipse.rdf4j.sail.base that return types with arguments of type StatementModifier and TypeMethodDescriptiondefault CloseableIteration
<? extends Statement> SailDataset.getStatements
(StatementOrder statementOrder, Resource subj, IRI pred, Value obj, Resource... contexts) Gets all statements that have a specific subject, predicate and/or object.CloseableIteration
<? extends Statement> SailDataset.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) Gets all statements that have a specific subject, predicate and/or object.CloseableIteration
<? extends Statement> SailDatasetTripleSource.getStatements
(StatementOrder order, Resource subj, IRI pred, Value obj, Resource... contexts) CloseableIteration
<? extends Statement> SailDatasetTripleSource.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) protected CloseableIteration
<? extends Statement> SailSourceConnection.getStatementsInternal
(StatementOrder order, Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) protected CloseableIteration
<? extends Statement> SailSourceConnection.getStatementsInternal
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) Methods in org.eclipse.rdf4j.sail.base with parameters of type StatementModifier and TypeMethodDescriptionvoid
default void
Adds a statement to the store.void
void
Removes a statement.Method parameters in org.eclipse.rdf4j.sail.base with type arguments of type StatementModifier and TypeMethodDescriptionvoid
Changeset.approveAll
(Set<Statement> approve, Set<Resource> approveContexts) default void
SailSink.approveAll
(Set<Statement> approved, Set<Resource> approvedContexts) void
Changeset.deprecateAll
(Set<Statement> deprecate) default void
SailSink.deprecateAll
(Set<Statement> deprecated) -
Uses of Statement in org.eclipse.rdf4j.sail.evaluation
Methods in org.eclipse.rdf4j.sail.evaluation that return types with arguments of type StatementModifier and TypeMethodDescriptionCloseableIteration
<? extends Statement> SailTripleSource.getStatements
(StatementOrder order, Resource subj, IRI pred, Value obj, Resource... contexts) CloseableIteration
<? extends Statement> SailTripleSource.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of Statement in org.eclipse.rdf4j.sail.extensiblestore.valuefactory
Subinterfaces of Statement in org.eclipse.rdf4j.sail.extensiblestore.valuefactoryClasses in org.eclipse.rdf4j.sail.extensiblestore.valuefactory that implement StatementMethods in org.eclipse.rdf4j.sail.extensiblestore.valuefactory with parameters of type StatementModifier and TypeMethodDescriptionExtensibleStatementHelper.DefaultExtensibleStatementHelper.fromStatement
(Statement statement, boolean inferred) ExtensibleStatementHelper.fromStatement
(Statement statement, boolean inferred) -
Uses of Statement in org.eclipse.rdf4j.sail.helpers
Methods in org.eclipse.rdf4j.sail.helpers that return types with arguments of type StatementModifier and TypeMethodDescriptionfinal CloseableIteration
<? extends Statement> AbstractSailConnection.getStatements
(StatementOrder order, Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) final CloseableIteration
<? extends Statement> AbstractSailConnection.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) CloseableIteration
<? extends Statement> SailConnectionWrapper.getStatements
(StatementOrder statementOrder, Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) CloseableIteration
<? extends Statement> SailConnectionWrapper.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) protected CloseableIteration
<? extends Statement> AbstractSailConnection.getStatementsInternal
(StatementOrder order, Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) protected abstract CloseableIteration
<? extends Statement> AbstractSailConnection.getStatementsInternal
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) Methods in org.eclipse.rdf4j.sail.helpers with parameters of type StatementModifier and TypeMethodDescriptionprotected void
AbstractNotifyingSailConnection.notifyStatementAdded
(Statement st) protected void
AbstractNotifyingSailConnection.notifyStatementRemoved
(Statement st) -
Uses of Statement in org.eclipse.rdf4j.sail.inferencer
Methods in org.eclipse.rdf4j.sail.inferencer that return types with arguments of type StatementModifier and TypeMethodDescriptionCloseableIteration
<? extends Statement> InferencerConnectionWrapper.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) CallsInferencerConnectionWrapper.flushUpdates()
before forwarding the call to the wrapped connection. -
Uses of Statement in org.eclipse.rdf4j.sail.inferencer.fc
Methods in org.eclipse.rdf4j.sail.inferencer.fc with parameters of type StatementModifier and TypeMethodDescriptionvoid
AbstractForwardChainingInferencerConnection.statementAdded
(Statement st) void
SchemaCachingRDFSInferencerConnection.statementAdded
(Statement st) void
AbstractForwardChainingInferencerConnection.statementRemoved
(Statement st) void
SchemaCachingRDFSInferencerConnection.statementRemoved
(Statement st) -
Uses of Statement in org.eclipse.rdf4j.sail.lmdb
Methods in org.eclipse.rdf4j.sail.lmdb that return types with arguments of type StatementModifier and TypeMethodDescriptionprotected CloseableIteration
<? extends Statement> LmdbStoreConnection.getStatementsInternal
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) -
Uses of Statement in org.eclipse.rdf4j.sail.lucene
Methods in org.eclipse.rdf4j.sail.lucene that return StatementMethods in org.eclipse.rdf4j.sail.lucene that return types with arguments of type StatementModifier and TypeMethodDescriptionLuceneSailBuffer.AddRemoveOperation.getAdded()
LuceneSailBuffer.AddRemoveOperation.getRemoved()
Methods in org.eclipse.rdf4j.sail.lucene with parameters of type StatementModifier and TypeMethodDescriptionboolean
protected boolean
LuceneSail.acceptStatementToIndex
(Statement s) void
Deprecated.Add this statement to the buffervoid
final void
AbstractSearchIndex.addStatement
(Statement statement) Indexes the specified Statement.void
SearchIndex.addStatement
(Statement statement) Indexes the specified Statement.This should be called from within a begin-commit-rollback block.void
void
LuceneSailBuffer.addTypeStatement
(Statement s, boolean rightType) Deprecated.Add this type statement to the bufferstatic String
SearchFields.getLiteralPropertyValueAsString
(Statement statement) boolean
AbstractSearchIndex.isIndexedTypeStatement
(Statement statement) boolean
SearchIndex.isIndexedTypeStatement
(Statement statement) Returns true if the given statement is a type statement of the right type, seeLuceneSail.INDEXEDTYPES
to use.boolean
AbstractSearchIndex.isTypeStatement
(Statement statement) boolean
SearchIndex.isTypeStatement
(Statement statement) Returns true if the given statement is a type statement, seeLuceneSail.INDEXEDTYPES
to use.LuceneSail.mapStatement
(Statement statement) void
void
Deprecated.Remove this statement to the bufferfinal void
AbstractSearchIndex.removeStatement
(Statement statement) void
SearchIndex.removeStatement
(Statement statement) Removes the specified Statement from the indexes.This should be called from within a begin-commit-rollbackvoid
LuceneSailBuffer.AddRemoveOperation.removeType
(Statement s) void
LuceneSailBuffer.removeTypeStatement
(Statement s) Deprecated.Remove this type statement to the bufferMethod parameters in org.eclipse.rdf4j.sail.lucene with type arguments of type StatementModifier and TypeMethodDescriptionfinal 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.Do not search for an existing document with the same subject id.final 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.Ordering by resource has to be done inside this method. -
Uses of Statement in org.eclipse.rdf4j.sail.memory.model
Classes in org.eclipse.rdf4j.sail.memory.model that implement StatementModifier and TypeClassDescriptionclass
A MemStatement is a Statement which contains context information and a flag indicating whether the statement is explicit or inferred. -
Uses of Statement in org.eclipse.rdf4j.sail.model
Methods in org.eclipse.rdf4j.sail.model that return types with arguments of type StatementModifier and TypeMethodDescriptionSailModel.iterator()
The returned Iterator implements Closeable.Method parameters in org.eclipse.rdf4j.sail.model with type arguments of type Statement -
Uses of Statement in org.eclipse.rdf4j.sail.shacl
Methods in org.eclipse.rdf4j.sail.shacl that return types with arguments of type StatementModifier and TypeMethodDescriptionCloseableIteration
<? extends Statement> ShaclSailConnection.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) Methods in org.eclipse.rdf4j.sail.shacl with parameters of type StatementModifier and TypeMethodDescriptionvoid
void
void
ShaclSailConnection.statementAdded
(Statement statement) void
ShaclSailConnection.statementRemoved
(Statement statement) -
Uses of Statement in org.eclipse.rdf4j.sail.shacl.ast.planNodes
Methods in org.eclipse.rdf4j.sail.shacl.ast.planNodes with parameters of type StatementModifier and TypeMethodDescriptionConstructor parameters in org.eclipse.rdf4j.sail.shacl.ast.planNodes with type arguments of type StatementModifierConstructorDescriptionUnorderedSelect
(SailConnection connection, Resource subject, IRI predicate, Value object, Resource[] dataGraph, BiFunction<Statement, Resource[], ValidationTuple> mapper, Function<Statement, Boolean> filter) UnorderedSelect
(SailConnection connection, Resource subject, IRI predicate, Value object, Resource[] dataGraph, BiFunction<Statement, Resource[], ValidationTuple> mapper, Function<Statement, Boolean> filter) -
Uses of Statement in org.eclipse.rdf4j.sail.shacl.ast.targets
Methods in org.eclipse.rdf4j.sail.shacl.ast.targets that return types with arguments of type StatementMethods in org.eclipse.rdf4j.sail.shacl.ast.targets with parameters of type StatementModifier and TypeMethodDescriptionEffectiveTarget.EffectiveTargetFragment.getRoot
(ConnectionsGroup connectionsGroup, Resource[] dataGraph, org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher currentStatementMatcher, Statement currentStatement) Constructor parameters in org.eclipse.rdf4j.sail.shacl.ast.targets with type arguments of type StatementModifierConstructorDescriptionStatementsAndMatcher
(List<Statement> statements, org.eclipse.rdf4j.sail.shacl.ast.StatementMatcher statementMatcher) -
Uses of Statement in org.eclipse.rdf4j.sail.shacl.wrapper.data
Methods in org.eclipse.rdf4j.sail.shacl.wrapper.data that return types with arguments of type StatementModifier and TypeMethodDescriptionRdfsSubClassOfReasoner.forwardChain
(Statement statement) CloseableIteration
<? extends Statement> VerySimpleRdfsBackwardsChainingConnection.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) Methods in org.eclipse.rdf4j.sail.shacl.wrapper.data with parameters of type Statement -
Uses of Statement in org.eclipse.rdf4j.sail.shacl.wrapper.shape
Methods in org.eclipse.rdf4j.sail.shacl.wrapper.shape that return types with arguments of type StatementModifier and TypeMethodDescriptionBackwardChainingShapeSource.getAllStatements
(Resource id) CombinedShapeSource.getAllStatements
(Resource id) Rdf4jShaclShapeGraphShapeSource.getAllStatements
(Resource id) RepositoryConnectionShapeSource.getAllStatements
(Resource id) SailConnectionShapeSource.getAllStatements
(Resource id) ShapeSource.getAllStatements
(Resource id) Constructor parameters in org.eclipse.rdf4j.sail.shacl.wrapper.shape with type arguments of type StatementModifierConstructorDescriptionShapesGraph
(Resource dataGraph, List<? extends Statement> shapesGraph) -
Uses of Statement in org.eclipse.rdf4j.spin
Methods in org.eclipse.rdf4j.spin with parameters of type StatementModifier and TypeMethodDescriptionvoid
ConstraintViolationRDFHandler.handleStatement
(Statement st) -
Uses of Statement in org.eclipse.rdf4j.spring.dao.support
Method parameters in org.eclipse.rdf4j.spring.dao.support with type arguments of type StatementModifier and TypeMethodDescriptionUpdateWithModelBuilder.withSink
(Consumer<Collection<Statement>> consumer) -
Uses of Statement in org.eclipse.rdf4j.spring.operationlog
Methods in org.eclipse.rdf4j.spring.operationlog that return types with arguments of type StatementModifier and TypeMethodDescriptionLoggingRepositoryConnection.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) LoggingRepositoryConnection.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) Methods in org.eclipse.rdf4j.spring.operationlog with parameters of type StatementModifier and TypeMethodDescriptionvoid
boolean
LoggingRepositoryConnection.hasStatement
(Statement st, boolean includeInferred, Resource... contexts) void
Method parameters in org.eclipse.rdf4j.spring.operationlog with type arguments of type StatementModifier and TypeMethodDescriptionvoid
void
LoggingRepositoryConnection.add
(CloseableIteration<? extends Statement> statementIter, Resource... contexts) void
LoggingRepositoryConnection.add
(RepositoryResult<Statement> statements, Resource... contexts) void
void
LoggingRepositoryConnection.remove
(CloseableIteration<? extends Statement> statementIter, Resource... contexts) void
LoggingRepositoryConnection.remove
(RepositoryResult<Statement> statements, Resource... contexts) -
Uses of Statement in org.eclipse.rdf4j.spring.resultcache
Methods in org.eclipse.rdf4j.spring.resultcache that return StatementMethods in org.eclipse.rdf4j.spring.resultcache that return types with arguments of type StatementModifier and TypeMethodDescriptionCachedGraphQueryResult.iterator()
ReusableGraphQueryResult.iterator()
CachedGraphQueryResult.spliterator()
ReusableGraphQueryResult.spliterator()
CachedGraphQueryResult.stream()
ReusableGraphQueryResult.stream()
Methods in org.eclipse.rdf4j.spring.resultcache with parameters of type StatementModifier and TypeMethodDescriptionvoid
void
Method parameters in org.eclipse.rdf4j.spring.resultcache with type arguments of type StatementModifier and TypeMethodDescriptionvoid
void
CachingRepositoryConnection.add
(CloseableIteration<? extends Statement> statementIter, Resource... contexts) void
void
void
void
CachingRepositoryConnection.remove
(CloseableIteration<? extends Statement> statementIter, Resource... contexts) -
Uses of Statement in org.eclipse.rdf4j.spring.tx
Methods in org.eclipse.rdf4j.spring.tx with parameters of type StatementModifier and TypeMethodDescriptionvoid
void
Method parameters in org.eclipse.rdf4j.spring.tx with type arguments of type StatementModifier and TypeMethodDescriptionvoid
TransactionalRepositoryConnection.add
(Iterable<? extends Statement> statements, Resource... contexts) void
TransactionalRepositoryConnection.add
(CloseableIteration<? extends Statement> statementIter, Resource... contexts) void
TransactionalRepositoryConnection.add
(RepositoryResult<Statement> statements, Resource... contexts) void
TransactionalRepositoryConnection.remove
(Iterable<? extends Statement> statements, Resource... contexts) void
TransactionalRepositoryConnection.remove
(CloseableIteration<? extends Statement> statementIter, Resource... contexts) void
TransactionalRepositoryConnection.remove
(RepositoryResult<Statement> statements, Resource... contexts) -
Uses of Statement in org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest
Method parameters in org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest with type arguments of type StatementModifier and TypeMethodDescriptionprotected void
SPARQLComplianceTest.DynamicSparqlComplianceTest.compareGraphs
(Iterable<Statement> queryResult, Iterable<Statement> expectedResult)
Statements.statement(Triple)
instead