Uses of Interface
org.eclipse.rdf4j.model.Statement
-
Packages that use Statement Package Description org.eclipse.rdf4j.common.concurrent.locks.diagnostics org.eclipse.rdf4j.model The RDF Model APIorg.eclipse.rdf4j.model.base Abstract base classes for RDF Model API interfaces.org.eclipse.rdf4j.model.impl Default implementations of the RDF model interfacesorg.eclipse.rdf4j.model.util Helper classes for working with RDF models.org.eclipse.rdf4j.query Interfaces and classes for handling queries and query results.org.eclipse.rdf4j.query.algebra.evaluation org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps org.eclipse.rdf4j.query.algebra.evaluation.util org.eclipse.rdf4j.query.dawg Functionality to convert tuple query results to and from the Data Access Working Group Test Result Set RDF Vocabularyorg.eclipse.rdf4j.query.impl org.eclipse.rdf4j.repository The Repository API: the main API for accessing rdf databases and SPARQL endpoints.org.eclipse.rdf4j.repository.base Abstract base classes and wrappers for the main Repository API interfaces.org.eclipse.rdf4j.repository.config Repository configuration interfaces.org.eclipse.rdf4j.repository.contextaware A repository wrapper with convenience functions for handling contexts.org.eclipse.rdf4j.repository.evaluation org.eclipse.rdf4j.repository.http A repository that serves as a proxy client for a remote repository on an RDF4J Server.org.eclipse.rdf4j.repository.sail Repository implementation for local RDF databases that implement the SAIL SPI.org.eclipse.rdf4j.repository.sail.helpers Helper and utility classes for theSailRepositoryorg.eclipse.rdf4j.repository.sparql ARepositorythat serves as a SPARQL endpoint client.org.eclipse.rdf4j.repository.util Helper classes for working with Repositories.org.eclipse.rdf4j.rio Rio: The RDF4J parser/writer API.org.eclipse.rdf4j.rio.binary Parser/writer for the RDF4J binary RDF format.org.eclipse.rdf4j.rio.helpers Provides helpers classes for Rio.org.eclipse.rdf4j.rio.jsonld Parser/writer for the JSON-L format.org.eclipse.rdf4j.rio.n3 Writer for the Notation-3 (N3) format.org.eclipse.rdf4j.rio.ndjsonld org.eclipse.rdf4j.rio.nquads Parser/writer for the N-Quads format.org.eclipse.rdf4j.rio.ntriples Parser/writer for the N-Triples format.org.eclipse.rdf4j.rio.rdfjson Parser/writer for the RDF/JSON format.org.eclipse.rdf4j.rio.rdfxml Parser/writer for the RDF/XML format.org.eclipse.rdf4j.rio.rdfxml.util Pretty-printing for the RDF/XML format.org.eclipse.rdf4j.rio.trix Parser/writer for the TriX format.org.eclipse.rdf4j.rio.turtle Parser/writer for the Turtle format.org.eclipse.rdf4j.sail RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.org.eclipse.rdf4j.sail.base Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).org.eclipse.rdf4j.sail.evaluation org.eclipse.rdf4j.sail.helpers Abstract base implementation and internal helper classes for Sail implementations.org.eclipse.rdf4j.sail.inferencer org.eclipse.rdf4j.sail.inferencer.fc Forward-chaining inferencers, implemented asStackableSails.org.eclipse.rdf4j.sail.lucene A Sail implementation that supports full-text indexing via the Lucene API.org.eclipse.rdf4j.sail.memory An implementation of the RDF SAIL API that uses main memory for storage.org.eclipse.rdf4j.sail.memory.model MemoryStore-specific implementations of the core RDF model objects.org.eclipse.rdf4j.sail.model org.eclipse.rdf4j.sail.shacl A Sail implementation for SHACL constraint checking.org.eclipse.rdf4j.sail.shacl.ast org.eclipse.rdf4j.sail.shacl.ast.planNodes org.eclipse.rdf4j.sail.shacl.ast.targets org.eclipse.rdf4j.sail.shacl.wrapper.data org.eclipse.rdf4j.sail.shacl.wrapper.shape org.eclipse.rdf4j.spin See discussion at https://github.com/eclipse/rdf4j/issues/1262 -
-
Uses of Statement in org.eclipse.rdf4j.common.concurrent.locks.diagnostics
Methods in org.eclipse.rdf4j.common.concurrent.locks.diagnostics that return Statement Modifier and Type Method Description StatementCleanerGraphQueryResult. next() -
Uses of Statement in org.eclipse.rdf4j.model
Methods in org.eclipse.rdf4j.model that return Statement Modifier and Type Method Description StatementValueFactory. createStatement(Resource subject, IRI predicate, Value object)Creates a new statement with the supplied subject, predicate and object.StatementValueFactory. 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 Modifier and Type Method Description default java.lang.Iterable<Statement>Model. getStatements(Resource subject, IRI predicate, Value object, Resource... contexts)Returns anIterableover allStatements in this Model that match the supplied criteria. -
Uses of Statement in org.eclipse.rdf4j.model.base
Classes in org.eclipse.rdf4j.model.base that implement Statement Modifier and Type Class Description classAbstractStatementBase class forStatement, offering common functionality.(package private) static classAbstractValueFactory.GenericStatementMethods in org.eclipse.rdf4j.model.base that return Statement Modifier and Type Method Description StatementAbstractValueFactory. createStatement(Resource subject, IRI predicate, Value object)StatementAbstractValueFactory. createStatement(Resource subject, IRI predicate, Value object, Resource context) -
Uses of Statement in org.eclipse.rdf4j.model.impl
Classes in org.eclipse.rdf4j.model.impl that implement Statement Modifier and Type Class Description classContextStatementDeprecated, for removal: This API element is subject to removal in a future version.UseinsteadclassGenericStatement<R extends Resource,I extends IRI,V extends Value>An implementation of the Statement interface with support for Java Generics.static classLinkedHashModel.ModelStatementclassSimpleStatementDeprecated, for removal: This API element is subject to removal in a future version.Useinstead(package private) static classTreeModel.TreeStatementFields in org.eclipse.rdf4j.model.impl declared as Statement Modifier and Type Field Description private StatementAbstractModel.ValueSet.ValueSetIterator. currentprivate StatementTreeModel.ModelIterator. lastprivate StatementAbstractModel.ValueSet.ValueSetIterator. nextprivate StatementLinkedHashModel.ModelStatement. statementFields in org.eclipse.rdf4j.model.impl with type parameters of type Statement Modifier and Type Field Description private java.util.Set<Statement>EmptyModel. emptySetprivate java.util.Iterator<Statement>AbstractModel.ValueSet.ValueSetIterator. iterprivate java.util.Iterator<Statement>TreeModel.ModelIterator. iterprivate java.util.TreeSet<Statement>TreeModel.ModelIterator. ownerprivate java.util.Map<Statement,Statement>DynamicModel. statementsprivate java.util.Map<Statement,Statement>DynamicModel. statements(package private) java.util.TreeSet<Statement>TreeModel.StatementTree. treeMethods in org.eclipse.rdf4j.model.impl that return Statement Modifier and Type Method Description private StatementTreeModel. after(Value subj, Value pred, Value obj, Value ctx)private StatementTreeModel. before(Value subj, Value pred, Value obj, Value ctx)StatementTreeModel. ceiling(Statement e)StatementTreeModel.SubSet. ceiling(Statement e)StatementSimpleValueFactory. createStatement(Resource subject, IRI predicate, Value object)StatementSimpleValueFactory. createStatement(Resource subject, IRI predicate, Value object, Resource context)StatementValidatingValueFactory. createStatement(Resource subject, IRI predicate, Value object)StatementValidatingValueFactory. createStatement(Resource subject, IRI predicate, Value object, Resource context)private StatementAbstractModel.ValueSet.ValueSetIterator. findNext()StatementTreeModel. first()StatementTreeModel.SubSet. first()StatementTreeModel. floor(Statement e)StatementTreeModel.SubSet. floor(Statement e)StatementLinkedHashModel.ModelStatement. getStatement()StatementTreeModel. higher(Statement e)StatementTreeModel.SubSet. higher(Statement e)StatementTreeModel. last()StatementTreeModel.SubSet. last()StatementTreeModel. lower(Statement e)StatementTreeModel.SubSet. lower(Statement e)StatementTreeModel.ModelIterator. next()StatementTreeModel. pollFirst()StatementTreeModel.SubSet. pollFirst()StatementTreeModel. pollLast()StatementTreeModel.SubSet. pollLast()Methods in org.eclipse.rdf4j.model.impl that return types with arguments of type Statement Modifier and Type Method Description java.util.Comparator<? super Statement>TreeModel. comparator()java.util.Comparator<? super Statement>TreeModel.SubSet. comparator()java.util.TreeSet<Statement>TreeModel.ModelIterator. getOwner()java.lang.Iterable<Statement>DynamicModel. getStatements(Resource subject, IRI predicate, Value object, Resource... contexts)java.util.SortedSet<Statement>TreeModel. headSet(Statement toElement)java.util.SortedSet<Statement>TreeModel.SubSet. headSet(Statement toElement)java.util.Iterator<Statement>DynamicModel. iterator()java.util.Iterator<Statement>EmptyModel. iterator()java.util.Iterator<Statement>TreeModel. iterator()java.util.Iterator<Statement>TreeModel.SubSet. iterator()java.util.Iterator<Statement>UnmodifiableModel. iterator()(package private) java.util.Iterator<Statement>TreeModel. matchPattern(Resource subj, IRI pred, Value obj, Resource ctx)java.util.Iterator<Statement>TreeModel.StatementTree. subIterator(Statement fromElement, boolean fromInclusive, Statement toElement, boolean toInclusive)(package private) java.util.SortedSet<Statement>TreeModel. subSet(Statement lo, boolean loInclusive, Statement hi, boolean hiInclusive)java.util.SortedSet<Statement>TreeModel. subSet(Statement fromElement, Statement toElement)private java.util.NavigableSet<Statement>TreeModel.SubSet. subSet()java.util.SortedSet<Statement>TreeModel.SubSet. subSet(Statement fromElement, Statement toElement)java.util.SortedSet<Statement>TreeModel.SubSet. tailSet(Statement fromElement)java.util.SortedSet<Statement>TreeModel. tailSet(Statement fromElement)Methods in org.eclipse.rdf4j.model.impl with parameters of type Statement Modifier and Type Method Description private booleanAbstractModel.ValueSet.ValueSetIterator. accept(Statement st)booleanAbstractModel. add(Statement st)booleanDynamicModel. add(Statement statement)booleanLinkedHashModel. add(Statement statement)booleanTreeModel.StatementTree. add(Statement e)StatementTreeModel. ceiling(Statement e)StatementTreeModel.SubSet. ceiling(Statement e)intTreeModel.GraphComparator. compare(Statement s1, Statement s2)intTreeModel.ObjectComparator. compare(Statement s1, Statement s2)intTreeModel.PredicateComparator. compare(Statement s1, Statement s2)intTreeModel.StatementComparator. compare(Statement s1, Statement s2)intTreeModel.SubjectComparator. compare(Statement s1, Statement s2)private java.util.Iterator<LinkedHashModel.ModelStatement>LinkedHashModel. find(Statement st)StatementTreeModel. floor(Statement e)StatementTreeModel.SubSet. floor(Statement e)java.util.SortedSet<Statement>TreeModel. headSet(Statement toElement)java.util.SortedSet<Statement>TreeModel.SubSet. headSet(Statement toElement)StatementTreeModel. higher(Statement e)StatementTreeModel.SubSet. higher(Statement e)StatementTreeModel. lower(Statement e)StatementTreeModel.SubSet. lower(Statement e)java.util.Iterator<Statement>TreeModel.StatementTree. subIterator(Statement fromElement, boolean fromInclusive, Statement toElement, boolean toInclusive)(package private) java.util.SortedSet<Statement>TreeModel. subSet(Statement lo, boolean loInclusive, Statement hi, boolean hiInclusive)java.util.SortedSet<Statement>TreeModel. subSet(Statement fromElement, Statement toElement)java.util.SortedSet<Statement>TreeModel.SubSet. subSet(Statement fromElement, Statement toElement)java.util.SortedSet<Statement>TreeModel.SubSet. tailSet(Statement fromElement)java.util.SortedSet<Statement>TreeModel. tailSet(Statement fromElement)protected abstract VAbstractModel.ValueSet. term(Statement st)Method parameters in org.eclipse.rdf4j.model.impl with type arguments of type Statement Modifier and Type Method Description booleanAbstractModel. addAll(java.util.Collection<? extends Statement> c)booleanDynamicModel. addAll(java.util.Collection<? extends Statement> c)booleanTreeModel.StatementTree. owns(java.util.TreeSet<Statement> set)private voidTreeModel. removeAll(java.util.TreeSet<Statement> owner, TreeModel.StatementTree chosen, java.util.Iterator<Statement> iter)private voidTreeModel. removeAll(java.util.TreeSet<Statement> owner, TreeModel.StatementTree chosen, java.util.Iterator<Statement> iter)protected abstract voidFilteredModel. removeFilteredTermIteration(java.util.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.protected abstract voidAbstractModel.ValueSet. removeIteration(java.util.Iterator<Statement> iter, V term)abstract voidAbstractModel. removeTermIteration(java.util.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.voidEmptyModel. removeTermIteration(java.util.Iterator<Statement> iter, Resource subj, IRI pred, Value obj, Resource... contexts)voidFilteredModel. removeTermIteration(java.util.Iterator<Statement> iter, Resource s, IRI p, Value o, Resource... c)voidTreeModel. removeTermIteration(java.util.Iterator<Statement> iterator, Resource subj, IRI pred, Value obj, Resource... contexts)voidUnmodifiableModel. removeTermIteration(java.util.Iterator<Statement> iter, Resource subj, IRI pred, Value obj, Resource... contexts)Constructors in org.eclipse.rdf4j.model.impl with parameters of type Statement Constructor Description ModelStatement(LinkedHashModel.ModelNode<Resource> subj, LinkedHashModel.ModelNode<IRI> pred, LinkedHashModel.ModelNode<Value> obj, LinkedHashModel.ModelNode<Resource> ctx, Statement statement)TreeStatement(Statement st)Constructor parameters in org.eclipse.rdf4j.model.impl with type arguments of type Statement Constructor Description LinkedHashModel(java.util.Collection<? extends Statement> c)LinkedHashModel(java.util.Set<Namespace> namespaces, java.util.Collection<? extends Statement> c)ModelIterator(java.util.Iterator<Statement> iter, TreeModel.StatementTree owner)TreeModel(java.util.Collection<? extends Statement> c)TreeModel(java.util.Set<Namespace> namespaces, java.util.Collection<? extends Statement> c)ValueSetIterator(java.util.Iterator<Statement> iter) -
Uses of Statement in org.eclipse.rdf4j.model.util
Classes in org.eclipse.rdf4j.model.util with type parameters of type Statement Modifier and Type Class Description classPatternIterator<S extends Statement>Excludes an Iteratorbased on a given basic graph pattern. Fields in org.eclipse.rdf4j.model.util declared as Statement Modifier and Type Field Description private SPatternIterator. nextElementMethods in org.eclipse.rdf4j.model.util with type parameters of type Statement Modifier and Type Method Description static <C extends java.util.Collection<Statement>>
CRDFCollections. asRDF(java.lang.Iterable<?> values, Resource head, C sink, Resource... contexts)Converts the suppliedIterableto an RDF Collection, using the suppliedheadresource as the starting resource of the RDF Collection.static <C extends java.util.Collection<Statement>>
CRDFCollections. asRDF(java.lang.Iterable<?> values, Resource head, C sink, ValueFactory valueFactory, Resource... contexts)Converts the suppliedIterableto an RDF Collection, using the suppliedheadresource as the starting resource of the RDF Collection.static <C extends java.util.Collection<Statement>>
CStatements. create(ValueFactory vf, Resource subject, IRI predicate, Value object, C collection, Resource... contexts)Creates one or moreStatementobjects with the given subject, predicate and object, one for each given context.static <C extends java.util.Collection<Statement>>
CRDFCollections. getCollection(Model sourceModel, Resource head, C sink, Resource... contexts)Extracts the RDF Collection starting with the suppliedheadresource from the supplied sourceModel.static <C extends java.util.Collection<Statement>>
CRDFContainers. getContainer(IRI containerType, Model sourceModel, Resource container, C sink, Resource... contexts)static <C extends java.util.Collection<Statement>>
CRDFContainers. toRDF(IRI containerType, java.lang.Iterable<?> values, Resource container, C sink, Resource... contexts)Converts the suppliedIterableto an RDF Container, using the suppliedheadresource as the starting resource of the RDF Containter.static <C extends java.util.Collection<Statement>>
CRDFContainers. toRDF(IRI containerType, java.lang.Iterable<?> values, Resource container, C sink, ValueFactory vf, Resource... contexts)Converts the suppliedIterableto an RDF Container, using the suppliedheadresource as the starting resource of the RDF Containter.Methods in org.eclipse.rdf4j.model.util that return Statement Modifier and Type Method Description static StatementStatements. statement(Resource subject, IRI predicate, Value object, Resource context)Create aStatementfrom the supplied subject, predicate, object and context.static StatementStatements. statement(Triple triple)Create aStatementfrom the suppliedRDF-star triplestatic StatementStatements. statement(Triple triple, Resource context)Create aStatementfrom the suppliedRDF-star tripleand context.static StatementStatements. statement(ValueFactory vf, Resource subject, IRI predicate, Value object, Resource context)Create aStatementfrom the supplied subject, predicate, object and context.static StatementStatements. statement(ValueFactory vf, Triple triple, Resource context)Create aStatementfrom the suppliedRDF-star tripleand context.static StatementStatements. 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 StatementStatements. 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 StatementStatements. toStatement(Triple triple)Deprecated.UseStatements.statement(Triple)insteadstatic StatementStatements. toStatement(Triple triple, Resource context)Deprecated.since 3.7.0 - useStatements.statement(Triple, Resource)insteadstatic StatementStatements. toStatement(ValueFactory vf, Triple triple, Resource context)Deprecated.Methods in org.eclipse.rdf4j.model.util that return types with arguments of type Statement Modifier and Type Method Description java.util.function.BiConsumer<Model,Statement>ModelCollector. accumulator()private static java.util.List<Statement>Models. findMatchingStatements(Statement st, Model model, java.util.Map<Resource,Resource> bNodeMapping)java.util.Optional<Statement>GetStatementOptional. get(Resource subject, IRI predicate, Value object, Resource... contexts)Either supplies a statement matching the given pattern, orOptional.empty()otherwise.java.util.Iterator<Statement>SynchronizedModel. iterator()java.util.stream.Stream<Statement>SynchronizedModel. parallelStream()java.util.Spliterator<Statement>SynchronizedModel. spliterator()java.util.stream.Stream<Statement>SynchronizedModel. stream()private static java.util.Set<Statement>Models. toSet(java.lang.Iterable<? extends Statement> iterable)Methods in org.eclipse.rdf4j.model.util with parameters of type Statement Modifier and Type Method Description booleanSynchronizedModel. add(Statement statement)static voidStatements. convertRDFStarToReification(Statement st, java.util.function.Consumer<Statement> consumer)Converts the supplied RDF-star statement to RDF reification statements, and sends the resultant statements to the supplied consumer.static voidStatements. convertRDFStarToReification(ValueFactory vf, java.util.function.Function<Triple,Resource> reifiedIdMapper, Statement st, java.util.function.Consumer<Statement> consumer)Converts the supplied RDF-star statement to RDF reification statements, and sends the resultant statements to the supplied consumer.static voidStatements. convertRDFStarToReification(ValueFactory vf, Statement st, java.util.function.Consumer<Statement> consumer)Converts the supplied RDF-star statement to RDF reification statements, and sends the resultant statements to the supplied consumer.private static java.util.Map<Resource,Resource>Models. createNewBnodeMapping(java.util.Map<Resource,Resource> bNodeMapping, Statement st1, Statement st2)private static java.util.List<Statement>Models. findMatchingStatements(Statement st, Model model, java.util.Map<Resource,Resource> bNodeMapping)static booleanStatements. isSameTriple(Statement st1, Statement st2)Checks if the two statements represent the same triple (that is, they have equal subject, predicate, and object).private static booleanModels. statementsMatch(Statement st1, Statement st2, java.util.Map<Resource,Resource> bNodeMapping)static StatementStatements. 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 StatementStatements. 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 TripleStatements. toTriple(Statement statement)Deprecated.UseValues.triple(Statement)insteadstatic TripleStatements. toTriple(ValueFactory vf, Statement statement)Deprecated.UseValues.triple(ValueFactory, Statement)insteadstatic TripleValues. triple(Statement statement)Creates a newRDF-star embedded tripleusing the subject, predicate and object from the suppliedStatement.static TripleValues. triple(ValueFactory vf, Statement statement)Creates a newRDF-star embedded tripleusing the subject, predicate and object from the suppliedStatement.Method parameters in org.eclipse.rdf4j.model.util with type arguments of type Statement Modifier and Type Method Description booleanSynchronizedModel. addAll(java.util.Collection<? extends Statement> c)static voidStatements. consume(ValueFactory vf, Resource subject, IRI predicate, Value object, java.util.function.Consumer<Statement> consumer, Resource... contexts)Creates one or moreStatementobjects with the given subject, predicate and object, one for each given context, and sends each created statement to the suppliedConsumer.static voidRDFCollections. consumeCollection(java.lang.Iterable<?> values, Resource head, java.util.function.Consumer<Statement> consumer, Resource... contexts)Converts the suppliedIterableto an RDF Collection, using the suppliedheadresource as the starting resource of the RDF Collection.static voidRDFCollections. consumeCollection(java.lang.Iterable<?> values, Resource head, java.util.function.Consumer<Statement> consumer, ValueFactory vf, Resource... contexts)Converts the suppliedIterableto an RDF Collection, using the suppliedheadresource as the starting resource of the RDF Collection.static voidRDFContainers. consumeContainer(IRI containerType, java.lang.Iterable<?> values, Resource container, java.util.function.Consumer<Statement> consumer, Resource... contexts)Converts the suppliedIterableto an RDF Container, using the suppliedheadresource as the starting resource of the RDF Containter.static voidRDFContainers. consumeContainer(IRI containerType, java.lang.Iterable<?> values, Resource container, java.util.function.Consumer<Statement> consumer, ValueFactory vf, Resource... contexts)Converts the suppliedIterableto an RDF Container, using the suppliedheadresource as the starting resource of the RDF Container.static voidModels. convertRDFStarToReification(Model model, java.util.function.Consumer<Statement> consumer)Converts the supplied RDF-star model to RDF reification statements.static voidModels. convertRDFStarToReification(ValueFactory vf, Model model, java.util.function.Consumer<Statement> consumer)Converts the supplied RDF-star model to RDF reification statements.static voidStatements. convertRDFStarToReification(Statement st, java.util.function.Consumer<Statement> consumer)Converts the supplied RDF-star statement to RDF reification statements, and sends the resultant statements to the supplied consumer.static voidStatements. convertRDFStarToReification(ValueFactory vf, java.util.function.Function<Triple,Resource> reifiedIdMapper, Statement st, java.util.function.Consumer<Statement> consumer)Converts the supplied RDF-star statement to RDF reification statements, and sends the resultant statements to the supplied consumer.static voidStatements. convertRDFStarToReification(ValueFactory vf, Statement st, java.util.function.Consumer<Statement> consumer)Converts the supplied RDF-star statement to RDF reification statements, and sends the resultant statements to the supplied consumer.static voidModels. convertReificationToRDFStar(Model model, java.util.function.Consumer<Statement> consumer)Converts the supplied RDF reification model to RDF-star statements.static voidModels. convertReificationToRDFStar(ValueFactory vf, Model model, java.util.function.Consumer<Statement> consumer)Converts the supplied RDF reification model to RDF-star statements.private static ResourceStatements. createReifiedStatement(ValueFactory vf, java.util.function.Function<Triple,Resource> reifiedIdMapper, Triple triple, Resource context, java.util.function.Consumer<Statement> consumer)Converts the supplied RDF-star triple to a series of RDF reification statements and sends the statements to the supplied consumer.static voidRDFCollections. extract(Model sourceModel, Resource head, java.util.function.Consumer<Statement> consumer, Resource... contexts)Extracts the RDF Collection starting with suppliedheadresource from the supplied sourceModeland sends the statements that make up the collection to the suppliedConsumer.static <E extends RDF4JException>
voidRDFCollections. extract(GetStatementOptional statementSupplier, Resource head, java.util.function.Consumer<Statement> collectionConsumer, java.util.function.Function<java.lang.String,java.util.function.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 suppliedConsumerfunction.static voidRDFContainers. extract(IRI containerType, Model sourceModel, Resource container, java.util.function.Consumer<Statement> consumer, Resource... contexts)Extracts the RDF Container starting with suppliedheadresource from the supplied sourceModeland sends the statements that make up the collection to the suppliedConsumer.static <E extends RDF4JException>
voidRDFContainers. extract(IRI containerType, GetStatementOptional statementSupplier, Resource container, java.util.function.Consumer<Statement> collectionConsumer, java.util.function.Function<java.lang.String,java.util.function.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 suppliedConsumerfunction.voidSynchronizedModel. forEach(java.util.function.Consumer<? super Statement> action)static booleanModels. isomorphic(java.lang.Iterable<? extends Statement> model1, java.lang.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 booleanModels. isSubset(java.lang.Iterable<? extends Statement> model1, java.lang.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 booleanModels. isSubset(java.util.Set<? extends Statement> model1, java.util.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.private static booleanModels. isSubsetInternal(java.util.Set<Statement> model1, Model model2)static booleanModels. legacyIsomorphic(java.lang.Iterable<? extends Statement> model1, java.lang.Iterable<? extends Statement> model2)Deprecated.UseModels.isomorphic(Iterable, Iterable)instead.private static booleanModels. matchModels(java.util.List<? extends Statement> model1, Model model2)A recursive method for finding a complete mapping between blank nodes in model1 and blank nodes in model2.private static booleanModels. matchModels(java.util.Set<Statement> model1, Model model2)static java.util.Optional<Value>Models. object(java.lang.Iterable<Statement> statements)Retrieves an objectValuefrom the supplied statements.static java.util.Optional<IRI>Models. objectIRI(java.lang.Iterable<Statement> statements)Retrieves an objectIRIvalue from the supplied statements.static java.util.Set<IRI>Models. objectIRIs(java.lang.Iterable<Statement> statements)Retrieves all objectIRIvalues from the supplied statements.static java.util.Optional<Literal>Models. objectLiteral(java.lang.Iterable<Statement> statements)Retrieves an objectLiteralvalue from the supplied statements.static java.util.Set<Literal>Models. objectLiterals(java.lang.Iterable<Statement> statements)Retrieves all objectLiteralvalues from the supplied statements.static java.util.Optional<Resource>Models. objectResource(java.lang.Iterable<Statement> statements)Retrieves an objectResourcevalue from the supplied statements.static java.util.Set<Resource>Models. objectResources(java.lang.Iterable<Statement> statements)Retrieves all objectResourcevalues from the supplied statements.static java.util.Optional<java.lang.String>Models. objectString(java.lang.Iterable<Statement> statements)Retrieves an object value as a String from the supplied statements.static java.util.Set<java.lang.String>Models. objectStrings(java.lang.Iterable<Statement> statements)Retrieves all object String values from the supplied statements.static java.util.Optional<IRI>Models. predicate(java.lang.Iterable<Statement> statements)Retrieves a predicate from the supplied statements.booleanSynchronizedModel. removeIf(java.util.function.Predicate<? super Statement> filter)static java.util.Optional<Resource>Models. subject(java.lang.Iterable<Statement> statements)Retrieves a subjectResourcefrom the supplied statements.static java.util.Optional<BNode>Models. subjectBNode(java.lang.Iterable<Statement> statements)Retrieves a subjectBNodefrom the supplied statements.static java.util.Set<BNode>Models. subjectBNodes(java.lang.Iterable<Statement> statements)Retrieves all subjectBNodes from the supplied statements.static java.util.Optional<IRI>Models. subjectIRI(java.lang.Iterable<Statement> statements)Retrieves a subjectIRIfrom the supplied statements.static java.util.Set<IRI>Models. subjectIRIs(java.lang.Iterable<Statement> statements)Retrieves all subjectIRIs from the supplied statements.private static ModelModels. toModel(java.lang.Iterable<? extends Statement> iterable)private static java.util.Set<Statement>Models. toSet(java.lang.Iterable<? extends Statement> iterable) -
Uses of Statement in org.eclipse.rdf4j.query
Fields in org.eclipse.rdf4j.query with type parameters of type Statement Modifier and Type Field Description private DistinctIteration<Statement,QueryEvaluationException>QueryResults.GraphQueryResultFilter. filterMethods in org.eclipse.rdf4j.query that return Statement Modifier and Type Method Description StatementQueryResults.CleanerGraphQueryResult. next()StatementQueryResults.GraphQueryResultFilter. next()static StatementQueryResults. 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 Statement Modifier and Type Method Description static ModelQueryResults. asModel(CloseableIteration<? extends Statement,? extends RDF4JException> iteration)Get aModelcontaining all elements obtained from the specified query result.static ModelQueryResults. asModel(CloseableIteration<? extends Statement,? extends RDF4JException> iteration, ModelFactory modelFactory)Get aModelcontaining 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 Statement Modifier and Type Field Description static EmptyIteration<? extends Statement,QueryEvaluationException>TripleSource. EMPTY_ITERATIONMethods in org.eclipse.rdf4j.query.algebra.evaluation that return types with arguments of type Statement Modifier and Type Method Description CloseableIteration<? extends Statement,QueryEvaluationException>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 Statement Modifier and Type Field Description private java.util.function.BiConsumer<MutableBindingSet,Statement>StatementPatternQueryEvaluationStep.ConvertStatementToBindingSetIterator. actionprivate java.util.function.BiConsumer<MutableBindingSet,Statement>StatementPatternQueryEvaluationStep.JoinStatementWithBindingSetIterator. actionprivate java.util.function.BiConsumer<MutableBindingSet,Statement>StatementPatternQueryEvaluationStep. converterprivate CloseableIteration<? extends Statement,? extends QueryEvaluationException>StatementPatternQueryEvaluationStep.ConvertStatementToBindingSetIterator. iterationprivate CloseableIteration<? extends Statement,? extends QueryEvaluationException>StatementPatternQueryEvaluationStep.JoinStatementWithBindingSetIterator. iterationMethods in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps that return types with arguments of type Statement Modifier and Type Method Description private static java.util.function.Predicate<Statement>StatementPatternQueryEvaluationStep. andThen(java.util.function.Predicate<Statement> pred, java.util.function.Predicate<Statement> and)static java.util.function.BiConsumer<MutableBindingSet,Statement>StatementConvertor. c(QueryEvaluationContext context, Var c)protected static java.util.function.Predicate<Statement>StatementPatternQueryEvaluationStep. 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.private static java.util.function.Predicate<Statement>StatementPatternQueryEvaluationStep. filterSameVariable(StatementPattern statementPattern, Value subjValue, Value predValue, Value objValue, java.util.function.Predicate<Statement> filter)Build one predicate that filters the statements for ?s ?p ?s cases.private CloseableIteration<? extends Statement,QueryEvaluationException>StatementPatternQueryEvaluationStep. handleFilter(Resource[] contexts, Resource subject, IRI predicate, Value object, CloseableIteration<? extends Statement,QueryEvaluationException> iteration)private static java.util.function.BiConsumer<MutableBindingSet,Statement>StatementPatternQueryEvaluationStep. makeConverter(QueryEvaluationContext context, Var s, Var p, Var o, Var c)We need to test every binding with hasBinding etc.static java.util.function.BiConsumer<MutableBindingSet,Statement>StatementConvertor. o(QueryEvaluationContext context, Var o)static java.util.function.BiConsumer<MutableBindingSet,Statement>StatementConvertor. oc(QueryEvaluationContext context, Var o, Var c)static java.util.function.BiConsumer<MutableBindingSet,Statement>StatementConvertor. p(QueryEvaluationContext context, Var p)static java.util.function.BiConsumer<MutableBindingSet,Statement>StatementConvertor. pc(QueryEvaluationContext context, Var p, Var c)static java.util.function.BiConsumer<MutableBindingSet,Statement>StatementConvertor. po(QueryEvaluationContext context, Var p, Var o)static java.util.function.BiConsumer<MutableBindingSet,Statement>StatementConvertor. poc(QueryEvaluationContext context, Var p, Var o, Var c)private static java.util.function.Predicate<Statement>StatementPatternQueryEvaluationStep. predicateVariableHasEquals(boolean predEqObjVar, boolean predEqConVar)static java.util.function.BiConsumer<MutableBindingSet,Statement>StatementConvertor. s(QueryEvaluationContext context, Var s)static java.util.function.BiConsumer<MutableBindingSet,Statement>StatementConvertor. sc(QueryEvaluationContext context, Var s, Var c)static java.util.function.BiConsumer<MutableBindingSet,Statement>StatementConvertor. so(QueryEvaluationContext context, Var s, Var o)static java.util.function.BiConsumer<MutableBindingSet,Statement>StatementConvertor. soc(QueryEvaluationContext context, Var s, Var o, Var c)static java.util.function.BiConsumer<MutableBindingSet,Statement>StatementConvertor. sp(QueryEvaluationContext context, Var s, Var p)static java.util.function.BiConsumer<MutableBindingSet,Statement>StatementConvertor. spc(QueryEvaluationContext context, Var s, Var p, Var c)static java.util.function.BiConsumer<MutableBindingSet,Statement>StatementConvertor. spo(QueryEvaluationContext context, Var s, Var p, Var o)static java.util.function.BiConsumer<MutableBindingSet,Statement>StatementConvertor. spoc(QueryEvaluationContext context, Var s, Var p, Var o, Var c)private static java.util.function.Predicate<Statement>StatementPatternQueryEvaluationStep. subjectVariableHasEquals(boolean subEqPredVar, boolean subEqObjVar, boolean subEqConVar)Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with parameters of type Statement Modifier and Type Method Description private BindingSetStatementPatternQueryEvaluationStep.ConvertStatementToBindingSetIterator. convert(Statement st)private BindingSetStatementPatternQueryEvaluationStep.JoinStatementWithBindingSetIterator. convert(Statement st)Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with type arguments of type Statement Modifier and Type Method Description private static java.util.function.Predicate<Statement>StatementPatternQueryEvaluationStep. andThen(java.util.function.Predicate<Statement> pred, java.util.function.Predicate<Statement> and)private static java.util.function.Predicate<Statement>StatementPatternQueryEvaluationStep. filterSameVariable(StatementPattern statementPattern, Value subjValue, Value predValue, Value objValue, java.util.function.Predicate<Statement> filter)Build one predicate that filters the statements for ?s ?p ?s cases.private CloseableIteration<? extends Statement,QueryEvaluationException>StatementPatternQueryEvaluationStep. handleFilter(Resource[] contexts, Resource subject, IRI predicate, Value object, CloseableIteration<? extends Statement,QueryEvaluationException> iteration) -
Uses of Statement in org.eclipse.rdf4j.query.algebra.evaluation.util
Methods in org.eclipse.rdf4j.query.algebra.evaluation.util that return Statement Modifier and Type Method Description static StatementTripleSources. 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 Statement Modifier and Type Method Description voidDAWGTestBooleanParser. handleStatement(Statement st)voidDAWGTestResultSetParser. handleStatement(Statement st)Method parameters in org.eclipse.rdf4j.query.dawg with type arguments of type Statement Modifier and Type Method Description static booleanDAWGTestResultSetUtil. toBooleanQueryResult(java.lang.Iterable<? extends Statement> dawgGraph)static TupleQueryResultDAWGTestResultSetUtil. toTupleQueryResult(java.lang.Iterable<? extends Statement> dawgGraph) -
Uses of Statement in org.eclipse.rdf4j.query.impl
Fields in org.eclipse.rdf4j.query.impl with type parameters of type Statement Modifier and Type Field Description private QueueCursor<Statement>BackgroundGraphResult. queueDeprecated.Methods in org.eclipse.rdf4j.query.impl with parameters of type Statement Modifier and Type Method Description voidBackgroundGraphResult. handleStatement(Statement st)Deprecated.Constructor parameters in org.eclipse.rdf4j.query.impl with type arguments of type Statement Constructor Description BackgroundGraphResult(QueueCursor<Statement> queue, RDFParser parser, java.io.InputStream in, java.nio.charset.Charset charset, java.lang.String baseURI)Deprecated.GraphQueryResultImpl(java.util.Map<java.lang.String,java.lang.String> namespaces, CloseableIteration<? extends Statement,? extends QueryEvaluationException> statementIter)Deprecated.IteratingGraphQueryResult(java.util.Map<java.lang.String,java.lang.String> namespaces, java.lang.Iterable<? extends Statement> statements)Deprecated.IteratingGraphQueryResult(java.util.Map<java.lang.String,java.lang.String> namespaces, java.util.Iterator<? extends Statement> statementIter)Deprecated.IteratingGraphQueryResult(java.util.Map<java.lang.String,java.lang.String> namespaces, CloseableIteration<? extends Statement,? extends QueryEvaluationException> statementIter)Deprecated. -
Uses of Statement in org.eclipse.rdf4j.repository
Methods in org.eclipse.rdf4j.repository that return types with arguments of type Statement Modifier and Type Method Description RepositoryResult<Statement>RepositoryConnection. 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 Statement Modifier and Type Method Description voidRepositoryConnection. add(Statement st, Resource... contexts)Adds the supplied statement to this repository, optionally to one or more named contexts.booleanRepositoryConnection. hasStatement(Statement st, boolean includeInferred, Resource... contexts)Checks whether the repository contains the specified statement, optionally in the specified contexts.voidRepositoryConnection. remove(Statement st, Resource... contexts)Removes the supplied statement from the specified contexts in the repository.Method parameters in org.eclipse.rdf4j.repository with type arguments of type Statement Modifier and Type Method Description voidRepositoryConnection. add(java.lang.Iterable<? extends Statement> statements, Resource... contexts)Adds the supplied statements to this repository, optionally to one or more named contexts.default <E extends java.lang.Exception>
voidRepositoryConnection. add(CloseableIteration<? extends Statement,E> statements, Resource... contexts)Adds the supplied statements to this repository, optionally to one or more named contexts.<E extends java.lang.Exception>
voidRepositoryConnection. add(Iteration<? extends Statement,E> statements, Resource... contexts)Deprecated, for removal: This API element is subject to removal in a future version.default voidRepositoryConnection. add(RepositoryResult<Statement> statements, Resource... contexts)Adds the supplied statements to this repository, optionally to one or more named contexts.voidRepositoryConnection. remove(java.lang.Iterable<? extends Statement> statements, Resource... contexts)Removes the supplied statements from the specified contexts in this repository.default <E extends java.lang.Exception>
voidRepositoryConnection. remove(CloseableIteration<? 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.<E extends java.lang.Exception>
voidRepositoryConnection. remove(Iteration<? extends Statement,E> statements, Resource... contexts)Deprecated, for removal: This API element is subject to removal in a future version.default voidRepositoryConnection. 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 Statement Modifier and Type Method Description RepositoryResult<Statement>RepositoryConnectionWrapper. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)Methods in org.eclipse.rdf4j.repository.base with parameters of type Statement Modifier and Type Method Description voidAbstractRepositoryConnection. add(Statement st, Resource... contexts)voidRepositoryConnectionWrapper. add(Statement st, Resource... contexts)protected voidAbstractRepositoryConnection. addWithoutCommit(Statement st, Resource... contexts)booleanAbstractRepositoryConnection. hasStatement(Statement st, boolean includeInferred, Resource... contexts)booleanRepositoryConnectionWrapper. hasStatement(Statement st, boolean includeInferred, Resource... contexts)voidAbstractRepositoryConnection. remove(Statement st, Resource... contexts)voidRepositoryConnectionWrapper. remove(Statement st, Resource... contexts)protected voidAbstractRepositoryConnection. removeWithoutCommit(Statement st, Resource... contexts)Method parameters in org.eclipse.rdf4j.repository.base with type arguments of type Statement Modifier and Type Method Description voidAbstractRepositoryConnection. add(java.lang.Iterable<? extends Statement> statements, Resource... contexts)<E extends java.lang.Exception>
voidAbstractRepositoryConnection. add(Iteration<? extends Statement,E> statements, Resource... contexts)voidRepositoryConnectionWrapper. add(java.lang.Iterable<? extends Statement> statements, Resource... contexts)<E extends java.lang.Exception>
voidRepositoryConnectionWrapper. add(Iteration<? extends Statement,E> statementIter, Resource... contexts)protected voidRepositoryConnectionWrapper. exportStatements(RepositoryResult<Statement> stIter, RDFHandler handler)Exports all statements contained in the supplied statement iterator and all relevant namespace information to the supplied RDFHandler.voidAbstractRepositoryConnection. remove(java.lang.Iterable<? extends Statement> statements, Resource... contexts)<E extends java.lang.Exception>
voidAbstractRepositoryConnection. remove(Iteration<? extends Statement,E> statements, Resource... contexts)voidRepositoryConnectionWrapper. remove(java.lang.Iterable<? extends Statement> statements, Resource... contexts)<E extends java.lang.Exception>
voidRepositoryConnectionWrapper. remove(Iteration<? extends Statement,E> statementIter, Resource... contexts) -
Uses of Statement in org.eclipse.rdf4j.repository.config
Methods in org.eclipse.rdf4j.repository.config that return Statement Modifier and Type Method Description private static StatementRepositoryConfigUtil. getIDStatement(Model model, java.lang.String repositoryID)private static StatementRepositoryConfigUtil. getIDStatement(RepositoryConnection con, java.lang.String repositoryID) -
Uses of Statement in org.eclipse.rdf4j.repository.contextaware
Methods in org.eclipse.rdf4j.repository.contextaware that return types with arguments of type Statement Modifier and Type Method Description RepositoryResult<Statement>ContextAwareConnection. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)RepositoryResult<Statement>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 Statement Modifier and Type Method Description voidContextAwareConnection. add(Statement st, Resource... contexts)booleanContextAwareConnection. hasStatement(Statement st, boolean includeInferred, Resource... contexts)booleanContextAwareConnection. hasStatement(Statement st, Resource... contexts)Checks whether the repository contains the specified statement, optionally in the specified contexts.voidContextAwareConnection. remove(Statement st, Resource... contexts)Removes the supplied statement from the specified contexts in the repository.Method parameters in org.eclipse.rdf4j.repository.contextaware with type arguments of type Statement Modifier and Type Method Description voidContextAwareConnection. add(java.lang.Iterable<? extends Statement> statements, Resource... contexts)<E extends java.lang.Exception>
voidContextAwareConnection. add(Iteration<? extends Statement,E> statementIter, Resource... contexts)voidContextAwareConnection. remove(java.lang.Iterable<? extends Statement> statements, Resource... contexts)<E extends java.lang.Exception>
voidContextAwareConnection. 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. -
Uses of Statement in org.eclipse.rdf4j.repository.evaluation
Methods in org.eclipse.rdf4j.repository.evaluation that return types with arguments of type Statement Modifier and Type Method Description CloseableIteration<? extends Statement,QueryEvaluationException>RepositoryTripleSource. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of Statement in org.eclipse.rdf4j.repository.http
Methods in org.eclipse.rdf4j.repository.http that return types with arguments of type Statement Modifier and Type Method Description RepositoryResult<Statement>HTTPRepositoryConnection. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)Methods in org.eclipse.rdf4j.repository.http with parameters of type Statement Modifier and Type Method Description voidHTTPRepositoryConnection. add(Statement st, 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 Statement Modifier and Type Method Description RepositoryResult<Statement>SailRepositoryConnection. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) -
Uses of Statement in org.eclipse.rdf4j.repository.sail.helpers
Methods in org.eclipse.rdf4j.repository.sail.helpers that return Statement Modifier and Type Method Description private StatementSailUpdateExecutor. createStatementFromPattern(StatementPattern pattern, BindingSet sourceBinding, MapBindingSet bnodeMapping)Methods in org.eclipse.rdf4j.repository.sail.helpers with parameters of type Statement Modifier and Type Method Description voidRDFSailRemover. handleStatement(Statement st) -
Uses of Statement in org.eclipse.rdf4j.repository.sparql
Methods in org.eclipse.rdf4j.repository.sparql that return types with arguments of type Statement Modifier and Type Method Description private RepositoryResult<Statement>SPARQLConnection. getStatementGeneral(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)RepositoryResult<Statement>SPARQLConnection. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)private RepositoryResult<Statement>SPARQLConnection. getStatementsQuadMode(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)private RepositoryResult<Statement>SPARQLConnection. getStatementsSingleTriple(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)protected Iteration<Statement,QueryEvaluationException>SPARQLConnection. toStatementIteration(TupleQueryResult iter, Resource subj, IRI pred, Value obj)Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.eclipse.rdf4j.repository.sparql with parameters of type Statement Modifier and Type Method Description voidSPARQLConnection. add(Statement st, Resource... contexts)protected voidSPARQLConnection. addWithoutCommit(Statement st, Resource... contexts)voidSPARQLConnection. remove(Statement st, Resource... contexts)protected voidSPARQLConnection. removeWithoutCommit(Statement st, Resource... contexts)Method parameters in org.eclipse.rdf4j.repository.sparql with type arguments of type Statement Modifier and Type Method Description voidSPARQLConnection. add(java.lang.Iterable<? extends Statement> statements, Resource... contexts)private voidSPARQLConnection. createDataBody(java.lang.StringBuilder qb, java.lang.Iterable<? extends Statement> statements, boolean ignoreContext)private java.lang.StringSPARQLConnection. createDeleteDataCommand(java.lang.Iterable<? extends Statement> statements, Resource... contexts)private java.lang.StringSPARQLConnection. createInsertDataCommand(java.lang.Iterable<? extends Statement> statements, Resource... contexts)voidSPARQLConnection. remove(java.lang.Iterable<? extends Statement> statements, Resource... contexts) -
Uses of Statement in org.eclipse.rdf4j.repository.util
Methods in org.eclipse.rdf4j.repository.util with type parameters of type Statement Modifier and Type Method Description static <C extends java.util.Collection<Statement>>
CConnections. getRDFCollection(RepositoryConnection conn, Resource head, C statementCollection, Resource... contexts)Retrieve allStatements 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 Statement Modifier and Type Method Description static java.util.Collection<? extends Statement>RepositoryUtil. difference(java.util.Collection<? extends Statement> model1, java.util.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 java.util.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).static java.util.Optional<Statement>Connections. getStatement(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts)Retrieve a singleStatementmatching with the supplied subject, predicate, object and context(s) from the givenRepositoryConnection.Methods in org.eclipse.rdf4j.repository.util with parameters of type Statement Modifier and Type Method Description voidAbstractRDFInserter. handleStatement(Statement st)voidRDFRemover. handleStatement(Statement st)private static booleanRepositoryUtil. statementsMatch(Statement st1, Statement st2, java.util.Map<BNode,BNode> bNodeMapping)Method parameters in org.eclipse.rdf4j.repository.util with type arguments of type Statement Modifier and Type Method Description static voidConnections. consumeRDFCollection(RepositoryConnection conn, Resource head, java.util.function.Consumer<Statement> collectionConsumer, Resource... contexts)Retrieve allStatements that together form the RDF Collection starting with the supplied start resource and send them to the suppliedConsumer.static java.util.Collection<? extends Statement>RepositoryUtil. difference(java.util.Collection<? extends Statement> model1, java.util.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 Statement Modifier and Type Method Description voidRDFHandler. handleStatement(Statement st)Handles a statement.static voidRio. write(Statement st, java.io.OutputStream output, RDFFormat dataFormat)Writes the given statement to the givenOutputStreamin the given format.static voidRio. write(Statement st, java.io.OutputStream output, RDFFormat dataFormat, WriterConfig settings)Writes the given single statement to the givenOutputStreamin the given format.static voidRio. write(Statement statement, java.io.Writer output, RDFFormat dataFormat)Writes the given single statement to the givenWriterin the given format.static voidRio. write(Statement statement, java.io.Writer output, RDFFormat dataFormat, WriterConfig settings)Writes the given single statement to the givenWriterin the given format.static voidRio. 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 Statement Modifier and Type Method Description static voidRio. write(java.lang.Iterable<Statement> model, java.io.OutputStream output, java.lang.String baseURI, RDFFormat dataFormat)Writes the given statements to the givenOutputStreamin the given format.static voidRio. write(java.lang.Iterable<Statement> model, java.io.OutputStream output, java.lang.String baseURI, RDFFormat dataFormat, WriterConfig settings)Writes the given statements to the givenOutputStreamin the given format.static voidRio. write(java.lang.Iterable<Statement> model, java.io.OutputStream output, RDFFormat dataFormat)Writes the given statements to the givenOutputStreamin the given format.static voidRio. write(java.lang.Iterable<Statement> model, java.io.OutputStream output, RDFFormat dataFormat, WriterConfig settings)Writes the given statements to the givenOutputStreamin the given format.static voidRio. write(java.lang.Iterable<Statement> model, java.io.Writer output, java.lang.String baseURI, RDFFormat dataFormat)Writes the given statements to the givenWriterin the given format.static voidRio. write(java.lang.Iterable<Statement> model, java.io.Writer output, java.lang.String baseURI, RDFFormat dataFormat, WriterConfig settings)Writes the given statements to the givenWriterin the given format.static voidRio. write(java.lang.Iterable<Statement> model, java.io.Writer output, RDFFormat dataFormat)Writes the given statements to the givenWriterin the given format.static voidRio. write(java.lang.Iterable<Statement> model, java.io.Writer output, RDFFormat dataFormat, WriterConfig settings)Writes the given statements to the givenWriterin the given format.static voidRio. write(java.lang.Iterable<Statement> model, RDFHandler writer)Writes the given statements to the givenRDFHandler. -
Uses of Statement in org.eclipse.rdf4j.rio.binary
Fields in org.eclipse.rdf4j.rio.binary with type parameters of type Statement Modifier and Type Field Description private java.util.Queue<Statement>BinaryRDFWriter. statementQueueMethods in org.eclipse.rdf4j.rio.binary with parameters of type Statement Modifier and Type Method Description protected voidBinaryRDFWriter. consumeStatement(Statement st) -
Uses of Statement in org.eclipse.rdf4j.rio.helpers
Classes in org.eclipse.rdf4j.rio.helpers that implement Statement Modifier and Type Class Description (package private) classRDFStarEncodingStatementRepresents aStatementwhose subject or object may be an RDF-star triple that will be encoded as a special IRI value onRDFStarEncodingStatement.getSubject()andRDFStarEncodingStatement.getObject().Fields in org.eclipse.rdf4j.rio.helpers declared as Statement Modifier and Type Field Description private StatementRDFStarEncodingStatement. delegateFields in org.eclipse.rdf4j.rio.helpers with type parameters of type Statement Modifier and Type Field Description protected java.util.function.Consumer<Statement>AbstractRDFWriter. statementConsumerprivate java.util.Collection<Statement>ContextStatementCollector. statementsMethods in org.eclipse.rdf4j.rio.helpers that return Statement Modifier and Type Method Description protected StatementAbstractRDFParser. createStatement(Resource subj, IRI pred, Value obj)Creates a newStatementobject with the supplied components.protected StatementAbstractRDFParser. createStatement(Resource subj, IRI pred, Value obj, Resource context)Creates a newStatementobject with the supplied components.StatementRDFStarDecodingValueFactory. createStatement(Resource subject, IRI predicate, Value object)StatementRDFStarDecodingValueFactory. createStatement(Resource subject, IRI predicate, Value object, Resource context)Methods in org.eclipse.rdf4j.rio.helpers that return types with arguments of type Statement Modifier and Type Method Description java.util.Collection<Statement>ContextStatementCollector. getStatements()Gets the collection that contains the collected statements.Methods in org.eclipse.rdf4j.rio.helpers with parameters of type Statement Modifier and Type Method Description protected voidAbstractRDFWriter. consumeStatement(Statement st)Consume a statement.voidAbstractRDFHandler. handleStatement(Statement st)voidAbstractRDFWriter. handleStatement(Statement st)voidBufferedGroupingRDFHandler. handleStatement(Statement st)voidContextStatementCollector. handleStatement(Statement st)voidRDFHandlerWrapper. handleStatement(Statement st)voidTimeLimitRDFHandler. handleStatement(Statement st)private voidAbstractRDFWriter. handleStatementConvertRDFStar(Statement st)private voidAbstractRDFWriter. handleStatementEncodeRDFStar(Statement st)Constructors in org.eclipse.rdf4j.rio.helpers with parameters of type Statement Constructor Description RDFStarEncodingStatement(Statement delegate)Constructor parameters in org.eclipse.rdf4j.rio.helpers with type arguments of type Statement Constructor Description ContextStatementCollector(java.util.Collection<Statement> statements, java.util.Map<java.lang.String,java.lang.String> namespaces, ValueFactory vf, Resource... contexts)Creates a new StatementCollector that stores reported statements and namespaces in the supplied containers.ContextStatementCollector(java.util.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(java.util.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(java.util.Collection<Statement> statements, java.util.Map<java.lang.String,java.lang.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 Modifier and Type Method Description voidJSONLDWriter. consumeStatement(Statement st)voidJSONLDInternalRDFParser. handleStatement(com.github.jsonldjava.core.RDFDataset result, Statement nextStatement) -
Uses of Statement in org.eclipse.rdf4j.rio.n3
Methods in org.eclipse.rdf4j.rio.n3 with parameters of type Statement Modifier and Type Method Description voidN3Writer. handleStatement(Statement st) -
Uses of Statement in org.eclipse.rdf4j.rio.ndjsonld
Methods in org.eclipse.rdf4j.rio.ndjsonld with parameters of type Statement Modifier and Type Method Description voidNDJSONLDWriter. handleStatement(Statement st) -
Uses of Statement in org.eclipse.rdf4j.rio.nquads
Methods in org.eclipse.rdf4j.rio.nquads with parameters of type Statement Modifier and Type Method Description voidNQuadsWriter. consumeStatement(Statement st) -
Uses of Statement in org.eclipse.rdf4j.rio.ntriples
Methods in org.eclipse.rdf4j.rio.ntriples with parameters of type Statement Modifier and Type Method Description protected voidNTriplesWriter. consumeStatement(Statement st) -
Uses of Statement in org.eclipse.rdf4j.rio.rdfjson
Methods in org.eclipse.rdf4j.rio.rdfjson with parameters of type Statement Modifier and Type Method Description voidRDFJSONWriter. consumeStatement(Statement statement)private voidRDFJSONWriter. consumeStreamingStatement(Statement statement)Consumes statement when RDF/JSON writer is streaming output. -
Uses of Statement in org.eclipse.rdf4j.rio.rdfxml
Methods in org.eclipse.rdf4j.rio.rdfxml with parameters of type Statement Modifier and Type Method Description protected voidRDFXMLWriter. consumeStatement(Statement st) -
Uses of Statement in org.eclipse.rdf4j.rio.rdfxml.util
Methods in org.eclipse.rdf4j.rio.rdfxml.util with parameters of type Statement Modifier and Type Method Description voidRDFXMLPrettyWriter. consumeStatement(Statement st) -
Uses of Statement in org.eclipse.rdf4j.rio.trix
Methods in org.eclipse.rdf4j.rio.trix with parameters of type Statement Modifier and Type Method Description protected voidTriXWriter. consumeStatement(Statement st) -
Uses of Statement in org.eclipse.rdf4j.rio.turtle
Fields in org.eclipse.rdf4j.rio.turtle declared as Statement Modifier and Type Field Description private StatementTurtleParser. previousStatementThe most recently read complete statement.Fields in org.eclipse.rdf4j.rio.turtle with type parameters of type Statement Modifier and Type Field Description private java.util.Comparator<Statement>ArrangedWriter. comparatorDeprecated.private java.util.Map<ArrangedWriter.SubjectInContext,java.util.Set<Statement>>ArrangedWriter. stmtBySubjectDeprecated.Methods in org.eclipse.rdf4j.rio.turtle that return Statement Modifier and Type Method Description private StatementArrangedWriter. nextStatement()Deprecated.Methods in org.eclipse.rdf4j.rio.turtle that return types with arguments of type Statement Modifier and Type Method Description private java.util.Set<Statement>ArrangedWriter. queueBlankStatements(ArrangedWriter.SubjectInContext key)Deprecated.Methods in org.eclipse.rdf4j.rio.turtle with parameters of type Statement Modifier and Type Method Description protected voidArrangedWriter. consumeStatement(Statement st)Deprecated.protected voidTurtleWriter. consumeStatement(Statement st)private voidTurtleWriter. handleInlineNode(Statement st, boolean inlineSubject, boolean inlineObject)private voidTurtleWriter. handleList(Statement st, boolean canInlineObjectBNode)protected voidTurtleWriter. handleStatementInternal(Statement st, boolean endRDFCalled, boolean canShortenSubjectBNode, boolean canShortenObjectBNode)Internal method that differentiates between the pretty-print and streaming writer cases.private voidArrangedWriter. queueStatement(Statement st)Deprecated.Method parameters in org.eclipse.rdf4j.rio.turtle with type arguments of type Statement Modifier and Type Method Description private voidArrangedWriter. getUsedNamespaces(java.util.Set<Statement> stmts, java.util.Set<java.lang.String> used)Deprecated.Constructors in org.eclipse.rdf4j.rio.turtle with parameters of type Statement Constructor Description SubjectInContext(Statement st) -
Uses of Statement in org.eclipse.rdf4j.sail
Methods in org.eclipse.rdf4j.sail that return types with arguments of type Statement Modifier and Type Method Description CloseableIteration<? extends Statement,SailException>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 Statement Modifier and Type Method Description voidSailConnectionListener. statementAdded(Statement st)Notifies the listener that a statement has been added in a transaction that it has registered itself with.voidSailConnectionListener. 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
Fields in org.eclipse.rdf4j.sail.base with type parameters of type Statement Modifier and Type Field Description private java.util.function.Consumer<Statement>DistinctModelReducingUnionIteration. approvedRemoverprivate java.util.function.Supplier<java.lang.Iterable<Statement>>DistinctModelReducingUnionIteration. approvedSupplierprivate java.util.Iterator<? extends Statement>DistinctModelReducingUnionIteration. filteredStatementsIteratorprivate CloseableIteration<? extends Statement,SailException>DistinctModelReducingUnionIteration. iteratorprivate static EmptyIteration<Statement,SailException>SailDatasetImpl. STATEMENT_EMPTY_ITERATIONMethods in org.eclipse.rdf4j.sail.base that return Statement Modifier and Type Method Description protected StatementDistinctModelReducingUnionIteration. getNextElement()Methods in org.eclipse.rdf4j.sail.base that return types with arguments of type Statement Modifier and Type Method Description private CloseableIteration<? extends Statement,SailException>SailDatasetImpl. difference(CloseableIteration<? extends Statement,SailException> result, java.util.function.Function<Statement,java.lang.Boolean> excluded)(package private) java.util.List<Statement>Changeset. getApprovedStatements()(package private) java.lang.Iterable<Statement>Changeset. getApprovedStatements(Resource subj, IRI pred, Value obj, Resource[] contexts)(package private) java.util.List<Statement>Changeset. getDeprecatedStatements()CloseableIteration<? extends Statement,SailException>DelegatingSailDataset. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)CloseableIteration<? extends Statement,SailException>ObservingSailDataset. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)CloseableIteration<? extends Statement,SailException>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,SailException>SailDatasetImpl. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)CloseableIteration<? extends Statement,QueryEvaluationException>SailDatasetTripleSource. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)CloseableIteration<? extends Statement,SailException>UnionSailDataset. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)protected CloseableIteration<? extends Statement,SailException>SailSourceConnection. getStatementsInternal(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)Methods in org.eclipse.rdf4j.sail.base with parameters of type Statement Modifier and Type Method Description voidChangeset. approve(Statement statement)default voidSailSink. approve(Statement statement)Adds a statement to the store.voidChangeset. deprecate(Statement statement)voidSailSink. deprecate(Statement statement)Removes a statement.(package private) booleanChangeset. hasDeprecated(Statement statement)(package private) voidChangeset. removeApproved(Statement next)Method parameters in org.eclipse.rdf4j.sail.base with type arguments of type Statement Modifier and Type Method Description voidChangeset. approveAll(java.util.Set<Statement> approve, java.util.Set<Resource> approveContexts)default voidSailSink. approveAll(java.util.Set<Statement> approved, java.util.Set<Resource> approvedContexts)voidChangeset. deprecateAll(java.util.Set<Statement> deprecate)default voidSailSink. deprecateAll(java.util.Set<Statement> deprecated)private CloseableIteration<? extends Statement,SailException>SailDatasetImpl. difference(CloseableIteration<? extends Statement,SailException> result, java.util.function.Function<Statement,java.lang.Boolean> excluded)private CloseableIteration<? extends Statement,SailException>SailDatasetImpl. difference(CloseableIteration<? extends Statement,SailException> result, java.util.function.Function<Statement,java.lang.Boolean> excluded)private booleanSailDatasetImpl. isDeprecated(Triple triple, java.util.List<Statement> deprecatedStatements)Constructor parameters in org.eclipse.rdf4j.sail.base with type arguments of type Statement Constructor Description DistinctModelReducingUnionIteration(CloseableIteration<? extends Statement,SailException> iterator, java.util.function.Consumer<Statement> approvedRemover, java.util.function.Supplier<java.lang.Iterable<Statement>> approvedSupplier)DistinctModelReducingUnionIteration(CloseableIteration<? extends Statement,SailException> iterator, java.util.function.Consumer<Statement> approvedRemover, java.util.function.Supplier<java.lang.Iterable<Statement>> approvedSupplier)DistinctModelReducingUnionIteration(CloseableIteration<? extends Statement,SailException> iterator, java.util.function.Consumer<Statement> approvedRemover, java.util.function.Supplier<java.lang.Iterable<Statement>> approvedSupplier) -
Uses of Statement in org.eclipse.rdf4j.sail.evaluation
Methods in org.eclipse.rdf4j.sail.evaluation that return types with arguments of type Statement Modifier and Type Method Description CloseableIteration<? extends Statement,QueryEvaluationException>SailTripleSource. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of Statement in org.eclipse.rdf4j.sail.helpers
Classes in org.eclipse.rdf4j.sail.helpers that implement Statement Modifier and Type Class Description private static classAbstractSailConnection.WildStatementStatement pattern that uses null values as wild cards.Fields in org.eclipse.rdf4j.sail.helpers with type parameters of type Statement Modifier and Type Field Description private java.util.Map<UpdateContext,java.util.Collection<Statement>>AbstractSailConnection. addedStatements that are currently being added, but not yet realized, by an active operation.private java.util.Map<UpdateContext,java.util.Collection<Statement>>AbstractSailConnection. removedStatements that are currently being removed, but not yet realized, by an active operation.Methods in org.eclipse.rdf4j.sail.helpers that return types with arguments of type Statement Modifier and Type Method Description CloseableIteration<? extends Statement,SailException>AbstractSailConnection. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)CloseableIteration<? extends Statement,SailException>SailConnectionWrapper. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)protected abstract CloseableIteration<? extends Statement,SailException>AbstractSailConnection. getStatementsInternal(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)Methods in org.eclipse.rdf4j.sail.helpers with parameters of type Statement Modifier and Type Method Description protected voidAbstractNotifyingSailConnection. notifyStatementAdded(Statement st)protected voidAbstractNotifyingSailConnection. 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 Statement Modifier and Type Method Description CloseableIteration<? extends Statement,SailException>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
Fields in org.eclipse.rdf4j.sail.inferencer.fc with type parameters of type Statement Modifier and Type Field Description private java.util.Set<Statement>DedupingInferencerConnection. addedStmtsprivate java.util.Collection<Statement>SchemaCachingRDFSInferencer. domainStatementsprivate java.util.Collection<Statement>SchemaCachingRDFSInferencer. rangeStatementsprivate java.util.Collection<Statement>SchemaCachingRDFSInferencer. subClassOfStatementsprivate java.util.Collection<Statement>SchemaCachingRDFSInferencer. subPropertyOfStatementsMethods in org.eclipse.rdf4j.sail.inferencer.fc that return types with arguments of type Statement Modifier and Type Method Description private java.util.Set<Statement>DedupingInferencerConnection. createDedupBuffer()Methods in org.eclipse.rdf4j.sail.inferencer.fc with parameters of type Statement Modifier and Type Method Description (package private) voidSchemaCachingRDFSInferencer. addDomainStatement(Statement st)(package private) voidSchemaCachingRDFSInferencer. addRangeStatement(Statement st)(package private) voidSchemaCachingRDFSInferencer. addSubClassOfStatement(Statement st)(package private) voidSchemaCachingRDFSInferencer. addSubPropertyOfStatement(Statement st)private voidDirectTypeHierarchyInferencer.DirectTypeHierarchyInferencerConnection. checkUpdatedStatement(Statement st)private booleanSchemaCachingRDFSInferencerConnection. isSchemaStatement(Statement st)(package private) voidSchemaCachingRDFSInferencerConnection. processForSchemaCache(Statement statement)private voidCustomGraphQueryInferencer.Connection. setUpdateNeededIfMatching(Statement statement)voidAbstractForwardChainingInferencerConnection. statementAdded(Statement st)voidCustomGraphQueryInferencer.Connection. statementAdded(Statement statement)voidDirectTypeHierarchyInferencer.DirectTypeHierarchyInferencerConnection. statementAdded(Statement st)voidSchemaCachingRDFSInferencerConnection. statementAdded(Statement st)voidAbstractForwardChainingInferencerConnection. statementRemoved(Statement st)voidCustomGraphQueryInferencer.Connection. statementRemoved(Statement statement)voidDirectTypeHierarchyInferencer.DirectTypeHierarchyInferencerConnection. statementRemoved(Statement st)voidSchemaCachingRDFSInferencerConnection. statementRemoved(Statement st)Method parameters in org.eclipse.rdf4j.sail.inferencer.fc with type arguments of type Statement Modifier and Type Method Description private voidCustomGraphQueryInferencer.Connection. buildDeltaSets(java.util.Collection<Statement> forRemoval, java.util.Collection<Statement> forAddition)private voidSchemaCachingRDFSInferencer. calculateDomainAndRange(java.util.Collection<Statement> rangeOrDomainStatements, java.util.Map<Resource,java.util.Set<Resource>> calculatedRangeOrDomain)private voidSchemaCachingRDFSInferencer. calculateSubClassOf(java.util.Collection<Statement> subClassOfStatements)private voidSchemaCachingRDFSInferencer. calculateSubPropertyOf(java.util.Collection<Statement> subPropertyOfStatemenets)private voidCustomGraphQueryInferencer.Connection. evaluateIntoStatements(ParsedGraphQuery query, java.util.Collection<Statement> statements)private voidDirectTypeHierarchyInferencer.DirectTypeHierarchyInferencerConnection. evaluateIntoStatements(ParsedGraphQuery query, java.util.Collection<Statement> statements) -
Uses of Statement in org.eclipse.rdf4j.sail.lucene
Classes in org.eclipse.rdf4j.sail.lucene that implement Statement Modifier and Type Class Description private static classLuceneSailBuffer.ContextAwareStatementImplDeprecated.Fields in org.eclipse.rdf4j.sail.lucene declared as Statement Modifier and Type Field Description private StatementLuceneSailBuffer.ContextAwareStatementImpl. delegateFields in org.eclipse.rdf4j.sail.lucene with type parameters of type Statement Modifier and Type Field Description (package private) java.util.HashSet<Statement>LuceneSailBuffer.AddRemoveOperation. added(package private) java.util.HashSet<Statement>LuceneSailBuffer.AddRemoveOperation. removedMethods in org.eclipse.rdf4j.sail.lucene that return Statement Modifier and Type Method Description StatementLuceneSail. mapStatement(Statement statement)Methods in org.eclipse.rdf4j.sail.lucene that return types with arguments of type Statement Modifier and Type Method Description java.util.HashSet<Statement>LuceneSailBuffer.AddRemoveOperation. getAdded()java.util.HashSet<Statement>LuceneSailBuffer.AddRemoveOperation. getRemoved()Methods in org.eclipse.rdf4j.sail.lucene with parameters of type Statement Modifier and Type Method Description booleanIndexableStatementFilter. accept(Statement statement)protected booleanLuceneSail. acceptStatementToIndex(Statement s)voidLuceneSailBuffer. add(Statement s)Deprecated.Add this statement to the buffervoidLuceneSailBuffer.AddRemoveOperation. add(Statement s)private voidAbstractSearchIndex. addProperty(Statement statement, SearchDocument document)check if the passed statement should be added (is it indexed? is it stored?) and add it as predicate to the passed document.voidAbstractSearchIndex. addStatement(Statement statement)Indexes the specified Statement.voidSearchIndex. addStatement(Statement statement)Indexes the specified Statement.This should be called from within a begin-commit-rollback block.voidLuceneSailBuffer.AddRemoveOperation. addType(Statement s, boolean rightType)voidLuceneSailBuffer. addTypeStatement(Statement s, boolean rightType)Deprecated.Add this type statement to the bufferstatic java.lang.StringSearchFields. getLiteralPropertyValueAsString(Statement statement)booleanAbstractSearchIndex. isIndexedTypeStatement(Statement statement)booleanSearchIndex. isIndexedTypeStatement(Statement statement)Returns true if the given statement is a type statement of the right type, seeLuceneSail.INDEXEDTYPESto use.booleanAbstractSearchIndex. isTypeStatement(Statement statement)booleanSearchIndex. isTypeStatement(Statement statement)Returns true if the given statement is a type statement, seeLuceneSail.INDEXEDTYPESto use.StatementLuceneSail. mapStatement(Statement statement)voidLuceneSailBuffer.AddRemoveOperation. remove(Statement s)voidLuceneSailBuffer. remove(Statement s)Deprecated.Remove this statement to the buffervoidAbstractSearchIndex. removeStatement(Statement statement)voidSearchIndex. removeStatement(Statement statement)Removes the specified Statement from the indexes.This should be called from within a begin-commit-rollbackvoidLuceneSailBuffer.AddRemoveOperation. removeType(Statement s)voidLuceneSailBuffer. removeTypeStatement(Statement s)Deprecated.Remove this type statement to the bufferMethod parameters in org.eclipse.rdf4j.sail.lucene with type arguments of type Statement Modifier and Type Method Description voidAbstractSearchIndex. addDocuments(Resource subject, java.util.List<Statement> statements)Add a complete Lucene Document based on these statements.voidSearchIndex. addDocuments(Resource subject, java.util.List<Statement> statements)Add a complete Lucene Document based on these statements.Do not search for an existing document with the same subject id.voidAbstractSearchIndex. addRemoveStatements(java.util.Collection<Statement> added, java.util.Collection<Statement> removed)Add many statements at the same time, remove many statements at the same time.voidSearchIndex. addRemoveStatements(java.util.Collection<Statement> added, java.util.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.Constructors in org.eclipse.rdf4j.sail.lucene with parameters of type Statement Constructor Description ContextAwareStatementImpl(Statement delegate) -
Uses of Statement in org.eclipse.rdf4j.sail.memory
Methods in org.eclipse.rdf4j.sail.memory with parameters of type Statement Modifier and Type Method Description voidMemorySailStore.MemorySailSink. deprecate(Statement statement)private voidMemorySailStore.MemorySailSink. innerDeprecate(Statement statement, int nextSnapshot)Method parameters in org.eclipse.rdf4j.sail.memory with type arguments of type Statement Modifier and Type Method Description voidMemorySailStore.MemorySailSink. approveAll(java.util.Set<Statement> approved, java.util.Set<Resource> approvedContexts)voidMemorySailStore.MemorySailSink. deprecateAll(java.util.Set<Statement> deprecated)voidFileIO. writeStatement(CloseableIteration<? extends Statement,SailException> stIter, int tripleMarker, int quadMarker, java.io.DataOutputStream dataOut) -
Uses of Statement in org.eclipse.rdf4j.sail.memory.model
Classes in org.eclipse.rdf4j.sail.memory.model that implement Statement Modifier and Type Class Description classMemStatementA 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 Statement Modifier and Type Method Description java.util.Iterator<Statement>SailModel. iterator()The returned Iterator implements Closeable.private java.util.Iterator<Statement>SailModel. iterator(Resource subj, IRI pred, Value obj, Resource... contexts)Method parameters in org.eclipse.rdf4j.sail.model with type arguments of type Statement Modifier and Type Method Description voidSailModel. removeTermIteration(java.util.Iterator<Statement> iter, Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of Statement in org.eclipse.rdf4j.sail.shacl
Fields in org.eclipse.rdf4j.sail.shacl with type parameters of type Statement Modifier and Type Field Description private java.util.HashSet<Statement>ShaclSailConnection. addedStatementsSetprivate java.util.HashSet<Statement>ShaclSailConnection. removedStatementsSetMethods in org.eclipse.rdf4j.sail.shacl that return types with arguments of type Statement Modifier and Type Method Description (package private) static CloseableIteration<Statement,SailException>ConnectionHelper. getCloseableIteration(RepositoryResult<Statement> repositoryResults)CloseableIteration<? extends Statement,SailException>ShaclSailConnection. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)Methods in org.eclipse.rdf4j.sail.shacl with parameters of type Statement Modifier and Type Method Description voidStats. added(Statement statement)private voidShaclSailConnection. checkIfShapesRefreshIsNeeded(Statement statement)voidStats. removed(Statement statement)voidShaclSailConnection. statementAdded(Statement statement)voidShaclSailConnection. statementRemoved(Statement statement)Method parameters in org.eclipse.rdf4j.sail.shacl with type arguments of type Statement Modifier and Type Method Description (package private) static CloseableIteration<Statement,SailException>ConnectionHelper. getCloseableIteration(RepositoryResult<Statement> repositoryResults) -
Uses of Statement in org.eclipse.rdf4j.sail.shacl.ast
Method parameters in org.eclipse.rdf4j.sail.shacl.ast with type arguments of type Statement Modifier and Type Method Description java.util.stream.Stream<EffectiveTarget.StatementsAndMatcher>SparqlFragment. getRoot(ConnectionsGroup connectionsGroup, Resource[] dataGraph, Path path, StatementMatcher currentStatementMatcher, java.util.List<Statement> currentStatements)java.util.stream.Stream<EffectiveTarget.StatementsAndMatcher>SparqlFragment.TraceBack. getRoot(ConnectionsGroup connectionsGroup, Resource[] dataGraph, Path path, StatementMatcher currentStatementMatcher, java.util.List<Statement> currentStatements) -
Uses of Statement in org.eclipse.rdf4j.sail.shacl.ast.planNodes
Fields in org.eclipse.rdf4j.sail.shacl.ast.planNodes with type parameters of type Statement Modifier and Type Field Description private java.util.function.BiFunction<Statement,Resource[],ValidationTuple>UnorderedSelect. mapperMethods in org.eclipse.rdf4j.sail.shacl.ast.planNodes with parameters of type Statement Modifier and Type Method Description ValidationTupleUnorderedSelect.Mapper.ObjectScopedMapper. apply(Statement s, Resource[] dataGraph)ValidationTupleUnorderedSelect.Mapper.SubjectObjectPropertyShapeMapper. apply(Statement s, Resource[] dataGraph)ValidationTupleUnorderedSelect.Mapper.SubjectScopedMapper. apply(Statement s, Resource[] dataGraph)Constructor parameters in org.eclipse.rdf4j.sail.shacl.ast.planNodes with type arguments of type Statement Constructor Description UnorderedSelect(SailConnection connection, Resource subject, IRI predicate, Value object, Resource[] dataGraph, java.util.function.BiFunction<Statement,Resource[],ValidationTuple> mapper) -
Uses of Statement in org.eclipse.rdf4j.sail.shacl.ast.targets
Fields in org.eclipse.rdf4j.sail.shacl.ast.targets with type parameters of type Statement Modifier and Type Field Description private java.util.List<Statement>EffectiveTarget.StatementsAndMatcher. statementsMethods in org.eclipse.rdf4j.sail.shacl.ast.targets that return types with arguments of type Statement Modifier and Type Method Description java.util.List<Statement>EffectiveTarget.StatementsAndMatcher. getStatements()Methods in org.eclipse.rdf4j.sail.shacl.ast.targets with parameters of type Statement Modifier and Type Method Description java.util.stream.Stream<EffectiveTarget.StatementsAndMatcher>EffectiveTarget.EffectiveTargetFragment. getRoot(ConnectionsGroup connectionsGroup, Resource[] dataGraph, StatementMatcher currentStatementMatcher, Statement currentStatement)Constructor parameters in org.eclipse.rdf4j.sail.shacl.ast.targets with type arguments of type Statement Constructor Description StatementsAndMatcher(java.util.List<Statement> statements, StatementMatcher statementMatcher) -
Uses of Statement in org.eclipse.rdf4j.sail.shacl.wrapper.data
Fields in org.eclipse.rdf4j.sail.shacl.wrapper.data with type parameters of type Statement Modifier and Type Field Description private java.util.Collection<Statement>RdfsSubClassOfReasoner. subClassOfStatementsMethods in org.eclipse.rdf4j.sail.shacl.wrapper.data that return types with arguments of type Statement Modifier and Type Method Description java.util.stream.Stream<Statement>RdfsSubClassOfReasoner. forwardChain(Statement statement)CloseableIteration<? extends Statement,SailException>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 Modifier and Type Method Description private voidRdfsSubClassOfReasoner. addSubClassOfStatement(Statement st)java.util.stream.Stream<Statement>RdfsSubClassOfReasoner. forwardChain(Statement statement)Method parameters in org.eclipse.rdf4j.sail.shacl.wrapper.data with type arguments of type Statement Modifier and Type Method Description private voidRdfsSubClassOfReasoner. calculateSubClassOf(java.util.Collection<Statement> subClassOfStatements) -
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 Statement Modifier and Type Method Description java.util.stream.Stream<Statement>BackwardChainingShapeSource. getAllStatements(Resource id)java.util.stream.Stream<Statement>CombinedShapeSource. getAllStatements(Resource id)java.util.stream.Stream<Statement>Rdf4jShaclShapeGraphShapeSource. getAllStatements(Resource id)java.util.stream.Stream<Statement>RepositoryConnectionShapeSource. getAllStatements(Resource id)java.util.stream.Stream<Statement>SailConnectionShapeSource. getAllStatements(Resource id)java.util.stream.Stream<Statement>ShapeSource. getAllStatements(Resource id)Method parameters in org.eclipse.rdf4j.sail.shacl.wrapper.shape with type arguments of type Statement Modifier and Type Method Description private SailRepositoryRdf4jShaclShapeGraphShapeSource. forwardChain(CloseableIteration<? extends Statement,? extends RDF4JException> statements)private static ValueShapeSourceHelper. getObject(CloseableIteration<? extends Statement,SailException> iteration)private static ValueShapeSourceHelper. getObject(RepositoryResult<Statement> iteration)Constructor parameters in org.eclipse.rdf4j.sail.shacl.wrapper.shape with type arguments of type Statement Constructor Description ShapesGraph(Resource dataGraph, java.util.List<? extends Statement> shapesGraph) -
Uses of Statement in org.eclipse.rdf4j.spin
Methods in org.eclipse.rdf4j.spin with parameters of type Statement Modifier and Type Method Description voidConstraintViolationRDFHandler. handleStatement(Statement st)
-