Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ А 

A

a - Static variable in interface org.eclipse.rdf4j.sparqlbuilder.rdf.RdfPredicate
The built-in predicate shortcut for rdf:type
abort() - Method in class org.eclipse.rdf4j.common.platform.ProcessLauncher
Deprecated.
Tries to abort the currently running process.
abort() - Method in class org.eclipse.rdf4j.federated.evaluation.concurrent.ControlledWorkerScheduler
 
abort() - Method in interface org.eclipse.rdf4j.federated.evaluation.concurrent.Scheduler
Abort the execution of running and queued tasks.
abort() - Method in class org.eclipse.rdf4j.federated.structures.QueryInfo
Mark the query as aborted and abort all scheduled (future) tasks known at this point in time.
abortQuery() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.QueryResultIteration
Abort the query in the schedulers if it is still running.
abortQuery(QueryInfo) - Method in class org.eclipse.rdf4j.federated.QueryManager
 
abortScheduledTasks() - Method in class org.eclipse.rdf4j.federated.structures.QueryInfo
Abort any scheduled future tasks
Abs - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.numeric
The SPARQL built-in Function ABS, as defined in SPARQL Query Language for RDF
Abs() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.numeric.Abs
 
abs(Number) - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
ABS(operand)
abs(Operand) - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
ABS(operand)
ABSOLUTE_POSITION - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:absolutePosition
ABSOLUTE_SIZE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:absoluteSize
ABSOLUTE_SPATIAL_POSITION - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:absoluteSpatialPosition
ABSOLUTE_TEMPORAL_POSITION - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:absoluteTemporalPosition
ABSTRACT - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/abstract
ABSTRACT_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#abstract Can be set to true to indicate that this module shall not be instantiated.
ABSTRACT_RESULT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:AbstractResult
AbstractAggregateOperator - Class in org.eclipse.rdf4j.query.algebra
Base class for shared functionality of aggregate operators (e.g.
AbstractAggregateOperator(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.AbstractAggregateOperator
 
AbstractAggregateOperator(ValueExpr, boolean) - Constructor for class org.eclipse.rdf4j.query.algebra.AbstractAggregateOperator
 
AbstractASTVisitor - Class in org.eclipse.rdf4j.query.parser.serql
 
AbstractASTVisitor() - Constructor for class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
AbstractASTVisitor - Class in org.eclipse.rdf4j.query.parser.sparql
Base class for visitors of the SPARQL AST.
AbstractASTVisitor() - Constructor for class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
AbstractBindingSet - Class in org.eclipse.rdf4j.query
Abstract base class for BindingSet implementations, providing a.o.
AbstractBindingSet() - Constructor for class org.eclipse.rdf4j.query.AbstractBindingSet
 
AbstractCloseableIteration<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
Base class for CloseableIterations offering common functionality.
AbstractCloseableIteration() - Constructor for class org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration
 
AbstractCloseableIterator<E> - Class in org.eclipse.rdf4j.common.iterator
 
AbstractCloseableIterator() - Constructor for class org.eclipse.rdf4j.common.iterator.AbstractCloseableIterator
 
AbstractDelegatingRepositoryImplConfig - Class in org.eclipse.rdf4j.repository.config
 
AbstractDelegatingRepositoryImplConfig() - Constructor for class org.eclipse.rdf4j.repository.config.AbstractDelegatingRepositoryImplConfig
Create a new DelegatingRepositoryImplConfigBase.
AbstractDelegatingRepositoryImplConfig(String) - Constructor for class org.eclipse.rdf4j.repository.config.AbstractDelegatingRepositoryImplConfig
Create a new DelegatingRepositoryImplConfigBase.
AbstractDelegatingRepositoryImplConfig(String, RepositoryImplConfig) - Constructor for class org.eclipse.rdf4j.repository.config.AbstractDelegatingRepositoryImplConfig
Create a new DelegatingRepositoryImplConfigBase.
AbstractDelegatingSailImplConfig - Class in org.eclipse.rdf4j.sail.config
 
AbstractDelegatingSailImplConfig() - Constructor for class org.eclipse.rdf4j.sail.config.AbstractDelegatingSailImplConfig
Create a new RepositoryConfigImpl.
AbstractDelegatingSailImplConfig(String) - Constructor for class org.eclipse.rdf4j.sail.config.AbstractDelegatingSailImplConfig
Create a new RepositoryConfigImpl.
AbstractDelegatingSailImplConfig(String, SailImplConfig) - Constructor for class org.eclipse.rdf4j.sail.config.AbstractDelegatingSailImplConfig
Create a new RepositoryConfigImpl.
AbstractEvaluationStrategyFactory - Class in org.eclipse.rdf4j.query.algebra.evaluation.impl
Abstract base class for ExtendedEvaluationStrategy.
AbstractEvaluationStrategyFactory() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.AbstractEvaluationStrategyFactory
 
AbstractFederatedServiceResolver - Class in org.eclipse.rdf4j.query.algebra.evaluation.federation
Base class for FederatedServiceResolver which takes care for lifecycle management of produced FederatedServices.
AbstractFederatedServiceResolver() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.federation.AbstractFederatedServiceResolver
 
AbstractForwardChainingInferencer - Class in org.eclipse.rdf4j.sail.inferencer.fc
 
AbstractForwardChainingInferencer() - Constructor for class org.eclipse.rdf4j.sail.inferencer.fc.AbstractForwardChainingInferencer
 
AbstractForwardChainingInferencer(NotifyingSail) - Constructor for class org.eclipse.rdf4j.sail.inferencer.fc.AbstractForwardChainingInferencer
 
AbstractForwardChainingInferencerConnection - Class in org.eclipse.rdf4j.sail.inferencer.fc
 
AbstractForwardChainingInferencerConnection(Sail, InferencerConnection) - Constructor for class org.eclipse.rdf4j.sail.inferencer.fc.AbstractForwardChainingInferencerConnection
 
AbstractHTTPQuery - Class in org.eclipse.rdf4j.http.client.query
Base class for any Query operation over HTTP.
AbstractHTTPQuery(SPARQLProtocolSession, QueryLanguage, String, String) - Constructor for class org.eclipse.rdf4j.http.client.query.AbstractHTTPQuery
 
AbstractHTTPUpdate - Class in org.eclipse.rdf4j.http.client.query
Base class for any Update operation over HTTP.
AbstractHTTPUpdate(SPARQLProtocolSession, QueryLanguage, String, String) - Constructor for class org.eclipse.rdf4j.http.client.query.AbstractHTTPUpdate
 
AbstractLogConfiguration - Class in org.eclipse.rdf4j.common.app.logging.base
Base implementation of LogConfiguration.
AbstractLogConfiguration() - Constructor for class org.eclipse.rdf4j.common.app.logging.base.AbstractLogConfiguration
Constructor
AbstractLogReader - Class in org.eclipse.rdf4j.common.logging.base
Abstract log reader
AbstractLogReader() - Constructor for class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
 
AbstractLuceneIndex - Class in org.eclipse.rdf4j.sail.lucene
 
AbstractLuceneIndex() - Constructor for class org.eclipse.rdf4j.sail.lucene.AbstractLuceneIndex
 
AbstractLuceneSailConfig - Class in org.eclipse.rdf4j.sail.lucene.config
 
AbstractLuceneSailConfig(String) - Constructor for class org.eclipse.rdf4j.sail.lucene.config.AbstractLuceneSailConfig
 
AbstractLuceneSailConfig(String, SailImplConfig) - Constructor for class org.eclipse.rdf4j.sail.lucene.config.AbstractLuceneSailConfig
 
AbstractLuceneSailConfig(String, String) - Constructor for class org.eclipse.rdf4j.sail.lucene.config.AbstractLuceneSailConfig
 
AbstractLuceneSailConfig(String, String, SailImplConfig) - Constructor for class org.eclipse.rdf4j.sail.lucene.config.AbstractLuceneSailConfig
 
AbstractLuceneSailGeoSPARQLTest - Class in org.eclipse.rdf4j.sail.lucene
 
AbstractLuceneSailGeoSPARQLTest() - Constructor for class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailGeoSPARQLTest
 
AbstractLuceneSailIndexedPropertiesTest - Class in org.eclipse.rdf4j.sail.lucene
 
AbstractLuceneSailIndexedPropertiesTest() - Constructor for class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailIndexedPropertiesTest
 
AbstractLuceneSailTest - Class in org.eclipse.rdf4j.sail.lucene
 
AbstractLuceneSailTest() - Constructor for class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailTest
 
AbstractModel - Class in org.eclipse.rdf4j.model.impl
Provides basic operations that are common to all Models.
AbstractModel() - Constructor for class org.eclipse.rdf4j.model.impl.AbstractModel
 
AbstractModelPerformanceTest - Class in org.eclipse.rdf4j.model
 
AbstractModelPerformanceTest() - Constructor for class org.eclipse.rdf4j.model.AbstractModelPerformanceTest
 
AbstractModelTest - Class in org.eclipse.rdf4j.model
Abstract test suite for the helper methods defined by the Model interface.
AbstractModelTest() - Constructor for class org.eclipse.rdf4j.model.AbstractModelTest
 
AbstractNaryOperator<Expr extends QueryModelNode> - Class in org.eclipse.rdf4j.sail.federation.algebra
An abstract superclass for operators which have (zero or more) arguments.
AbstractNaryOperator() - Constructor for class org.eclipse.rdf4j.sail.federation.algebra.AbstractNaryOperator
 
AbstractNaryOperator(Expr...) - Constructor for class org.eclipse.rdf4j.sail.federation.algebra.AbstractNaryOperator
Creates a new n-ary operator.
AbstractNaryOperator(List<? extends Expr>) - Constructor for class org.eclipse.rdf4j.sail.federation.algebra.AbstractNaryOperator
Creates a new n-ary operator.
AbstractNaryTupleOperator - Class in org.eclipse.rdf4j.sail.federation.algebra
An abstract superclass for n-ary tuple operators which have one or more arguments.
AbstractNaryTupleOperator() - Constructor for class org.eclipse.rdf4j.sail.federation.algebra.AbstractNaryTupleOperator
 
AbstractNaryTupleOperator(TupleExpr...) - Constructor for class org.eclipse.rdf4j.sail.federation.algebra.AbstractNaryTupleOperator
Creates a new n-ary tuple operator.
AbstractNaryTupleOperator(List<? extends TupleExpr>) - Constructor for class org.eclipse.rdf4j.sail.federation.algebra.AbstractNaryTupleOperator
Creates a new n-ary tuple operator.
AbstractNavigationNode - Class in org.eclipse.rdf4j.common.webapp.navigation
Base implementation of the NavigationNode interface.
AbstractNavigationNode(String) - Constructor for class org.eclipse.rdf4j.common.webapp.navigation.AbstractNavigationNode
 
AbstractNotifyingSail - Class in org.eclipse.rdf4j.sail.helpers
A base NotifyingSail implementation that takes care of common sail tasks, including proper closing of active connections and a grace period for active connections during shutdown of the store.
AbstractNotifyingSail() - Constructor for class org.eclipse.rdf4j.sail.helpers.AbstractNotifyingSail
 
AbstractNQuadsParserTest - Class in org.eclipse.rdf4j.rio.nquads
JUnit test for the N-Triples parser that uses the tests that are available online.
AbstractNQuadsParserTest() - Constructor for class org.eclipse.rdf4j.rio.nquads.AbstractNQuadsParserTest
 
AbstractNTriplesParserTest - Class in org.eclipse.rdf4j.rio.ntriples
JUnit test for the N-Triples parser that uses the tests that are available online.
AbstractNTriplesParserTest() - Constructor for class org.eclipse.rdf4j.rio.ntriples.AbstractNTriplesParserTest
 
AbstractOperation - Class in org.eclipse.rdf4j.query.impl
Abstract super class of all operation types.
AbstractOperation() - Constructor for class org.eclipse.rdf4j.query.impl.AbstractOperation
Creates a new operation object.
AbstractParserQuery - Class in org.eclipse.rdf4j.query.impl
 
AbstractParserQuery(ParsedQuery) - Constructor for class org.eclipse.rdf4j.query.impl.AbstractParserQuery
 
AbstractParserQuery - Class in org.eclipse.rdf4j.query.parser.impl
 
AbstractParserQuery(ParsedQuery) - Constructor for class org.eclipse.rdf4j.query.parser.impl.AbstractParserQuery
 
AbstractParserQuery.QueryInterruptIteration - Class in org.eclipse.rdf4j.query.impl
 
AbstractParserQuery.QueryInterruptIteration - Class in org.eclipse.rdf4j.query.parser.impl
 
AbstractParserUpdate - Class in org.eclipse.rdf4j.query.impl
 
AbstractParserUpdate(ParsedUpdate) - Constructor for class org.eclipse.rdf4j.query.impl.AbstractParserUpdate
 
AbstractParserUpdate - Class in org.eclipse.rdf4j.query.parser.impl
 
AbstractParserUpdate(ParsedUpdate) - Constructor for class org.eclipse.rdf4j.query.parser.impl.AbstractParserUpdate
 
AbstractPlatform - Class in org.eclipse.rdf4j.common.platform
Utility base class for Platform implementations.
AbstractPlatform() - Constructor for class org.eclipse.rdf4j.common.platform.AbstractPlatform
 
AbstractQuery - Class in org.eclipse.rdf4j.query.impl
Abstract super class of all query types.
AbstractQuery() - Constructor for class org.eclipse.rdf4j.query.impl.AbstractQuery
Creates a new query object.
AbstractQueryBuilder<T extends ParsedQuery> - Class in org.eclipse.rdf4j.queryrender.builder
Deprecated.
use SparqlBuilder instead.
AbstractQueryModelNode - Class in org.eclipse.rdf4j.query.algebra
Base implementation of QueryModelNode.
AbstractQueryModelNode() - Constructor for class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
 
AbstractQueryModelVisitor<X extends Exception> - Class in org.eclipse.rdf4j.query.algebra.helpers
Base class for QueryModelVisitors.
AbstractQueryModelVisitor() - Constructor for class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
AbstractQueryPreparer - Class in org.eclipse.rdf4j.query.algebra.evaluation
 
AbstractQueryPreparer(TripleSource) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.AbstractQueryPreparer
 
AbstractQueryResultIOBooleanTest - Class in org.eclipse.rdf4j.query.resultio
Abstract test for QueryResultIO.
AbstractQueryResultIOBooleanTest() - Constructor for class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOBooleanTest
 
AbstractQueryResultIOTest - Class in org.eclipse.rdf4j.query.resultio
 
AbstractQueryResultIOTest() - Constructor for class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTest
 
AbstractQueryResultIOTupleTest - Class in org.eclipse.rdf4j.query.resultio
Abstract test for QueryResultIO.
AbstractQueryResultIOTupleTest() - Constructor for class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTupleTest
 
AbstractQueryResultParser - Class in org.eclipse.rdf4j.query.resultio
Base class for QueryResultParsers offering common functionality for query result parsers.
AbstractQueryResultParser() - Constructor for class org.eclipse.rdf4j.query.resultio.AbstractQueryResultParser
Creates a new parser base that, by default, will use the global instance of SimpleValueFactory to create Value objects.
AbstractQueryResultParser(ValueFactory) - Constructor for class org.eclipse.rdf4j.query.resultio.AbstractQueryResultParser
Creates a new parser base that will use the supplied ValueFactory to create Value objects.
AbstractQueryResultWriter - Class in org.eclipse.rdf4j.query.resultio
Base class for QueryResultWriters offering common functionality for query result writers.
AbstractQueryResultWriter() - Constructor for class org.eclipse.rdf4j.query.resultio.AbstractQueryResultWriter
Default constructor.
AbstractQueryResultWriter(OutputStream) - Constructor for class org.eclipse.rdf4j.query.resultio.AbstractQueryResultWriter
 
AbstractRDFHandler - Class in org.eclipse.rdf4j.rio.helpers
Base class for RDFHandlers with dummy implementations of all methods.
AbstractRDFHandler() - Constructor for class org.eclipse.rdf4j.rio.helpers.AbstractRDFHandler
 
AbstractRDFInserter - Class in org.eclipse.rdf4j.repository.util
An RDFHandler that adds RDF data to some RDF sink.
AbstractRDFInserter(ValueFactory) - Constructor for class org.eclipse.rdf4j.repository.util.AbstractRDFInserter
Creates a new RDFInserter object that preserves bnode IDs and that does not enforce any context upon statements that are reported to it.
AbstractRDFParser - Class in org.eclipse.rdf4j.rio.helpers
Base class for RDFParsers offering common functionality for RDF parsers.
AbstractRDFParser() - Constructor for class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
Creates a new RDFParserBase that will use a SimpleValueFactory to create RDF model objects.
AbstractRDFParser(ValueFactory) - Constructor for class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
Creates a new RDFParserBase that will use the supplied ValueFactory to create RDF model objects.
AbstractRDFWriter - Class in org.eclipse.rdf4j.rio.helpers
Base class for RDFWriters offering common functionality for RDF writers.
AbstractRDFWriter() - Constructor for class org.eclipse.rdf4j.rio.helpers.AbstractRDFWriter
Default constructor.
AbstractRDFWriter(OutputStream) - Constructor for class org.eclipse.rdf4j.rio.helpers.AbstractRDFWriter
 
AbstractReaderMonitor - Class in org.eclipse.rdf4j.sail.lucene
ReaderMonitor holds IndexReader and IndexSearcher.
AbstractReaderMonitor(AbstractLuceneIndex) - Constructor for class org.eclipse.rdf4j.sail.lucene.AbstractReaderMonitor
 
AbstractReadWriteLockManager - Class in org.eclipse.rdf4j.common.concurrent.locks
An abstract base implementation of a read/write lock manager.
AbstractReadWriteLockManager() - Constructor for class org.eclipse.rdf4j.common.concurrent.locks.AbstractReadWriteLockManager
Creates a MultiReadSingleWriteLockManager.
AbstractReadWriteLockManager(boolean) - Constructor for class org.eclipse.rdf4j.common.concurrent.locks.AbstractReadWriteLockManager
Creates a new MultiReadSingleWriteLockManager, optionally with lock tracking enabled.
AbstractRepository - Class in org.eclipse.rdf4j.repository.base
Base class for Repository implementation, offering common functionality.
AbstractRepository() - Constructor for class org.eclipse.rdf4j.repository.base.AbstractRepository
 
AbstractRepositoryConnection - Class in org.eclipse.rdf4j.repository.base
Abstract class implementing most 'convenience' methods in the RepositoryConnection interface by transforming parameters and mapping the methods to the basic (abstractly declared) methods.
AbstractRepositoryConnection(Repository) - Constructor for class org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
 
AbstractRepositoryImplConfig - Class in org.eclipse.rdf4j.repository.config
 
AbstractRepositoryImplConfig() - Constructor for class org.eclipse.rdf4j.repository.config.AbstractRepositoryImplConfig
Create a new RepositoryConfigImpl.
AbstractRepositoryImplConfig(String) - Constructor for class org.eclipse.rdf4j.repository.config.AbstractRepositoryImplConfig
Create a new RepositoryConfigImpl.
AbstractRepositoryServlet - Class in org.eclipse.rdf4j.workbench.base
 
AbstractRepositoryServlet() - Constructor for class org.eclipse.rdf4j.workbench.base.AbstractRepositoryServlet
 
AbstractRioSetting<T> - Class in org.eclipse.rdf4j.rio.helpers
Base class for RioSetting.
AbstractRioSetting(String, String, T) - Constructor for class org.eclipse.rdf4j.rio.helpers.AbstractRioSetting
Create a new setting object that will be used to reference the given setting.
AbstractSail - Class in org.eclipse.rdf4j.sail.helpers
An abstract Sail implementation that takes care of common sail tasks, including proper closing of active connections and a grace period for active connections during shutdown of the store.
AbstractSail() - Constructor for class org.eclipse.rdf4j.sail.helpers.AbstractSail
 
AbstractSailConnection - Class in org.eclipse.rdf4j.sail.helpers
Abstract Class offering base functionality for SailConnection implementations.
AbstractSailConnection(AbstractSail) - Constructor for class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
AbstractSailImplConfig - Class in org.eclipse.rdf4j.sail.config
Base implementation of SailImplConfig
AbstractSailImplConfig() - Constructor for class org.eclipse.rdf4j.sail.config.AbstractSailImplConfig
Create a new RepositoryConfigImpl.
AbstractSailImplConfig(String) - Constructor for class org.eclipse.rdf4j.sail.config.AbstractSailImplConfig
Create a new RepositoryConfigImpl.
AbstractSearchIndex - Class in org.eclipse.rdf4j.sail.lucene
 
AbstractSearchIndex() - Constructor for class org.eclipse.rdf4j.sail.lucene.AbstractSearchIndex
 
AbstractSearchQueryEvaluator - Class in org.eclipse.rdf4j.sail.lucene
 
AbstractSearchQueryEvaluator() - Constructor for class org.eclipse.rdf4j.sail.lucene.AbstractSearchQueryEvaluator
 
AbstractServlet - Class in org.eclipse.rdf4j.workbench.base
 
AbstractServlet() - Constructor for class org.eclipse.rdf4j.workbench.base.AbstractServlet
 
AbstractSHACLTest - Class in org.eclipse.rdf4j.shacl.manifest
Deprecated.
This test suite is not maintained. Use org.eclipse.rdf4j.sail.shacl.W3cComplianceTest instead. We may un-deprecate this suite in the future.
AbstractSHACLTest(String, String, Model, Model, boolean, boolean) - Constructor for class org.eclipse.rdf4j.shacl.manifest.AbstractSHACLTest
Deprecated.
 
AbstractSPARQLJSONParser - Class in org.eclipse.rdf4j.query.resultio.sparqljson
Abstract base class for SPARQL Results JSON Parsers.
AbstractSPARQLJSONParser() - Constructor for class org.eclipse.rdf4j.query.resultio.sparqljson.AbstractSPARQLJSONParser
 
AbstractSPARQLJSONParser(ValueFactory) - Constructor for class org.eclipse.rdf4j.query.resultio.sparqljson.AbstractSPARQLJSONParser
 
AbstractSPARQLXMLParser - Class in org.eclipse.rdf4j.query.resultio.sparqlxml
Abstract base class for SPARQL Results XML Parsers.
AbstractSPARQLXMLParser() - Constructor for class org.eclipse.rdf4j.query.resultio.sparqlxml.AbstractSPARQLXMLParser
 
AbstractSPARQLXMLParser(ValueFactory) - Constructor for class org.eclipse.rdf4j.query.resultio.sparqlxml.AbstractSPARQLXMLParser
 
AbstractSpinFunction - Class in org.eclipse.rdf4j.spin.function
 
AbstractSpinFunction(String) - Constructor for class org.eclipse.rdf4j.spin.function.AbstractSpinFunction
 
AbstractTupleQueryResultHandler - Class in org.eclipse.rdf4j.query
Base class for TupleQueryResultHandlers with dummy implementations of all methods.
AbstractTupleQueryResultHandler() - Constructor for class org.eclipse.rdf4j.query.AbstractTupleQueryResultHandler
 
AbstractTupleQueryResultParser - Class in org.eclipse.rdf4j.query.resultio
Base class for TupleQueryResultParsers offering common functionality for query result parsers.
AbstractTupleQueryResultParser() - Constructor for class org.eclipse.rdf4j.query.resultio.AbstractTupleQueryResultParser
Creates a new parser base that, by default, will use an instance of SimpleValueFactory to create Value objects.
AbstractTupleQueryResultParser(ValueFactory) - Constructor for class org.eclipse.rdf4j.query.resultio.AbstractTupleQueryResultParser
Creates a new parser base that will use the supplied ValueFactory to create Value objects.
AbstractUpdate - Class in org.eclipse.rdf4j.query.impl
Abstract super class of all update types.
AbstractUpdate() - Constructor for class org.eclipse.rdf4j.query.impl.AbstractUpdate
Creates a new query object.
AbstractValueFactory - Class in org.eclipse.rdf4j.model.impl
Abstract base class for ValueFactory implementations.
AbstractValueFactory() - Constructor for class org.eclipse.rdf4j.model.impl.AbstractValueFactory
 
accept(E) - Method in class org.eclipse.rdf4j.common.iteration.DistinctIteration
Returns true if the specified object hasn't been seen before.
accept(E) - Method in class org.eclipse.rdf4j.common.iteration.FilterIteration
Tests whether or not the specified object should be returned by this Iteration.
accept(E) - Method in class org.eclipse.rdf4j.common.iteration.IntersectIteration
Returns true if the object is in the set of elements of the second argument.
accept(E) - Method in class org.eclipse.rdf4j.common.iteration.MinusIteration
 
accept(E) - Method in class org.eclipse.rdf4j.common.iteration.OffsetIteration
Returns false for the first OFFSET objects.
accept(E) - Method in class org.eclipse.rdf4j.common.iteration.ReducedIteration
 
accept(File, String) - Method in class org.eclipse.rdf4j.common.logging.file.logback.MultipleFileLogReader.DateRangeFilenameFilter
 
accept(BindingSet) - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.FilteringIteration
 
accept(S) - Method in class org.eclipse.rdf4j.model.util.PatternIterator
Tests whether or not the specified statement should be returned by this iterator.
ACCEPT - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:Accept
accept(BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.CompatibleBindingSetFilter
Deprecated.
 
accept(BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.FilterIterator
 
accept(BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.SPARQLMinusIteration
 
accept(Literal) - Method in class org.eclipse.rdf4j.sail.lucene.AbstractSearchIndex
Returns whether the provided literal is accepted by the LuceneIndex to be indexed.
accept(Statement) - Method in interface org.eclipse.rdf4j.sail.lucene.IndexableStatementFilter
 
accept(Literal) - Method in interface org.eclipse.rdf4j.sail.lucene.SearchIndex
Returns whether the provided literal is accepted by the LuceneIndex to be indexed.
accept(E) - Method in class org.eclipse.rdf4j.util.iterators.FilterIterator
Tests whether or not the specified object should be returned by this iterator.
ACCEPT - Static variable in class org.eclipse.rdf4j.workbench.base.AbstractServlet
 
ACCEPT_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
Parameter name for the Accept parameter (may also be used as the name of the Accept HTTP header).
ACCEPT_TRACKING - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:acceptTracking
acceptStatementToIndex(Statement) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSail
 
ACCESS_RIGHTS - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/accessRights
ACCESS_SERVICE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCAT
dcat:accessService
ACCESS_URL - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCAT
dcat:accessURL
ACCOUNT - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
ACCOUNT_NAME - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
ACCOUNT_SERVICE_HOMEPAGE - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
ACCRUAL_METHOD - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/accrualMethod
ACCRUAL_PERIODICITY - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/accrualPeriodicity
ACCRUAL_POLICY - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/ accrualPolicy
accumulator() - Method in class org.eclipse.rdf4j.model.util.ModelCollector
 
AccurateRepositoryBloomFilter - Class in org.eclipse.rdf4j.repository.filters
A bloom filter that is exact (no false positives) at the cost of always having to query the repository.
AccurateRepositoryBloomFilter(boolean) - Constructor for class org.eclipse.rdf4j.repository.filters.AccurateRepositoryBloomFilter
 
ACQUAINTANCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:Acquaintance
ACTED_ON_BEHALF_OF - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:actedOnBehalfOf
ACTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:Action
ACTION_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
Parameter name for the action parameter used in transactions.
ACTION_PROP - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:action
active(Transaction) - Method in enum org.eclipse.rdf4j.http.server.repository.transaction.ActiveTransactionRegistry
Resets transaction timeout.
ActiveTransactionRegistry - Enum in org.eclipse.rdf4j.http.server.repository.transaction
Registry keeping track of active transactions identified by a UUID.
ACTIVITY - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:Activity
ACTIVITY_INFLUENCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:ActivityInfluence
ACTIVITY_PROP - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:activity
AD_HOC_SHARE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
Deprecated.
add(E) - Method in class org.eclipse.rdf4j.common.iteration.DistinctIteration
 
add(S) - Method in class org.eclipse.rdf4j.common.lang.service.ServiceRegistry
Adds a service to the registry.
add(Statement) - Method in class org.eclipse.rdf4j.model.impl.AbstractModel
 
add(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
add(Statement) - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
add(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.EmptyModel
 
add(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.FilteredModel
 
add(Statement) - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
add(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
add(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
add(Resource, IRI, Value, Resource...) - Method in interface org.eclipse.rdf4j.model.Model
Adds one or more statements to the model.
add(Resource, URI, Value, Resource...) - Method in interface org.eclipse.rdf4j.model.Model
Deprecated.
add(Resource, IRI, Object) - Method in class org.eclipse.rdf4j.model.util.ModelBuilder
Add an RDF statement with the given subject, predicate and object to the model, using the current graph (either named or default).
add(String, IRI, Object) - Method in class org.eclipse.rdf4j.model.util.ModelBuilder
Add an RDF statement with the given subject, predicate and object to the model, using the current graph (either named or default).
add(String, String, Object) - Method in class org.eclipse.rdf4j.model.util.ModelBuilder
Add an RDF statement with the given subject, predicate and object to the model, using the current graph (either named or default).
add(IRI, Object) - Method in class org.eclipse.rdf4j.model.util.ModelBuilder
Add an RDF statement with the predicate and object to the model, using the current subject and graph (either named or default).
add(String, Object) - Method in class org.eclipse.rdf4j.model.util.ModelBuilder
Add an RDF statement with the predicate and object to the model, using the current subject and graph (either named or default).
ADD - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
Add - Class in org.eclipse.rdf4j.query.algebra
 
Add() - Constructor for class org.eclipse.rdf4j.query.algebra.Add
 
Add(ValueConstant) - Constructor for class org.eclipse.rdf4j.query.algebra.Add
 
add(List<BindingSet>, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.BottomUpJoinIterator
Deprecated.
 
add(Collection<E>, E) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.HashJoinIteration
 
add(Set<PathIteration.ValuePair>, PathIteration.ValuePair) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.PathIteration
 
add(Set<Value>, Value) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.ZeroLengthPathIteration
add param v to the set reportedValues2
add(List<BindingSet>, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator.LimitedSizeBottomUpJoinIterator
Deprecated.
 
add(BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator.LimitedSizeDistinctIteration
 
add(Collection<E>, E) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator.LimitedSizeHashJoinIteration
 
add(V, Collection<V>, AtomicLong, long) - Static method in class org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator.LimitedSizeIteratorUtil
 
add(Set<PathIteration.ValuePair>, PathIteration.ValuePair) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator.LimitedSizePathIterator
 
add(Set<Value>, Value) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator.LimitedSizeZeroLengthPathIteration
 
add(QueryOptimizer) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.util.QueryOptimizerList
 
add(TupleExpr) - Method in class org.eclipse.rdf4j.queryrender.builder.BasicGroup
Deprecated.
 
add(File, String, RDFFormat, Resource...) - Method in class org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
 
add(URL, String, RDFFormat, Resource...) - Method in class org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
 
add(InputStream, String, RDFFormat, Resource...) - Method in class org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
 
add(Reader, String, RDFFormat, Resource...) - Method in class org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
 
add(Iterable<? extends Statement>, Resource...) - Method in class org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
 
add(Iteration<? extends Statement, E>, Resource...) - Method in class org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
 
add(Statement, Resource...) - Method in class org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
 
add(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
 
add(File, String, RDFFormat, Resource...) - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
add(InputStream, String, RDFFormat, Resource...) - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
add(Iterable<? extends Statement>, Resource...) - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
add(Iteration<? extends Statement, E>, Resource...) - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
add(Reader, String, RDFFormat, Resource...) - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
add(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
add(Statement, Resource...) - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
add(URL, String, RDFFormat, Resource...) - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
add(File, RDFFormat, Resource...) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
 
add(File, String, RDFFormat, Resource...) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
 
add(InputStream, RDFFormat, Resource...) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
 
add(InputStream, String, RDFFormat, Resource...) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
 
add(Iterable<? extends Statement>, Resource...) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
 
add(Iteration<? extends Statement, E>, Resource...) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
 
add(Reader, RDFFormat, Resource...) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
 
add(Reader, String, RDFFormat, Resource...) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
 
add(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
 
add(Statement, Resource...) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
 
add(URL, RDFFormat, Resource...) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
 
add(URL, String, RDFFormat, Resource...) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
 
add(RepositoryConnection, Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.repository.event.base.RepositoryConnectionInterceptorAdapter
 
add(RepositoryConnection, Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.repository.event.base.RepositoryConnectionListenerAdapter
 
add(RepositoryConnection, Resource, IRI, Value, Resource...) - Method in interface org.eclipse.rdf4j.repository.event.RepositoryConnectionInterceptor
 
add(RepositoryConnection, Resource, IRI, Value, Resource...) - Method in interface org.eclipse.rdf4j.repository.event.RepositoryConnectionListener
 
add(RepositoryConnection, Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.repository.event.util.DebugRepositoryConnectionListener
 
add(InputStream, String, RDFFormat, Resource...) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Adds RDF data from an InputStream to the repository, optionally to one or more named contexts.
add(Reader, String, RDFFormat, Resource...) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Adds RDF data from a Reader to the repository, optionally to one or more named contexts.
add(URL, String, RDFFormat, Resource...) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Adds the RDF data that can be found at the specified URL to the repository, optionally to one or more named contexts.
add(File, String, RDFFormat, Resource...) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Adds RDF data from the specified file to a specific contexts in the repository.
add(Resource, IRI, Value, Resource...) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Adds a statement with the specified subject, predicate and object to this repository, optionally to one or more named contexts.
add(Resource, URI, Value, Resource...) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
add(Statement, Resource...) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Adds the supplied statement to this repository, optionally to one or more named contexts.
add(Iterable<? extends Statement>, Resource...) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Adds the supplied statements to this repository, optionally to one or more named contexts.
add(Iteration<? extends Statement, E>, Resource...) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Adds the supplied statements to this repository, optionally to one or more named contexts.
add(RepositoryResult<Statement>, Resource...) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Adds the supplied statements to this repository, optionally to one or more named contexts.
add(File, String, RDFFormat, Resource...) - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
 
add(URL, String, RDFFormat, Resource...) - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
 
add(InputStream, String, RDFFormat, Resource...) - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
 
add(Reader, String, RDFFormat, Resource...) - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
 
add(Statement, Resource...) - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
 
add(Iterable<? extends Statement>, Resource...) - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
 
add(SearchDocument) - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchBulkUpdater
 
add(ExtensibleStatement) - Method in interface org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics.DynamicStatistics
 
add(ExtensibleStatement) - Method in class org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics.ExtensibleDynamicEvaluationStatistics
 
add(SearchDocument) - Method in interface org.eclipse.rdf4j.sail.lucene.BulkUpdater
 
add(Statement) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSailBuffer
Deprecated.
Add this statement to the buffer
add(Statement) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSailBuffer.AddRemoveOperation
Deprecated.
 
add(SearchDocument) - Method in class org.eclipse.rdf4j.sail.lucene.SimpleBulkUpdater
 
add(Index1Type, Index2Type, DataType) - Method in class org.eclipse.rdf4j.sail.lucene.util.MapOfListMaps
Deprecated.
 
add(MemStatement) - Method in class org.eclipse.rdf4j.sail.memory.model.MemStatementList
 
add(E) - Method in class org.eclipse.rdf4j.sail.memory.model.WeakObjectRegistry
 
add(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.model.SailModel
Deprecated.
 
add(SearchDocument) - Method in class org.eclipse.rdf4j.sail.solr.SolrBulkUpdater
 
add(Operand...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
operand1 + operand2 + ...
ADD() - Static method in class org.eclipse.rdf4j.sparqlbuilder.core.query.Queries
Creates a new SPARQL ADD Query
Add - Class in org.eclipse.rdf4j.spin.function
 
Add() - Constructor for class org.eclipse.rdf4j.spin.function.Add
 
ADD_CONTEXT - Static variable in class org.eclipse.rdf4j.repository.contextaware.config.ContextAwareSchema
Deprecated.
ADD_SESAME_QNAME - Static variable in class org.eclipse.rdf4j.query.resultio.BasicQueryWriterSettings
Specifies whether the writer should add the proprietary "http://www.openrdf.org/schema/qname#qname" annotations to output.
addAbsentParameters(Properties) - Method in class org.eclipse.rdf4j.lucene.spin.LuceneSpinSail
Deprecated.
Add only absent parameters from argument.
addAll(Iteration<? extends E, X>, C) - Static method in class org.eclipse.rdf4j.common.iteration.Iterations
Adds all elements from the supplied Iteration to the specified collection.
addAll(List<Endpoint>) - Method in class org.eclipse.rdf4j.federated.FederationManager
Add the specified endpoints to the federation and take care for updating all structures.
addAll(Collection<? extends Statement>) - Method in class org.eclipse.rdf4j.model.impl.AbstractModel
 
addAll(Collection<? extends Statement>) - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
addAll(List<BindingSet>, List<BindingSet>) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.BottomUpJoinIterator
Deprecated.
 
addAll(Collection<E>, List<E>) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.HashJoinIteration
 
addAll(List<BindingSet>, List<BindingSet>) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator.LimitedSizeBottomUpJoinIterator
Deprecated.
 
addAll(Collection<E>, List<E>) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator.LimitedSizeHashJoinIteration
 
addAll(Iteration<? extends BindingSet, ? extends QueryEvaluationException>, Set<BindingSet>, AtomicLong, long) - Static method in class org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator.LimitedSizeIteratorUtil
 
addAll(BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.QueryBindingSet
 
addAll(Collection<? extends TupleExpr>) - Method in class org.eclipse.rdf4j.queryrender.builder.BasicGroup
Deprecated.
 
addAll(BindingSet) - Method in class org.eclipse.rdf4j.repository.sparql.query.SPARQLQueryBindingSet
 
addAll(MemStatementList) - Method in class org.eclipse.rdf4j.sail.memory.model.MemStatementList
 
addAll(Iterator<? extends E>, C) - Static method in class org.eclipse.rdf4j.util.iterators.Iterators
Adds all elements from the supplied iterator to the specified collection.
addAllCausedByPropertyShape(Deque<PropertyShape>) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.Tuple
 
addArg(ValueExpr) - Method in class org.eclipse.rdf4j.query.algebra.FunctionCall
 
addArg(ValueExpr) - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
 
addArg(Expr) - Method in class org.eclipse.rdf4j.sail.federation.algebra.AbstractNaryOperator
Sets the arguments of this n-ary operator.
addArgs(ValueExpr...) - Method in class org.eclipse.rdf4j.query.algebra.FunctionCall
 
addArgs(Iterable<ValueExpr>) - Method in class org.eclipse.rdf4j.query.algebra.FunctionCall
 
addArgs(ValueExpr...) - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
 
addArgs(Iterable<ValueExpr>) - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
 
addArgument(ValueExpr) - Method in class org.eclipse.rdf4j.query.algebra.NAryValueOperator
 
addArgument(Argument) - Method in class org.eclipse.rdf4j.spin.function.SpinFunction
 
addArgument(Argument) - Method in class org.eclipse.rdf4j.spin.function.SpinTupleFunction
 
addArgument(Argument) - Method in class org.eclipse.rdf4j.spin.function.SpinxFunction
 
addArgument(Argument) - Method in class org.eclipse.rdf4j.spin.Template
 
addArguments(Query, Value...) - Static method in class org.eclipse.rdf4j.spin.function.EvalFunction
 
addAxiomStatements() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.AbstractForwardChainingInferencerConnection
Adds all basic set of axiom statements from which the complete set can be inferred to the underlying Sail.
addBinding(Binding) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.QueryBindingSet
Adds a new binding to the binding set.
addBinding(String, Value) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.QueryBindingSet
Adds a new binding to the binding set.
addBinding(String, Value) - Method in class org.eclipse.rdf4j.query.impl.MapBindingSet
Adds a binding to the binding set.
addBinding(Binding) - Method in class org.eclipse.rdf4j.query.impl.MapBindingSet
Adds a binding to the binding set.
addBinding(Binding) - Method in class org.eclipse.rdf4j.repository.sparql.query.SPARQLQueryBindingSet
Adds a new binding to the binding set.
addBinding(String, Value) - Method in class org.eclipse.rdf4j.repository.sparql.query.SPARQLQueryBindingSet
Adds a new binding to the binding set.
addBindings(Query, Value...) - Static method in class org.eclipse.rdf4j.spin.function.AbstractSpinFunction
 
addBoundFilter(String, Value) - Method in class org.eclipse.rdf4j.federated.algebra.ExclusiveGroup
 
addBoundFilter(String, Value) - Method in class org.eclipse.rdf4j.federated.algebra.FedXStatementPattern
 
addBoundFilter(String, Value) - Method in interface org.eclipse.rdf4j.federated.algebra.FilterTuple
register a filter that can be directly expressed as a binding, e.g.
addCausedByPropertyShape(PropertyShape) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.Tuple
 
addChild(Group) - Method in class org.eclipse.rdf4j.queryrender.builder.BasicGroup
Deprecated.
 
addChild(Group) - Method in interface org.eclipse.rdf4j.queryrender.builder.Group
Deprecated.
 
addChild(Group) - Method in class org.eclipse.rdf4j.queryrender.builder.UnionBuilder
Deprecated.
 
addConnectionListener(SailConnectionListener) - Method in class org.eclipse.rdf4j.sail.helpers.NotifyingSailConnectionBase
 
addConnectionListener(SailConnectionListener) - Method in class org.eclipse.rdf4j.sail.helpers.NotifyingSailConnectionWrapper
Adds the given listener to the wrapped connection.
addConnectionListener(SailConnectionListener) - Method in interface org.eclipse.rdf4j.sail.NotifyingSailConnection
Registers a SailConnection listener with this SailConnection.
addConnectionListener(SailConnectionListener) - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSailConnection
 
addConstraint(ValueExpr) - Method in class org.eclipse.rdf4j.query.parser.sparql.GraphPattern
Deprecated.
 
addConstraints(Collection<ValueExpr>) - Method in class org.eclipse.rdf4j.query.parser.sparql.GraphPattern
Deprecated.
 
addContextField(String, Document) - Static method in class org.eclipse.rdf4j.sail.lucene.LuceneIndex
Add the "context" value to the doc
addContextStatement(MemStatement) - Method in class org.eclipse.rdf4j.sail.memory.model.MemBNode
 
addContextStatement(MemStatement) - Method in class org.eclipse.rdf4j.sail.memory.model.MemIRI
 
addContextStatement(MemStatement) - Method in interface org.eclipse.rdf4j.sail.memory.model.MemResource
Adds a statement to this MemResource's list of statements for which it represents the context.
addContextStatement(MemStatement) - Method in class org.eclipse.rdf4j.sail.memory.model.MemTriple
 
addCookie(WorkbenchRequest, HttpServletResponse, String, String) - Method in class org.eclipse.rdf4j.workbench.util.CookieHandler
 
addData(InputStream, String, RDFFormat, Resource...) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
addDefaultGraph(IRI) - Method in class org.eclipse.rdf4j.query.impl.SimpleDataset
Adds a graph URI to the set of default graph URIs.
addDefaultRemoveGraph(IRI) - Method in class org.eclipse.rdf4j.query.impl.SimpleDataset
Adds a graph URI to the set of default remove graph URIs.
addDocument(SearchDocument) - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
 
addDocument(SearchDocument) - Method in class org.eclipse.rdf4j.sail.lucene.AbstractSearchIndex
 
addDocument(SearchDocument) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneIndex
 
addDocument(SearchDocument) - Method in class org.eclipse.rdf4j.sail.solr.SolrIndex
 
addDocuments(Resource, List<Statement>) - Method in class org.eclipse.rdf4j.sail.lucene.AbstractSearchIndex
Add a complete Lucene Document based on these statements.
addDocuments(Resource, List<Statement>) - Method in interface org.eclipse.rdf4j.sail.lucene.SearchIndex
Add a complete Lucene Document based on these statements.Do not search for an existing document with the same subject id.
added(Statement) - Method in class org.eclipse.rdf4j.sail.shacl.Stats
Deprecated.
 
addElement(ExtensionElem) - Method in class org.eclipse.rdf4j.query.algebra.Extension
 
addElement(OrderElem) - Method in class org.eclipse.rdf4j.query.algebra.Order
 
addElement(ProjectionElem) - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElemList
 
addElements(ExtensionElem...) - Method in class org.eclipse.rdf4j.query.algebra.Extension
 
addElements(Iterable<ExtensionElem>) - Method in class org.eclipse.rdf4j.query.algebra.Extension
 
addElements(OrderElem...) - Method in class org.eclipse.rdf4j.query.algebra.Order
 
addElements(Iterable<OrderElem>) - Method in class org.eclipse.rdf4j.query.algebra.Order
 
addElements(ProjectionElem...) - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElemList
 
addElements(Iterable<ProjectionElem>) - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElemList
 
addElements(T...) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.QueryElementCollection
 
addElements(Function<? super O, ? extends T>, O...) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.QueryElementCollection
 
addEndpoint(Endpoint) - Method in interface org.eclipse.rdf4j.federated.api.FedXApi
 
addEndpoint(Endpoint) - Method in class org.eclipse.rdf4j.federated.EndpointManager
Add the (initialized) endpoint to this endpoint manager to be used by the FederationManager.
addEndpoint(Endpoint, boolean...) - Method in class org.eclipse.rdf4j.federated.FederationManager
Add the specified endpoint to the federation.
addEndpoint(String) - Method in class org.eclipse.rdf4j.federated.structures.FedXDataset
 
addEndpoints(Collection<String>) - Method in class org.eclipse.rdf4j.federated.structures.FedXDataset
 
addExpression(FilterExpr) - Method in class org.eclipse.rdf4j.federated.algebra.ConjunctiveFilterExpr
 
addFed(String, String, Collection<String>, boolean, boolean) - Method in class org.eclipse.rdf4j.runtime.RepositoryManagerFederator
Deprecated.
Adds a new repository to the RepositoryManager, which is a federation of the given repository id's, which must also refer to repositories already managed by the RepositoryManager.
addFilter(ValueExpr) - Method in class org.eclipse.rdf4j.queryrender.builder.BasicGroup
Deprecated.
Add a Filter to this group
addFilterExpr(FilterExpr) - Method in class org.eclipse.rdf4j.federated.algebra.ExclusiveGroup
 
addFilterExpr(FilterExpr) - Method in class org.eclipse.rdf4j.federated.algebra.FedXStatementPattern
 
addFilterExpr(FilterExpr) - Method in interface org.eclipse.rdf4j.federated.algebra.FilterTuple
register a new filter expression.
addGeoProperty(String, String) - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchDocument
 
addGeoProperty(String, String) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneDocument
 
addGeoProperty(String, String) - Method in interface org.eclipse.rdf4j.sail.lucene.SearchDocument
 
addGeoProperty(String, String) - Method in class org.eclipse.rdf4j.sail.solr.SolrSearchDocument
 
addGroup(Group) - Method in class org.eclipse.rdf4j.common.webapp.navigation.Group
Add a group to this group.
addGroup(Group) - Method in class org.eclipse.rdf4j.queryrender.builder.AbstractQueryBuilder
Deprecated.
 
addGroup(Group) - Method in interface org.eclipse.rdf4j.queryrender.builder.SupportsGroups
Deprecated.
Add this group from the query
addGroup(Group) - Method in class org.eclipse.rdf4j.queryrender.builder.UnionBuilder
Deprecated.
 
addGroupBindingName(String) - Method in class org.eclipse.rdf4j.query.algebra.Group
 
addGroupElement(GroupElem) - Method in class org.eclipse.rdf4j.query.algebra.Group
 
addHistory(Tuple) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.Tuple
 
addIDField(String, Document) - Static method in class org.eclipse.rdf4j.sail.lucene.LuceneIndex
Stores and indexes an ID in a Document.
addIgnoredTest(String) - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLComplianceTest
 
addInferredStatement(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.base.SailSourceConnection
 
addInferredStatement(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.extensiblestore.ExtensibleStoreConnection
 
addInferredStatement(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.inferencer.fc.DedupingInferencerConnection
 
addInferredStatement(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.inferencer.fc.SchemaCachingRDFSInferencerConnection
 
addInferredStatement(Resource, IRI, Value, Resource...) - Method in interface org.eclipse.rdf4j.sail.inferencer.InferencerConnection
Adds an inferred statement to a specific context.
addInferredStatement(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.inferencer.InferencerConnectionWrapper
 
addInferredStatement(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.memory.MemoryStoreConnection
 
addInferredStatement(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.nativerdf.NativeStoreConnection
 
addInstanceRules(RuleStore) - Method in class org.eclipse.rdf4j.common.app.logging.logback.LogConfigurator
 
ADDITIONAL_NAME - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:additional-name
addLocalPropertySpace(String) - Method in class org.eclipse.rdf4j.sail.federation.config.FederationConfig
Deprecated.
 
addMember(Endpoint) - Method in class org.eclipse.rdf4j.federated.FedX
Add a member to the federation (internal).
addMember(RepositoryImplConfig) - Method in class org.eclipse.rdf4j.sail.federation.config.FederationConfig
Deprecated.
 
addMember(Repository) - Method in class org.eclipse.rdf4j.sail.federation.Federation
Deprecated.
 
addModel(NavigationModel) - Method in class org.eclipse.rdf4j.common.webapp.navigation.NavigationModel
Add another NavigationModel to this one.
addNamedGraph(IRI) - Method in class org.eclipse.rdf4j.query.impl.SimpleDataset
Adds a graph URI to the set of named graph URIs.
addNamedGraph(String, String) - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLDataSet
 
addNamespace(String, String) - Method in class org.eclipse.rdf4j.repository.sail.helpers.RDFSailInserter
 
addNamespace(String, String) - Method in class org.eclipse.rdf4j.repository.util.AbstractRDFInserter
 
addNamespace(String, String) - Method in class org.eclipse.rdf4j.repository.util.RDFInserter
 
addNamespace(String, String) - Method in class org.eclipse.rdf4j.sail.inferencer.util.RDFInferencerInserter
 
addNewCookie(HttpServletRequest, HttpServletResponse, String, String) - Method in class org.eclipse.rdf4j.workbench.proxy.CookieHandler
 
addNonFatalError(RioSetting<?>) - Method in class org.eclipse.rdf4j.rio.ParserConfig
Add a non-fatal error to the set used by parsers to determine whether they should attempt to recover from a particular parsing error.
addObjectStatement(MemStatement) - Method in class org.eclipse.rdf4j.sail.memory.model.MemBNode
 
addObjectStatement(MemStatement) - Method in class org.eclipse.rdf4j.sail.memory.model.MemIRI
 
addObjectStatement(MemStatement) - Method in class org.eclipse.rdf4j.sail.memory.model.MemLiteral
 
addObjectStatement(MemStatement) - Method in class org.eclipse.rdf4j.sail.memory.model.MemTriple
 
addObjectStatement(MemStatement) - Method in interface org.eclipse.rdf4j.sail.memory.model.MemValue
Adds a statement to this MemValue's list of statements for which it is the object.
addOptionalTE(TupleExpr, List<ValueExpr>) - Method in class org.eclipse.rdf4j.query.parser.sparql.GraphPattern
Deprecated.
add the supplied tuple expression as an optional expression, with a list of constraints that hold as conditions.
addOutputListener(ProcessLauncher.OutputListener) - Method in class org.eclipse.rdf4j.common.platform.ProcessLauncher
Deprecated.
Add a listener for output from the to-be-launched process.
addParameter(String) - Method in class org.eclipse.rdf4j.common.webapp.util.HeaderElement
 
addParameter(String, String) - Method in class org.eclipse.rdf4j.common.webapp.util.HeaderElement
 
addParameter(Parameter) - Method in class org.eclipse.rdf4j.common.webapp.util.HeaderElement
 
addPlans(GenericPlanNode...) - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
 
addPredicateField(String, String, Document) - Static method in class org.eclipse.rdf4j.sail.lucene.LuceneIndex
 
addPredicateStatement(MemStatement) - Method in class org.eclipse.rdf4j.sail.memory.model.MemIRI
Adds a statement to this MemURI's list of statements for which it is the predicate.
addPrefix(Prefix...) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.PrefixDeclarations
Add prefix declarations to this collection
addPrefixDeclaration(String, String) - Method in class org.eclipse.rdf4j.federated.QueryManager
Register a prefix declaration to be used during query evaluation.
addProjection(ProjectionElemList) - Method in class org.eclipse.rdf4j.query.algebra.MultiProjection
 
addProjections(Iterable<ProjectionElemList>) - Method in class org.eclipse.rdf4j.query.algebra.MultiProjection
 
addProjectionStatement(String, String, String) - Method in class org.eclipse.rdf4j.queryrender.builder.AbstractQueryBuilder
Deprecated.
 
addProjectionStatement(String, Value, Value) - Method in class org.eclipse.rdf4j.queryrender.builder.AbstractQueryBuilder
Deprecated.
 
addProjectionStatement(String, String, Value) - Method in class org.eclipse.rdf4j.queryrender.builder.AbstractQueryBuilder
Deprecated.
 
addProjectionStatement(String, IRI, Value) - Method in class org.eclipse.rdf4j.queryrender.builder.AbstractQueryBuilder
Deprecated.
 
addProjectionStatement(IRI, String, String) - Method in class org.eclipse.rdf4j.queryrender.builder.AbstractQueryBuilder
Deprecated.
 
addProjectionStatement(IRI, IRI, String) - Method in class org.eclipse.rdf4j.queryrender.builder.AbstractQueryBuilder
Deprecated.
 
addProjectionStatement(String, IRI, String) - Method in class org.eclipse.rdf4j.queryrender.builder.AbstractQueryBuilder
Deprecated.
 
addProjectionStatement(String, String, String) - Method in interface org.eclipse.rdf4j.queryrender.builder.QueryBuilder
Deprecated.
 
addProjectionStatement(String, String, Value) - Method in interface org.eclipse.rdf4j.queryrender.builder.QueryBuilder
Deprecated.
 
addProjectionStatement(String, IRI, Value) - Method in interface org.eclipse.rdf4j.queryrender.builder.QueryBuilder
Deprecated.
 
addProjectionStatement(IRI, String, String) - Method in interface org.eclipse.rdf4j.queryrender.builder.QueryBuilder
Deprecated.
 
addProjectionStatement(IRI, IRI, String) - Method in interface org.eclipse.rdf4j.queryrender.builder.QueryBuilder
Deprecated.
 
addProjectionStatement(String, IRI, String) - Method in interface org.eclipse.rdf4j.queryrender.builder.QueryBuilder
Deprecated.
 
addProjectionVar(String...) - Method in class org.eclipse.rdf4j.queryrender.builder.AbstractQueryBuilder
Deprecated.
 
addProjectionVar(String...) - Method in interface org.eclipse.rdf4j.queryrender.builder.QueryBuilder
Deprecated.
Add projection variables to the query
addProperty(String) - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchDocument
 
addProperty(String, String) - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchDocument
 
addProperty(String) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneDocument
 
addProperty(String, String) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneDocument
Stores and indexes a property in a Document.
addProperty(String) - Method in interface org.eclipse.rdf4j.sail.lucene.SearchDocument
Adds/creates a new property with the given name.
addProperty(String, String) - Method in interface org.eclipse.rdf4j.sail.lucene.SearchDocument
Adds a value to the property with the given name.
addProperty(String) - Method in class org.eclipse.rdf4j.sail.solr.SolrSearchDocument
 
addProperty(String, String) - Method in class org.eclipse.rdf4j.sail.solr.SolrSearchDocument
 
addPropertySetElem(PropertySetElem) - Method in class org.eclipse.rdf4j.query.parser.sparql.NegatedPropertySet
Deprecated.
 
AddQuery - Class in org.eclipse.rdf4j.sparqlbuilder.core.query
A SPARQL ADD Query
addQueryContextInitializer(QueryContextInitializer) - Method in class org.eclipse.rdf4j.sail.spin.SpinSail
Deprecated.
 
addQueryPrefixes(StringBuffer, Collection<Namespace>) - Method in class org.eclipse.rdf4j.console.command.QueryEvaluator
Add namespace prefixes to query
addQueryPrefixes(StringBuffer, Collection<Namespace>) - Method in class org.eclipse.rdf4j.console.command.Serql
 
addQueryPrefixes(StringBuffer, Collection<Namespace>) - Method in class org.eclipse.rdf4j.console.command.Sparql
 
AddRemoveOperation() - Constructor for class org.eclipse.rdf4j.sail.lucene.LuceneSailBuffer.AddRemoveOperation
Deprecated.
 
addRemoveStatements(Collection<Statement>, Collection<Statement>) - Method in class org.eclipse.rdf4j.sail.lucene.AbstractSearchIndex
Add many statements at the same time, remove many statements at the same time.
addRemoveStatements(Collection<Statement>, Collection<Statement>) - Method in interface org.eclipse.rdf4j.sail.lucene.SearchIndex
Add many statements at the same time, remove many statements at the same time.Ordering by resource has to be done inside this method.
addRepositoryConfig(RepositoryConfig) - Method in class org.eclipse.rdf4j.repository.manager.LocalRepositoryManager
 
addRepositoryConfig(RepositoryConfig) - Method in class org.eclipse.rdf4j.repository.manager.RemoteRepositoryManager
 
addRepositoryConfig(RepositoryConfig) - Method in class org.eclipse.rdf4j.repository.manager.RepositoryManager
Adds or updates the configuration of a repository to the manager's system repository.
addRepositoryConfig(RepositoryConfig) - Method in class org.eclipse.rdf4j.repository.manager.util.TypeFilteringRepositoryManager
 
addRepositoryConnectionInterceptor(RepositoryConnectionInterceptor) - Method in class org.eclipse.rdf4j.repository.event.base.InterceptingRepositoryConnectionWrapper
Registers a RepositoryConnectionInterceptor that will receive notifications of operations that are performed on this connection.
addRepositoryConnectionInterceptor(RepositoryConnectionInterceptor) - Method in class org.eclipse.rdf4j.repository.event.base.InterceptingRepositoryWrapper
Registers a RepositoryConnectionInterceptor that will receive notifications of operations that are performed on any connections that are created by this repository.
addRepositoryConnectionInterceptor(RepositoryConnectionInterceptor) - Method in interface org.eclipse.rdf4j.repository.event.InterceptingRepository
Registers a RepositoryConnectionInterceptor that will receive notifications of operations that are performed on this connection.
addRepositoryConnectionInterceptor(RepositoryConnectionInterceptor) - Method in interface org.eclipse.rdf4j.repository.event.InterceptingRepositoryConnection
Registers a RepositoryConnectionInterceptor that will receive notifications of operations that are performed on this connection.
addRepositoryConnectionListener(RepositoryConnectionListener) - Method in class org.eclipse.rdf4j.repository.event.base.NotifyingRepositoryConnectionWrapper
Registers a RepositoryConnectionListener that will receive notifications of operations that are performed on this connection.
addRepositoryConnectionListener(RepositoryConnectionListener) - Method in class org.eclipse.rdf4j.repository.event.base.NotifyingRepositoryWrapper
Registers a RepositoryConnectionListener that will receive notifications of operations that are performed on any< connections that are created by this repository.
addRepositoryConnectionListener(RepositoryConnectionListener) - Method in interface org.eclipse.rdf4j.repository.event.NotifyingRepository
Registers a RepositoryConnectionListener that will receive notifications of operations that are performed on any< connections that are created by this repository.
addRepositoryConnectionListener(RepositoryConnectionListener) - Method in interface org.eclipse.rdf4j.repository.event.NotifyingRepositoryConnection
Registers a RepositoryConnectionListener that will receive notifications of operations that are performed on this connection.
addRepositoryInterceptor(RepositoryInterceptor) - Method in class org.eclipse.rdf4j.repository.event.base.InterceptingRepositoryWrapper
Registers a RepositoryInterceptor that will receive notifications of operations that are performed on this repository.
addRepositoryInterceptor(RepositoryInterceptor) - Method in interface org.eclipse.rdf4j.repository.event.InterceptingRepository
Registers a RepositoryInterceptor that will receive notifications of operations that are performed on this repository.
addRepositoryListener(RepositoryListener) - Method in class org.eclipse.rdf4j.repository.event.base.NotifyingRepositoryWrapper
Registers a RepositoryListener that will receive notifications of operations that are performed on this repository.
addRepositoryListener(RepositoryListener) - Method in interface org.eclipse.rdf4j.repository.event.NotifyingRepository
Registers a RepositoryListener that will receive notifications of operations that are performed on this repository.
addRepositoryManagerListener(RepositoryManagerListener) - Method in class org.eclipse.rdf4j.repository.manager.util.NotifyingLocalRepositoryManager
 
addRequiredSP(Var, Var, Var) - Method in class org.eclipse.rdf4j.query.parser.sparql.GraphPattern
Deprecated.
 
addRequiredTE(TupleExpr) - Method in class org.eclipse.rdf4j.query.parser.sparql.GraphPattern
Deprecated.
 
addResourceField(String, Document) - Static method in class org.eclipse.rdf4j.sail.lucene.LuceneIndex
Stores and indexes the resource ID in a Document.
ADDRESS - Static variable in class org.eclipse.rdf4j.model.vocabulary.LOCN
locn:Address
ADDRESS - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:Address
ADDRESS_AREA - Static variable in class org.eclipse.rdf4j.model.vocabulary.LOCN
locn:addressArea
ADDRESS_ID - Static variable in class org.eclipse.rdf4j.model.vocabulary.LOCN
locn:addressId
ADDRESS_PROP - Static variable in class org.eclipse.rdf4j.model.vocabulary.LOCN
locn:address
addResult(CloseableIteration<T, QueryEvaluationException>) - Method in interface org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelExecutor
Handle the result appropriately, e.g.
addResult(CloseableIteration<T, QueryEvaluationException>) - Method in class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelExecutorBase
 
addResult(CloseableIteration<BindingSet, QueryEvaluationException>) - Method in class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelServiceExecutor
 
addResult(CloseableIteration<BindingSet, QueryEvaluationException>) - Method in class org.eclipse.rdf4j.federated.optimizer.SourceSelection.SourceSelectionExecutorWithLatch
 
addResult(CloseableIteration<T, QueryEvaluationException>) - Method in class org.eclipse.rdf4j.repository.sparql.federation.JoinExecutorBase
 
addResultVar(Var) - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
 
addResultVars(Var...) - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
 
addResultVars(Iterable<Var>) - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
 
addSailChangedListener(SailChangedListener) - Method in class org.eclipse.rdf4j.sail.helpers.AbstractNotifyingSail
 
addSailChangedListener(SailChangedListener) - Method in class org.eclipse.rdf4j.sail.helpers.NotifyingSailWrapper
 
addSailChangedListener(SailChangedListener) - Method in interface org.eclipse.rdf4j.sail.NotifyingSail
Adds the specified SailChangedListener to receive events when the data in this Sail object changes.
addSecondSet(Iteration<? extends E, ? extends X>, Set<E>) - Method in class org.eclipse.rdf4j.common.iteration.IntersectIteration
 
addSecondSet(Iteration<? extends BindingSet, ? extends QueryEvaluationException>, Set<BindingSet>) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator.LimitedSizeIntersectIteration
 
AddServlet - Class in org.eclipse.rdf4j.workbench.commands
 
AddServlet() - Constructor for class org.eclipse.rdf4j.workbench.commands.AddServlet
 
addSource(StatementPattern, StatementSource) - Method in class org.eclipse.rdf4j.federated.optimizer.SourceSelection
Add a source to the given statement in the map (synchronized through map)
addStatement(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.federated.write.ReadOnlyWriteStrategy
 
addStatement(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.federated.write.RepositoryWriteStrategy
 
addStatement(Resource, IRI, Value, Resource...) - Method in interface org.eclipse.rdf4j.federated.write.WriteStrategy
Add a statement
addStatement(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.lucene.spin.LuceneSpinSailConnection
Deprecated.
 
addStatement(Resource, IRI, Value, Resource) - Method in class org.eclipse.rdf4j.repository.sail.helpers.RDFSailInserter
 
addStatement(Resource, IRI, Value, Resource) - Method in class org.eclipse.rdf4j.repository.util.AbstractRDFInserter
 
addStatement(Resource, IRI, Value, Resource) - Method in class org.eclipse.rdf4j.repository.util.RDFInserter
 
addStatement(UpdateContext, Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.base.SailSourceConnection
 
addStatement(ExtensibleStatement) - Method in interface org.eclipse.rdf4j.sail.extensiblestore.DataStructureInterface
 
addStatement(Collection<ExtensibleStatement>) - Method in interface org.eclipse.rdf4j.sail.extensiblestore.DataStructureInterface
 
addStatement(ExtensibleStatement) - Method in class org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics.EvaluationStatisticsWrapper
 
addStatement(Collection<ExtensibleStatement>) - Method in class org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics.EvaluationStatisticsWrapper
 
addStatement(ExtensibleStatement) - Method in class org.eclipse.rdf4j.sail.extensiblestore.ReadCache
 
addStatement(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
addStatement(UpdateContext, Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
The default implementation buffers added statements until the update operation is complete.
addStatement(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapper
 
addStatement(UpdateContext, Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapper
 
addStatement(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.inferencer.fc.SchemaCachingRDFSInferencerConnection
 
addStatement(UpdateContext, Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.inferencer.fc.SchemaCachingRDFSInferencerConnection
 
addStatement(Resource, IRI, Value, Resource) - Method in class org.eclipse.rdf4j.sail.inferencer.util.RDFInferencerInserter
 
addStatement(Statement) - Method in class org.eclipse.rdf4j.sail.lucene.AbstractSearchIndex
Indexes the specified Statement.
addStatement(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSailConnection
 
addStatement(Statement) - Method in interface org.eclipse.rdf4j.sail.lucene.SearchIndex
Indexes the specified Statement.This should be called from within a begin-commit-rollback block.
addStatement(Resource, IRI, Value, Resource...) - Method in interface org.eclipse.rdf4j.sail.SailConnection
Adds a statement to the store.
addStatement(Resource, URI, Value, Resource...) - Method in interface org.eclipse.rdf4j.sail.SailConnection
addStatement(UpdateContext, Resource, IRI, Value, Resource...) - Method in interface org.eclipse.rdf4j.sail.SailConnection
Adds a statement to the store.
addStatement(UpdateContext, Resource, URI, Value, Resource...) - Method in interface org.eclipse.rdf4j.sail.SailConnection
addStatement(UpdateContext, Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSailConnection
 
addStatement(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSailConnection
 
addStatementInternal(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.federated.FedXConnection
 
addStatementInternal(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.extensiblestore.ExtensibleStoreConnection
 
addStatementInternal(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
addStatementInternal(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.memory.MemoryStoreConnection
 
addStatementInternal(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.nativerdf.NativeStoreConnection
 
AddStatementOperation - Class in org.eclipse.rdf4j.http.protocol.transaction.operations
Operation to add a statement.
AddStatementOperation(Resource, IRI, Value, Resource...) - Constructor for class org.eclipse.rdf4j.http.protocol.transaction.operations.AddStatementOperation
Create an AddStatementOperation.
addStatementSource(StatementSource) - Method in class org.eclipse.rdf4j.federated.algebra.StatementSourcePattern
 
addStoredOnlyPredicateField(String, String, Document) - Static method in class org.eclipse.rdf4j.sail.lucene.LuceneIndex
 
addSubjectStatement(MemStatement) - Method in class org.eclipse.rdf4j.sail.memory.model.MemBNode
 
addSubjectStatement(MemStatement) - Method in class org.eclipse.rdf4j.sail.memory.model.MemIRI
 
addSubjectStatement(MemStatement) - Method in interface org.eclipse.rdf4j.sail.memory.model.MemResource
Adds a statement to this MemResource's list of statements for which it is the subject.
addSubjectStatement(MemStatement) - Method in class org.eclipse.rdf4j.sail.memory.model.MemTriple
 
addSupportedIsolationLevel(IsolationLevels) - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSail
Appends the provided IsolationLevels to the SAIL's list of supported isolation levels.
addTask(ParallelTask<T>) - Method in class org.eclipse.rdf4j.federated.evaluation.union.WorkerUnionBase
Add a generic parallel task.
addTextField(String, Document) - Static method in class org.eclipse.rdf4j.sail.lucene.LuceneIndex
 
addTo(C) - Method in class org.eclipse.rdf4j.repository.RepositoryResult
addToComponentLists() - Method in class org.eclipse.rdf4j.sail.memory.model.MemStatement
Lets this statement add itself to the appropriate statement lists of its subject, predicate, object and context.
addToQueue(Queue<PathIteration.ValuePair>, PathIteration.ValuePair) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.PathIteration
 
addTotalResultCountCookie(WorkbenchRequest, HttpServletResponse, int) - Method in class org.eclipse.rdf4j.workbench.util.CookieHandler
Add a 'total_result_count' cookie.
addUpdateExpr(UpdateExpr) - Method in class org.eclipse.rdf4j.query.parser.ParsedUpdate
 
addValidationResult(ValidationResult) - Method in class org.eclipse.rdf4j.sail.shacl.results.ValidationReport
Deprecated.
 
addView(View) - Method in class org.eclipse.rdf4j.common.webapp.navigation.Group
Add a view to this group.
addWithoutCommit(Statement, Resource...) - Method in class org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
 
addWithoutCommit(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
 
addWithoutCommit(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
addWithoutCommit(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.repository.event.base.InterceptingRepositoryConnectionWrapper
 
addWithoutCommit(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.repository.event.base.NotifyingRepositoryConnectionWrapper
 
addWithoutCommit(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.repository.sail.SailRepositoryConnection
 
addWithoutCommit(Statement, Resource...) - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
 
addWithoutCommit(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
 
ADMIN_EVENT_LOG_FILE - Static variable in interface org.eclipse.rdf4j.common.app.logging.LogConfiguration
 
ADMIN_EVENT_LOGGER_NAME - Static variable in interface org.eclipse.rdf4j.common.app.logging.LogConfiguration
 
ADMIN_UNIT_L1 - Static variable in class org.eclipse.rdf4j.model.vocabulary.LOCN
locn:adminUnitL1
ADMIN_UNIT_L2 - Static variable in class org.eclipse.rdf4j.model.vocabulary.LOCN
locn:adminUnitL2
ADR - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:adr
ADUNA_APPLICATION_DATA - Static variable in class org.eclipse.rdf4j.common.platform.support.WindowsPlatform
name of the app data subdirectory containing all RDF4J files *
advance() - Method in class org.eclipse.rdf4j.workbench.commands.ExploreServlet.ResultCursor
Advances the cursor, incrementing the total count, and moving other internal counters.
AFN - Class in org.eclipse.rdf4j.model.vocabulary
http://jena.hpl.hp.com/ARQ/function#.
AFTER - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:after
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.eclipse.rdf4j.common.webapp.CommonValuesHandlerInterceptor
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.eclipse.rdf4j.common.webapp.MessageHandlerInterceptor
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.eclipse.rdf4j.common.webapp.navigation.NavigationHandlerInterceptor
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.eclipse.rdf4j.http.server.ServerInterceptor
 
afterLast() - Method in class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
Moves the cursor to the end of the query result, just after the last binding set.
AGE - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
AGENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/Agent
AGENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
AGENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:Agent
AGENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:Agent
AGENT_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/AgentClass
AGENT_INFLUENCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:AgentInfluence
AGENT_PROP - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:agent
AGENT_PROP - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
Deprecated.
AGGREGATE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:aggregate
AGGREGATE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SD
Aggregate
Aggregate - Class in org.eclipse.rdf4j.sparqlbuilder.constraint
A SPARQL aggregate expression.
AggregateIteratorTypeOverride - Class in org.eclipse.rdf4j.sail.shacl.planNodes
 
AggregateIteratorTypeOverride(PlanNode) - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.AggregateIteratorTypeOverride
 
AggregateOperator - Interface in org.eclipse.rdf4j.query.algebra
An operator that returns aggregates values.
AggregateOperatorBase - Class in org.eclipse.rdf4j.query.algebra
Deprecated.
since 2.0. Use AbstractAggregateOperator instead.
AggregateOperatorBase(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.AggregateOperatorBase
Deprecated.
 
AGGREGATION_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#Aggregation Base class of aggregation types (not part of the SPARQL 1.0 standard but supported by ARQ and other engines).
AGREEMENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:Agreement
AIM_CHAT_ID - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
alexander - Variable in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
alexander - Variable in class org.eclipse.rdf4j.repository.RepositoryTest
 
alice - Variable in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
alice - Variable in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
alice - Variable in class org.eclipse.rdf4j.repository.RepositoryTest
 
ALL - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
Deprecated.
all() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.Projection
Specify that this projection should select all in-scope expressions
all(boolean) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.Projection
Specify if this projection should select all in-scope expressions or not
all() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.SelectQuery
Specify that this query's projection should select all in-scope expressions
all(boolean) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.SelectQuery
Specify if this query's projection should select all in-scope expressions or not.
all() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.TargetedGraphManagementQuery
Target all graphs
all() - Method in class org.eclipse.rdf4j.sparqlbuilder.graphpattern.SubSelect
Specify that this query's projection should select all in-scope expressions
all(boolean) - Method in class org.eclipse.rdf4j.sparqlbuilder.graphpattern.SubSelect
Specify if this query's projection should select all in-scope expressions or not.
ALL2ND_CONNECTIONS - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
Deprecated.
ALL_CONNECTIONS - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
Deprecated.
ALL_GROUPS - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
Deprecated.
ALL_MATCHES - Static variable in class org.eclipse.rdf4j.sail.lucene.LuceneSailSchema
 
ALL_PROPERTIES - Static variable in class org.eclipse.rdf4j.sail.lucene.LuceneSailSchema
 
ALL_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#all Used in DROP and CLEAR.
ALL_PROPERTY_FIELDS - Static variable in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
 
ALLDIFFERENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#AllDifferent
ALLDISJOINTCLASSES - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#AllDisjointClasses
ALLDISJOINTPROPERTIES - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#AllDisjointProperties
AllObjectsTarget - Static variable in class org.eclipse.rdf4j.model.vocabulary.DASH
 
ALLOW_BACKSLASH_ESCAPING_ANY_CHARACTER - Static variable in class org.eclipse.rdf4j.rio.helpers.JSONSettings
Boolean setting for JSON parsers to determine if any character is allowed to be backslash escaped.
ALLOW_COMMENTS - Static variable in class org.eclipse.rdf4j.rio.helpers.JSONSettings
Boolean setting for JSON parsers to determine if Java/C++ style comments are allowed.
ALLOW_NON_NUMERIC_NUMBERS - Static variable in class org.eclipse.rdf4j.rio.helpers.JSONSettings
Boolean setting for JSON parsers to determine if non-numeric numbers (INF/-INF/NaN) are allowed.
ALLOW_NUMERIC_LEADING_ZEROS - Static variable in class org.eclipse.rdf4j.rio.helpers.JSONSettings
Boolean setting for JSON parsers to determine if numeric leading zeroes are allowed.
ALLOW_SINGLE_QUOTES - Static variable in class org.eclipse.rdf4j.rio.helpers.JSONSettings
Boolean setting for JSON parsers to determine if single quotes are allowed.
ALLOW_TRAILING_COMMA - Static variable in class org.eclipse.rdf4j.rio.helpers.JSONSettings
Boolean setting for JSON parsers to determine if trailing commas are allows.
ALLOW_UNQUOTED_CONTROL_CHARS - Static variable in class org.eclipse.rdf4j.rio.helpers.JSONSettings
Boolean setting for JSON parsers to determine if unquoted control characters are allowed.
ALLOW_UNQUOTED_FIELD_NAMES - Static variable in class org.eclipse.rdf4j.rio.helpers.JSONSettings
Boolean setting for JSON parsers to determine if unquoted field names are allowed.
ALLOW_YAML_COMMENTS - Static variable in class org.eclipse.rdf4j.rio.helpers.JSONSettings
Boolean setting for JSON parsers to determine if YAML comments (starting with '#') are allowed.
AllSubjectsTarget - Static variable in class org.eclipse.rdf4j.model.vocabulary.DASH
 
ALLVALUESFROM - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#allValuesFrom
ALT - Static variable in class org.eclipse.rdf4j.model.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt
ALT - Static variable in class org.eclipse.rdf4j.model.vocabulary.WGS84
The wgs84:alt relation.
ALT_LABEL - Static variable in class org.eclipse.rdf4j.model.vocabulary.SKOS
The skos:altLabel lexical label property.
ALT_LABEL - Static variable in class org.eclipse.rdf4j.model.vocabulary.SKOSXL
The skosxl:altLabel property.
ALT_PATH_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#AltPath An alternative path with the union of sp:path1 and sp:path2.
ALTERNATE_OF - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:alternateOf
ALTERNATIVE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/alternative
ALTERNATIVE_PATH - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:alternativePath
AlternativeCursor<E> - Class in org.eclipse.rdf4j.sail.federation.evaluation
If the primary cursor is empty, use the alternative cursor.
AlternativeCursor(CloseableIteration<? extends E, QueryEvaluationException>, CloseableIteration<? extends E, QueryEvaluationException>) - Constructor for class org.eclipse.rdf4j.sail.federation.evaluation.AlternativeCursor
 
ANALYZER_CLASS_KEY - Static variable in class org.eclipse.rdf4j.sail.lucene.LuceneSail
Set this key as sail parameter to configure the Lucene analyzer class implementation to use for text analysis.
AND - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:and
AND - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:and
AND - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
And - Class in org.eclipse.rdf4j.query.algebra
A boolean AND operator operating on two boolean expressions.
And() - Constructor for class org.eclipse.rdf4j.query.algebra.And
 
And(ValueExpr, ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.And
 
and(ValueExpr, ValueExpr) - Method in class org.eclipse.rdf4j.queryrender.builder.FilterBuilder
Deprecated.
 
and(ValueExpr, ValueExpr) - Static method in class org.eclipse.rdf4j.queryrender.builder.ValueExprFactory
Deprecated.
 
and(Operand...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
operand1 && operand2 && ...
and(TriplePattern...) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.TriplesTemplate
add triples to this template
and(GraphPattern...) - Method in interface org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphPattern
Convert this graph pattern into a group graph pattern, combining this graph pattern with the given patterns:
and(GraphPattern...) - Method in class org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphPatternNotTriples
Like GraphPattern.and(GraphPattern...), but mutates and returns this instance
and(GraphPattern...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphPatterns
Create a group graph pattern containing the given graph patterns
and(RdfObject...) - Method in class org.eclipse.rdf4j.sparqlbuilder.rdf.RdfPredicateObjectList
Add RdfObject instances to this predicate-object list
And - Class in org.eclipse.rdf4j.spin.function
 
And() - Constructor for class org.eclipse.rdf4j.spin.function.And
 
AND_CONSTRAINT_COMPONENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:AndConstraintComponent
AND_CONSTRAINT_COMPONENT_AND - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:AndConstraintComponent-and
AND_SEQUENCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:andSequence
andHas(RdfPredicate, RdfObject...) - Method in interface org.eclipse.rdf4j.sparqlbuilder.graphpattern.TriplePattern
Add predicate-object lists describing this triple pattern's subject
andHas(RdfPredicateObjectList...) - Method in interface org.eclipse.rdf4j.sparqlbuilder.graphpattern.TriplePattern
Add predicate-object lists describing this triple pattern's subject
andHas(RdfPredicate, String...) - Method in interface org.eclipse.rdf4j.sparqlbuilder.graphpattern.TriplePattern
Convenience version of TriplePattern.andHas(RdfPredicate, RdfObject...) that takes Strings and converts them to StringLiterals
andHas(RdfPredicate, Boolean...) - Method in interface org.eclipse.rdf4j.sparqlbuilder.graphpattern.TriplePattern
Convenience version of TriplePattern.andHas(RdfPredicate, RdfObject...) that takes Boolean and converts them to BooleanLiterals
andHas(RdfPredicate, Number...) - Method in interface org.eclipse.rdf4j.sparqlbuilder.graphpattern.TriplePattern
Convenience version of TriplePattern.andHas(RdfPredicate, RdfObject...) that takes Numbers and converts them to NumberLiterals
andHas(RdfPredicate, RdfObject...) - Method in class org.eclipse.rdf4j.sparqlbuilder.rdf.RdfBlankNode.PropertiesBlankNode
Using the predicate-object and object list mechanisms, expand this blank node's pattern to include triples consisting of this blank node as the subject, and the given predicate and object(s)
andHas(RdfPredicateObjectList...) - Method in class org.eclipse.rdf4j.sparqlbuilder.rdf.RdfBlankNode.PropertiesBlankNode
Add predicate-object lists to this blank node's pattern
andHas(RdfPredicate, RdfObject...) - Method in class org.eclipse.rdf4j.sparqlbuilder.rdf.RdfPredicateObjectListCollection
add predicate-object lists to this collection
andHas(RdfPredicateObjectList...) - Method in class org.eclipse.rdf4j.sparqlbuilder.rdf.RdfPredicateObjectListCollection
add predicate-object lists to this collection
andIsA(RdfObject) - Method in interface org.eclipse.rdf4j.sparqlbuilder.graphpattern.TriplePattern
Use the built-in RDF shortcut a for rdf:type to specify the subject's type
ANNIVERSARY - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:anniversary
ANNOTATE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:annotate
ANNOTATEDPROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#annotatedProperty
ANNOTATEDSOURCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#annotatedSource
ANNOTATEDTARGET - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#annotatedTarget
ANNOTATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#Annotation
ANNOTATION_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:annotationProperty
ANNOTATION_VALUE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:annotationValue
ANNOTATION_VAR_NAME - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:annotationVarName
ANNOTATIONPROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#AnnotationProperty
ANON_ROOT - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:anon-root
ANONYMIZE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:anonymize
AnonymousBlankNode() - Constructor for class org.eclipse.rdf4j.sparqlbuilder.rdf.RdfBlankNode.AnonymousBlankNode
 
AnonymousVarGenerator - Class in org.eclipse.rdf4j.query.parser.serql
Deprecated.
since 3.0. This feature is for internal use only: its existence, signature or behavior may change without warning from one release to the next.
AnonymousVarGenerator() - Constructor for class org.eclipse.rdf4j.query.parser.serql.AnonymousVarGenerator
Deprecated.
 
ANYURI - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#anyURI
APF - Class in org.eclipse.rdf4j.model.vocabulary
http://jena.hpl.hp.com/ARQ/property#.
API_DOCUMENTATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
API_DOCUMENTATION_PROP - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
appConfig - Variable in class org.eclipse.rdf4j.workbench.base.AbstractServlet
 
AppConfiguration - Class in org.eclipse.rdf4j.common.app
 
AppConfiguration() - Constructor for class org.eclipse.rdf4j.common.app.AppConfiguration
Create a new, uninitialized application configuration.
AppConfiguration(String) - Constructor for class org.eclipse.rdf4j.common.app.AppConfiguration
Create the application configuration.
AppConfiguration(String, AppVersion) - Constructor for class org.eclipse.rdf4j.common.app.AppConfiguration
Create the application configuration.
AppConfiguration(String, String) - Constructor for class org.eclipse.rdf4j.common.app.AppConfiguration
Create the application configuration.
AppConfiguration(String, String, AppVersion) - Constructor for class org.eclipse.rdf4j.common.app.AppConfiguration
Create the application configuration.
APPDATA_BASEDIR_PROPERTY - Static variable in interface org.eclipse.rdf4j.common.platform.Platform
 
append(ValueExpr, StringBuilder) - Static method in class org.eclipse.rdf4j.federated.util.FilterUtils
 
append(Compare, StringBuilder) - Static method in class org.eclipse.rdf4j.federated.util.FilterUtils
 
append(Var, StringBuilder) - Static method in class org.eclipse.rdf4j.federated.util.FilterUtils
 
append(ValueConstant, StringBuilder) - Static method in class org.eclipse.rdf4j.federated.util.FilterUtils
 
APPEND - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
Deprecated.
append(BindingSet) - Method in class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
 
append(Value, Appendable) - Static method in class org.eclipse.rdf4j.rio.helpers.NTriplesUtil
Appends the N-Triples representation of the given Value to the given Appendable.
append(Value, Appendable, boolean, boolean) - Static method in class org.eclipse.rdf4j.rio.helpers.NTriplesUtil
Appends the N-Triples representation of the given Value to the given Appendable, optionally not serializing the datatype a Literal with the xsd:string datatype as it is implied for RDF-1.1.
append(Resource, Appendable) - Static method in class org.eclipse.rdf4j.rio.helpers.NTriplesUtil
Appends the N-Triples representation of the given Resource to the given Appendable.
append(IRI, Appendable) - Static method in class org.eclipse.rdf4j.rio.helpers.NTriplesUtil
Appends the N-Triples representation of the given IRI to the given Appendable.
append(IRI, Appendable, boolean) - Static method in class org.eclipse.rdf4j.rio.helpers.NTriplesUtil
Appends the N-Triples representation of the given IRI to the given Appendable.
append(BNode, Appendable) - Static method in class org.eclipse.rdf4j.rio.helpers.NTriplesUtil
Appends the N-Triples representation of the given BNode to the given Appendable.
append(Literal, Appendable) - Static method in class org.eclipse.rdf4j.rio.helpers.NTriplesUtil
Appends the N-Triples representation of the given Literal to the given Appendable.
append(Literal, Appendable, boolean, boolean) - Static method in class org.eclipse.rdf4j.rio.helpers.NTriplesUtil
Appends the N-Triples representation of the given Literal to the given Appendable, optionally ignoring the xsd:string datatype as it is implied for RDF-1.1.
append(Triple, Appendable) - Static method in class org.eclipse.rdf4j.rio.helpers.NTriplesUtil
Appends the N-Triples (non-standard) representation of the given Triple to the given Appendable.
APPEND_TO - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
Deprecated.
appendAndNewlineIfPresent(Optional<? extends QueryElement>, StringBuilder) - Static method in class org.eclipse.rdf4j.sparqlbuilder.util.SparqlBuilderUtils
 
appendBNode(StringBuilder, BNode) - Static method in class org.eclipse.rdf4j.federated.util.QueryStringUtil
Append a dummy string (see QueryStringUtil.BNODE_URI) to represent the BNode.
appendLiteral(StringBuilder, Literal) - Static method in class org.eclipse.rdf4j.federated.util.FilterUtils
 
appendLiteral(StringBuilder, Literal) - Static method in class org.eclipse.rdf4j.federated.util.QueryStringUtil
Append the literal to the stringbuilder.
appendN(char, int, StringBuilder) - Static method in class org.eclipse.rdf4j.common.text.StringUtil
Appends the specified character n times to the supplied StringBuilder.
appendQueryElementIfPresent(Optional<? extends QueryElement>, StringBuilder, String, String) - Static method in class org.eclipse.rdf4j.sparqlbuilder.util.SparqlBuilderUtils
 
appendStringIfPresent(Optional<String>, StringBuilder, String, String) - Static method in class org.eclipse.rdf4j.sparqlbuilder.util.SparqlBuilderUtils
 
appendURI(StringBuilder, IRI) - Static method in class org.eclipse.rdf4j.federated.util.FilterUtils
 
appendURI(StringBuilder, IRI) - Static method in class org.eclipse.rdf4j.federated.util.QueryStringUtil
Append the uri to the stringbuilder, i.e.
appendValue(StringBuilder, Value) - Static method in class org.eclipse.rdf4j.federated.util.FilterUtils
 
appendValue(StringBuilder, Value) - Static method in class org.eclipse.rdf4j.federated.util.QueryStringUtil
Append a string representation of the value to the string builder.
appendValueAsString(StringBuilder, Value) - Static method in class org.eclipse.rdf4j.repository.sparql.query.QueryStringUtil
Converts a value to its SPARQL string representation and appends it to a StringBuilder.
appendVar(Var, Set<String>, BindingSet) - Static method in class org.eclipse.rdf4j.federated.util.QueryAlgebraUtil
Clone the specified variable and attach bindings.
appendVar(StringBuilder, Var, Set<String>, BindingSet) - Static method in class org.eclipse.rdf4j.federated.util.QueryStringUtil
Append the variable to the provided StringBuilder.
appendVarId(Var, String, Set<String>, BindingSet) - Static method in class org.eclipse.rdf4j.federated.util.QueryAlgebraUtil
Clone the specified variable and attach bindings, moreover change name of variable by appending "_varId" to it.
appendVarId(StringBuilder, Var, String, Set<String>, BindingSet) - Static method in class org.eclipse.rdf4j.federated.util.QueryStringUtil
Append the variable to the provided StringBuilder, however change name of variable by appending "_varId" to it.
APPLICATION_DATA - Static variable in class org.eclipse.rdf4j.common.platform.support.MacOSXPlatform
 
APPLICATION_DATA - Static variable in class org.eclipse.rdf4j.common.platform.support.WindowsPlatform
name of the directory containing application data
APPLICATION_JAVASCRIPT - Static variable in class org.eclipse.rdf4j.workbench.base.AbstractServlet
This response content type is always used for JSONP results.
APPLICATION_SPARQL_RESULTS_XML - Static variable in class org.eclipse.rdf4j.workbench.base.AbstractServlet
This response content type is used for SPARQL Results XML results in non-browser user agents or other cases where application/xml is not specifically requested.
APPLICATION_XML - Static variable in class org.eclipse.rdf4j.workbench.base.AbstractServlet
This response content type is used in cases where application/xml is explicitly requested, or in cases where the user agent is known to be a commonly available browser.
applyMaxExecutionTimeUpperBound(Operation) - Method in class org.eclipse.rdf4j.federated.evaluation.TripleSourceBase
Apply an upper bound of the maximum execution time using FedXUtil.applyMaxQueryExecutionTime(Operation, FederationContext).
applyMaxQueryExecutionTime(Operation, FederationContext) - Static method in class org.eclipse.rdf4j.federated.util.FedXUtil
Set a maximum execution time corresponding to FedXConfig.getEnforceMaxQueryTime() to this operation.
applyQueryBindings(SailQuery) - Static method in class org.eclipse.rdf4j.federated.util.FedXUtil
Apply query bindings to transfer information from the query into the evaluation routine, e.g.
applyRules(Model) - Method in class org.eclipse.rdf4j.sail.inferencer.fc.AbstractForwardChainingInferencerConnection
Returns the number of newly inferred statements.
approve(Resource, IRI, Value, Resource) - Method in interface org.eclipse.rdf4j.sail.base.SailSink
Adds a statement to the store.
approve(Statement) - Method in interface org.eclipse.rdf4j.sail.base.SailSink
Adds a statement to the store.
AppVersion - Class in org.eclipse.rdf4j.common.app
A product version in Aduna's version format (i.e.
AppVersion() - Constructor for class org.eclipse.rdf4j.common.app.AppVersion
Construct an uninitialized AppVersion.
AppVersion(int, int) - Constructor for class org.eclipse.rdf4j.common.app.AppVersion
Creates a new major.minor version number, e.g.1.0.
AppVersion(int, int, int) - Constructor for class org.eclipse.rdf4j.common.app.AppVersion
Creates a new major.minor.patch version number, e.g.1.0.1.
AppVersion(int, int, String) - Constructor for class org.eclipse.rdf4j.common.app.AppVersion
Creates a new major.minor-modifier version number, e.g.1.0-beta1.
AppVersion(int, int, int, String) - Constructor for class org.eclipse.rdf4j.common.app.AppVersion
Creates a new major.minor.patch-modifier version number, e.g.1.0.1-SNAPSHOT.
AppVersion(int, int, int, int, String) - Constructor for class org.eclipse.rdf4j.common.app.AppVersion
Creates a new major.minor.patchMmilestone-modifier version number, e.g.1.0.1M1-SNAPSHOT.
AppVersion(int, int, int, int, String, String) - Constructor for class org.eclipse.rdf4j.common.app.AppVersion
Creates a new version number
ArbitraryLengthPath - Class in org.eclipse.rdf4j.query.algebra
A tuple expression that matches a path of arbitrary length against an RDF graph.
ArbitraryLengthPath() - Constructor for class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
 
ArbitraryLengthPath(Var, TupleExpr, Var, long) - Constructor for class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
Creates a arbitrary-length path that matches a subject-, predicate- and object variable against statements from all contexts.
ArbitraryLengthPath(StatementPattern.Scope, Var, TupleExpr, Var, long) - Constructor for class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
Creates a arbitrary-length path that matches a subject-, predicate- and object variable against statements from the specified context scope.
ArbitraryLengthPath(Var, TupleExpr, Var, Var, long) - Constructor for class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
Creates a arbitrary-length path that matches a subject-, predicate-, object- and context variable against statements from all contexts.
ArbitraryLengthPath(StatementPattern.Scope, Var, TupleExpr, Var, Var, long) - Constructor for class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
Creates a arbitrary-length path that matches a subject-, predicate-, object- and context variable against statements from the specified context scope.
ARC_TRIOMPHE - Static variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailGeoSPARQLTest
 
ARCH_REPOSITORY - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:ArchRepository
ARCHIVE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:archive
ARCHIVE_CONTEXT - Static variable in class org.eclipse.rdf4j.repository.contextaware.config.ContextAwareSchema
Deprecated.
arg - Variable in class org.eclipse.rdf4j.query.algebra.Bound
The operator's argument.
arg - Variable in class org.eclipse.rdf4j.query.algebra.CompareSubQueryValueOperator
 
arg - Variable in class org.eclipse.rdf4j.query.algebra.UnaryTupleOperator
The operator's argument.
arg - Variable in class org.eclipse.rdf4j.query.algebra.UnaryValueOperator
The operator's argument.
ARG1_INSTANCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
 
ARG1_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#arg1 The first argument of a function call.
arg2 - Variable in class org.eclipse.rdf4j.common.iteration.IntersectIteration
 
ARG2_INSTANCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
 
ARG2_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#arg2 The second argument of a function call.
ARG3_INSTANCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
 
ARG3_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#arg3 The third argument of a function call.
ARG4_INSTANCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
 
ARG4_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#arg4 The forth argument of a function call.
ARG5_INSTANCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
 
ARG5_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#arg5 The fifth argument of a function call.
ARG_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#arg Abstract superproperty for the enumerated arg1, arg2 etc.
args - Variable in class org.eclipse.rdf4j.federated.algebra.NTuple
 
args - Variable in class org.eclipse.rdf4j.query.algebra.FunctionCall
The operator's argument.
args - Variable in class org.eclipse.rdf4j.query.algebra.NAryValueOperator
The operator's arguments.
Argument - Class in org.eclipse.rdf4j.spin
Class to represent a SPIN argument.
Argument(IRI, IRI, boolean, Value) - Constructor for class org.eclipse.rdf4j.spin.Argument
 
ARGUMENT_TEMPLATE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPL
http://spinrdf.org/spl#Argument Provides metadata about an argument of a SPIN Function or Template.
ArrangedWriter - Class in org.eclipse.rdf4j.rio.turtle
Internal wrapper that sorts statements for pretty printing and repeats blank nodes if inlining them.
ArrangedWriter(RDFWriter) - Constructor for class org.eclipse.rdf4j.rio.turtle.ArrangedWriter
 
ArrangedWriter(RDFWriter, int) - Constructor for class org.eclipse.rdf4j.rio.turtle.ArrangedWriter
 
ArrangedWriter(RDFWriter, int, boolean) - Constructor for class org.eclipse.rdf4j.rio.turtle.ArrangedWriter
 
as(Variable) - Method in interface org.eclipse.rdf4j.sparqlbuilder.core.Assignable
Create a SPARQL assignment from this object
as(Assignable, Variable) - Static method in class org.eclipse.rdf4j.sparqlbuilder.core.SparqlBuilder
Create a SPARQL assignment
AS_IN_BUNDLE - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:asInBundle
AS_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
Deprecated.
AS_WKT - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEO
 
asc() - Method in interface org.eclipse.rdf4j.sparqlbuilder.core.Orderable
 
asc() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.OrderCondition
Set this order condition to be ascending
asc(Orderable) - Static method in class org.eclipse.rdf4j.sparqlbuilder.core.SparqlBuilder
Create an ascending SPARQL order condition
ASC_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#Asc Marker to indicate ascending order.
ASCENDING - Static variable in class org.eclipse.rdf4j.model.vocabulary.LDP
ldp:Ascending
ASCIIUtil - Class in org.eclipse.rdf4j.common.text
Utility methods for ASCII character checking.
ASCIIUtil() - Constructor for class org.eclipse.rdf4j.common.text.ASCIIUtil
 
ASK - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:ask
ask(Service, BindingSet, String) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.federation.FederatedService
Evaluate the provided SPARQL ASK query at this federated service.
ask(Service, BindingSet, String) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.federation.TupleFunctionFederatedService
 
ask() - Static method in class org.eclipse.rdf4j.queryrender.builder.QueryBuilderFactory
Deprecated.
Create a QueryBuilder for creating a select query
ask(Service, BindingSet, String) - Method in class org.eclipse.rdf4j.repository.sparql.federation.RepositoryFederatedService
Evaluate the provided sparqlQueryString at the initialized Repository of this FederatedService.
ASK_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#Ask An ASK query that returns true if the condition in the body is met by at least one result set.
ASK_FUNCTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
 
ASK_TEMPLATE_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#AskTemplate A SPIN template that wraps an ASK query.
ASK_TEMPLATES_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#AskTemplates Suggested abstract base class for all AskTemplates.
askExists(HTTPRepository, String, String) - Method in class org.eclipse.rdf4j.workbench.util.QueryStorage
 
AskFunction - Class in org.eclipse.rdf4j.spin.function
 
AskFunction() - Constructor for class org.eclipse.rdf4j.spin.function.AskFunction
 
AskFunction(SpinParser) - Constructor for class org.eclipse.rdf4j.spin.function.AskFunction
 
askProceed(String, boolean) - Method in class org.eclipse.rdf4j.console.command.ConsoleCommand
Ask user to proceed
askProceed(String, boolean) - Method in class org.eclipse.rdf4j.console.ConsoleIO
Ask if the user wants to continue
askQueryString(ExclusiveTupleExpr, BindingSet, Dataset) - Static method in class org.eclipse.rdf4j.federated.util.QueryStringUtil
Transform the ExclusiveTupleExpr into a ASK query string
askQueryString(StatementPattern, BindingSet, Dataset) - Static method in class org.eclipse.rdf4j.federated.util.QueryStringUtil
Construct a boolean ASK query for the provided statement.
asList(Iteration<? extends E, X>) - Static method in class org.eclipse.rdf4j.common.iteration.Iterations
Get a List containing all elements obtained from the specified Iteration.
asList() - Method in class org.eclipse.rdf4j.repository.RepositoryResult
Deprecated.
asList(Iterator<? extends E>) - Static method in class org.eclipse.rdf4j.util.iterators.Iterators
Get a List containing all elements obtained from the specified iterator.
asMap(Set<Namespace>) - Static method in class org.eclipse.rdf4j.model.util.Namespaces
Converts a set of Namespaces into a map containing the Namespace.getPrefix() strings as keys, with the Namespace.getName() strings as values in the map for each namespace in the given set.
asModel(CloseableIteration<? extends Statement, ? extends RDF4JException>) - Static method in class org.eclipse.rdf4j.query.QueryResults
Get a Model containing all elements obtained from the specified query result.
asModel(CloseableIteration<? extends Statement, ? extends RDF4JException>, ModelFactory) - Static method in class org.eclipse.rdf4j.query.QueryResults
Get a Model containing all elements obtained from the specified query result.
asModel(Model) - Method in class org.eclipse.rdf4j.sail.shacl.results.lazy.LazyValidationReport
Deprecated.
 
asModel() - Method in class org.eclipse.rdf4j.sail.shacl.results.lazy.LazyValidationReport
Deprecated.
 
asModel() - Method in interface org.eclipse.rdf4j.sail.shacl.results.ModelInterface
Deprecated.
 
asModel(Model) - Method in interface org.eclipse.rdf4j.sail.shacl.results.ModelInterface
Deprecated.
 
asModel(Model) - Method in class org.eclipse.rdf4j.sail.shacl.results.ValidationReport
Deprecated.
 
asModel() - Method in class org.eclipse.rdf4j.sail.shacl.results.ValidationReport
Deprecated.
 
asModel(Model) - Method in class org.eclipse.rdf4j.sail.shacl.results.ValidationResult
Deprecated.
 
asRDF(Iterable<?>, Resource, C, Resource...) - Static method in class org.eclipse.rdf4j.model.util.RDFCollections
Converts the supplied Iterable to an RDF Collection, using the supplied head resource as the starting resource of the RDF Collection.
asRDF(Iterable<?>, Resource, C, ValueFactory, Resource...) - Static method in class org.eclipse.rdf4j.model.util.RDFCollections
Converts the supplied Iterable to an RDF Collection, using the supplied head resource as the starting resource of the RDF Collection.
ASSERTEDBY - Static variable in class org.eclipse.rdf4j.model.vocabulary.EARL
 
ASSERTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.EARL
 
ASSERTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:Assertion
ASSERTIONPROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#assertionProperty
assertLineTerminates(int) - Method in class org.eclipse.rdf4j.rio.ntriples.NTriplesParser
Verifies that there is only whitespace or comments until the end of the line.
assertNoQueryResult(String) - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailTest
 
assertNotFailed() - Method in class org.eclipse.rdf4j.repository.optimistic.IsolationLevelTest
 
assertNotFailed() - Method in class org.eclipse.rdf4j.sail.SailIsolationLevelTest
 
ASSERTOR - Static variable in class org.eclipse.rdf4j.model.vocabulary.EARL
 
assertQueryResult(String, IRI, Resource) - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailTest
 
assertQueryResultsEqual(TupleQueryResult, TupleQueryResult) - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTest
 
assertRequiredValuesPresent() - Method in class org.eclipse.rdf4j.sail.elasticsearchstore.config.ElasticsearchStoreConfig
 
asSet(Iteration<? extends E, X>) - Static method in class org.eclipse.rdf4j.common.iteration.Iterations
Get a Set containing all elements obtained from the specified Iteration.
ASSET - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:Asset
ASSET_COLLECTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:AssetCollection
ASSET_SCOPE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
Deprecated.
Assignable - Interface in org.eclipse.rdf4j.sparqlbuilder.core
A marker interface to denote objects which are bind-able in a SPARQL assignment expression.
ASSIGNEE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:assignee
ASSIGNEE_OF - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:assigneeOf
ASSIGNER - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:assigner
ASSIGNER_OF - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:assignerOf
Assignment - Class in org.eclipse.rdf4j.sparqlbuilder.core
A SPARQL expression-to-variable assignment
ASSOCIATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:Association
ASTVisitorBase - Class in org.eclipse.rdf4j.query.parser.serql
Deprecated.
since 2.0. Use AbstractASTVisitor instead.
ASTVisitorBase() - Constructor for class org.eclipse.rdf4j.query.parser.serql.ASTVisitorBase
Deprecated.
 
ASTVisitorBase - Class in org.eclipse.rdf4j.query.parser.sparql
Deprecated.
since 2.0. Use AbstractASTVisitor instead.
ASTVisitorBase() - Constructor for class org.eclipse.rdf4j.query.parser.sparql.ASTVisitorBase
Deprecated.
 
asValues(Model, Resource, C, Resource...) - Static method in class org.eclipse.rdf4j.model.util.RDFCollections
Converts an RDF Collection to a Java Collection of Value objects.
ASYMMETRICPROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#AsymmetricProperty
AT_LOCATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:atLocation
AT_TIME - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:atTime
atom(StatementPattern) - Method in class org.eclipse.rdf4j.queryrender.builder.GroupBuilder
Deprecated.
 
atom(StatementPattern...) - Method in class org.eclipse.rdf4j.queryrender.builder.GroupBuilder
Deprecated.
 
atom(String, String, String) - Method in class org.eclipse.rdf4j.queryrender.builder.GroupBuilder
Deprecated.
 
atom(String, String, Value) - Method in class org.eclipse.rdf4j.queryrender.builder.GroupBuilder
Deprecated.
 
atom(String, Value, String) - Method in class org.eclipse.rdf4j.queryrender.builder.GroupBuilder
Deprecated.
 
atom(String, Value, Value) - Method in class org.eclipse.rdf4j.queryrender.builder.GroupBuilder
Deprecated.
 
atom(Value, Value, Value) - Method in class org.eclipse.rdf4j.queryrender.builder.GroupBuilder
Deprecated.
 
atom(Value, Value, String) - Method in class org.eclipse.rdf4j.queryrender.builder.GroupBuilder
Deprecated.
 
atom(Value, String, String) - Method in class org.eclipse.rdf4j.queryrender.builder.GroupBuilder
Deprecated.
 
atoms(Set<StatementPattern>) - Method in class org.eclipse.rdf4j.queryrender.builder.GroupBuilder
Deprecated.
 
ATTACH_POLICY - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
Deprecated.
ATTACH_SOURCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
Deprecated.
ATTRIBUTE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:attribute
ATTRIBUTE_KEY - Static variable in class org.eclipse.rdf4j.common.webapp.Message
 
ATTRIBUTED_PARTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:attributedParty
ATTRIBUTING_PARTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:attributingParty
ATTRIBUTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:Attribution
AUDIENCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/audience
AUDIENCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:audience
AUTOMATIC - Static variable in class org.eclipse.rdf4j.model.vocabulary.EARL
 
autoStartTransaction() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
Deprecated.
since 2.7.0. Use AbstractSailConnection.verifyIsActive() instead. We should not automatically start a transaction at the sail level. Instead, an exception should be thrown when an update is executed without first starting a transaction.
AVAILABLE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/available
AVAILBLE_GRAPHS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SD
available graph descriptions
Avg - Class in org.eclipse.rdf4j.query.algebra
The AVG operator as defined in http://www.w3.org/TR/sparql11-query/#aggregates.
Avg(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Avg
 
Avg(ValueExpr, boolean) - Constructor for class org.eclipse.rdf4j.query.algebra.Avg
 
avg(Operand) - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
avg(...)
AVG_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#Avg Represents AVG aggregations.
awakeCount - Static variable in class org.eclipse.rdf4j.federated.evaluation.union.ControlledWorkerUnion
 
AXIOM - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#Axiom
AXIOM_CLOSURE_NEEDED - Static variable in class org.eclipse.rdf4j.sail.spin.config.SpinSailSchema
http://www.openrdf.org/config/sail/spin#axiomClosureNeeded

B

BackgroundGraphResult - Class in org.eclipse.rdf4j.http.client
Deprecated.
BackgroundGraphResult(RDFParser, InputStream, Charset, String) - Constructor for class org.eclipse.rdf4j.http.client.BackgroundGraphResult
Deprecated.
 
BackgroundGraphResult(QueueCursor<Statement>, RDFParser, InputStream, Charset, String) - Constructor for class org.eclipse.rdf4j.http.client.BackgroundGraphResult
Deprecated.
 
BackgroundGraphResult - Class in org.eclipse.rdf4j.query.impl
Provides concurrent access to statements as they are being parsed when instances of this class are run as Threads.
BackgroundGraphResult(RDFParser, InputStream, Charset, String) - Constructor for class org.eclipse.rdf4j.query.impl.BackgroundGraphResult
 
BackgroundGraphResult(QueueCursor<Statement>, RDFParser, InputStream, Charset, String) - Constructor for class org.eclipse.rdf4j.query.impl.BackgroundGraphResult
 
BackgroundResultExecutor - Class in org.eclipse.rdf4j.http.client
 
BackgroundResultExecutor(ExecutorService) - Constructor for class org.eclipse.rdf4j.http.client.BackgroundResultExecutor
 
BackgroundTupleResult - Class in org.eclipse.rdf4j.http.client
Deprecated.
BackgroundTupleResult(TupleQueryResultParser, InputStream) - Constructor for class org.eclipse.rdf4j.http.client.BackgroundTupleResult
Deprecated.
 
BackgroundTupleResult(QueueCursor<BindingSet>, TupleQueryResultParser, InputStream) - Constructor for class org.eclipse.rdf4j.http.client.BackgroundTupleResult
Deprecated.
 
BackgroundTupleResult - Class in org.eclipse.rdf4j.query.resultio.helpers
Provides concurrent access to tuple results as they are being parsed.
BackgroundTupleResult(TupleQueryResultParser, InputStream) - Constructor for class org.eclipse.rdf4j.query.resultio.helpers.BackgroundTupleResult
 
BackgroundTupleResult(QueueCursor<BindingSet>, TupleQueryResultParser, InputStream) - Constructor for class org.eclipse.rdf4j.query.resultio.helpers.BackgroundTupleResult
 
BackingSailSource - Class in org.eclipse.rdf4j.sail.base
BackingSailSource() - Constructor for class org.eclipse.rdf4j.sail.base.BackingSailSource
 
BACKWARDCOMPATIBLEWITH - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#backwardCompatibleWith
backwardsChain(Resource) - Method in class org.eclipse.rdf4j.sail.shacl.RdfsSubClassOfReasoner
Deprecated.
 
BadlyDesignedLeftJoinIterator - Class in org.eclipse.rdf4j.query.algebra.evaluation.iterator
 
BadlyDesignedLeftJoinIterator(EvaluationStrategy, LeftJoin, BindingSet, Set<String>) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.iterator.BadlyDesignedLeftJoinIterator
 
BadRequestException - Exception in org.eclipse.rdf4j.workbench.exceptions
 
BadRequestException(String) - Constructor for exception org.eclipse.rdf4j.workbench.exceptions.BadRequestException
 
BadRequestException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.workbench.exceptions.BadRequestException
 
BAG - Static variable in class org.eclipse.rdf4j.model.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag
Base - Class in org.eclipse.rdf4j.sparqlbuilder.core
A SPARQL Base declaration
base - Variable in class org.eclipse.rdf4j.sparqlbuilder.core.query.OuterQuery
 
base(Iri) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.OuterQuery
Set the base IRI of this query
base(Base) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.OuterQuery
Set the Base clause of this query
base(Iri) - Static method in class org.eclipse.rdf4j.sparqlbuilder.core.SparqlBuilder
Create a SPARQL Base declaration
BASE64BINARY - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#base64Binary
BASE_DIRECTIVE - Static variable in class org.eclipse.rdf4j.rio.helpers.BasicWriterSettings
Boolean setting for writer to determine whether it should include a base directive.
BASE_URI - Static variable in class org.eclipse.rdf4j.repository.contextaware.config.ContextAwareSchema
http://www.openrdf.org/config/repository/contextaware#base
BASE_URL - Static variable in class org.eclipse.rdf4j.rio.rdfjson.RDFJSONParserTestCase
 
BASED_AT - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
void:basedAt
BASED_NEAR - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
BaseDeclProcessor - Class in org.eclipse.rdf4j.query.parser.sparql
Deprecated.
since 3.0. This feature is for internal use only: its existence, signature or behavior may change without warning from one release to the next.
BaseDeclProcessor() - Constructor for class org.eclipse.rdf4j.query.parser.sparql.BaseDeclProcessor
Deprecated.
 
baseIRI - Variable in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
 
baseIRI - Variable in class org.eclipse.rdf4j.rio.turtle.TurtleWriter
 
BaseRepositoryServlet - Class in org.eclipse.rdf4j.workbench.base
Deprecated.
since 4.0. Use AbstractRepositoryServlet instead.
BaseRepositoryServlet() - Constructor for class org.eclipse.rdf4j.workbench.base.BaseRepositoryServlet
Deprecated.
 
BaseSailConfig - Class in org.eclipse.rdf4j.sail.base.config
 
BaseSailConfig(String) - Constructor for class org.eclipse.rdf4j.sail.base.config.BaseSailConfig
 
BaseSailSchema - Class in org.eclipse.rdf4j.sail.base.config
Defines constants for the BaseSail schema.
BaseSailSchema() - Constructor for class org.eclipse.rdf4j.sail.base.config.BaseSailSchema
 
BaseServlet - Class in org.eclipse.rdf4j.workbench.base
Deprecated.
since 4.0. Use AbstractServlet instead.
BaseServlet() - Constructor for class org.eclipse.rdf4j.workbench.base.BaseServlet
Deprecated.
 
BaseTupleExprRenderer - Class in org.eclipse.rdf4j.queryrender
Base class for rendering RDF4J query API objects into strings.
BaseTupleExprRenderer() - Constructor for class org.eclipse.rdf4j.queryrender.BaseTupleExprRenderer
 
baseURI - Variable in class org.eclipse.rdf4j.http.client.query.AbstractHTTPQuery
 
baseURI - Variable in class org.eclipse.rdf4j.http.client.query.AbstractHTTPUpdate
 
BASEURI_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
Parameter name for the base-URI parameter.
BASIC_CONTAINER - Static variable in class org.eclipse.rdf4j.model.vocabulary.LDP
ldp:BasicContainer
BASIC_FEDERATED_QUERY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SD
Basic Federated Query
BasicGroup - Class in org.eclipse.rdf4j.queryrender.builder
Deprecated.
use SparqlBuilder instead.
BasicGroup(boolean) - Constructor for class org.eclipse.rdf4j.queryrender.builder.BasicGroup
Deprecated.
Create a new BasicGroup
BasicParserSettings - Class in org.eclipse.rdf4j.rio.helpers
A class encapsulating the basic parser settings that most parsers may support.
BasicQueryWriterSettings - Class in org.eclipse.rdf4j.query.resultio
RioSetting constants to use with QueryResultWriters.
BasicServletConfig - Class in org.eclipse.rdf4j.workbench.util
 
BasicServletConfig(String, ServletContext) - Constructor for class org.eclipse.rdf4j.workbench.util.BasicServletConfig
 
BasicServletConfig(String, ServletConfig) - Constructor for class org.eclipse.rdf4j.workbench.util.BasicServletConfig
 
BasicServletConfig(String, ServletConfig, Map<String, String>) - Constructor for class org.eclipse.rdf4j.workbench.util.BasicServletConfig
 
BasicServletConfig(String, ServletContext, Map<String, String>) - Constructor for class org.eclipse.rdf4j.workbench.util.BasicServletConfig
 
BasicWriterSettings - Class in org.eclipse.rdf4j.rio.helpers
A class encapsulating the basic writer settings that most writers may support.
BAZAAR_BRANCH - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:BazaarBranch
BBOX - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCAT
dcat:bbox
BBS - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
Deprecated.
BCP47 - Static variable in interface org.eclipse.rdf4j.rio.LanguageHandler
Identifier for the language tag format defined by BCP47, which is referenced by the RDF-1.1 specification.
BCP47LanguageHandler - Class in org.eclipse.rdf4j.rio.languages
A language handler that can verify BCP47 formatted language tags.
BCP47LanguageHandler() - Constructor for class org.eclipse.rdf4j.rio.languages.BCP47LanguageHandler
Default constructor.
BDAY - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:bday
BEFORE - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:before
beforeFirst() - Method in class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
Moves the cursor to the start of the query result, just before the first binding set.
begin(InterpretationContext, String, Attributes) - Method in class org.eclipse.rdf4j.common.app.logging.logback.LogConfigurator.LogReaderAction
 
begin() - Method in class org.eclipse.rdf4j.federated.write.ReadOnlyWriteStrategy
 
begin() - Method in class org.eclipse.rdf4j.federated.write.RepositoryWriteStrategy
 
begin() - Method in interface org.eclipse.rdf4j.federated.write.WriteStrategy
Begin a transaction.
begin() - Method in class org.eclipse.rdf4j.lucene.spin.LuceneSpinSailConnection
Deprecated.
 
begin() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.QueryContext
 
begin(IsolationLevel) - Method in class org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
 
begin() - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
begin(IsolationLevel) - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
begin(TransactionSetting...) - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
begin() - Method in class org.eclipse.rdf4j.repository.event.base.InterceptingRepositoryConnectionWrapper
 
begin() - Method in class org.eclipse.rdf4j.repository.event.base.NotifyingRepositoryConnectionWrapper
 
begin(RepositoryConnection) - Method in class org.eclipse.rdf4j.repository.event.base.RepositoryConnectionInterceptorAdapter
 
begin(RepositoryConnection) - Method in class org.eclipse.rdf4j.repository.event.base.RepositoryConnectionListenerAdapter
 
begin(RepositoryConnection) - Method in interface org.eclipse.rdf4j.repository.event.RepositoryConnectionInterceptor
 
begin(RepositoryConnection) - Method in interface org.eclipse.rdf4j.repository.event.RepositoryConnectionListener
 
begin(RepositoryConnection) - Method in class org.eclipse.rdf4j.repository.event.util.DebugRepositoryConnectionListener
 
begin() - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Begins a new transaction, requiring RepositoryConnection.commit() or RepositoryConnection.rollback() to be called to end the transaction.
begin(IsolationLevel) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Begins a new transaction with the supplied IsolationLevel, requiring RepositoryConnection.commit() or RepositoryConnection.rollback() to be called to end the transaction.
begin(TransactionSetting...) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Begins a new transaction with the supplied TransactionSetting, requiring RepositoryConnection.commit() or RepositoryConnection.rollback() to be called to end the transaction.
begin() - Method in class org.eclipse.rdf4j.repository.sail.SailRepositoryConnection
 
begin(IsolationLevel) - Method in class org.eclipse.rdf4j.repository.sail.SailRepositoryConnection
 
begin(TransactionSetting...) - Method in class org.eclipse.rdf4j.repository.sail.SailRepositoryConnection
 
begin() - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
 
begin() - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
 
begin() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
begin(IsolationLevel) - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
begin() - Method in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapper
 
begin(IsolationLevel) - Method in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapper
 
begin() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.AbstractForwardChainingInferencerConnection
 
begin(IsolationLevel) - Method in class org.eclipse.rdf4j.sail.inferencer.fc.AbstractForwardChainingInferencerConnection
 
begin() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.SchemaCachingRDFSInferencerConnection
 
begin(IsolationLevel) - Method in class org.eclipse.rdf4j.sail.inferencer.fc.SchemaCachingRDFSInferencerConnection
 
begin() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneIndex
 
begin() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSailConnection
 
begin() - Method in interface org.eclipse.rdf4j.sail.lucene.SearchIndex
Begins a transaction.
begin() - Method in interface org.eclipse.rdf4j.sail.SailConnection
Begins a transaction requiring SailConnection.commit() or SailConnection.rollback() to be called to close the transaction.
begin(IsolationLevel) - Method in interface org.eclipse.rdf4j.sail.SailConnection
Begins a transaction with the specified IsolationLevel level, requiring SailConnection.commit() or SailConnection.rollback() to be called to close the transaction.
begin() - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSailConnection
 
begin(IsolationLevel) - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSailConnection
 
begin() - Method in class org.eclipse.rdf4j.sail.solr.SolrIndex
 
beginReading() - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
 
beginReading() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneIndex
 
beginReading() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractReaderMonitor
 
beginReading() - Method in interface org.eclipse.rdf4j.sail.lucene.SearchIndex
Deprecated.
beginReading() - Method in class org.eclipse.rdf4j.sail.solr.SolrIndex
 
beginTransaction(IsolationLevel) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
beginTransaction(TransactionSetting...) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
BGPCollector<X extends Exception> - Class in org.eclipse.rdf4j.query.algebra.helpers
Basic graph pattern collector.
BGPCollector(QueryModelVisitor<X>) - Constructor for class org.eclipse.rdf4j.query.algebra.helpers.BGPCollector
 
BIBLIOGRAPHIC_CITATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/bibliographicCitation
BIBLIOGRAPHIC_RESOURCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/BibliographicResource
BINARY - Static variable in class org.eclipse.rdf4j.query.resultio.TupleQueryResultFormat
Binary RDF results table format.
BINARY - Static variable in class org.eclipse.rdf4j.rio.RDFFormat
A binary RDF format.
BinaryFunction - Class in org.eclipse.rdf4j.query.algebra.evaluation.function
 
BinaryFunction() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.BinaryFunction
 
BinaryQueryResultConstants - Interface in org.eclipse.rdf4j.query.resultio.binary
Interface defining constants for the binary table result format.
BinaryQueryResultParser - Class in org.eclipse.rdf4j.query.resultio.binary
Reader for the binary tuple result format.
BinaryQueryResultParser() - Constructor for class org.eclipse.rdf4j.query.resultio.binary.BinaryQueryResultParser
Creates a new parser for the binary query result format that will use an instance of SimpleValueFactory to create Value objects.
BinaryQueryResultParser(ValueFactory) - Constructor for class org.eclipse.rdf4j.query.resultio.binary.BinaryQueryResultParser
Creates a new parser for the binary query result format that will use the supplied ValueFactory to create Value objects.
BinaryQueryResultParserFactory - Class in org.eclipse.rdf4j.query.resultio.binary
A TupleQueryResultParserFactory for binary tuple query result parsers.
BinaryQueryResultParserFactory() - Constructor for class org.eclipse.rdf4j.query.resultio.binary.BinaryQueryResultParserFactory
 
BinaryQueryResultWriter - Class in org.eclipse.rdf4j.query.resultio.binary
Writer for the binary tuple result format.
BinaryQueryResultWriter(OutputStream) - Constructor for class org.eclipse.rdf4j.query.resultio.binary.BinaryQueryResultWriter
 
BinaryQueryResultWriterFactory - Class in org.eclipse.rdf4j.query.resultio.binary
A TupleQueryResultWriterFactory for writers of binary query results.
BinaryQueryResultWriterFactory() - Constructor for class org.eclipse.rdf4j.query.resultio.binary.BinaryQueryResultWriterFactory
 
BinaryRDFParser - Class in org.eclipse.rdf4j.rio.binary
 
BinaryRDFParser() - Constructor for class org.eclipse.rdf4j.rio.binary.BinaryRDFParser
 
BinaryRDFParserFactory - Class in org.eclipse.rdf4j.rio.binary
An RDFParserFactory for Binary RDF parsers.
BinaryRDFParserFactory() - Constructor for class org.eclipse.rdf4j.rio.binary.BinaryRDFParserFactory
 
BinaryRDFWriter - Class in org.eclipse.rdf4j.rio.binary
 
BinaryRDFWriter(OutputStream) - Constructor for class org.eclipse.rdf4j.rio.binary.BinaryRDFWriter
 
BinaryRDFWriter(OutputStream, int) - Constructor for class org.eclipse.rdf4j.rio.binary.BinaryRDFWriter
 
BinaryRDFWriterFactory - Class in org.eclipse.rdf4j.rio.binary
An RDFWriterFactory for Binary RDF writers.
BinaryRDFWriterFactory() - Constructor for class org.eclipse.rdf4j.rio.binary.BinaryRDFWriterFactory
 
BinaryTupleOperator - Class in org.eclipse.rdf4j.query.algebra
An abstract superclass for binary tuple operators which, by definition, has two arguments.
BinaryTupleOperator() - Constructor for class org.eclipse.rdf4j.query.algebra.BinaryTupleOperator
 
BinaryTupleOperator(TupleExpr, TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.BinaryTupleOperator
Creates a new binary tuple operator.
BinaryValueOperator - Class in org.eclipse.rdf4j.query.algebra
An abstract superclass for binary value operators which, by definition, has two arguments.
BinaryValueOperator() - Constructor for class org.eclipse.rdf4j.query.algebra.BinaryValueOperator
 
BinaryValueOperator(ValueExpr, ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.BinaryValueOperator
Creates a new binary value operator.
BIND_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#Bind A BIND element.
Binding - Interface in org.eclipse.rdf4j.query
A named value binding.
BINDING - Static variable in class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetSchema
 
BINDING_ORIGINAL_BASE_URI - Static variable in class org.eclipse.rdf4j.federated.repository.FedXRepositoryConnection
 
BINDING_ORIGINAL_MAX_EXECUTION_TIME - Static variable in class org.eclipse.rdf4j.federated.repository.FedXRepositoryConnection
 
BINDING_ORIGINAL_QUERY - Static variable in class org.eclipse.rdf4j.federated.repository.FedXRepositoryConnection
We add a binding to each parsed query mapping the original query in order to send the original query to the endpoint if there is only a single federation member is relevant for this query.
BINDING_ORIGINAL_QUERY_TYPE - Static variable in class org.eclipse.rdf4j.federated.repository.FedXRepositoryConnection
 
BINDING_PREFIX - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
Parameter prefix for query-external variable bindings.
BindingAssigner - Class in org.eclipse.rdf4j.query.algebra.evaluation.impl
Assigns values to variables based on a supplied set of bindings.
BindingAssigner() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.BindingAssigner
 
BindingAssigner.VarVisitor - Class in org.eclipse.rdf4j.query.algebra.evaluation.impl
 
BindingImpl - Class in org.eclipse.rdf4j.query.impl
Deprecated.
since 2.0. Use SimpleBinding instead.
BindingImpl(String, Value) - Constructor for class org.eclipse.rdf4j.query.impl.BindingImpl
Deprecated.
 
BindingInfo(String, int, Value) - Constructor for class org.eclipse.rdf4j.federated.evaluation.iterator.IndependentJoingroupBindingsIteration2.BindingInfo
 
BindingInfo(String, int, Value) - Constructor for class org.eclipse.rdf4j.federated.evaluation.iterator.IndependentJoingroupBindingsIteration3.BindingInfo
 
bindingNames - Variable in class org.eclipse.rdf4j.query.resultio.text.SPARQLResultsXSVMappingStrategy
 
bindings - Variable in class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelServiceExecutor
 
bindings - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.BoundJoinConversionIteration
 
bindings - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.BoundJoinVALUESConversionIteration
 
bindings - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.FilteringInsertBindingsIteration
 
bindings - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.GroupedCheckConversionIteration
 
bindings - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.IndependentJoingroupBindingsIteration
 
bindings - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.IndependentJoingroupBindingsIteration2
 
bindings - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.IndependentJoingroupBindingsIteration3
 
bindings - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.InsertBindingsIteration
 
bindings - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.StatementConversionIteration
 
bindings - Variable in class org.eclipse.rdf4j.federated.evaluation.join.JoinExecutorBase
 
bindings - Variable in class org.eclipse.rdf4j.federated.evaluation.join.ParallelBoundJoinTask
 
bindings - Variable in class org.eclipse.rdf4j.federated.evaluation.join.ParallelCheckJoinTask
 
bindings - Variable in class org.eclipse.rdf4j.federated.evaluation.join.ParallelJoinTask
 
bindings - Variable in class org.eclipse.rdf4j.federated.evaluation.join.ParallelServiceJoinTask
 
bindings - Variable in class org.eclipse.rdf4j.federated.evaluation.union.ParallelPreparedAlgebraUnionTask
 
bindings - Variable in class org.eclipse.rdf4j.federated.evaluation.union.ParallelPreparedUnionTask
 
bindings - Variable in class org.eclipse.rdf4j.federated.evaluation.union.ParallelUnionOperatorTask
 
bindings - Variable in class org.eclipse.rdf4j.federated.evaluation.union.ParallelUnionTask
 
bindings - Variable in class org.eclipse.rdf4j.query.algebra.evaluation.impl.BindingAssigner.VarVisitor
 
bindings - Variable in class org.eclipse.rdf4j.query.impl.AbstractOperation
 
BINDINGS - Static variable in class org.eclipse.rdf4j.query.resultio.sparqljson.AbstractSPARQLJSONParser
 
bindings - Variable in class org.eclipse.rdf4j.repository.sparql.federation.JoinExecutorBase
 
bindings - Variable in class org.eclipse.rdf4j.repository.sparql.federation.ServiceJoinConversionIteration
 
bindings - Variable in class org.eclipse.rdf4j.repository.sparql.query.SPARQLOperation
Deprecated.
 
BINDINGS_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
BindingSet - Interface in org.eclipse.rdf4j.query
A BindingSet is a set of named value bindings, which is used a.o.
BindingSetAssignment - Class in org.eclipse.rdf4j.query.algebra
 
BindingSetAssignment() - Constructor for class org.eclipse.rdf4j.query.algebra.BindingSetAssignment
 
BindingSetAssignmentCollector() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.SameTermFilterOptimizer.BindingSetAssignmentCollector
 
BindingSetHashKey - Class in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Compact and efficient representation of a binding set for use as a key in hash maps.
bindingSetsCompatible(BindingSet, BindingSet) - Static method in class org.eclipse.rdf4j.query.QueryResults
Check whether two BindingSets are compatible.Two binding sets are compatible if they have equal values for each binding name that occurs in both binding sets.
bindingsIdx - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.IndependentJoingroupBindingsIteration2.BindingInfo
 
bindingsIdx - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.IndependentJoingroupBindingsIteration3.BindingInfo
 
BIRTHDAY - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
BKREPOSITORY - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:BKRepository
BLANK_NODE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:BlankNode
BLANK_NODE_OR_IRI - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:BlankNodeOrIRI
BLANK_NODE_OR_LITERAL - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:BlankNodeOrLiteral
BlankNodeVarProcessor - Class in org.eclipse.rdf4j.query.parser.sparql
Deprecated.
since 3.0. This feature is for internal use only: its existence, signature or behavior may change without warning from one release to the next.
BlankNodeVarProcessor() - Constructor for class org.eclipse.rdf4j.query.parser.sparql.BlankNodeVarProcessor
Deprecated.
 
BLOG - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:blog
BNode - Interface in org.eclipse.rdf4j.model
An RDF-1.1 blank node (aka bnode, aka anonymous node).
BNODE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
BNODE - Static variable in class org.eclipse.rdf4j.query.resultio.sparqljson.AbstractSPARQLJSONParser
 
bnode() - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
BNODE()
bnode(RdfLiteral<?>) - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
BNODE(operand)
bnode(String) - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
BNODE(operand)
bNode() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.Query
A shortcut.
bNode(String) - Static method in class org.eclipse.rdf4j.sparqlbuilder.rdf.Rdf
creates a labeled blank node
bNode(RdfPredicate, RdfObject...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.rdf.Rdf
creates a label-less blank node, identified by the supplied predicate-object lists
bNode() - Static method in class org.eclipse.rdf4j.sparqlbuilder.rdf.Rdf
create an empty anonymous blank node
bnode1 - Variable in class org.eclipse.rdf4j.model.AbstractModelTest
 
bnode2 - Variable in class org.eclipse.rdf4j.model.AbstractModelTest
 
bnode3 - Variable in class org.eclipse.rdf4j.model.AbstractModelTest
 
BNODE_ID_PREFIX - Static variable in class org.eclipse.rdf4j.sail.lucene.SearchFields
String used to prefix BNode IDs with so that we can distinguish BNode fields from URI fields in Documents.
BNODE_RECORD_MARKER - Static variable in interface org.eclipse.rdf4j.query.resultio.binary.BinaryQueryResultConstants
 
BNODE_TAG - Static variable in interface org.eclipse.rdf4j.rio.trix.TriXConstants
The tag for BNode values.
BNODE_URI - Static variable in class org.eclipse.rdf4j.federated.util.QueryStringUtil
A dummy URI which is used as a replacement for BNodes in QueryStringUtil.appendBNode(StringBuilder, BNode) since BNodes cannot be expressed in SPARQL queries
bnodeCount - Variable in class org.eclipse.rdf4j.sparqlbuilder.core.query.Query
 
BNodeGenerator - Class in org.eclipse.rdf4j.query.algebra
A BNode generator, which generates a new BNode each time it needs to supply a value.
BNodeGenerator() - Constructor for class org.eclipse.rdf4j.query.algebra.BNodeGenerator
 
BNodeGenerator(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.BNodeGenerator
 
BNodeImpl - Class in org.eclipse.rdf4j.model.impl
Deprecated.
since 2.0. Use SimpleBNode instead for extending, and ValueFactory for instantiation.
BNodeImpl() - Constructor for class org.eclipse.rdf4j.model.impl.BNodeImpl
Deprecated.
since 2.0. Use ValueFactory.createBNode() instead.
BNodeImpl(String) - Constructor for class org.eclipse.rdf4j.model.impl.BNodeImpl
Deprecated.
since 2.0. Use ValueFactory.createBNode(String) instead.
bob - Variable in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
bob - Variable in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
bob - Variable in class org.eclipse.rdf4j.repository.RepositoryTest
 
BODY_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#body The body of a Function or Template.
bool(boolean) - Method in class org.eclipse.rdf4j.workbench.util.TupleResultBuilder
 
BOOLEAN - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#boolean
BOOLEAN - Static variable in class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetSchema
 
BOOLEAN - Static variable in class org.eclipse.rdf4j.query.resultio.sparqljson.AbstractSPARQLJSONParser
 
BooleanCast - Class in org.eclipse.rdf4j.query.algebra.evaluation.function
Deprecated.
use BooleanCast instead
BooleanCast() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.BooleanCast
Deprecated.
 
BooleanCast - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.xsd
A Function that tries to cast its argument to an xsd:boolean.
BooleanCast() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.BooleanCast
 
BooleanLiteral - Class in org.eclipse.rdf4j.model.impl
An extension of SimpleLiteral that stores a boolean value to avoid parsing.
BooleanLiteral(boolean) - Constructor for class org.eclipse.rdf4j.model.impl.BooleanLiteral
Creates an xsd:boolean typed literal with the specified value.
BooleanLiteralImpl - Class in org.eclipse.rdf4j.model.impl
Deprecated.
since 2.0. Use BooleanLiteral instead.
BooleanLiteralImpl(boolean) - Constructor for class org.eclipse.rdf4j.model.impl.BooleanLiteralImpl
Deprecated.
BooleanMemLiteral - Class in org.eclipse.rdf4j.sail.memory.model
An extension of MemLiteral that stores a boolean value to avoid parsing.
BooleanMemLiteral(Object, boolean) - Constructor for class org.eclipse.rdf4j.sail.memory.model.BooleanMemLiteral
 
BooleanMemLiteral(Object, String, boolean) - Constructor for class org.eclipse.rdf4j.sail.memory.model.BooleanMemLiteral
 
BooleanQuery - Interface in org.eclipse.rdf4j.query
 
BooleanQueryResultFormat - Class in org.eclipse.rdf4j.query.resultio
Represents the concept of a boolean query result serialization format.
BooleanQueryResultFormat(String, String, String) - Constructor for class org.eclipse.rdf4j.query.resultio.BooleanQueryResultFormat
Creates a new BooleanQueryResultFormat object.
BooleanQueryResultFormat(String, String, Charset, String) - Constructor for class org.eclipse.rdf4j.query.resultio.BooleanQueryResultFormat
Creates a new BooleanQueryResultFormat object.
BooleanQueryResultFormat(String, Collection<String>, Charset, Collection<String>) - Constructor for class org.eclipse.rdf4j.query.resultio.BooleanQueryResultFormat
Creates a new BooleanQueryResultFormat object.
BooleanQueryResultFormat(String, Collection<String>, Charset, Collection<String>, IRI) - Constructor for class org.eclipse.rdf4j.query.resultio.BooleanQueryResultFormat
Creates a new BooleanQueryResultFormat object.
BooleanQueryResultHandler - Interface in org.eclipse.rdf4j.query
An interface that indicates that this QueryResultHandler is capable of handling boolean results using the QueryResultHandler.handleBoolean(boolean) method.
BooleanQueryResultHandlerException - Exception in org.eclipse.rdf4j.query
An exception that can be thrown by an BooleanQueryResultHandler when it encounters an unrecoverable error.
BooleanQueryResultHandlerException(String) - Constructor for exception org.eclipse.rdf4j.query.BooleanQueryResultHandlerException
Creates a new BooleanQueryResultHandlerException.
BooleanQueryResultHandlerException(Throwable) - Constructor for exception org.eclipse.rdf4j.query.BooleanQueryResultHandlerException
Creates a new BooleanQueryResultHandlerException wrapping another exception.
BooleanQueryResultHandlerException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.query.BooleanQueryResultHandlerException
Creates a new BooleanQueryResultHandlerException wrapping another exception.
BooleanQueryResultParser - Interface in org.eclipse.rdf4j.query.resultio
A general interface for boolean query result parsers.
BooleanQueryResultParserFactory - Interface in org.eclipse.rdf4j.query.resultio
Returns BooleanQueryResultParsers for a specific boolean query result format.
BooleanQueryResultParserRegistry - Class in org.eclipse.rdf4j.query.resultio
A registry that keeps track of the available BooleanQueryResultParserFactorys.
BooleanQueryResultParserRegistry() - Constructor for class org.eclipse.rdf4j.query.resultio.BooleanQueryResultParserRegistry
 
BooleanQueryResultView - Class in org.eclipse.rdf4j.http.server.repository
View used to render boolean query results.
BooleanQueryResultWriter - Interface in org.eclipse.rdf4j.query.resultio
The interface of objects that writer query results in a specific query result format.
BooleanQueryResultWriterFactory - Interface in org.eclipse.rdf4j.query.resultio
Returns BooleanQueryResultWriters for a specific boolean query result format.
BooleanQueryResultWriterRegistry - Class in org.eclipse.rdf4j.query.resultio
A registry that keeps track of the available BooleanQueryResultWriterFactorys.
BooleanQueryResultWriterRegistry() - Constructor for class org.eclipse.rdf4j.query.resultio.BooleanQueryResultWriterRegistry
 
BooleanRioSetting - Class in org.eclipse.rdf4j.rio.helpers
A RioSetting with a Boolean value.
BooleanRioSetting(String, String, Boolean) - Constructor for class org.eclipse.rdf4j.rio.helpers.BooleanRioSetting
Creates a new boolean RioSetting.
BooleanTextParser - Class in org.eclipse.rdf4j.query.resultio.text
Reader for the plain text boolean result format.
BooleanTextParser() - Constructor for class org.eclipse.rdf4j.query.resultio.text.BooleanTextParser
Creates a new parser for the plain text boolean query result format.
BooleanTextParserFactory - Class in org.eclipse.rdf4j.query.resultio.text
A BooleanQueryResultParserFactory for plain text boolean result parsers.
BooleanTextParserFactory() - Constructor for class org.eclipse.rdf4j.query.resultio.text.BooleanTextParserFactory
 
BooleanTextWriter - Class in org.eclipse.rdf4j.query.resultio.text
Writer for the plain text boolean result format.
BooleanTextWriter(OutputStream) - Constructor for class org.eclipse.rdf4j.query.resultio.text.BooleanTextWriter
 
BooleanTextWriterFactory - Class in org.eclipse.rdf4j.query.resultio.text
A BooleanQueryResultWriterFactory for writers of plain text boolean query results.
BooleanTextWriterFactory() - Constructor for class org.eclipse.rdf4j.query.resultio.text.BooleanTextWriterFactory
 
booleanValue() - Method in class org.eclipse.rdf4j.model.impl.BooleanLiteral
 
booleanValue() - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
 
booleanValue() - Method in interface org.eclipse.rdf4j.model.Literal
Returns the boolean value of this literal.
booleanValue(Resource, IRI, TripleSource) - Static method in class org.eclipse.rdf4j.query.algebra.evaluation.util.TripleSources
 
booleanValue() - Method in class org.eclipse.rdf4j.sail.memory.model.BooleanMemLiteral
 
BOTTOMDATAPROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#bottomDataProperty
BOTTOMOBJECTPROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#bottomObjectProperty
BottomUpJoinIterator - Class in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Deprecated.
replaced by HashJoinIteration
BottomUpJoinIterator(EvaluationStrategy, Join, BindingSet) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.iterator.BottomUpJoinIterator
Deprecated.
 
BOUND - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
Bound - Class in org.eclipse.rdf4j.query.algebra
The BOUND function, as defined in SPARQL Query Language for RDF; checks if a variable is bound.
Bound() - Constructor for class org.eclipse.rdf4j.query.algebra.Bound
 
Bound(Var) - Constructor for class org.eclipse.rdf4j.query.algebra.Bound
 
bound(String) - Method in class org.eclipse.rdf4j.queryrender.builder.FilterBuilder
Deprecated.
 
bound(String) - Static method in class org.eclipse.rdf4j.queryrender.builder.ValueExprFactory
Deprecated.
 
bound(Variable) - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
BOUND(operand)
BOUNDARY - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEOF
 
Boundary - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql
The GeoSPARQL Function geof:boundary, as defined in OGC GeoSPARQL - A Geographic Query Language for RDF Data.
Boundary() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.Boundary
 
boundary(Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.JtsSpatialAlgebra
 
boundary(Shape) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SpatialAlgebra
 
boundFilters - Variable in class org.eclipse.rdf4j.federated.algebra.ExclusiveGroup
 
boundFilters - Variable in class org.eclipse.rdf4j.federated.algebra.FedXStatementPattern
 
BoundFiltersNode - Class in org.eclipse.rdf4j.federated.algebra
A QueryModelNode for printing the bound filter vars (e.g.
BoundFiltersNode(BindingSet) - Constructor for class org.eclipse.rdf4j.federated.algebra.BoundFiltersNode
 
boundJoinBlockSize - Variable in class org.eclipse.rdf4j.repository.sparql.federation.RepositoryFederatedService
The number of bindings sent in a single subquery in RepositoryFederatedService.evaluate(Service, CloseableIteration, String) If blockSize is set to 0, the entire input stream is used as block input the block size effectively determines the number of remote requests
BoundJoinConversionIteration - Class in org.eclipse.rdf4j.federated.evaluation.iterator
Inserts original bindings into the result.
BoundJoinConversionIteration(CloseableIteration<BindingSet, QueryEvaluationException>, List<BindingSet>) - Constructor for class org.eclipse.rdf4j.federated.evaluation.iterator.BoundJoinConversionIteration
 
BoundJoinTaskCreator(ControlledWorkerBoundJoin, FederationEvalStrategy, StatementTupleExpr) - Constructor for class org.eclipse.rdf4j.federated.evaluation.join.ControlledWorkerBoundJoin.BoundJoinTaskCreator
 
BoundJoinTupleExpr - Interface in org.eclipse.rdf4j.federated.algebra
Marker interface indicating that instances are applicable for bound join processing (see ControlledWorkerBoundJoin
BoundJoinVALUESConversionIteration - Class in org.eclipse.rdf4j.federated.evaluation.iterator
Inserts original bindings into the result.
BoundJoinVALUESConversionIteration(CloseableIteration<BindingSet, QueryEvaluationException>, List<BindingSet>) - Constructor for class org.eclipse.rdf4j.federated.evaluation.iterator.BoundJoinVALUESConversionIteration
 
BOX - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/Box
BROAD_MATCH - Static variable in class org.eclipse.rdf4j.model.vocabulary.SKOS
The skos:broadMatch relation.
BROADER - Static variable in class org.eclipse.rdf4j.model.vocabulary.SKOS
The skos:broader relation.
BROADER_TRANSITIVE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SKOS
The skos:broaderTransitive relation.
BROWSE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:browse
BTree - Class in org.eclipse.rdf4j.sail.nativerdf.btree
Implementation of an on-disk B-Tree using the java.nio classes that are available in JDK 1.4 and newer.
BTree(File, String, int, int) - Constructor for class org.eclipse.rdf4j.sail.nativerdf.btree.BTree
Creates a new BTree that uses an instance of DefaultRecordComparator to compare values.
BTree(File, String, int, int, boolean) - Constructor for class org.eclipse.rdf4j.sail.nativerdf.btree.BTree
Creates a new BTree that uses an instance of DefaultRecordComparator to compare values.
BTree(File, String, int, int, RecordComparator) - Constructor for class org.eclipse.rdf4j.sail.nativerdf.btree.BTree
Creates a new BTree that uses the supplied RecordComparator to compare the values that are or will be stored in the B-Tree.
BTree(File, String, int, int, RecordComparator, boolean) - Constructor for class org.eclipse.rdf4j.sail.nativerdf.btree.BTree
Creates a new BTree that uses the supplied RecordComparator to compare the values that are or will be stored in the B-Tree.
BUFFER - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEOF
 
Buffer - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql
The GeoSPARQL Function geof:buffer, as defined in OGC GeoSPARQL - A Geographic Query Language for RDF Data.
Buffer() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.Buffer
 
buffer(Shape, double) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.JtsSpatialAlgebra
 
buffer(Shape, double) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SpatialAlgebra
 
BufferedGroupingRDFHandler - Class in org.eclipse.rdf4j.rio.helpers
An RDFHandlerWrapper that buffers statements internally and passes them to underlying handlers grouped by context, then subject, then predicate.
BufferedGroupingRDFHandler(RDFHandler...) - Constructor for class org.eclipse.rdf4j.rio.helpers.BufferedGroupingRDFHandler
Creates a new BufferedGroupedWriter that wraps the supplied handlers, using the default buffer size.
BufferedGroupingRDFHandler(int, RDFHandler...) - Constructor for class org.eclipse.rdf4j.rio.helpers.BufferedGroupingRDFHandler
Creates a new BufferedGroupedWriter that wraps the supplied handlers, using the supplied buffer size.
BufferedPlanNode<T extends MultiStreamPlanNode & PlanNode> - Class in org.eclipse.rdf4j.sail.shacl.planNodes
 
BufferedSplitter - Class in org.eclipse.rdf4j.sail.shacl.planNodes
 
BufferedSplitter(PlanNode) - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.BufferedSplitter
 
BUG_DATABASE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:bug-database
build() - Method in class org.eclipse.rdf4j.federated.repository.FedXRepositoryConfigBuilder
Build the FedXRepositoryConfig that can be used in the RepositoryConfig.
build(String, String) - Method in class org.eclipse.rdf4j.federated.repository.FedXRepositoryConfigBuilder
build - Variable in class org.eclipse.rdf4j.federated.util.Version
 
build() - Method in class org.eclipse.rdf4j.model.util.ModelBuilder
Return the created Model
BUILD_STRING_FUNCTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIF
 
BUILD_URI_FUNCTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIF
 
buildConstructor(TupleExpr, TupleExpr, boolean, boolean) - Method in class org.eclipse.rdf4j.query.parser.sparql.ConstructorBuilder
Deprecated.
 
buildConstructor(TupleExpr, boolean, boolean) - Method in class org.eclipse.rdf4j.query.parser.sparql.ConstructorBuilder
Deprecated.
 
buildMatcherQueryFromRuleQuery(QueryLanguage, String) - Static method in class org.eclipse.rdf4j.sail.inferencer.fc.config.CustomGraphQueryInferencerConfig
 
BuildString - Class in org.eclipse.rdf4j.spin.function.spif
 
BuildString() - Constructor for class org.eclipse.rdf4j.spin.function.spif.BuildString
 
buildTupleExpr() - Method in class org.eclipse.rdf4j.query.parser.sparql.GraphPattern
Deprecated.
Builds a combined tuple expression from the tuple expressions and constraints in this graph pattern.
BuildURI - Class in org.eclipse.rdf4j.spin.function.spif
 
BuildURI() - Constructor for class org.eclipse.rdf4j.spin.function.spif.BuildURI
 
BulkedExternalInnerJoin - Class in org.eclipse.rdf4j.sail.shacl.planNodes
 
BulkedExternalInnerJoin(PlanNode, SailConnection, String, boolean, SailConnection, String...) - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.BulkedExternalInnerJoin
 
BulkedExternalLeftOuterJoin - Class in org.eclipse.rdf4j.sail.shacl.planNodes
 
BulkedExternalLeftOuterJoin(PlanNode, SailConnection, String, boolean, SailConnection, String...) - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.BulkedExternalLeftOuterJoin
 
BulkUpdater - Interface in org.eclipse.rdf4j.sail.lucene
 
BUNDLE - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:Bundle
by(Groupable...) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.GroupBy
Add group conditions
by(Orderable...) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.OrderBy
Add order conditions
BYTE - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#byte
BYTE_SIZE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCAT
dcat:byteSize
ByteArrayUtil - Class in org.eclipse.rdf4j.common.io
Class providing utility methods for handling byte arrays.
ByteArrayUtil() - Constructor for class org.eclipse.rdf4j.common.io.ByteArrayUtil
 
ByteCast - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.xsd
A Function that tries to cast its argument to an xsd:byte .
ByteCast() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.ByteCast
 
byteValue() - Method in class org.eclipse.rdf4j.model.impl.DecimalLiteral
 
byteValue() - Method in class org.eclipse.rdf4j.model.impl.IntegerLiteral
 
byteValue() - Method in class org.eclipse.rdf4j.model.impl.NumericLiteral
 
byteValue() - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
 
byteValue() - Method in interface org.eclipse.rdf4j.model.Literal
Returns the byte value of this literal.
byteValue() - Method in class org.eclipse.rdf4j.sail.memory.model.DecimalMemLiteral
 
byteValue() - Method in class org.eclipse.rdf4j.sail.memory.model.IntegerMemLiteral
 
byteValue() - Method in class org.eclipse.rdf4j.sail.memory.model.NumericMemLiteral
 

C

cache - Variable in class org.eclipse.rdf4j.federated.evaluation.FederationEvalStrategy
 
cache - Variable in class org.eclipse.rdf4j.federated.optimizer.SourceSelection
 
cache - Variable in class org.eclipse.rdf4j.sail.nativerdf.ConcurrentCache
 
CACHE_PROPERTY - Static variable in enum org.eclipse.rdf4j.http.protocol.Protocol.TIMEOUT
Deprecated.
Configurable system property rdf4j.server.txn.registry.timeout for specifying the transaction cache timeout (in seconds).
CACHE_SELECT_NODES - Static variable in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailSchema
http://rdf4j.org/config/sail/shacl#cacheSelectNodes
CACHE_SELECT_NODES_DEFAULT - Static variable in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
CACHE_TIMEOUT_PROPERTY - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
Configurable system property rdf4j.server.txn.registry.timeout for specifying the transaction cache timeout (in seconds).
CACHE_TIMEOUT_PROPERTY - Static variable in enum org.eclipse.rdf4j.http.server.repository.transaction.ActiveTransactionRegistry
Deprecated.
CacheFilter - Class in org.eclipse.rdf4j.workbench.proxy
Resource cache expiry filter for Tomcat 6, based on code authored by Saket Kumar.
CacheFilter() - Constructor for class org.eclipse.rdf4j.workbench.proxy.CacheFilter
 
CacheUtils - Class in org.eclipse.rdf4j.federated.cache
 
CacheUtils() - Constructor for class org.eclipse.rdf4j.federated.cache.CacheUtils
 
calculator - Variable in class org.eclipse.rdf4j.sail.federation.optimizers.EvaluationStatistics
 
CalendarLiteral - Class in org.eclipse.rdf4j.model.impl
An extension of SimpleLiteral that stores a calendar value to avoid parsing.
CalendarLiteral(XMLGregorianCalendar) - Constructor for class org.eclipse.rdf4j.model.impl.CalendarLiteral
Creates a literal for the specified calendar using a datatype appropriate for the value indicated by XMLGregorianCalendar.getXMLSchemaType().
CalendarMemLiteral - Class in org.eclipse.rdf4j.sail.memory.model
An extension of MemLiteral that stores a Calendar value to avoid parsing.
CalendarMemLiteral(Object, XMLGregorianCalendar) - Constructor for class org.eclipse.rdf4j.sail.memory.model.CalendarMemLiteral
 
CalendarMemLiteral(Object, String, XMLGregorianCalendar) - Constructor for class org.eclipse.rdf4j.sail.memory.model.CalendarMemLiteral
 
CalendarMemLiteral(Object, String, IRI, XMLGregorianCalendar) - Constructor for class org.eclipse.rdf4j.sail.memory.model.CalendarMemLiteral
 
calendarValue() - Method in class org.eclipse.rdf4j.model.impl.CalendarLiteral
 
calendarValue() - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
 
calendarValue() - Method in interface org.eclipse.rdf4j.model.Literal
Returns the XMLGregorianCalendar value of this literal.
calendarValue() - Method in class org.eclipse.rdf4j.sail.memory.model.CalendarMemLiteral
 
call(Map<IRI, Value>) - Method in class org.eclipse.rdf4j.spin.Template
 
CAN_INVOKE_FUNCTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIF
 
cancel() - Method in interface org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelTask
Optional implementation to cancel this task on a best effort basis
cancel() - Method in class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelTaskBase
 
cancel() - Method in class org.eclipse.rdf4j.federated.optimizer.SourceSelection.ParallelCheckTask
 
cancelSyncTask() - Method in class org.eclipse.rdf4j.sail.memory.MemoryStore
 
cancelSyncTimer() - Method in class org.eclipse.rdf4j.sail.memory.MemoryStore
 
canChange(IRI, String) - Method in class org.eclipse.rdf4j.workbench.util.QueryStorage
Determines whether the user with the given userName is allowed to update or delete the given query.
canCreateLiteral(Object) - Static method in class org.eclipse.rdf4j.model.util.Literals
Helper method for determining whether a literal could be created from an object using a ValueFactory.
CanInvoke - Class in org.eclipse.rdf4j.spin.function.spif
 
CanInvoke() - Constructor for class org.eclipse.rdf4j.spin.function.spif.CanInvoke
 
CanInvoke(SpinParser) - Constructor for class org.eclipse.rdf4j.spin.function.spif.CanInvoke
 
CANNOTTELL - Static variable in class org.eclipse.rdf4j.model.vocabulary.EARL
 
canRead(IRI, String) - Method in class org.eclipse.rdf4j.workbench.util.QueryStorage
Determines whether the user with the given userName is allowed to read the given query.
canRemove() - Method in class org.eclipse.rdf4j.federated.optimizer.FilterOptimizer.FilterExprInsertVisitor
 
captureHeader(CSVReader) - Method in class org.eclipse.rdf4j.query.resultio.text.csv.SPARQLResultsCSVMappingStrategy
 
captureHeader(CSVReader) - Method in class org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLResultsTSVMappingStrategy
 
CAR - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
Deprecated.
CARDINALITY - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#cardinality
cardinality - Variable in class org.eclipse.rdf4j.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
cardinality() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.ExternalSet
Deprecated.
 
cardinality - Variable in class org.eclipse.rdf4j.sail.federation.optimizers.EvaluationStatistics.CardinalityCalculator
 
CardinalityCalculator() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
CardinalityCalculator() - Constructor for class org.eclipse.rdf4j.sail.federation.optimizers.EvaluationStatistics.CardinalityCalculator
 
CascadeValueExceptionTest - Class in org.eclipse.rdf4j.repository
 
CascadeValueExceptionTest() - Constructor for class org.eclipse.rdf4j.repository.CascadeValueExceptionTest
 
CASE_INSENSITIVE_DIRECTIVES - Static variable in class org.eclipse.rdf4j.rio.helpers.TurtleParserSettings
Allows the Turtle parser to recognize @BASE and @PREFIX in a similar way to the SPARQL case insensitive directives.
Cast - Class in org.eclipse.rdf4j.spin.function.spif
 
Cast() - Constructor for class org.eclipse.rdf4j.spin.function.spif.Cast
 
CAST_FUNCTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIF
 
CastFunction - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.xsd
Abstract superclass for Functions that cast an argument to an XML Schema datatype.
CastFunction() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.CastFunction
 
castToValueExpr(Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
CATALOG - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCAT
dcat:Catalog
CATALOG_RECORD - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCAT
dcat:CatalogRecord
CATEGORY - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:category
CATEGORY - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:category
cc - Variable in class org.eclipse.rdf4j.query.algebra.evaluation.impl.EvaluationStatistics
 
Ceil - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.numeric
The SPARQL built-in Function CEIL, as defined in SPARQL Query Language for RDF
Ceil() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.numeric.Ceil
 
ceil(Operand) - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
CEIL(operand)
ceiling(Statement) - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
CELL - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:Cell
CENTROID - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCAT
dcat:centroid
CHANGE_EVENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
void:ChangeEvent
CHANGE_NOTE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SKOS
The skos:changeNote property.
CHANGED_BY - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
void:changedBy
changeExceptionMessage(String, E, Class<E>) - Static method in class org.eclipse.rdf4j.federated.exception.ExceptionUtil
If possible change the message text of the specified exception.
CHANGES - Static variable in class org.eclipse.rdf4j.model.vocabulary.VANN
A reference to a resource that describes changes between this version of a vocabulary and the previous.
characteristics() - Method in class org.eclipse.rdf4j.model.util.ModelCollector
 
checkAccess(HTTPRepository) - Method in class org.eclipse.rdf4j.workbench.util.QueryStorage
Checks whether the current user/password credentials can really access the current repository.
checkCacheForStatementSourcesUpdateCache(SourceSelectionCache, List<Endpoint>, Resource, IRI, Value, QueryInfo, Resource...) - Static method in class org.eclipse.rdf4j.federated.cache.CacheUtils
Checks the cache for relevant statement sources to the provided statement.
checkCacheUpdateCache(SourceSelectionCache, List<Endpoint>, Resource, IRI, Value, QueryInfo, Resource...) - Static method in class org.eclipse.rdf4j.federated.cache.CacheUtils
Checks the cache if some endpoint can provide results to the subquery.
checkConsistency() - Method in class org.eclipse.rdf4j.sail.nativerdf.ValueStore
Deprecated.
Checks that every value has exactly one ID.
checkConstraint(Resource, Resource, QueryPreparer, SpinParser) - Static method in class org.eclipse.rdf4j.sail.spin.SpinInferencing
 
checkException() - Method in class org.eclipse.rdf4j.common.iteration.QueueIteration
 
CheckJoinTaskCreator(ControlledWorkerBoundJoin, FederationEvalStrategy, CheckStatementPattern) - Constructor for class org.eclipse.rdf4j.federated.evaluation.join.ControlledWorkerBoundJoin.CheckJoinTaskCreator
 
checkJSONP(HttpServletRequest, OutputStream) - Method in class org.eclipse.rdf4j.workbench.base.AbstractServlet
 
checkOrder - Variable in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLQueryTest
Deprecated.
 
checkPoints() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailGeoSPARQLTest
 
checkPolygons() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailGeoSPARQLTest
 
checkRepositoryURL() - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
checkServerURL() - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
CheckStatementPattern - Class in org.eclipse.rdf4j.federated.algebra
A statement pattern with no free variables when provided with some particular BindingSet in evaluate.
CheckStatementPattern(StatementTupleExpr, QueryInfo) - Constructor for class org.eclipse.rdf4j.federated.algebra.CheckStatementPattern
 
CheckTaskPair(Endpoint, StatementPattern, QueryInfo) - Constructor for class org.eclipse.rdf4j.federated.optimizer.SourceSelection.CheckTaskPair
 
checkTimeout() - Method in class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelExecutorBase
Checks whether the query execution has run into a timeout.
checkTripleType(JsonParser, String) - Method in class org.eclipse.rdf4j.query.resultio.sparqljson.AbstractSPARQLJSONParser
 
checkTripleType(JsonParser, String) - Method in class org.eclipse.rdf4j.query.resultio.sparqlstarjson.SPARQLStarResultsJSONParser
 
checkWritingStarted() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFWriter
Verify that writing has started.
CHILD - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:Child
CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#Class
CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#Class
CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:class
CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
Deprecated.
CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.VOID
void:class
CLASS_CONSTRAINT_COMPONENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:ClassConstraintComponent
CLASS_CONSTRAINT_COMPONENT_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:ClassConstraintComponent-class
CLASS_PARTITION - Static variable in class org.eclipse.rdf4j.model.vocabulary.VOID
void:classPartition
CLASSES - Static variable in class org.eclipse.rdf4j.model.vocabulary.VOID
void:classes
CLASSIFICATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
void:classification
ClassRioSetting<T> - Class in org.eclipse.rdf4j.rio.helpers
A RioSetting with a Class value.
ClassRioSetting(String, String, T) - Constructor for class org.eclipse.rdf4j.rio.helpers.ClassRioSetting
 
cleanSnapshots(int) - Method in class org.eclipse.rdf4j.sail.memory.model.MemStatementList
 
cleanSnapshotsFromContextStatements(int) - Method in class org.eclipse.rdf4j.sail.memory.model.MemBNode
 
cleanSnapshotsFromContextStatements(int) - Method in class org.eclipse.rdf4j.sail.memory.model.MemIRI
 
cleanSnapshotsFromContextStatements(int) - Method in interface org.eclipse.rdf4j.sail.memory.model.MemResource
Removes statements from old snapshots (those that have expired at or before the specified snapshot version) from this MemValue's list of statements for which it is the context.
cleanSnapshotsFromContextStatements(int) - Method in class org.eclipse.rdf4j.sail.memory.model.MemTriple
 
cleanSnapshotsFromObjectStatements(int) - Method in class org.eclipse.rdf4j.sail.memory.model.MemBNode
 
cleanSnapshotsFromObjectStatements(int) - Method in class org.eclipse.rdf4j.sail.memory.model.MemIRI
 
cleanSnapshotsFromObjectStatements(int) - Method in class org.eclipse.rdf4j.sail.memory.model.MemLiteral
 
cleanSnapshotsFromObjectStatements(int) - Method in class org.eclipse.rdf4j.sail.memory.model.MemTriple
 
cleanSnapshotsFromObjectStatements(int) - Method in interface org.eclipse.rdf4j.sail.memory.model.MemValue
Removes statements from old snapshots (those that have expired at or before the specified snapshot version) from this MemValue's list of statements for which it is the object.
cleanSnapshotsFromPredicateStatements(int) - Method in class org.eclipse.rdf4j.sail.memory.model.MemIRI
Removes statements from old snapshots (those that have expired at or before the specified snapshot version) from this MemValue's list of statements for which it is the predicate.
cleanSnapshotsFromSubjectStatements(int) - Method in class org.eclipse.rdf4j.sail.memory.model.MemBNode
 
cleanSnapshotsFromSubjectStatements(int) - Method in class org.eclipse.rdf4j.sail.memory.model.MemIRI
 
cleanSnapshotsFromSubjectStatements(int) - Method in interface org.eclipse.rdf4j.sail.memory.model.MemResource
Removes statements from old snapshots (those that have expired at or before the specified snapshot version) from this MemValue's list of statements for which it is the subject.
cleanSnapshotsFromSubjectStatements(int) - Method in class org.eclipse.rdf4j.sail.memory.model.MemTriple
 
cleanUp() - Method in class org.eclipse.rdf4j.sail.nativerdf.ConcurrentCache
 
cleanUpRepository(String) - Method in class org.eclipse.rdf4j.repository.manager.RepositoryManager
Deprecated.
cleanUpRepository(String) - Method in class org.eclipse.rdf4j.repository.manager.util.TypeFilteringRepositoryManager
 
cleanUpResources() - Method in class org.eclipse.rdf4j.http.server.ServerInterceptor
Clean up resources used in handling this request.
Clear - Class in org.eclipse.rdf4j.console.command
Clear command.
Clear(ConsoleIO, ConsoleState) - Constructor for class org.eclipse.rdf4j.console.command.Clear
Constructor
clear() - Method in interface org.eclipse.rdf4j.console.Setting
Clear setting
clear() - Method in class org.eclipse.rdf4j.console.setting.ConsoleSetting
 
clear() - Method in class org.eclipse.rdf4j.console.setting.Prefixes
 
clear(Resource...) - Method in class org.eclipse.rdf4j.federated.write.ReadOnlyWriteStrategy
 
clear(Resource...) - Method in class org.eclipse.rdf4j.federated.write.RepositoryWriteStrategy
 
clear(Resource...) - Method in interface org.eclipse.rdf4j.federated.write.WriteStrategy
 
clear(Resource...) - Method in class org.eclipse.rdf4j.lucene.spin.LuceneSpinSailConnection
Deprecated.
 
clear() - Method in class org.eclipse.rdf4j.model.impl.AbstractModel
 
clear(Resource...) - Method in class org.eclipse.rdf4j.model.impl.AbstractModel
 
clear(Resource...) - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
clear() - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
clear() - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
clear() - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
clear(Resource...) - Method in interface org.eclipse.rdf4j.model.Model
Removes statements with the specified context exist in this model.
Clear - Class in org.eclipse.rdf4j.query.algebra
 
Clear() - Constructor for class org.eclipse.rdf4j.query.algebra.Clear
 
Clear(ValueConstant) - Constructor for class org.eclipse.rdf4j.query.algebra.Clear
 
clear() - Method in class org.eclipse.rdf4j.query.impl.MapBindingSet
Removes all bindings from the binding set.
clear() - Method in class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
 
clear() - Method in class org.eclipse.rdf4j.query.impl.SimpleDataset
Removes all graph URIs (both default and named) from this dataset.
clear() - Method in class org.eclipse.rdf4j.query.parser.sparql.GraphPattern
Deprecated.
Removes all tuple expressions and constraints.
clear(Resource...) - Method in class org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
 
clear(Resource...) - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
clear(Resource...) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
 
clear(Resource...) - Method in class org.eclipse.rdf4j.repository.event.base.InterceptingRepositoryConnectionWrapper
 
clear(Resource...) - Method in class org.eclipse.rdf4j.repository.event.base.NotifyingRepositoryConnectionWrapper
 
clear(RepositoryConnection, Resource...) - Method in class org.eclipse.rdf4j.repository.event.base.RepositoryConnectionInterceptorAdapter
 
clear(RepositoryConnection, Resource...) - Method in class org.eclipse.rdf4j.repository.event.base.RepositoryConnectionListenerAdapter
 
clear(RepositoryConnection, Resource...) - Method in interface org.eclipse.rdf4j.repository.event.RepositoryConnectionInterceptor
 
clear(RepositoryConnection, Resource...) - Method in interface org.eclipse.rdf4j.repository.event.RepositoryConnectionListener
 
clear(RepositoryConnection, Resource...) - Method in class org.eclipse.rdf4j.repository.event.util.DebugRepositoryConnectionListener
 
clear(Resource...) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Removes all statements from a specific contexts in the repository.
clear(Resource...) - Method in class org.eclipse.rdf4j.repository.sail.SailRepositoryConnection
 
clear(Resource...) - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
 
clear() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
Clears any information that has been collected while parsing.
clear() - Method in class org.eclipse.rdf4j.rio.helpers.ContextStatementCollector
Clear the set of collected statements.
clear() - Method in class org.eclipse.rdf4j.rio.ntriples.NTriplesParser
 
clear(Resource...) - Method in interface org.eclipse.rdf4j.sail.base.SailSink
Removes all statements from the specified/all contexts.
clear() - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
 
clear(boolean, Resource[]) - Method in interface org.eclipse.rdf4j.sail.extensiblestore.DataStructureInterface
 
clear(boolean, Resource[]) - Method in class org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics.EvaluationStatisticsWrapper
 
clear() - Method in interface org.eclipse.rdf4j.sail.extensiblestore.NamespaceStoreInterface
 
clear(boolean, Resource[]) - Method in class org.eclipse.rdf4j.sail.extensiblestore.ReadCache
 
clear() - Method in class org.eclipse.rdf4j.sail.extensiblestore.SimpleMemoryNamespaceStore
 
clear(Resource...) - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
clear(Resource...) - Method in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapper
 
clear() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneIndex
 
clear(Resource[]) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSailBuffer
Deprecated.
 
clear(Resource...) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSailConnection
 
clear() - Method in interface org.eclipse.rdf4j.sail.lucene.SearchIndex
Clears the indexes.
clear() - Method in class org.eclipse.rdf4j.sail.memory.model.MemStatementList
 
clear() - Method in class org.eclipse.rdf4j.sail.memory.model.MemValueFactory
 
clear() - Method in class org.eclipse.rdf4j.sail.memory.model.WeakObjectRegistry
 
clear(Resource...) - Method in class org.eclipse.rdf4j.sail.model.SailModel
Deprecated.
 
clear() - Method in class org.eclipse.rdf4j.sail.nativerdf.btree.BTree
Removes all values from the B-Tree.
clear() - Method in class org.eclipse.rdf4j.sail.nativerdf.ConcurrentCache
 
clear() - Method in class org.eclipse.rdf4j.sail.nativerdf.datastore.DataFile
Discards all stored data.
clear() - Method in class org.eclipse.rdf4j.sail.nativerdf.datastore.DataStore
Removes all values from the DataStore.
clear() - Method in class org.eclipse.rdf4j.sail.nativerdf.datastore.HashFile
 
clear() - Method in class org.eclipse.rdf4j.sail.nativerdf.datastore.IDFile
Discards all stored data.
clear() - Method in class org.eclipse.rdf4j.sail.nativerdf.ValueStore
Deprecated.
Removes all values from the ValueStore.
clear(Resource...) - Method in interface org.eclipse.rdf4j.sail.SailConnection
Removes all statements from the specified/all contexts.
clear(Resource...) - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSailConnection
 
clear() - Method in class org.eclipse.rdf4j.sail.solr.SolrIndex
 
CLEAR() - Static method in class org.eclipse.rdf4j.sparqlbuilder.core.query.Queries
Creates a SPARQL CLEAR Query
CLEAR_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#Clear An Update operation that removes all triples from a specified graph.
clearBindings() - Method in class org.eclipse.rdf4j.federated.structures.FedXBooleanQuery
 
clearBindings() - Method in class org.eclipse.rdf4j.federated.structures.FedXGraphQuery
 
clearBindings() - Method in class org.eclipse.rdf4j.federated.structures.FedXTupleQuery
 
clearBindings() - Method in class org.eclipse.rdf4j.query.impl.AbstractOperation
 
clearBindings() - Method in interface org.eclipse.rdf4j.query.Operation
Removes all previously set bindings.
clearBindings() - Method in class org.eclipse.rdf4j.repository.sparql.query.SPARQLOperation
Deprecated.
 
clearBNodeIDMap() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
Deprecated.
Map is no longer used, call AbstractRDFParser.clear() instead.
clearCache() - Method in class org.eclipse.rdf4j.sail.extensiblestore.ReadCache
 
clearCache() - Method in class org.eclipse.rdf4j.sail.nativerdf.datastore.IDFile
 
ClearContextOperation(Resource[]) - Constructor for class org.eclipse.rdf4j.sail.lucene.LuceneSailBuffer.ClearContextOperation
Deprecated.
 
clearContexts(Resource...) - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
 
clearContexts(Resource...) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneIndex
 
clearContexts(Resource...) - Method in interface org.eclipse.rdf4j.sail.lucene.SearchIndex
This should be called from within a begin-commit-rollback block.
clearContexts(Resource...) - Method in class org.eclipse.rdf4j.sail.solr.SolrIndex
 
clearExcludeSet() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.SPARQLMinusIteration
 
clearHashTable() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.BottomUpJoinIterator
Deprecated.
 
clearIncludeSet() - Method in class org.eclipse.rdf4j.common.iteration.IntersectIteration
 
clearInferred(Resource...) - Method in class org.eclipse.rdf4j.sail.base.SailSourceConnection
 
clearInferred(Resource...) - Method in class org.eclipse.rdf4j.sail.extensiblestore.ExtensibleStoreConnection
 
clearInferred(Resource...) - Method in class org.eclipse.rdf4j.sail.inferencer.fc.DedupingInferencerConnection
 
clearInferred(Resource...) - Method in class org.eclipse.rdf4j.sail.inferencer.fc.SchemaCachingRDFSInferencerConnection
 
clearInferred(Resource...) - Method in interface org.eclipse.rdf4j.sail.inferencer.InferencerConnection
Removes all inferred statements from the specified/all contexts.
clearInferred(Resource...) - Method in class org.eclipse.rdf4j.sail.inferencer.InferencerConnectionWrapper
 
clearInferred(Resource...) - Method in class org.eclipse.rdf4j.sail.memory.MemoryStoreConnection
 
clearInferred(Resource...) - Method in class org.eclipse.rdf4j.sail.nativerdf.NativeStoreConnection
 
clearInternal(Resource...) - Method in class org.eclipse.rdf4j.federated.FedXConnection
 
clearInternal(Resource...) - Method in class org.eclipse.rdf4j.sail.base.SailSourceConnection
 
clearInternal(Resource...) - Method in class org.eclipse.rdf4j.sail.extensiblestore.ExtensibleStoreConnection
 
clearInternal(Resource...) - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
clearInternal(Resource...) - Method in class org.eclipse.rdf4j.sail.memory.MemoryStoreConnection
 
clearInternal(Resource...) - Method in class org.eclipse.rdf4j.sail.nativerdf.NativeStoreConnection
 
clearNamespaces() - Method in class org.eclipse.rdf4j.federated.write.ReadOnlyWriteStrategy
 
clearNamespaces() - Method in class org.eclipse.rdf4j.federated.write.RepositoryWriteStrategy
 
clearNamespaces() - Method in interface org.eclipse.rdf4j.federated.write.WriteStrategy
 
clearNamespaces() - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
clearNamespaces() - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
clearNamespaces() - Method in class org.eclipse.rdf4j.repository.event.base.InterceptingRepositoryConnectionWrapper
 
clearNamespaces() - Method in class org.eclipse.rdf4j.repository.event.base.NotifyingRepositoryConnectionWrapper
 
clearNamespaces(RepositoryConnection) - Method in class org.eclipse.rdf4j.repository.event.base.RepositoryConnectionInterceptorAdapter
 
clearNamespaces(RepositoryConnection) - Method in class org.eclipse.rdf4j.repository.event.base.RepositoryConnectionListenerAdapter
 
clearNamespaces(RepositoryConnection) - Method in interface org.eclipse.rdf4j.repository.event.RepositoryConnectionInterceptor
 
clearNamespaces(RepositoryConnection) - Method in interface org.eclipse.rdf4j.repository.event.RepositoryConnectionListener
 
clearNamespaces(RepositoryConnection) - Method in class org.eclipse.rdf4j.repository.event.util.DebugRepositoryConnectionListener
 
clearNamespaces() - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Removes all namespace declarations from the repository.
clearNamespaces() - Method in class org.eclipse.rdf4j.repository.sail.SailRepositoryConnection
 
clearNamespaces() - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
 
clearNamespaces() - Method in interface org.eclipse.rdf4j.sail.base.SailSink
Removes all namespace declarations from this SailSource.
clearNamespaces() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
clearNamespaces() - Method in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapper
 
clearNamespaces() - Method in interface org.eclipse.rdf4j.sail.SailConnection
Removes all namespace declarations from the repository.
clearNamespacesInternal() - Method in class org.eclipse.rdf4j.federated.FedXConnection
 
clearNamespacesInternal() - Method in class org.eclipse.rdf4j.sail.base.SailSourceConnection
 
clearNamespacesInternal() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
ClearNamespacesOperation - Class in org.eclipse.rdf4j.http.protocol.transaction.operations
Operation that removes all namespace declarations.
ClearNamespacesOperation() - Constructor for class org.eclipse.rdf4j.http.protocol.transaction.operations.ClearNamespacesOperation
 
ClearOperation - Class in org.eclipse.rdf4j.http.protocol.transaction.operations
Operation that clears the whole repository.
ClearOperation(Resource...) - Constructor for class org.eclipse.rdf4j.http.protocol.transaction.operations.ClearOperation
 
ClearOperation() - Constructor for class org.eclipse.rdf4j.sail.lucene.LuceneSailBuffer.ClearOperation
Deprecated.
 
ClearQuery - Class in org.eclipse.rdf4j.sparqlbuilder.core.query
A SPARQL CLEAR Query
ClearServlet - Class in org.eclipse.rdf4j.workbench.commands
 
ClearServlet() - Constructor for class org.eclipse.rdf4j.workbench.commands.ClearServlet
 
client - Variable in class org.eclipse.rdf4j.repository.sparql.query.SPARQLOperation
Deprecated.
 
ClientHTTPException - Exception in org.eclipse.rdf4j.http.server
HTTP-related exception indicating that an HTTP client has erred.
ClientHTTPException() - Constructor for exception org.eclipse.rdf4j.http.server.ClientHTTPException
Creates a ClientHTTPException with status code 400 "Bad Request".
ClientHTTPException(String) - Constructor for exception org.eclipse.rdf4j.http.server.ClientHTTPException
Creates a ClientHTTPException with status code 400 "Bad Request".
ClientHTTPException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.http.server.ClientHTTPException
Creates a ClientHTTPException with status code 400 "Bad Request".
ClientHTTPException(int) - Constructor for exception org.eclipse.rdf4j.http.server.ClientHTTPException
Creates a ClientHTTPException with the specified status code.
ClientHTTPException(int, String) - Constructor for exception org.eclipse.rdf4j.http.server.ClientHTTPException
Creates a ClientHTTPException with the specified status code.
ClientHTTPException(int, String, Throwable) - Constructor for exception org.eclipse.rdf4j.http.server.ClientHTTPException
Creates a ClientHTTPException with the specified status code.
ClientHTTPException(int, Throwable) - Constructor for exception org.eclipse.rdf4j.http.server.ClientHTTPException
Creates a ClientHTTPException with the specified status code.
clone() - Method in class org.eclipse.rdf4j.common.net.ParsedURI
Deprecated.
 
clone() - Method in class org.eclipse.rdf4j.common.webapp.navigation.Group
 
clone() - Method in class org.eclipse.rdf4j.common.webapp.navigation.NavigationModel
 
clone() - Method in class org.eclipse.rdf4j.common.webapp.navigation.View
 
clone() - Method in class org.eclipse.rdf4j.federated.algebra.CheckStatementPattern
 
clone() - Method in class org.eclipse.rdf4j.federated.algebra.ConjunctiveFilterExpr
 
clone() - Method in class org.eclipse.rdf4j.federated.algebra.ExclusiveArbitraryLengthPath
 
clone() - Method in class org.eclipse.rdf4j.federated.algebra.ExclusiveGroup
 
clone() - Method in class org.eclipse.rdf4j.federated.algebra.FedXService
 
clone() - Method in class org.eclipse.rdf4j.federated.algebra.FilterExpr
 
clone() - Method in class org.eclipse.rdf4j.federated.algebra.NJoin
 
clone() - Method in class org.eclipse.rdf4j.federated.algebra.NTuple
 
clone() - Method in class org.eclipse.rdf4j.federated.algebra.NUnion
 
clone() - Method in class org.eclipse.rdf4j.federated.algebra.PrecompiledQueryNode
 
clone() - Method in class org.eclipse.rdf4j.federated.algebra.SingleSourceQuery
 
clone() - Method in class org.eclipse.rdf4j.model.datatypes.XMLDateTime
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.AbstractAggregateOperator
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.Add
 
clone() - Method in interface org.eclipse.rdf4j.query.algebra.AggregateOperator
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.And
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.Avg
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.BinaryTupleOperator
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.BinaryValueOperator
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.BindingSetAssignment
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.BNodeGenerator
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.Bound
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.Clear
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.Compare
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.CompareAll
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.CompareAny
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.CompareSubQueryValueOperator
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.Copy
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.Count
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.Create
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.Datatype
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.DeleteData
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.Difference
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.Distinct
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.EmptySet
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.ExternalSet
Deprecated.
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.Exists
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.Extension
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.ExtensionElem
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.Filter
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.FunctionCall
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.Group
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.GroupConcat
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.GroupElem
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.If
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.In
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.InsertData
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.Intersection
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.IRIFunction
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.IsBNode
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.IsLiteral
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.IsNumeric
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.IsResource
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.IsURI
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.Join
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.Label
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.Lang
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.LangMatches
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.LeftJoin
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.Like
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.ListMemberOperator
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.Load
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.LocalName
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.MathExpr
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.Max
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.Min
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.Modify
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.Move
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.MultiProjection
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.Namespace
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.NAryValueOperator
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.Not
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.Or
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.Order
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.OrderElem
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.Projection
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElem
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElemList
 
clone() - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelNode
Returns a (deep) clone of this query model node.
clone() - Method in class org.eclipse.rdf4j.query.algebra.QueryRoot
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.Reduced
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.Regex
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.SameTerm
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.Sample
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.Service
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.SingletonSet
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.Slice
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.StatementPattern
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.Str
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.SubQueryValueOperator
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.Sum
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.TripleRef
 
clone() - Method in interface org.eclipse.rdf4j.query.algebra.TupleExpr
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.UnaryTupleOperator
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.UnaryValueOperator
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.Union
 
clone() - Method in interface org.eclipse.rdf4j.query.algebra.UpdateExpr
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.ValueConstant
 
clone() - Method in interface org.eclipse.rdf4j.query.algebra.ValueExpr
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.ValueExprTripleRef
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.Var
 
clone() - Method in class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
 
clone() - Method in class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
 
clone() - Method in class org.eclipse.rdf4j.sail.federation.algebra.AbstractNaryOperator
 
clone() - Method in class org.eclipse.rdf4j.sail.federation.algebra.AbstractNaryTupleOperator
 
clone() - Method in class org.eclipse.rdf4j.sail.federation.algebra.NaryJoin
 
close() - Method in class org.eclipse.rdf4j.common.app.logging.base.LogConverterHandler
 
close() - Method in class org.eclipse.rdf4j.common.io.IndentingWriter
 
close() - Method in class org.eclipse.rdf4j.common.io.NioFile
 
close() - Method in class org.eclipse.rdf4j.common.io.UncloseableInputStream
 
close() - Method in class org.eclipse.rdf4j.common.io.UncloseableOutputStream
 
close() - Method in class org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration
Calls AbstractCloseableIteration.handleClose() upon first call and makes sure the resource closures are only executed once.
close() - Method in interface org.eclipse.rdf4j.common.iteration.CloseableIteration
Closes this iteration, freeing any resources that it is holding.
close() - Method in class org.eclipse.rdf4j.common.iteration.IteratorCloseableIteration
Deprecated.
 
close() - Method in class org.eclipse.rdf4j.common.iterator.AbstractCloseableIterator
Calls AbstractCloseableIterator.handleClose() upon first call and makes sure this method gets called only once.
close() - Method in class org.eclipse.rdf4j.common.iterator.CloseableIterationIterator
 
Close - Class in org.eclipse.rdf4j.console.command
Close command
Close(ConsoleIO, ConsoleState) - Constructor for class org.eclipse.rdf4j.console.command.Close
Constructor
close() - Method in class org.eclipse.rdf4j.federated.endpoint.EndpointBase.ManagedRepositoryConnection
 
close() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.ConsumingIteration
 
close() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.LazyMutableClosableIteration
 
close() - Method in class org.eclipse.rdf4j.federated.structures.QueryInfo
Close this query.
close() - Method in class org.eclipse.rdf4j.federated.write.ReadOnlyWriteStrategy
 
close() - Method in class org.eclipse.rdf4j.federated.write.RepositoryWriteStrategy
 
close() - Method in interface org.eclipse.rdf4j.federated.write.WriteStrategy
Close this write strategy (e.g.
close() - Method in class org.eclipse.rdf4j.http.client.BackgroundResultExecutor
Force close any executing background result parsers
close() - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
close() - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
close() - Method in class org.eclipse.rdf4j.lucene.spin.LuceneSpinSailConnection
Deprecated.
 
close() - Method in class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
 
close() - Method in class org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
 
close() - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
close() - Method in class org.eclipse.rdf4j.repository.event.base.InterceptingRepositoryConnectionWrapper
 
close() - Method in class org.eclipse.rdf4j.repository.event.base.NotifyingRepositoryConnectionWrapper
 
close(RepositoryConnection) - Method in class org.eclipse.rdf4j.repository.event.base.RepositoryConnectionInterceptorAdapter
 
close(RepositoryConnection) - Method in class org.eclipse.rdf4j.repository.event.base.RepositoryConnectionListenerAdapter
 
close(RepositoryConnection) - Method in interface org.eclipse.rdf4j.repository.event.RepositoryConnectionInterceptor
 
close(RepositoryConnection) - Method in interface org.eclipse.rdf4j.repository.event.RepositoryConnectionListener
 
close(RepositoryConnection) - Method in class org.eclipse.rdf4j.repository.event.util.DebugRepositoryConnectionListener
 
close() - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Closes the connection, freeing resources.
close() - Method in class org.eclipse.rdf4j.repository.sail.SailRepositoryConnection
 
close() - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
 
close() - Method in class org.eclipse.rdf4j.rio.rdfxml.util.RDFXMLPrettyWriter
 
close() - Method in class org.eclipse.rdf4j.sail.base.BackingSailSource
 
close() - Method in interface org.eclipse.rdf4j.sail.base.SailClosable
Closes this resource, relinquishing any underlying resources.
close() - Method in interface org.eclipse.rdf4j.sail.base.SailDataset
Called when this SailDataset is no longer is used, such as when a read operation is complete.
close() - Method in class org.eclipse.rdf4j.sail.base.SnapshotSailStore
 
close() - Method in class org.eclipse.rdf4j.sail.elasticsearchstore.SingletonClientProvider
 
close() - Method in class org.eclipse.rdf4j.sail.elasticsearchstore.UserProvidedClientProvider
 
close() - Method in class org.eclipse.rdf4j.sail.extensiblestore.ExtensibleSailStore
 
close() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
close() - Method in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapper
 
close() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractReaderMonitor
 
close() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSailConnection
 
close() - Method in class org.eclipse.rdf4j.sail.nativerdf.btree.BTree
Closes any opened files and release any resources used by this B-Tree.
close() - Method in interface org.eclipse.rdf4j.sail.nativerdf.btree.RecordIterator
Closes the iterator, freeing any resources that it uses.
close() - Method in class org.eclipse.rdf4j.sail.nativerdf.datastore.DataFile
Closes the data file, releasing any file locks that it might have.
close() - Method in class org.eclipse.rdf4j.sail.nativerdf.datastore.DataStore
Closes the DataStore, releasing any file references, etc.
close() - Method in class org.eclipse.rdf4j.sail.nativerdf.datastore.HashFile
 
close() - Method in class org.eclipse.rdf4j.sail.nativerdf.datastore.HashFile.IDIterator
 
close() - Method in class org.eclipse.rdf4j.sail.nativerdf.datastore.IDFile
Closes the ID file, releasing any file locks that it might have.
close() - Method in class org.eclipse.rdf4j.sail.nativerdf.ValueStore
Deprecated.
Closes the ValueStore, releasing any file references, etc.
close() - Method in interface org.eclipse.rdf4j.sail.SailConnection
Closes the connection.
close() - Method in class org.eclipse.rdf4j.sail.shacl.CloseablePeakableIteration
Deprecated.
 
close() - Method in class org.eclipse.rdf4j.sail.shacl.ConnectionsGroup
Deprecated.
 
close() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.FilterPlanNode
 
close() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.InnerJoin
 
close() - Method in interface org.eclipse.rdf4j.sail.shacl.planNodes.MultiStreamPlanNode
 
close() - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSailConnection
 
close(Iterator<?>) - Static method in class org.eclipse.rdf4j.util.iterators.Iterators
Closes the given iterator if it implements Closeable else do nothing.
CLOSE_MATCH - Static variable in class org.eclipse.rdf4j.model.vocabulary.SKOS
The skos:closeMatch relation.
CloseableIteration<E,X extends Exception> - Interface in org.eclipse.rdf4j.common.iteration
An Iteration that can be closed to free resources that it is holding.
CloseableIterationBase<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
Deprecated.
since 2.0. Use AbstractCloseableIteration instead.
CloseableIterationBase() - Constructor for class org.eclipse.rdf4j.common.iteration.CloseableIterationBase
Deprecated.
 
CloseableIterationIterator<E> - Class in org.eclipse.rdf4j.common.iterator
Wraps an Iteration as an Iterator.
CloseableIterationIterator(Iteration<? extends E, ? extends RuntimeException>) - Constructor for class org.eclipse.rdf4j.common.iterator.CloseableIterationIterator
 
CloseableIteratorBase<E> - Class in org.eclipse.rdf4j.common.iterator
Deprecated.
since 2.0. Use AbstractCloseableIterator instead.
CloseableIteratorBase() - Constructor for class org.eclipse.rdf4j.common.iterator.CloseableIteratorBase
Deprecated.
 
CloseableIteratorIteration<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
An Iteration that can convert an Iterator to a CloseableIteration.
CloseableIteratorIteration() - Constructor for class org.eclipse.rdf4j.common.iteration.CloseableIteratorIteration
Creates an uninitialized CloseableIteratorIteration, needs to be initialized by calling CloseableIteratorIteration.setIterator(Iterator) before it can be used.
CloseableIteratorIteration(Iterator<? extends E>) - Constructor for class org.eclipse.rdf4j.common.iteration.CloseableIteratorIteration
Creates a CloseableIteratorIteration that wraps the supplied iterator.
CloseablePeakableIteration<E,X extends Exception> - Class in org.eclipse.rdf4j.sail.shacl
Deprecated.
since 3.0. This feature is for internal use only: its existence, signature or behavior may change without warning from one release to the next.
CloseablePeakableIteration(CloseableIteration<E, X>) - Constructor for class org.eclipse.rdf4j.sail.shacl.CloseablePeakableIteration
Deprecated.
 
closeActiveContext() - Method in class org.eclipse.rdf4j.rio.trig.TriGWriter
 
closeCloseable(Iteration<?, X>) - Static method in class org.eclipse.rdf4j.common.iteration.Iterations
Closes the supplied Iteration if it is an instance of CloseableIteration, otherwise the request is ignored.
closed - Variable in class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelExecutorBase
 
CLOSED - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:closed
closed - Variable in class org.eclipse.rdf4j.repository.sparql.federation.JoinExecutorBase
Deprecated.
CLOSED_CONSTRAINT_COMPONENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:ClosedConstraintComponent
CLOSED_CONSTRAINT_COMPONENT_CLOSED - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:ClosedConstraintComponent-closed
CLOSED_CONSTRAINT_COMPONENT_IGNORED_PROPERTIES - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:ClosedConstraintComponent-ignoredProperties
CloseDependentConnectionIteration<T> - Class in org.eclipse.rdf4j.federated.evaluation.iterator
A wrapping iteration that attempts to close the dependent RepositoryConnection after consumption.
CloseDependentConnectionIteration(CloseableIteration<T, QueryEvaluationException>, RepositoryConnection) - Constructor for class org.eclipse.rdf4j.federated.evaluation.iterator.CloseDependentConnectionIteration
 
closeGroup() - Method in class org.eclipse.rdf4j.queryrender.builder.GroupBuilder
Deprecated.
 
closeHashValue(Iterator<E>) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.HashJoinIteration
Utility methods to clear-up in case not using in-memory hash table.
closeInternal() - Method in class org.eclipse.rdf4j.federated.FedXConnection
 
closeInternal() - Method in class org.eclipse.rdf4j.sail.base.SailSourceConnection
 
closeInternal() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
closeIterator(Iterator<?>) - Method in class org.eclipse.rdf4j.model.impl.AbstractModel
Cleans up any resources used by this iterator.
closeIterator(Iterator<?>) - Method in class org.eclipse.rdf4j.sail.model.SailModel
Deprecated.
 
closeManagedConnection() - Method in class org.eclipse.rdf4j.federated.endpoint.EndpointBase.ManagedRepositoryConnection
 
closePreviousStatement() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleWriter
 
closeRepository(boolean) - Method in class org.eclipse.rdf4j.console.command.Close
Close repository
closeSilently(Iterator<?>) - Static method in class org.eclipse.rdf4j.util.iterators.Iterators
Closes the given iterator, swallowing any IOExceptions, if it implements Closeable else do nothing.
closeUnion() - Method in class org.eclipse.rdf4j.queryrender.builder.UnionBuilder
Deprecated.
Close this union and return it's parent group builder.
closeWhenPossible() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractReaderMonitor
This method is called in LecenIndex invalidateReaders or on commit
clusterName - Static variable in class org.eclipse.rdf4j.sail.elasticsearchstore.config.ElasticsearchStoreSchema
 
COALESCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
Coalesce - Class in org.eclipse.rdf4j.query.algebra
 
Coalesce() - Constructor for class org.eclipse.rdf4j.query.algebra.Coalesce
 
Coalesce(List<ValueExpr>) - Constructor for class org.eclipse.rdf4j.query.algebra.Coalesce
 
coalesce(Operand...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
COALESCE(operand1, operand2, ...
CodePointIterator - Class in org.eclipse.rdf4j.rio.helpers
Helper class for quickly iterating over a String and receiving each character code point (taking care to handle surrogate pairs correctly).
CodePointIterator(String) - Constructor for class org.eclipse.rdf4j.rio.helpers.CodePointIterator
 
CodePointSequence - Class in org.eclipse.rdf4j.rio.helpers
Helper class for working with Strings as sequences of Unicode code points.
CodePointSequence(String) - Constructor for class org.eclipse.rdf4j.rio.helpers.CodePointSequence
 
collapseWhiteSpace(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Replaces all contiguous sequences of #x9 (tab), #xA (line feed) and #xD (carriage return) with a single #x20 (space) character, and removes any leading and trailing whitespace characters, as specified for whiteSpace facet collapse.
COLLEAGUE - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:Colleague
COLLECTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
COLLECTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:Collection
COLLECTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SKOS
The skos:Collection class
collection - Variable in class org.eclipse.rdf4j.repository.sparql.federation.CollectionIteration
 
COLLECTION_PROP - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
CollectionIteration<E,X extends Exception> - Class in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Deprecated.
since 2.3 use CollectionIteration
CollectionIteration(Collection<E>) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.iterator.CollectionIteration
Deprecated.
 
CollectionIteration<E,X extends Exception> - Class in org.eclipse.rdf4j.repository.sparql.federation
An iteration to access a materialized Collection of BindingSets.
CollectionIteration(Collection<E>) - Constructor for class org.eclipse.rdf4j.repository.sparql.federation.CollectionIteration
 
collectJoinArgs(TupleExpr, List<TupleExpr>) - Static method in class org.eclipse.rdf4j.federated.optimizer.OptimizerUtil
Collect join arguments by descending the query tree (recursively).
colonReplacement - Variable in class org.eclipse.rdf4j.common.platform.AbstractPlatform
 
COLUMN_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#Column Provides metadata about a column in the result set of a (SPARQL) query, for example of the body queries of SPIN templates.
COLUMN_INDEX_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#columnIndex The index of a column (from left to right) starting at 0.
COLUMN_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#column Can link a TableDataProvider (esp.
COLUMN_TYPE_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#columnType The datatype or resource type of a spin:Column.
COLUMN_WIDTH_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#columnWidth The preferred width of the associated Column, for display purposes.
combiner() - Method in class org.eclipse.rdf4j.model.util.ModelCollector
 
Command - Interface in org.eclipse.rdf4j.console
Abstraction of console commands.
COMMAND_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#Command A shared superclass for sp:Query and sp:Update that can be used to specify that the range of property can be either one.
COMMAND_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#command Can be used to link a resource with a SPARQL query or update request (sp:Command).
CommandNotExistsException(String) - Constructor for exception org.eclipse.rdf4j.common.platform.ProcessLauncher.CommandNotExistsException
Deprecated.
Construct a new exception for a command that does not exist.
comment(String) - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Writes a comment.
COMMENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#comment
COMMERCIALIZE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
Deprecated.
commit() - Method in class org.eclipse.rdf4j.federated.write.ReadOnlyWriteStrategy
 
commit() - Method in class org.eclipse.rdf4j.federated.write.RepositoryWriteStrategy
 
commit() - Method in interface org.eclipse.rdf4j.federated.write.WriteStrategy
Commit a transaction.
commit() - Method in class org.eclipse.rdf4j.lucene.spin.LuceneSpinSailConnection
Deprecated.
 
commit() - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
commit() - Method in class org.eclipse.rdf4j.repository.event.base.InterceptingRepositoryConnectionWrapper
 
commit() - Method in class org.eclipse.rdf4j.repository.event.base.NotifyingRepositoryConnectionWrapper
 
commit(RepositoryConnection) - Method in class org.eclipse.rdf4j.repository.event.base.RepositoryConnectionInterceptorAdapter
 
commit(RepositoryConnection) - Method in class org.eclipse.rdf4j.repository.event.base.RepositoryConnectionListenerAdapter
 
commit(RepositoryConnection) - Method in interface org.eclipse.rdf4j.repository.event.RepositoryConnectionInterceptor
 
commit(RepositoryConnection) - Method in interface org.eclipse.rdf4j.repository.event.RepositoryConnectionListener
 
commit(RepositoryConnection) - Method in class org.eclipse.rdf4j.repository.event.util.DebugRepositoryConnectionListener
 
commit() - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Commits the active transaction.
commit() - Method in class org.eclipse.rdf4j.repository.sail.SailRepositoryConnection
 
commit() - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
 
commit() - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
 
commit() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
commit() - Method in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapper
 
commit() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.DedupingInferencerConnection
 
commit() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.SchemaCachingRDFSInferencerConnection
 
commit() - Method in class org.eclipse.rdf4j.sail.inferencer.InferencerConnectionWrapper
Calls InferencerConnectionWrapper.flushUpdates() before forwarding the call to the wrapped connection.
commit() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneIndex
Commits any changes done to the LuceneIndex since the last commit.
commit() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSailConnection
 
commit() - Method in interface org.eclipse.rdf4j.sail.lucene.SearchIndex
Commits any changes done to the LuceneIndex since the last commit.The semantics is synchronous to SailConnection.commit(), i.e.
commit() - Method in interface org.eclipse.rdf4j.sail.SailConnection
Commits any updates that have been performed since the last time SailConnection.commit() or SailConnection.rollback() was called.
commit() - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSailConnection
 
commit() - Method in class org.eclipse.rdf4j.sail.solr.SolrIndex
 
commitInternal() - Method in class org.eclipse.rdf4j.federated.FedXConnection
 
commitInternal() - Method in class org.eclipse.rdf4j.sail.base.SailSourceConnection
 
commitInternal() - Method in class org.eclipse.rdf4j.sail.extensiblestore.ExtensibleStoreConnection
 
commitInternal() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
commitInternal() - Method in class org.eclipse.rdf4j.sail.memory.MemoryStoreConnection
 
commitInternal() - Method in class org.eclipse.rdf4j.sail.nativerdf.NativeStoreConnection
 
commitTransaction() - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
CommonValuesHandlerInterceptor - Class in org.eclipse.rdf4j.common.webapp
Interceptor that inserts some commonly used values into the model.
CommonValuesHandlerInterceptor() - Constructor for class org.eclipse.rdf4j.common.webapp.CommonValuesHandlerInterceptor
 
COMMUNICATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:Communication
COMPACT_ARRAYS - Static variable in class org.eclipse.rdf4j.rio.helpers.JSONLDSettings
If set to true, the JSON-LD processor replaces arrays with just one element with that element during compaction.
companyName - Variable in class org.eclipse.rdf4j.federated.util.Version
 
comparator() - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
compare(TupleExpr, TupleExpr) - Method in class org.eclipse.rdf4j.federated.optimizer.NaryJoinArgumentsComparator
 
compare(String, String, IRI) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
 
compare(Value, Value) - Method in class org.eclipse.rdf4j.model.util.LexicalValueComparator
 
Compare - Class in org.eclipse.rdf4j.query.algebra
A comparison between two values.
Compare() - Constructor for class org.eclipse.rdf4j.query.algebra.Compare
 
Compare(ValueExpr, ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Compare
 
Compare(ValueExpr, ValueExpr, Compare.CompareOp) - Constructor for class org.eclipse.rdf4j.query.algebra.Compare
 
compare(BindingSet, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.util.OrderComparator
 
compare(Value, Value, Compare.CompareOp) - Static method in class org.eclipse.rdf4j.query.algebra.evaluation.util.QueryEvaluationUtil
 
compare(Value, Value, Compare.CompareOp, boolean) - Static method in class org.eclipse.rdf4j.query.algebra.evaluation.util.QueryEvaluationUtil
 
compare(Value, Value) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.util.ValueComparator
 
Compare.CompareOp - Enum in org.eclipse.rdf4j.query.algebra
 
CompareAll - Class in org.eclipse.rdf4j.query.algebra
 
CompareAll() - Constructor for class org.eclipse.rdf4j.query.algebra.CompareAll
 
CompareAll(ValueExpr, TupleExpr, Compare.CompareOp) - Constructor for class org.eclipse.rdf4j.query.algebra.CompareAll
 
CompareAny - Class in org.eclipse.rdf4j.query.algebra
 
CompareAny() - Constructor for class org.eclipse.rdf4j.query.algebra.CompareAny
 
CompareAny(ValueExpr, TupleExpr, Compare.CompareOp) - Constructor for class org.eclipse.rdf4j.query.algebra.CompareAny
 
compareBTreeValues(byte[], byte[], int, int) - Method in class org.eclipse.rdf4j.sail.nativerdf.btree.DefaultRecordComparator
 
compareBTreeValues(byte[], byte[], int, int) - Method in interface org.eclipse.rdf4j.sail.nativerdf.btree.RecordComparator
Compares the supplied key to the value of length length, starting at offset offset in the supplied data array.
compareBytes(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
 
compareCanonicalDecimals(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Compares two canonical decimals to each other.
compareCanonicalDoubles(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Compares two canonical doubles to eachother.
compareCanonicalFloats(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Compares two canonical floats to each other.
compareCanonicalFPNumbers(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Compares two canonical floating point numbers to each other.
compareCanonicalIntegers(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Compares two canonical integers to each other.
compareDateTime(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Compares two dateTime objects.
compareDecimals(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Compares two decimals to eachother.
compareDoubles(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Compares two doubles to each other.
compareFloats(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Compares two floats to each other.
compareFPNumbers(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Compares two floating point numbers to eachother.
compareGraphs(Iterable<Statement>, Iterable<Statement>) - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLComplianceTest
 
compareGraphs(Set<Statement>, Set<Statement>) - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLQueryTest
Deprecated.
 
compareIntegers(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Compares two integers to each other.
compareInts(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
 
compareLiterals(Literal, Literal, Compare.CompareOp) - Static method in class org.eclipse.rdf4j.query.algebra.evaluation.util.QueryEvaluationUtil
Compares the supplied Literal arguments using the supplied operator, using strict (minimally-conforming) SPARQL 1.1 operator behavior.
compareLiterals(Literal, Literal, Compare.CompareOp, boolean) - Static method in class org.eclipse.rdf4j.query.algebra.evaluation.util.QueryEvaluationUtil
Compares the supplied Literal arguments using the supplied operator.
compareLongs(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
 
compareNegativeIntegers(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
 
compareNonNegativeIntegers(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
 
compareNonPositiveIntegers(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
 
CompareOptimizer - Class in org.eclipse.rdf4j.query.algebra.evaluation.impl
A query optimizer that replaces Compare operators with SameTerms, if possible.
CompareOptimizer() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.CompareOptimizer
 
CompareOptimizer.CompareVisitor - Class in org.eclipse.rdf4j.query.algebra.evaluation.impl
 
comparePositiveIntegers(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
 
compareRegion(byte[], int, byte[], int, int) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
Compares two regions of bytes, indicating whether one is larger than the other.
compareShorts(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
 
CompareSubQueryValueOperator - Class in org.eclipse.rdf4j.query.algebra
 
CompareSubQueryValueOperator() - Constructor for class org.eclipse.rdf4j.query.algebra.CompareSubQueryValueOperator
 
CompareSubQueryValueOperator(ValueExpr, TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.CompareSubQueryValueOperator
 
compareTo(AppVersion) - Method in class org.eclipse.rdf4j.common.app.AppVersion
Compares two version numbers according to their major, minor, patch and milestone version numbers, ordering from oldest to newest version.
compareTo(XMLDateTime) - Method in class org.eclipse.rdf4j.model.datatypes.XMLDateTime
Compares this DateTime object to another DateTime object.
compareTo(Namespace) - Method in class org.eclipse.rdf4j.model.impl.SimpleNamespace
 
compareTo(RepositoryInfo) - Method in class org.eclipse.rdf4j.repository.manager.RepositoryInfo
 
compareTo(Tuple) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.Tuple
 
compareTupleQueryResults(TupleQueryResult, TupleQueryResult) - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLQueryTest
Deprecated.
 
compareUnsignedBytes(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
 
compareUnsignedInts(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
 
compareUnsignedLongs(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
 
compareUnsignedShorts(String, String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
 
CompareVisitor() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.CompareOptimizer.CompareVisitor
 
compatibleArguments(Literal, Literal) - Static method in class org.eclipse.rdf4j.query.algebra.evaluation.util.QueryEvaluationUtil
Checks whether the supplied two literal arguments are 'argument compatible' according to the SPARQL definition.
CompatibleBindingSetFilter - Class in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Deprecated. 
CompatibleBindingSetFilter(CloseableIteration<BindingSet, QueryEvaluationException>, BindingSet) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.iterator.CompatibleBindingSetFilter
Deprecated.
 
COMPENSATE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:compensate
COMPENSATED_PARTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:compensatedParty
COMPENSATING_PARTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:compensatingParty
COMPLEMENTOF - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#complementOf
ComplexSPARQLQueryTest - Class in org.eclipse.rdf4j.query.parser.sparql
A set of compliance tests on SPARQL query functionality which can not be easily executed using the SPARQL11ManifestTest format.
ComplexSPARQLQueryTest() - Constructor for class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
COMPRESS_FORMAT - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCAT
dcat:compressFormat
compute(Literal, Literal, MathExpr.MathOp) - Static method in class org.eclipse.rdf4j.query.algebra.evaluation.util.MathUtil
Computes the result of applying the supplied math operator on the supplied left and right operand.
compute(Literal, Literal, MathExpr.MathOp) - Static method in class org.eclipse.rdf4j.query.algebra.evaluation.util.XMLDatatypeMathUtil
Computes the result of applying the supplied math operator on the supplied left and right operand.
computeResult() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.IndependentJoingroupBindingsIteration
 
computeResult() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.IndependentJoingroupBindingsIteration2
 
computeResult() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.IndependentJoingroupBindingsIteration3
 
con - Variable in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
con - Variable in class org.eclipse.rdf4j.repository.util.RDFInserter
The connection to use for the add operations.
con - Variable in class org.eclipse.rdf4j.sail.RDFStoreTest
 
concat(String...) - Static method in class org.eclipse.rdf4j.common.text.StringUtil
Concatenate a number of Strings.
CONCAT - Static variable in class org.eclipse.rdf4j.model.vocabulary.APF
 
CONCAT - Static variable in class org.eclipse.rdf4j.model.vocabulary.FN
fn:concat
Concat - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.string
The SPARQL built-in Function CONCAT, as defined in SPARQL Query Language for RDF
Concat() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.string.Concat
 
concat(Operand...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
CONCAT(operand1, operand2, ...
Concat - Class in org.eclipse.rdf4j.spin.function
Extended version of concat for SPIN.
Concat() - Constructor for class org.eclipse.rdf4j.spin.function.Concat
 
concatMbox - Variable in class org.eclipse.rdf4j.repository.SparqlAggregatesTest
 
concatOptionalMbox - Variable in class org.eclipse.rdf4j.repository.SparqlAggregatesTest
 
ConcatTupleFunction - Class in org.eclipse.rdf4j.spin.function.apf
 
ConcatTupleFunction() - Constructor for class org.eclipse.rdf4j.spin.function.apf.ConcatTupleFunction
 
CONCEPT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SKOS
The skos:Concept class
CONCEPT_SCHEME - Static variable in class org.eclipse.rdf4j.model.vocabulary.SKOS
The skos:ConceptScheme class
CONCURRENT_USE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:concurrentUse
ConcurrentCache<K,V> - Class in org.eclipse.rdf4j.sail.nativerdf
Limited-size concurrent cache.
ConcurrentCache(int) - Constructor for class org.eclipse.rdf4j.sail.nativerdf.ConcurrentCache
 
conditionalCommit(boolean) - Method in class org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
Invokes RepositoryConnection.commit() if supplied boolean condition is true.
conditionalRollback(boolean) - Method in class org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
Invokes RepositoryConnection.rollback() if supplied boolean condition is true.
config - Variable in class org.eclipse.rdf4j.federated.FedXFactory
 
CONFIG - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
Relative location of the config resource.
config - Variable in class org.eclipse.rdf4j.workbench.base.AbstractServlet
 
CONFIG_DATA_KEY - Static variable in class org.eclipse.rdf4j.http.server.repository.config.ConfigView
 
ConfigController - Class in org.eclipse.rdf4j.http.server.repository.config
Handles requests related to repository configuration.
ConfigController() - Constructor for class org.eclipse.rdf4j.http.server.repository.config.ConfigController
 
ConfigTemplate - Class in org.eclipse.rdf4j.repository.config
 
ConfigTemplate(String) - Constructor for class org.eclipse.rdf4j.repository.config.ConfigTemplate
 
Configuration - Interface in org.eclipse.rdf4j.common.app.config
Application configuration interface
ConfigurationUtil - Class in org.eclipse.rdf4j.common.app.util
Configuration helper class
ConfigurationUtil() - Constructor for class org.eclipse.rdf4j.common.app.util.ConfigurationUtil
 
configure(LuceneSail) - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailGeoSPARQLTest
 
configure(LuceneSail) - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailIndexedPropertiesTest
 
configure(LuceneSail) - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailTest
 
configureInference(Query, QueryInfo) - Method in class org.eclipse.rdf4j.federated.evaluation.TripleSourceBase
Set includeInferred depending on QueryInfo.getIncludeInferred()
ConfigView - Class in org.eclipse.rdf4j.http.server.repository.config
View used to export a repository config.
CONFLICT - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:conflict
CONFLICT_TERM - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:ConflictTerm
CONFORMS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:conforms
conforms() - Method in class org.eclipse.rdf4j.sail.shacl.results.lazy.LazyValidationReport
Deprecated.
 
conforms() - Method in class org.eclipse.rdf4j.sail.shacl.results.lazy.ValidationResultIterator
Deprecated.
 
conforms - Variable in class org.eclipse.rdf4j.sail.shacl.results.ValidationReport
Deprecated.
 
conforms() - Method in class org.eclipse.rdf4j.sail.shacl.results.ValidationReport
Deprecated.
 
conforms - Variable in class org.eclipse.rdf4j.shacl.manifest.AbstractSHACLTest
Deprecated.
 
CONFORMS_TO - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/conformsTo
ConjunctiveConstraintSplitter - Class in org.eclipse.rdf4j.query.algebra.evaluation.impl
Splits conjunctive constraints into seperate constraints.
ConjunctiveConstraintSplitter() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.ConjunctiveConstraintSplitter
 
ConjunctiveConstraintSplitter.ConstraintVisitor - Class in org.eclipse.rdf4j.query.algebra.evaluation.impl
 
ConjunctiveFilterExpr - Class in org.eclipse.rdf4j.federated.algebra
ConjunctiveFilterExpr maintains a list of conjunctive (i.e.
ConjunctiveFilterExpr(FilterExpr, FilterExpr) - Constructor for class org.eclipse.rdf4j.federated.algebra.ConjunctiveFilterExpr
 
ConjunctiveFilterExpr(Collection<FilterExpr>) - Constructor for class org.eclipse.rdf4j.federated.algebra.ConjunctiveFilterExpr
 
conn - Variable in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
Connect - Class in org.eclipse.rdf4j.console.command
Connect command
Connect(ConsoleIO, ConsoleState, Disconnect) - Constructor for class org.eclipse.rdf4j.console.command.Connect
Constructor
connectDefault() - Method in class org.eclipse.rdf4j.console.command.Connect
Connect to default repository
CONNECTION_KEY - Static variable in class org.eclipse.rdf4j.http.server.repository.QueryResultView
Key by which the current RepositoryConnection is stored in the Model.
CONNECTION_KEY - Static variable in class org.eclipse.rdf4j.http.server.repository.statements.ExportStatementsView
 
CONNECTION_TIME_OUT - Static variable in class org.eclipse.rdf4j.sail.config.SailConfigSchema
http://www.openrdf.org/config/sail#connectionTimeOut
connectionClosed(SailConnection) - Method in class org.eclipse.rdf4j.federated.FedXConnection.SailBaseDefaultImpl
 
connectionClosed(SailConnection) - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSail
Signals to the store that the supplied connection has been closed; called by AbstractSailConnection.close().
connectionListener - Variable in class org.eclipse.rdf4j.lucene.spin.LuceneSpinSailConnection
Deprecated.
The listener that listens to the underlying connection.
connectionListener - Variable in class org.eclipse.rdf4j.sail.lucene.LuceneSailConnection
The listener that listens to the underlying connection.
connectionLock - Variable in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
Lock used to give the AbstractSailConnection.close() method exclusive access to a connection.
Connections - Class in org.eclipse.rdf4j.repository.util
Convenience functions for use with RepositoryConnections.
Connections() - Constructor for class org.eclipse.rdf4j.repository.util.Connections
 
ConnectionsGroup - Class in org.eclipse.rdf4j.sail.shacl
Deprecated.
since 3.0. This feature is for internal use only: its existence, signature or behavior may change without warning from one release to the next.
connectionTimeOut - Variable in class org.eclipse.rdf4j.sail.helpers.AbstractSail
Connection timeout on shutdown (in ms).
connectLocal(String) - Method in class org.eclipse.rdf4j.console.command.Connect
Connect to local repository
connectRemote(String) - Method in class org.eclipse.rdf4j.console.command.Connect
Connect to remote repository without username of password
CONSENTED_PARTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:consentedParty
CONSENTING_PARTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:consentingParty
CONSEQUENCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:consequence
Console - Class in org.eclipse.rdf4j.console
The RDF4J Console is a command-line application for interacting with RDF4J.
Console() - Constructor for class org.eclipse.rdf4j.console.Console
Constructor
ConsoleCommand - Class in org.eclipse.rdf4j.console.command
Abstract command
ConsoleCommand(ConsoleIO) - Constructor for class org.eclipse.rdf4j.console.command.ConsoleCommand
Constructor
ConsoleCommand(ConsoleIO, ConsoleState) - Constructor for class org.eclipse.rdf4j.console.command.ConsoleCommand
Constructor
ConsoleCommand(ConsoleIO, ConsoleState, Map<String, ConsoleSetting>) - Constructor for class org.eclipse.rdf4j.console.command.ConsoleCommand
Constructor
ConsoleIO - Class in org.eclipse.rdf4j.console
 
ConsoleIO(InputStream, OutputStream, ConsoleState) - Constructor for class org.eclipse.rdf4j.console.ConsoleIO
Constructor
ConsoleIO(ConsoleState) - Constructor for class org.eclipse.rdf4j.console.ConsoleIO
Constructor
ConsoleQueryResultWriter - Class in org.eclipse.rdf4j.console.util
Write query results to console
ConsoleQueryResultWriter(ConsoleIO, int) - Constructor for class org.eclipse.rdf4j.console.util.ConsoleQueryResultWriter
Constructor
ConsoleRDFWriter - Class in org.eclipse.rdf4j.console.util
Write query results to console
ConsoleRDFWriter(ConsoleIO, int) - Constructor for class org.eclipse.rdf4j.console.util.ConsoleRDFWriter
Constructor
ConsoleSetting<T> - Class in org.eclipse.rdf4j.console.setting
Abstract setting
ConsoleSetting(T) - Constructor for class org.eclipse.rdf4j.console.setting.ConsoleSetting
Constructor
ConsoleState - Interface in org.eclipse.rdf4j.console
Console state interface
ConsoleWidth - Class in org.eclipse.rdf4j.console.setting
Console value setting
ConsoleWidth() - Constructor for class org.eclipse.rdf4j.console.setting.ConsoleWidth
Constructor Default width is 80.
ConsoleWidth(Integer) - Constructor for class org.eclipse.rdf4j.console.setting.ConsoleWidth
Constructor
ConstantOptimizer - Class in org.eclipse.rdf4j.query.algebra.evaluation.impl
A query optimizer that optimizes constant value expressions.
ConstantOptimizer(EvaluationStrategy) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.ConstantOptimizer
 
ConstantOptimizer.ConstantVisitor - Class in org.eclipse.rdf4j.query.algebra.evaluation.impl
 
ConstantOptimizer.VarNameCollector - Class in org.eclipse.rdf4j.query.algebra.evaluation.impl
 
ConstantVisitor() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.ConstantOptimizer.ConstantVisitor
 
CONSTRAINED_BY - Static variable in class org.eclipse.rdf4j.model.vocabulary.LDP
ldp:constrainedBy
CONSTRAINT - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:Constraint
CONSTRAINT_COMPONENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:ConstraintComponent
CONSTRAINT_PROP - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:constraint
CONSTRAINT_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#constraint Links a class with constraints on its instances.
CONSTRAINT_VIOLATION_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#ConstraintViolation An object that can be created by spin:constraints to provide information about a constraint violation.
ConstraintViolation - Class in org.eclipse.rdf4j.spin
Class to store SPIN constraint violation RDF statements.
ConstraintViolation(String, String, String, String, ConstraintViolationLevel) - Constructor for class org.eclipse.rdf4j.spin.ConstraintViolation
 
ConstraintViolationException - Exception in org.eclipse.rdf4j.sail.spin
Exception thrown when a SPIN constraint is violated.
ConstraintViolationException(ConstraintViolation) - Constructor for exception org.eclipse.rdf4j.sail.spin.ConstraintViolationException
 
ConstraintViolationLevel - Enum in org.eclipse.rdf4j.spin
Enum of possible SPIN constraint violation levels.
ConstraintViolationRDFHandler - Class in org.eclipse.rdf4j.spin
 
ConstraintViolationRDFHandler() - Constructor for class org.eclipse.rdf4j.spin.ConstraintViolationRDFHandler
 
ConstraintVisitor(TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.ConjunctiveConstraintSplitter.ConstraintVisitor
 
CONSTRUCT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:construct
construct() - Static method in class org.eclipse.rdf4j.queryrender.builder.QueryBuilderFactory
Deprecated.
Create a QueryBuilder for building a construct query
construct(TriplePattern...) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.GraphTemplate
Add triple patterns to this graph template
construct(TriplesTemplate) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.GraphTemplate
Set, rather than augment, this graph template's triples template
construct(TriplePattern...) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.ConstructQuery
Add triples to this query's graph template
construct(GraphTemplate) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.ConstructQuery
Set this query's graph template
CONSTRUCT(TriplePattern...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.core.query.Queries
Create a SPARQL Construct query
CONSTRUCT(GraphTemplate) - Static method in class org.eclipse.rdf4j.sparqlbuilder.core.query.Queries
Create a SPARQL Construct query
construct(TriplePattern...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.core.SparqlBuilder
Create a SPARQL graph template
CONSTRUCT_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#Construct A CONSTRUCT-type query that can be used to construct new triples from template triples (head) that use variable bindings from the match patterns (body).
CONSTRUCT_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
 
CONSTRUCT_TEMPLATE_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
 
CONSTRUCT_TEMPLATES_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#ConstructTemplates Suggested abstract base class for all ConstructTemplates.
constructInnerUnion(StatementPattern, int, Set<String>, List<BindingSet>) - Static method in class org.eclipse.rdf4j.federated.util.QueryAlgebraUtil
 
constructInnerUnion(StatementPattern, int, Set<String>, List<BindingSet>) - Static method in class org.eclipse.rdf4j.federated.util.QueryStringUtil
 
constructJoinArg(ExclusiveTupleExpr, Set<String>, BindingSet) - Static method in class org.eclipse.rdf4j.federated.util.QueryStringUtil
Construct a query substring from the ExclusiveTupleExpr that can be used as an argument to a Join.
CONSTRUCTOR_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#constructor Can be used to attach a "constructor" to a class.
ConstructorBuilder - Class in org.eclipse.rdf4j.query.parser.sparql
Deprecated.
since 3.0. This feature is for internal use only: its existence, signature or behavior may change without warning from one release to the next.
ConstructorBuilder() - Constructor for class org.eclipse.rdf4j.query.parser.sparql.ConstructorBuilder
Deprecated.
 
ConstructQuery - Class in org.eclipse.rdf4j.sparqlbuilder.core.query
The SPARQL CONSTRUCT query
constructStatement(StatementPattern, Set<String>, BindingSet) - Static method in class org.eclipse.rdf4j.federated.util.QueryAlgebraUtil
Construct the statement string, i.e.
constructStatement(StatementPattern, Set<String>, BindingSet) - Static method in class org.eclipse.rdf4j.federated.util.QueryStringUtil
Construct the statement string, i.e.
constructStatementCheckId(StatementPattern, int, Set<String>, BindingSet) - Static method in class org.eclipse.rdf4j.federated.util.QueryAlgebraUtil
Construct the statement string, i.e.
constructStatementCheckId(StatementPattern, int, Set<String>, BindingSet) - Static method in class org.eclipse.rdf4j.federated.util.QueryStringUtil
Construct the statement string, i.e.
constructStatementId(StatementPattern, String, Set<String>, BindingSet) - Static method in class org.eclipse.rdf4j.federated.util.QueryAlgebraUtil
Construct the statement string, i.e.
constructStatementId(StatementPattern, String, Set<String>, BindingSet) - Static method in class org.eclipse.rdf4j.federated.util.QueryStringUtil
Construct the statement string, i.e.
ConstructTupleFunction - Class in org.eclipse.rdf4j.spin.function
 
ConstructTupleFunction() - Constructor for class org.eclipse.rdf4j.spin.function.ConstructTupleFunction
 
ConstructTupleFunction(SpinParser) - Constructor for class org.eclipse.rdf4j.spin.function.ConstructTupleFunction
 
consume(ValueFactory, Resource, IRI, Value, Consumer<Statement>, Resource...) - Static method in class org.eclipse.rdf4j.model.util.Statements
Creates one or more Statement objects with the given subject, predicate and object, one for each given context, and sends each created statement to the supplied Consumer.
consume(Repository, Consumer<RepositoryConnection>) - Static method in class org.eclipse.rdf4j.repository.util.Repositories
Opens a RepositoryConnection to the given Repository within a transaction, sends the connection to the given Consumer, before either rolling back the transaction if it failed, or committing the transaction if it was successful.
consume(Repository, Consumer<RepositoryConnection>, Consumer<RepositoryException>) - Static method in class org.eclipse.rdf4j.repository.util.Repositories
Opens a RepositoryConnection to the given Repository within a transaction, sends the connection to the given Consumer, before either rolling back the transaction if it failed, or committing the transaction if it was successful.
consumeCollection(Iterable<?>, Resource, Consumer<Statement>, Resource...) - Static method in class org.eclipse.rdf4j.model.util.RDFCollections
Converts the supplied Iterable to an RDF Collection, using the supplied head resource as the starting resource of the RDF Collection.
consumeCollection(Iterable<?>, Resource, Consumer<Statement>, ValueFactory, Resource...) - Static method in class org.eclipse.rdf4j.model.util.RDFCollections
Converts the supplied Iterable to an RDF Collection, using the supplied head resource as the starting resource of the RDF Collection.
consumeContainer(IRI, Iterable<?>, Resource, Consumer<Statement>, Resource...) - Static method in class org.eclipse.rdf4j.model.util.RDFContainers
Converts the supplied Iterable to an RDF Container, using the supplied head resource as the starting resource of the RDF Containter.
consumeContainer(IRI, Iterable<?>, Resource, Consumer<Statement>, ValueFactory, Resource...) - Static method in class org.eclipse.rdf4j.model.util.RDFContainers
Converts the supplied Iterable to an RDF Container, using the supplied head resource as the starting resource of the RDF Container.
consumed - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.LazyMutableClosableIteration
 
consumeNoTransaction(Repository, Consumer<RepositoryConnection>) - Static method in class org.eclipse.rdf4j.repository.util.Repositories
Opens a RepositoryConnection to the given Repository without opening a transaction, sends the connection to the given Consumer.
consumeNoTransaction(Repository, Consumer<RepositoryConnection>, Consumer<RepositoryException>) - Static method in class org.eclipse.rdf4j.repository.util.Repositories
Opens a RepositoryConnection to the given Repository without opening a transaction, sends the connection to the given Consumer.
consumeRDFCollection(RepositoryConnection, Resource, Consumer<Statement>, Resource...) - Static method in class org.eclipse.rdf4j.repository.util.Connections
Retrieve all Statements that together form the RDF Collection starting with the supplied start resource and send them to the supplied Consumer.
consumeSilent(Repository, Consumer<RepositoryConnection>) - Static method in class org.eclipse.rdf4j.repository.util.Repositories
Opens a RepositoryConnection to the given Repository within a transaction, sends the connection to the given Consumer, before either rolling back the transaction if it failed, or committing the transaction if it was successful.
consumeSilentNoTransaction(Repository, Consumer<RepositoryConnection>) - Static method in class org.eclipse.rdf4j.repository.util.Repositories
Opens a RepositoryConnection to the given Repository without opening a transaction, sends the connection to the given Consumer.
consumeStatement(Statement) - Method in class org.eclipse.rdf4j.console.util.ConsoleRDFWriter
 
consumeStatement(Statement) - Method in class org.eclipse.rdf4j.rio.binary.BinaryRDFWriter
 
consumeStatement(Statement) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFWriter
Consume a statement.
consumeStatement(Statement) - Method in class org.eclipse.rdf4j.rio.jsonld.JSONLDWriter
 
consumeStatement(Statement) - Method in class org.eclipse.rdf4j.rio.nquads.NQuadsWriter
 
consumeStatement(Statement) - Method in class org.eclipse.rdf4j.rio.ntriples.NTriplesWriter
 
consumeStatement(Statement) - Method in class org.eclipse.rdf4j.rio.rdfjson.RDFJSONWriter
 
consumeStatement(Statement) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
 
consumeStatement(Statement) - Method in class org.eclipse.rdf4j.rio.rdfxml.util.RDFXMLPrettyWriter
 
consumeStatement(Statement) - Method in class org.eclipse.rdf4j.rio.trig.TriGWriter
 
consumeStatement(Statement) - Method in class org.eclipse.rdf4j.rio.trix.TriXWriter
 
consumeStatement(Statement) - Method in class org.eclipse.rdf4j.rio.turtle.ArrangedWriter
 
consumeStatement(Statement) - Method in class org.eclipse.rdf4j.rio.turtle.TurtleWriter
 
consumeValues(Model, Resource, Consumer<Value>, Resource...) - Static method in class org.eclipse.rdf4j.model.util.RDFCollections
Reads an RDF Collection starting with the supplied list head from the supplied Model and sends each collection member Value to the supplied Consumer function.
consumeValues(Model, Resource, IRI, Consumer<Value>, Resource...) - Static method in class org.eclipse.rdf4j.model.util.RDFContainers
Reads an RDF Container starting with the supplied containter head from the supplied Model and sends each collection member Value to the supplied Consumer function.
ConsumingIteration - Class in org.eclipse.rdf4j.federated.evaluation.iterator
A specialized CloseableIteration that consumes part (or the entire input iteration if it fits into the buffer) and keeps data for further processing in memory.
ConsumingIteration(CloseableIteration<BindingSet, QueryEvaluationException>) - Constructor for class org.eclipse.rdf4j.federated.evaluation.iterator.ConsumingIteration
 
contact - Variable in class org.eclipse.rdf4j.federated.util.Version
 
CONTACT - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:Contact
CONTACT_POINT - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCAT
dcat:contactPoint
CONTAINER - Static variable in class org.eclipse.rdf4j.model.vocabulary.LDP
ldp:Container
CONTAINER - Static variable in class org.eclipse.rdf4j.model.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#Container
CONTAINERMEMBERSHIPPROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty
contains(Object) - Method in class org.eclipse.rdf4j.model.impl.AbstractModel
 
contains(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
contains(Object) - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
contains(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.EmptyModel
 
contains(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.FilteredModel
 
contains(Object) - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
contains(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
contains(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
contains(Resource, IRI, Value, Resource...) - Method in interface org.eclipse.rdf4j.model.Model
Determines if statements with the specified subject, predicate, object and (optionally) context exist in this model.
contains(Resource, URI, Value, Resource...) - Method in interface org.eclipse.rdf4j.model.Model
Deprecated.
CONTAINS - Static variable in class org.eclipse.rdf4j.model.vocabulary.FN
fn:contains
CONTAINS - Static variable in class org.eclipse.rdf4j.model.vocabulary.LDP
ldp:contains
Contains - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.string
The SPARQL built-in Function CONTAINS, as defined in SPARQL Query Language for RDF
Contains() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.string.Contains
 
contains(Object) - Method in class org.eclipse.rdf4j.sail.memory.model.WeakObjectRegistry
 
contains(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.model.SailModel
Deprecated.
 
containsAll(Collection<?>) - Method in class org.eclipse.rdf4j.model.impl.AbstractModel
 
containsAll(Collection<?>) - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
containsProjection(TupleExpr) - Static method in class org.eclipse.rdf4j.query.algebra.helpers.TupleExprs
Deprecated.
containsSubquery(TupleExpr) - Static method in class org.eclipse.rdf4j.query.algebra.helpers.TupleExprs
Verifies if the supplied TupleExpr contains a Projection with the subquery flag set to true (default).
CONTENT_KEY - Static variable in class org.eclipse.rdf4j.common.webapp.views.SimpleCustomResponseView
 
CONTENT_KEY - Static variable in class org.eclipse.rdf4j.common.webapp.views.SimpleResponseView
 
CONTENT_LENGTH_KEY - Static variable in class org.eclipse.rdf4j.common.webapp.views.SimpleCustomResponseView
 
CONTENT_TYPE_KEY - Static variable in class org.eclipse.rdf4j.common.webapp.views.SimpleCustomResponseView
 
context - Variable in class org.eclipse.rdf4j.rio.nquads.NQuadsParser
 
CONTEXT - Static variable in class org.eclipse.rdf4j.sail.lucene.LuceneSailSchema
 
CONTEXT - Static variable in class org.eclipse.rdf4j.workbench.base.TransformationServlet
 
context1 - Variable in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
context1 - Variable in class org.eclipse.rdf4j.repository.RepositoryTest
 
context1 - Variable in class org.eclipse.rdf4j.sail.RDFStoreTest
 
context2 - Variable in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
context2 - Variable in class org.eclipse.rdf4j.repository.RepositoryTest
 
context2 - Variable in class org.eclipse.rdf4j.sail.RDFStoreTest
 
CONTEXT_1 - Static variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailGeoSPARQLTest
 
CONTEXT_1 - Static variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailIndexedPropertiesTest
 
CONTEXT_1 - Static variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailTest
 
CONTEXT_2 - Static variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailGeoSPARQLTest
 
CONTEXT_2 - Static variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailIndexedPropertiesTest
 
CONTEXT_2 - Static variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailTest
 
CONTEXT_3 - Static variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailGeoSPARQLTest
 
CONTEXT_3 - Static variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailIndexedPropertiesTest
 
CONTEXT_3 - Static variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailTest
 
CONTEXT_FIELD_NAME - Static variable in class org.eclipse.rdf4j.sail.lucene.SearchFields
The name of the Document field holding the context identifer(s).
CONTEXT_NULL - Static variable in class org.eclipse.rdf4j.sail.lucene.SearchFields
the null context
CONTEXT_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
Parameter name for the context parameter.
CONTEXT_TAG - Static variable in interface org.eclipse.rdf4j.rio.trix.TriXConstants
The tag that starts a new context/graph.
ContextAwareConfig - Class in org.eclipse.rdf4j.repository.contextaware.config
 
ContextAwareConfig() - Constructor for class org.eclipse.rdf4j.repository.contextaware.config.ContextAwareConfig
 
ContextAwareConnection - Class in org.eclipse.rdf4j.repository.contextaware
Allows contexts to be specified at the connection level or the method level.
ContextAwareConnection(Repository) - Constructor for class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
 
ContextAwareConnection(RepositoryConnection) - Constructor for class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
 
ContextAwareConnection(Repository, RepositoryConnection) - Constructor for class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
 
ContextAwareFactory - Class in org.eclipse.rdf4j.repository.contextaware.config
A RepositoryFactory that creates ContextAwareRepositorys based on RDF configuration data.
ContextAwareFactory() - Constructor for class org.eclipse.rdf4j.repository.contextaware.config.ContextAwareFactory
 
ContextAwareRepository - Class in org.eclipse.rdf4j.repository.contextaware
Allows contexts to be specified at the repository level.
ContextAwareRepository() - Constructor for class org.eclipse.rdf4j.repository.contextaware.ContextAwareRepository
 
ContextAwareRepository(Repository) - Constructor for class org.eclipse.rdf4j.repository.contextaware.ContextAwareRepository
 
ContextAwareSchema - Class in org.eclipse.rdf4j.repository.contextaware.config
 
ContextAwareSchema() - Constructor for class org.eclipse.rdf4j.repository.contextaware.config.ContextAwareSchema
 
ContextCollector - Class in org.eclipse.rdf4j.queryrender.sparql
Visitor implementation for the query algebra which walks the tree and figures out the context for nodes in the algebra.
ContextOperation - Class in org.eclipse.rdf4j.http.protocol.transaction.operations
A TransactionOperation that operates on a specific (set of) contexts.
ContextOperation(Resource...) - Constructor for class org.eclipse.rdf4j.http.protocol.transaction.operations.ContextOperation
 
contexts - Variable in class org.eclipse.rdf4j.federated.evaluation.union.ParallelGetStatementsTask
 
contexts - Variable in class org.eclipse.rdf4j.federated.structures.SubQuery
the contexts, length zero array for triple mode query
contexts() - Method in class org.eclipse.rdf4j.federated.structures.SubQuery
 
CONTEXTS - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
Relative location of the context list resource of a repository.
contexts - Variable in class org.eclipse.rdf4j.http.protocol.transaction.operations.ContextOperation
 
contexts() - Method in class org.eclipse.rdf4j.model.impl.AbstractModel
 
contexts() - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
contexts - Variable in class org.eclipse.rdf4j.model.impl.FilteredModel
 
contexts() - Method in interface org.eclipse.rdf4j.model.Model
Returns a Set view of the contexts contained in this model.
contexts - Variable in class org.eclipse.rdf4j.repository.util.AbstractRDFInserter
The contexts to add the statements to.
CONTEXTS_KEY - Static variable in class org.eclipse.rdf4j.http.server.repository.statements.ExportStatementsView
 
CONTEXTS_KEY - Static variable in class org.eclipse.rdf4j.http.server.repository.transaction.TransactionExportStatementsView
 
ContextsController - Class in org.eclipse.rdf4j.http.server.repository.contexts
Handles requests for the list of contexts in a repository.
ContextsController() - Constructor for class org.eclipse.rdf4j.http.server.repository.contexts.ContextsController
 
ContextsServlet - Class in org.eclipse.rdf4j.workbench.commands
 
ContextsServlet() - Constructor for class org.eclipse.rdf4j.workbench.commands.ContextsServlet
 
ContextStatement - Class in org.eclipse.rdf4j.model.impl
An extension of SimpleStatement that adds a context field.
ContextStatement(Resource, IRI, Value, Resource) - Constructor for class org.eclipse.rdf4j.model.impl.ContextStatement
Creates a new Statement with the supplied subject, predicate and object for the specified associated context.
ContextStatementCollector - Class in org.eclipse.rdf4j.rio.helpers
A RDFHandler that can be used to collect reported statements in collections.
ContextStatementCollector(ValueFactory, Resource...) - Constructor for class org.eclipse.rdf4j.rio.helpers.ContextStatementCollector
Creates a new StatementCollector that uses a new ArrayList to store the reported statements and a new LinkedHashMap to store the reported namespaces.
ContextStatementCollector(Collection<Statement>, ValueFactory, Resource...) - Constructor for class org.eclipse.rdf4j.rio.helpers.ContextStatementCollector
Creates a new StatementCollector that stores reported statements in the supplied collection and that uses a new LinkedHashMap to store the reported namespaces.
ContextStatementCollector(Collection<Statement>, Map<String, String>, ValueFactory, Resource...) - Constructor for class org.eclipse.rdf4j.rio.helpers.ContextStatementCollector
Creates a new StatementCollector that stores reported statements and namespaces in the supplied containers.
ContextStatementImpl - Class in org.eclipse.rdf4j.model.impl
Deprecated.
since 2.0. Use ContextStatement instead for extension, and ValueFactory for instantiation.
ContextStatementImpl(Resource, URI, Value, Resource) - Constructor for class org.eclipse.rdf4j.model.impl.ContextStatementImpl
contextualInsertDeleteData() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
CONTRACTED_PARTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:contractedParty
CONTRACTING_PARTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:contractingParty
CONTRIBUTE - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:Contribute
CONTRIBUTOR - Static variable in class org.eclipse.rdf4j.model.vocabulary.DC
dc:contributor
CONTRIBUTOR - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/contributor
CONTRIBUTOR - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:Contributor
control - Variable in class org.eclipse.rdf4j.federated.optimizer.SourceSelection.ParallelCheckTask
 
ControlledWorkerBoundJoin - Class in org.eclipse.rdf4j.federated.evaluation.join
Execute the nested loop join in an asynchronous fashion, using grouped requests, i.e.
ControlledWorkerBoundJoin(ControlledWorkerScheduler<BindingSet>, FederationEvalStrategy, CloseableIteration<BindingSet, QueryEvaluationException>, TupleExpr, BindingSet, QueryInfo) - Constructor for class org.eclipse.rdf4j.federated.evaluation.join.ControlledWorkerBoundJoin
 
ControlledWorkerBoundJoin.BoundJoinTaskCreator - Class in org.eclipse.rdf4j.federated.evaluation.join
 
ControlledWorkerBoundJoin.CheckJoinTaskCreator - Class in org.eclipse.rdf4j.federated.evaluation.join
 
ControlledWorkerBoundJoin.FedXServiceJoinTaskCreator - Class in org.eclipse.rdf4j.federated.evaluation.join
 
ControlledWorkerBoundJoin.TaskCreator - Interface in org.eclipse.rdf4j.federated.evaluation.join
 
ControlledWorkerJoin - Class in org.eclipse.rdf4j.federated.evaluation.join
Execute the nested loop join in an asynchronous fashion, i.e.
ControlledWorkerJoin(ControlledWorkerScheduler<BindingSet>, FederationEvalStrategy, CloseableIteration<BindingSet, QueryEvaluationException>, TupleExpr, BindingSet, QueryInfo) - Constructor for class org.eclipse.rdf4j.federated.evaluation.join.ControlledWorkerJoin
 
ControlledWorkerLeftJoin - Class in org.eclipse.rdf4j.federated.evaluation.join
Execute the nested loop join in an asynchronous fashion, i.e.
ControlledWorkerLeftJoin(ControlledWorkerScheduler<BindingSet>, FederationEvalStrategy, CloseableIteration<BindingSet, QueryEvaluationException>, LeftJoin, BindingSet, QueryInfo) - Constructor for class org.eclipse.rdf4j.federated.evaluation.join.ControlledWorkerLeftJoin
 
ControlledWorkerScheduler<T> - Class in org.eclipse.rdf4j.federated.evaluation.concurrent
ControlledWorkerScheduler is a task scheduler that uses a FIFO queue for managing its process.
ControlledWorkerScheduler() - Constructor for class org.eclipse.rdf4j.federated.evaluation.concurrent.ControlledWorkerScheduler
Deprecated.
ControlledWorkerScheduler(int, String) - Constructor for class org.eclipse.rdf4j.federated.evaluation.concurrent.ControlledWorkerScheduler
Construct a new instance with the specified number of workers and the given name.
ControlledWorkerScheduler.ControlStatus - Class in org.eclipse.rdf4j.federated.evaluation.concurrent
Structure to maintain the status for a given control instance.
ControlledWorkerUnion<T> - Class in org.eclipse.rdf4j.federated.evaluation.union
Execution of union tasks with ControlledWorkerScheduler.
ControlledWorkerUnion(FederationEvalStrategy, ControlledWorkerScheduler<T>, QueryInfo) - Constructor for class org.eclipse.rdf4j.federated.evaluation.union.ControlledWorkerUnion
 
ControlStatus(int, boolean) - Constructor for class org.eclipse.rdf4j.federated.evaluation.concurrent.ControlledWorkerScheduler.ControlStatus
 
convert(S) - Method in class org.eclipse.rdf4j.common.iteration.ConvertingIteration
Converts a source type object to a target type object.
convert(Exception) - Method in class org.eclipse.rdf4j.common.iteration.ExceptionConvertingIteration
Converts an exception from the underlying iteration to an exception of type X.
convert(Exception) - Method in class org.eclipse.rdf4j.common.iteration.QueueIteration
Converts an exception from the underlying iteration to an exception of type X.
Convert - Class in org.eclipse.rdf4j.console.command
Convert RDF file from one format to another
Convert(ConsoleIO, ConsoleState, Map<String, ConsoleSetting>) - Constructor for class org.eclipse.rdf4j.console.command.Convert
Constructor
convert(Exception) - Method in class org.eclipse.rdf4j.federated.evaluation.concurrent.FedXQueueCursor
 
convert(BindingSet) - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.BoundJoinConversionIteration
 
convert(BindingSet) - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.BoundJoinVALUESConversionIteration
 
convert(Statement) - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.GraphToBindingSetConversionIteration
 
convert(BindingSet) - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.GroupedCheckConversionIteration
 
convert(BindingSet) - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.InsertBindingsIteration
 
convert(Exception) - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.RepositoryExceptionConvertingIteration
 
convert(Statement) - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.StatementConversionIteration
 
convert(Exception) - Method in class org.eclipse.rdf4j.http.client.QueueCursor
Deprecated.
 
convert(ValueFactory, Value) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.BooleanCast
 
convert(ValueFactory, Value) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.CastFunction
Convert the supplied value to a literal of the function output datatype.
convert(ValueFactory, Value) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.DateTimeCast
 
convert(ValueFactory, Value) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.DecimalCast
 
convert(ValueFactory, Value) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.DoubleCast
 
convert(ValueFactory, Value) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.FloatCast
 
convert(ValueFactory, Value) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.IntegerCastFunction
 
convert(ValueFactory, Value) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.StringCast
 
convert(BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.ExtensionIterator
 
convert(BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.ProjectionIterator
 
convert(Exception) - Method in class org.eclipse.rdf4j.query.impl.QueueCursor
 
convert(BindingSet) - Method in class org.eclipse.rdf4j.repository.sparql.federation.ServiceJoinConversionIteration
 
convert(String) - Method in class org.eclipse.rdf4j.rio.helpers.BooleanRioSetting
Converts a String to a Boolean
convert(String) - Method in class org.eclipse.rdf4j.rio.helpers.ClassRioSetting
 
convert(String) - Method in class org.eclipse.rdf4j.rio.helpers.LongRioSetting
 
convert(String) - Method in class org.eclipse.rdf4j.rio.helpers.StringRioSetting
 
convert(String) - Method in interface org.eclipse.rdf4j.rio.RioSetting
Attempts to convert from a string to a type-safe representation based on the generic type of this setting.
convert(S) - Method in class org.eclipse.rdf4j.util.iterators.ConvertingIterator
Converts a source type object to a target type object.
CONVERT_RDF_STAR_TO_REIFICATION - Static variable in class org.eclipse.rdf4j.rio.helpers.BasicWriterSettings
Boolean setting for writer to determine whether it should convert RDF* statements to standard RDF reification.
CONVERT_SPIN_RDF_TO_STRING_FUNCTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIF
 
convertException(Exception) - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.StatementConversionIteration
 
ConvertingIteration<S,T,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
A CloseableIteration that converts an iteration over objects of type S (the source type) to an iteration over objects of type T (the target type).
ConvertingIteration(Iteration<? extends S, ? extends X>) - Constructor for class org.eclipse.rdf4j.common.iteration.ConvertingIteration
Creates a new ConvertingIteration that operates on the supplied source type iteration.
ConvertingIterator<S,T> - Class in org.eclipse.rdf4j.util.iterators
An Iterator that converts an iterator over objects of type S (the source type) to an iterator over objects of type T (the target type).
ConvertingIterator(Iterator<? extends S>) - Constructor for class org.eclipse.rdf4j.util.iterators.ConvertingIterator
Creates a new ConvertingIterator that operates on the supplied source type itertor.
convertRDFStarToReification(ValueFactory, Model, Consumer<Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
Converts the supplied RDF* model to RDF reification statements.
convertRDFStarToReification(Model, Consumer<Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
Converts the supplied RDF* model to RDF reification statements.
convertRDFStarToReification(ValueFactory, Model) - Static method in class org.eclipse.rdf4j.model.util.Models
Converts the statements in supplied RDF* model to a new RDF model using reificiation.
convertRDFStarToReification(ValueFactory, Model, ModelFactory) - Static method in class org.eclipse.rdf4j.model.util.Models
Converts the statements in supplied RDF* model to a new RDF model using reificiation.
convertRDFStarToReification(Model) - Static method in class org.eclipse.rdf4j.model.util.Models
Converts the statements in the supplied RDF* model to a new RDF model using reification.
convertRDFStarToReification(Statement, Consumer<Statement>) - Static method in class org.eclipse.rdf4j.model.util.Statements
Converts the supplied RDF* statement to RDF reification statements, and sends the resultant statements to the supplied consumer.
convertRDFStarToReification(ValueFactory, Statement, Consumer<Statement>) - Static method in class org.eclipse.rdf4j.model.util.Statements
Converts the supplied RDF* statement to RDF reification statements, and sends the resultant statements to the supplied consumer.
convertRDFStarToReification(ValueFactory, Function<Triple, Resource>, Statement, Consumer<Statement>) - Static method in class org.eclipse.rdf4j.model.util.Statements
Converts the supplied RDF* statement to RDF reification statements, and sends the resultant statements to the supplied consumer.
convertReificationToRDFStar(ValueFactory, Model, Consumer<Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
Converts the supplied RDF reification model to RDF* statements.
convertReificationToRDFStar(Model, Consumer<Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
Converts the supplied RDF reification model to RDF* statements.
convertReificationToRDFStar(ValueFactory, Model, ModelFactory) - Static method in class org.eclipse.rdf4j.model.util.Models
Converts the statements in supplied RDF reification model to a new RDF* model.
convertReificationToRDFStar(ValueFactory, Model) - Static method in class org.eclipse.rdf4j.model.util.Models
Converts the statements in supplied RDF reification model to a new RDF* model.
convertReificationToRDFStar(Model) - Static method in class org.eclipse.rdf4j.model.util.Models
Converts the supplied RDF reification model to a new RDF* model.
ConvertSpinRDFToString - Class in org.eclipse.rdf4j.spin.function.spif
 
ConvertSpinRDFToString() - Constructor for class org.eclipse.rdf4j.spin.function.spif.ConvertSpinRDFToString
 
ConvertSpinRDFToString(SpinParser) - Constructor for class org.eclipse.rdf4j.spin.function.spif.ConvertSpinRDFToString
 
CONVEX_HULL - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEOF
 
ConvexHull - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql
The GeoSPARQL Function geof:convexHull, as defined in OGC GeoSPARQL - A Geographic Query Language for RDF Data.
ConvexHull() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.ConvexHull
 
convexHull(Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.JtsSpatialAlgebra
 
convexHull(Shape) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SpatialAlgebra
 
COOKIE_AGE_PARAM - Static variable in class org.eclipse.rdf4j.workbench.proxy.CookieHandler
 
CookieCacheControlFilter - Class in org.eclipse.rdf4j.workbench.proxy
Browsers do not expire cache if Cookies have changed.
CookieCacheControlFilter() - Constructor for class org.eclipse.rdf4j.workbench.proxy.CookieCacheControlFilter
 
CookieHandler - Class in org.eclipse.rdf4j.workbench.proxy
Handles cookies for proxy servlets.
CookieHandler(String) - Constructor for class org.eclipse.rdf4j.workbench.proxy.CookieHandler
 
CookieHandler(ServletConfig) - Constructor for class org.eclipse.rdf4j.workbench.proxy.CookieHandler
 
CookieHandler - Class in org.eclipse.rdf4j.workbench.util
Handles cookies for TransformationServlet.
CookieHandler(ServletConfig, TransformationServlet) - Constructor for class org.eclipse.rdf4j.workbench.util.CookieHandler
 
cookies - Variable in class org.eclipse.rdf4j.workbench.base.TransformationServlet
 
COPY - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
Deprecated.
Copy - Class in org.eclipse.rdf4j.query.algebra
 
Copy() - Constructor for class org.eclipse.rdf4j.query.algebra.Copy
 
Copy(ValueConstant) - Constructor for class org.eclipse.rdf4j.query.algebra.Copy
 
COPY() - Static method in class org.eclipse.rdf4j.sparqlbuilder.core.query.Queries
Creates a SPARQL COPY Query
copyCommonAttributes(NavigationNode) - Method in class org.eclipse.rdf4j.common.webapp.navigation.AbstractNavigationNode
 
copyDocument(SearchDocument) - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
 
copyDocument(SearchDocument) - Method in class org.eclipse.rdf4j.sail.lucene.AbstractSearchIndex
 
copyDocument(SearchDocument) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneIndex
 
copyDocument(SearchDocument) - Method in class org.eclipse.rdf4j.sail.solr.SolrIndex
 
copyFile(File, File) - Static method in class org.eclipse.rdf4j.common.io.FileUtil
Copies the contents of file source to file destination.
copyGroupsAndViews(Group) - Method in class org.eclipse.rdf4j.common.webapp.navigation.Group
 
CopyQuery - Class in org.eclipse.rdf4j.sparqlbuilder.core.query
A SPARQL COPY Query
copyQueue - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.PrintingIteration
 
COPYRIGHT - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:Copyright
CORE_POOL_SIZE_PROPERTY - Static variable in class org.eclipse.rdf4j.http.client.SharedHttpClientSessionManager
Configurable system property org.eclipse.rdf4j.client.executors.corePoolSize for specifying the background executor core thread pool size.
CORESIDENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:Coresident
COUNT - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:count
Count - Class in org.eclipse.rdf4j.query.algebra
 
Count(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Count
 
Count(ValueExpr, boolean) - Constructor for class org.eclipse.rdf4j.query.algebra.Count
 
count(RepositoryConnection, Resource, IRI, Value, boolean, Resource...) - Method in class org.eclipse.rdf4j.repository.optimistic.IsolationLevelTest
 
count(SailConnection, Resource, IRI, Value, boolean, Resource...) - Method in class org.eclipse.rdf4j.sail.SailIsolationLevelTest
 
count(Operand) - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
count()
COUNT_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#Count Counts the number of times a variable is used.
countAll() - Method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Aggregate
If this is a count aggregate expressions, specify that it should count all
countAll(boolean) - Method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Aggregate
If this is a count aggregate expressions, specify if it should count all
countAll() - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
 
countAllElements() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
countConstantVars(Iterable<Var>) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
countConstantVars(Iterable<Var>) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.EvaluationStatistics.CardinalityCalculator
 
countContext1Elements() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
countMbox - Variable in class org.eclipse.rdf4j.repository.SparqlAggregatesTest
 
countOptionalMbox - Variable in class org.eclipse.rdf4j.repository.SparqlAggregatesTest
 
countQueryResults(String) - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
COUNTRY_NAME - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:country-name
COVERAGE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DC
dc:coverage
COVERAGE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/coverage
COWORKER - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:Coworker
create(String) - Static method in class org.eclipse.rdf4j.common.net.ParsedIRI
Creates a ParsedIRI by parsing the given string.
Create - Class in org.eclipse.rdf4j.console.command
Create command
Create(ConsoleIO, ConsoleState) - Constructor for class org.eclipse.rdf4j.console.command.Create
Constructor
create(int) - Static method in class org.eclipse.rdf4j.federated.evaluation.concurrent.FedXQueueCursor
 
create() - Method in class org.eclipse.rdf4j.federated.FedXFactory
Create the federation using the provided configuration
create() - Static method in class org.eclipse.rdf4j.federated.repository.FedXRepositoryConfigBuilder
 
create(List<Endpoint>, FederationContext) - Method in class org.eclipse.rdf4j.federated.write.DefaultWriteStrategyFactory
 
create(List<Endpoint>, FederationContext) - Method in interface org.eclipse.rdf4j.federated.write.WriteStrategyFactory
Create the WriteStrategy using the provided context
create(ValueFactory, Resource, IRI, Value, C, Resource...) - Static method in class org.eclipse.rdf4j.model.util.Statements
Creates one or more Statement objects with the given subject, predicate and object, one for each given context.
CREATE - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:Create
Create - Class in org.eclipse.rdf4j.query.algebra
 
Create() - Constructor for class org.eclipse.rdf4j.query.algebra.Create
 
Create(ValueConstant) - Constructor for class org.eclipse.rdf4j.query.algebra.Create
 
create(String[], BindingSet) - Static method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.BindingSetHashKey
 
create(Model, Resource) - Static method in class org.eclipse.rdf4j.repository.config.AbstractRepositoryImplConfig
Utility method to create a new RepositoryImplConfig by reading data from the supplied Model.
create(Model, Resource) - Static method in class org.eclipse.rdf4j.repository.config.RepositoryConfig
Creates a new RepositoryConfig object and initializes it by supplying the model and repositoryNode to its parse method.
create(String) - Method in class org.eclipse.rdf4j.sail.solr.client.cloud.Factory
 
create(String) - Method in class org.eclipse.rdf4j.sail.solr.client.embedded.Factory
 
create(String) - Method in class org.eclipse.rdf4j.sail.solr.client.http.Factory
 
create(String) - Method in interface org.eclipse.rdf4j.sail.solr.SolrClientFactory
 
CREATE() - Static method in class org.eclipse.rdf4j.sparqlbuilder.core.query.Queries
Creates a SPARQL CREATE Query
CREATE_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#Create An Update operation that creates a new empty graph with a name specified by sp:graphIRI.
createAnalyzer(Properties) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneIndex
 
createAnonVar(String) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.PathIteration
 
createAnonVar(String) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.ZeroLengthPathIteration
 
createAnonVar() - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
Creates an anonymous Var with a unique, randomly generated, variable name.
createBean() - Method in class org.eclipse.rdf4j.query.resultio.text.SPARQLResultsXSVMappingStrategy
Deprecated.
createBNode(String) - Method in class org.eclipse.rdf4j.model.impl.AbstractValueFactory
 
createBNode() - Method in class org.eclipse.rdf4j.model.impl.AbstractValueFactory
 
createBNode(String) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createBNode() - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createBNode() - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new bNode.
createBNode(String) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new blank node with the given node identifier.
createBNode() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
Deprecated.
createBNode(String) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
Deprecated.
createBNode(String) - Method in class org.eclipse.rdf4j.sail.memory.model.MemValueFactory
 
createBNode(String) - Method in class org.eclipse.rdf4j.sail.nativerdf.ValueStore
Deprecated.
 
createBooleanParser(QueryResultFormat) - Static method in class org.eclipse.rdf4j.query.resultio.QueryResultIO
Convenience methods for creating BooleanQueryResultParser objects.This method uses the registry returned by BooleanQueryResultParserRegistry.getInstance() to get a factory for the specified format and uses this factory to create the appropriate parser.
createBooleanWriter(QueryResultFormat, OutputStream) - Static method in class org.eclipse.rdf4j.query.resultio.QueryResultIO
Convenience methods for creating BooleanQueryResultWriter objects.This method uses the registry returned by BooleanQueryResultWriterRegistry.getInstance() to get a factory for the specified format and uses this factory to create the appropriate writer.
createCardinalityCalculator() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.EvaluationStatistics
 
createCardinalityCalculator() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.TupleFunctionEvaluationStatistics
 
createCardinalityCalculator() - Method in class org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics.ExtensibleConstantEvaluationStatistics
 
createCardinalityCalculator() - Method in class org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics.ExtensibleDirectEvaluationStatistics
 
createCardinalityCalculator() - Method in class org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics.ExtensibleDynamicEvaluationStatistics
 
createCardinalityCalculator() - Method in class org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics.ExtensibleEvaluationStatistics
 
createCardinalityCalculator() - Method in class org.eclipse.rdf4j.sail.federation.optimizers.EvaluationStatistics
 
createConstVar(Value) - Static method in class org.eclipse.rdf4j.query.algebra.helpers.TupleExprs
Creates an (anonymous) Var representing a constant value.
createContext(String) - Static method in class org.eclipse.rdf4j.sail.lucene.SearchFields
 
CREATED - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/created
CREATED - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:created
createDirectory(Properties) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneIndex
 
createDirectory(Properties) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneIndexNIOFS
 
createDirIfNotExists(File) - Static method in class org.eclipse.rdf4j.common.io.FileUtil
Creates a directory if it doesn't exist yet.
createEmptyModel() - Method in class org.eclipse.rdf4j.model.impl.DynamicModelFactory
 
createEmptyModel() - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModelFactory
 
createEmptyModel() - Method in class org.eclipse.rdf4j.model.impl.TreeModelFactory
 
createEmptyModel() - Method in interface org.eclipse.rdf4j.model.ModelFactory
 
createEvaluationStrategy(Dataset, TripleSource, EvaluationStatistics) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.EvaluationStrategyFactory
Returns the EvaluationStrategy to use to evaluate queries for the given Dataset and TripleSource.
createEvaluationStrategy(Dataset, TripleSource, EvaluationStatistics) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.ExtendedEvaluationStrategyFactory
 
createEvaluationStrategy(Dataset, TripleSource, EvaluationStatistics) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategyFactory
 
createEvaluationStrategy(TripleSource, Dataset, FederatedServiceResolver) - Method in class org.eclipse.rdf4j.sail.federation.Federation
Deprecated.
 
createFederation(File) - Static method in class org.eclipse.rdf4j.federated.FedXFactory
Create the federation with a specified data source configuration file (*.ttl).
createFederation(List<Endpoint>) - Static method in class org.eclipse.rdf4j.federated.FedXFactory
Create the federation by providing the endpoints to add.
createFPLiteral(Number, IRI) - Method in class org.eclipse.rdf4j.model.impl.AbstractValueFactory
Calls AbstractValueFactory.createNumericLiteral(Number, IRI) with the supplied value and datatype as parameters.
createFPLiteral(Number, IRI) - Method in class org.eclipse.rdf4j.sail.memory.model.MemValueFactory
 
createHTTPClient() - Method in class org.eclipse.rdf4j.repository.http.HTTPRepository
Creates a new HTTPClient object.
createHTTPClient() - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLRepository
Creates a new HTTPClient object.
createIntegerLiteral(Number, IRI) - Method in class org.eclipse.rdf4j.model.impl.AbstractValueFactory
Calls AbstractValueFactory.createNumericLiteral(Number, IRI) with the supplied value and datatype as parameters.
createIntegerLiteral(Number, IRI) - Method in class org.eclipse.rdf4j.sail.memory.model.MemValueFactory
 
createIRI(String) - Method in class org.eclipse.rdf4j.model.impl.AbstractValueFactory
 
createIRI(String, String) - Method in class org.eclipse.rdf4j.model.impl.AbstractValueFactory
 
createIRI(String) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createIRI(String, String) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createIRI(String) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new IRI from the supplied string-representation.
createIRI(String, String) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new IRI from the supplied namespace and local name.
createIRI(String) - Method in class org.eclipse.rdf4j.sail.memory.model.MemValueFactory
 
createIRI(String, String) - Method in class org.eclipse.rdf4j.sail.memory.model.MemValueFactory
 
createIRI(String) - Method in class org.eclipse.rdf4j.sail.nativerdf.ValueStore
Deprecated.
 
createIRI(String, String) - Method in class org.eclipse.rdf4j.sail.nativerdf.ValueStore
Deprecated.
 
createIteration() - Method in class org.eclipse.rdf4j.common.iteration.DelayedIteration
Creates the iteration that should be iterated over.
createIteration() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.OrderIterator
 
createLiteral(String) - Method in class org.eclipse.rdf4j.model.impl.AbstractValueFactory
 
createLiteral(String, String) - Method in class org.eclipse.rdf4j.model.impl.AbstractValueFactory
 
createLiteral(boolean) - Method in class org.eclipse.rdf4j.model.impl.AbstractValueFactory
 
createLiteral(String, IRI) - Method in class org.eclipse.rdf4j.model.impl.AbstractValueFactory
 
createLiteral(byte) - Method in class org.eclipse.rdf4j.model.impl.AbstractValueFactory
Calls AbstractValueFactory.createIntegerLiteral(Number, IRI) with the supplied value and XSD.BYTE as parameters.
createLiteral(short) - Method in class org.eclipse.rdf4j.model.impl.AbstractValueFactory
Calls AbstractValueFactory.createIntegerLiteral(Number, IRI) with the supplied value and XSD.SHORT as parameters.
createLiteral(int) - Method in class org.eclipse.rdf4j.model.impl.AbstractValueFactory
Calls AbstractValueFactory.createIntegerLiteral(Number, IRI) with the supplied value and XSD.INT as parameters.
createLiteral(long) - Method in class org.eclipse.rdf4j.model.impl.AbstractValueFactory
Calls AbstractValueFactory.createIntegerLiteral(Number, IRI) with the supplied value and XSD.LONG as parameters.
createLiteral(float) - Method in class org.eclipse.rdf4j.model.impl.AbstractValueFactory
Calls AbstractValueFactory.createFPLiteral(Number, IRI) with the supplied value and XSD.FLOAT as parameters.
createLiteral(double) - Method in class org.eclipse.rdf4j.model.impl.AbstractValueFactory
Calls AbstractValueFactory.createFPLiteral(Number, IRI) with the supplied value and XSD.DOUBLE as parameters.
createLiteral(BigInteger) - Method in class org.eclipse.rdf4j.model.impl.AbstractValueFactory
 
createLiteral(BigDecimal) - Method in class org.eclipse.rdf4j.model.impl.AbstractValueFactory
 
createLiteral(XMLGregorianCalendar) - Method in class org.eclipse.rdf4j.model.impl.AbstractValueFactory
Calls ValueFactory.createLiteral(String, IRI) with the String-value of the supplied calendar and the appropriate datatype as parameters.
createLiteral(Date) - Method in class org.eclipse.rdf4j.model.impl.AbstractValueFactory
createLiteral(String, IRI) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createLiteral(String, String) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createLiteral(String, URI) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createLiteral(String) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createLiteral(boolean) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createLiteral(byte) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createLiteral(short) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createLiteral(int) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createLiteral(long) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createLiteral(float) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createLiteral(double) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createLiteral(BigDecimal) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createLiteral(BigInteger) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createLiteral(XMLGregorianCalendar) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createLiteral(Date) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createLiteral(ValueFactory, Object) - Static method in class org.eclipse.rdf4j.model.util.Literals
Creates a typed Literal out of the supplied object, mapping the runtime type of the object to the appropriate XML Schema type.
createLiteral(String) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new literal with the supplied label.
createLiteral(String, String) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new literal with the supplied label and language attribute.
createLiteral(String, IRI) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new literal with the supplied label and datatype.
createLiteral(String, URI) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Deprecated.
createLiteral(boolean) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new xsd:boolean-typed literal representing the specified value.
createLiteral(byte) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new xsd:byte-typed literal representing the specified value.
createLiteral(short) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new xsd:short-typed literal representing the specified value.
createLiteral(int) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new xsd:int-typed literal representing the specified value.
createLiteral(long) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new xsd:long-typed literal representing the specified value.
createLiteral(float) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new xsd:float-typed literal representing the specified value.
createLiteral(double) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new xsd:double-typed literal representing the specified value.
createLiteral(BigDecimal) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new literal representing the specified bigDecimal that is typed using the appropriate XML Schema date/time datatype.
createLiteral(BigInteger) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new literal representing the specified bigInteger that is typed using the appropriate XML Schema date/time datatype.
createLiteral(XMLGregorianCalendar) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new literal representing the specified calendar that is typed using the appropriate XML Schema date/time datatype.
createLiteral(Date) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new literal representing the specified date that is typed using the appropriate XML Schema date/time datatype.
createLiteral(String, String, IRI) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
Creates a Literal object with the supplied parameters.
createLiteral(String, String, IRI, long, long) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
Creates a Literal object with the supplied parameters, using the lineNo and columnNo to enhance error messages or exceptions that may be generated during the creation of the literal.
createLiteral(String, String, IRI, ParserConfig, ParseErrorListener, ValueFactory) - Static method in class org.eclipse.rdf4j.rio.helpers.RDFParserHelper
Create a literal using the given parameters, including iterative verification and normalization by any DatatypeHandler or LanguageHandler implementations that are found in the ParserConfig.
createLiteral(String, String, IRI, ParserConfig, ParseErrorListener, ValueFactory, long, long) - Static method in class org.eclipse.rdf4j.rio.helpers.RDFParserHelper
Create a literal using the given parameters, including iterative verification and normalization by any DatatypeHandler or LanguageHandler implementations that are found in the ParserConfig.
createLiteral(String, String, String) - Method in class org.eclipse.rdf4j.rio.ntriples.NTriplesParser
 
createLiteral(String, String, IRI, JsonLocation) - Method in class org.eclipse.rdf4j.rio.rdfjson.RDFJSONParser
Creates a literal, using the current value, language, and datatype, and additionally using the given JsonLocation to provide information about the line and column numbers in the event of a warning, error or exception being generated by the creation of the literal.
createLiteral(String, String, IRI) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
 
createLiteral(String, String, IRI) - Method in class org.eclipse.rdf4j.rio.trix.TriXParser
 
createLiteral(String) - Method in class org.eclipse.rdf4j.sail.memory.model.MemValueFactory
 
createLiteral(String, String) - Method in class org.eclipse.rdf4j.sail.memory.model.MemValueFactory
 
createLiteral(String, IRI) - Method in class org.eclipse.rdf4j.sail.memory.model.MemValueFactory
 
createLiteral(boolean) - Method in class org.eclipse.rdf4j.sail.memory.model.MemValueFactory
 
createLiteral(XMLGregorianCalendar) - Method in class org.eclipse.rdf4j.sail.memory.model.MemValueFactory
 
createLiteral(String) - Method in class org.eclipse.rdf4j.sail.nativerdf.ValueStore
Deprecated.
 
createLiteral(String, String) - Method in class org.eclipse.rdf4j.sail.nativerdf.ValueStore
Deprecated.
 
createLiteral(String, IRI) - Method in class org.eclipse.rdf4j.sail.nativerdf.ValueStore
Deprecated.
 
createLiteralOrFail(ValueFactory, Object) - Static method in class org.eclipse.rdf4j.model.util.Literals
Creates a typed Literal out of the supplied object, mapping the runtime type of the object to the appropriate XML Schema type.
createLock(String) - Method in class org.eclipse.rdf4j.common.concurrent.locks.LockManager
Creates a new active lock.
createMappingStrategy() - Method in class org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLResultsTSVParser
 
createMappingStrategy() - Method in class org.eclipse.rdf4j.query.resultio.textstar.tsv.SPARQLStarResultsTSVParser
 
createModel() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.AbstractForwardChainingInferencerConnection
 
createMonitoring(FedXConfig) - Static method in class org.eclipse.rdf4j.federated.monitoring.MonitoringFactory
Create a new monitoring instance depending on FedXConfig.isEnableMonitoring()
createNativeStore(File) - Method in class org.eclipse.rdf4j.federated.endpoint.provider.NativeStoreProvider
Create a NativeStore and apply the SailSourceEvaluationStrategyFactory.
createNode() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
Creates a new BNode or Skolem IRI object.
createNode(String) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
Creates a BNode or Skolem IRI object for the specified identifier.
createNode(String) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
 
createNQuadsParser() - Method in class org.eclipse.rdf4j.rio.trig.TriGParserTestCase
 
createNTriplesParser() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParserTestCase
 
createNumericLiteral(Number, IRI) - Method in class org.eclipse.rdf4j.model.impl.AbstractValueFactory
Creates specific optimized subtypes of SimpleLiteral for numeric datatypes.
createParser(QueryLanguage) - Static method in class org.eclipse.rdf4j.query.parser.QueryParserUtil
 
createParser() - Method in class org.eclipse.rdf4j.query.parser.serql.SeRQLParserTestCase
 
createParser(RDFFormat) - Static method in class org.eclipse.rdf4j.rio.Rio
Convenience methods for creating RDFParser objects.This method uses the registry returned by RDFParserRegistry.getInstance() to get a factory for the specified format and uses this factory to create the appropriate parser.
createParser(RDFFormat, ValueFactory) - Static method in class org.eclipse.rdf4j.rio.Rio
Convenience methods for creating RDFParser objects that use the specified ValueFactory to create RDF model objects.
CreateQuery - Class in org.eclipse.rdf4j.sparqlbuilder.core.query
A SPARQL CREATE Query
createRDF4JProtocolSession(String) - Method in interface org.eclipse.rdf4j.http.client.HttpClientSessionManager
Creates a new session to the remote RDF4J REST API.
createRDF4JProtocolSession(String) - Method in interface org.eclipse.rdf4j.http.client.SesameClient
Deprecated.
Creates a new session to the remote Sesame server to manage the auth state.
createRDF4JProtocolSession(String) - Method in class org.eclipse.rdf4j.http.client.SharedHttpClientSessionManager
 
createRDFParser() - Method in class org.eclipse.rdf4j.rio.n3.N3ParserTestCase
 
createRDFParser() - Method in class org.eclipse.rdf4j.rio.nquads.AbstractNQuadsParserTest
 
createRDFParser() - Method in class org.eclipse.rdf4j.rio.ntriples.AbstractNTriplesParserTest
 
createRDFParser() - Method in class org.eclipse.rdf4j.rio.rdfjson.RDFJSONParserTestCase
 
createRDFParser() - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParserTestCase
 
createReadLock() - Method in class org.eclipse.rdf4j.common.concurrent.locks.AbstractReadWriteLockManager
Creates a new Lock for reading and increments counter for active readers.
createRepository(RepositoryConfig) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
Create a new repository.
createRepository(String) - Method in class org.eclipse.rdf4j.query.parser.serql.SeRQLQueryTestCase
 
createRepository() - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLQueryTest
Deprecated.
 
createRepository() - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLUpdateConformanceTest
Deprecated.
 
createRepository() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
Creates, initializes and clears a repository.
createRepository() - Method in class org.eclipse.rdf4j.repository.CascadeValueExceptionTest
 
createRepository() - Method in class org.eclipse.rdf4j.repository.EquivalentTest
 
createRepository() - Method in class org.eclipse.rdf4j.repository.GraphQueryResultTest
 
createRepository(String) - Method in class org.eclipse.rdf4j.repository.manager.LocalRepositoryManager
 
createRepository(String) - Method in class org.eclipse.rdf4j.repository.manager.RemoteRepositoryManager
Creates and initializes the repository with the specified ID.
createRepository(String) - Method in class org.eclipse.rdf4j.repository.manager.RepositoryManager
Creates and initializes the repository with the specified ID.
createRepository(String) - Method in class org.eclipse.rdf4j.repository.manager.util.TypeFilteringRepositoryManager
 
createRepository() - Method in class org.eclipse.rdf4j.repository.RDFStarSupportTest
 
createRepository() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
Gets an (uninitialized) instance of the repository that should be tested.
createRepository() - Method in class org.eclipse.rdf4j.repository.RepositoryTest
Gets an (uninitialized) instance of the repository that should be tested.
createRepository() - Method in class org.eclipse.rdf4j.repository.SparqlAggregatesTest
 
createRepository() - Method in class org.eclipse.rdf4j.repository.SparqlDatasetTest
 
createRepository() - Method in class org.eclipse.rdf4j.repository.SparqlOrderByTest
 
createRepository() - Method in class org.eclipse.rdf4j.repository.SparqlRegexTest
 
createRepository() - Method in class org.eclipse.rdf4j.repository.SparqlSetBindingTest
 
createRepository() - Method in class org.eclipse.rdf4j.repository.TupleQueryResultTest
 
createRepository(Model) - Method in class org.eclipse.rdf4j.shacl.manifest.AbstractSHACLTest
Deprecated.
 
createRepositoryResult(CloseableIteration<? extends E, SailException>) - Method in class org.eclipse.rdf4j.repository.sail.SailRepositoryConnection
Wraps a CloseableIteration coming from a Sail in a RepositoryResult object, applying the required conversions
createResource(String) - Static method in class org.eclipse.rdf4j.sail.lucene.SearchFields
Parses an id-string (a serialized resource) back to a resource Inverse method of SearchFields.getResourceID(Resource)
createSail(String) - Method in class org.eclipse.rdf4j.query.parser.serql.SeRQLQueryTestCase
 
createSail() - Method in class org.eclipse.rdf4j.sail.InferencingTest
Gets an instance of the Sail that should be tested.
createSail() - Method in class org.eclipse.rdf4j.sail.RDFNotifyingStoreTest
Gets an instance of the Sail that should be tested.
createSail() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
Gets an instance of the Sail that should be tested.
createSail() - Method in class org.eclipse.rdf4j.sail.SailConcurrencyTest
 
createSail() - Method in class org.eclipse.rdf4j.sail.SailInterruptTest
 
createSail() - Method in class org.eclipse.rdf4j.sail.SailIsolationLevelTest
 
createSearchIndex(Properties) - Static method in class org.eclipse.rdf4j.sail.lucene.LuceneSail
Deprecated. 
createSearchIndex(Properties) - Static method in class org.eclipse.rdf4j.sail.lucene.util.SearchIndexUtils
The method creates instance of SearchIndex.
createService(String) - Method in class org.eclipse.rdf4j.federated.evaluation.DelegateFederatedServiceResolver
 
createService(String) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.federation.AbstractFederatedServiceResolver
Create a new FederatedService for the given serviceUrl.
createService(String) - Method in class org.eclipse.rdf4j.repository.sparql.federation.SPARQLServiceResolver
 
CreateServlet - Class in org.eclipse.rdf4j.workbench.commands
 
CreateServlet() - Constructor for class org.eclipse.rdf4j.workbench.commands.CreateServlet
 
createSesameSession(String) - Method in interface org.eclipse.rdf4j.http.client.SesameClient
createSHACLTest(String, String, Model, Model, boolean, boolean) - Method in interface org.eclipse.rdf4j.shacl.manifest.SHACLManifestTestSuiteFactory.TestFactory
 
createSimilarity(Properties) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneIndex
 
createSourceSelectionCache() - Method in class org.eclipse.rdf4j.federated.evaluation.FederationEvalStrategy
createSparqlFederation(List<String>) - Static method in class org.eclipse.rdf4j.federated.FedXFactory
Create a federation with the provided sparql endpoints
createSPARQLProtocolSession(String, String) - Method in interface org.eclipse.rdf4j.http.client.HttpClientSessionManager
Creates a new SPARQL Protocol session to the remote SPARQL endpoint.
createSPARQLProtocolSession(String, String) - Method in interface org.eclipse.rdf4j.http.client.SesameClient
Deprecated.
Creates a new session to the remote SPARQL endpoint to manage the auth state.
createSPARQLProtocolSession(String, String) - Method in class org.eclipse.rdf4j.http.client.SharedHttpClientSessionManager
 
createSPARQLQueryTest(String, String, String, String, Dataset, boolean) - Method in interface org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLQueryTest.Factory
Deprecated.
 
createSPARQLQueryTest(String, String, String, String, Dataset, boolean, boolean) - Method in interface org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLQueryTest.Factory
Deprecated.
 
createSparqlSession(String, String) - Method in interface org.eclipse.rdf4j.http.client.SesameClient
createSPARQLSyntaxTest(String, String, String, boolean) - Method in interface org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQL11SyntaxTest.Factory
Deprecated.
 
createSPARQLUpdateConformanceTest(String, String, String, IRI, Map<String, IRI>, IRI, Map<String, IRI>) - Method in interface org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLUpdateConformanceTest.Factory
Deprecated.
 
createSpatialContextMapper(Map<String, String>) - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
 
createSpatialContextMapper(Map<String, String>) - Method in class org.eclipse.rdf4j.sail.solr.SolrIndex
 
createSpatialStrategyMapper(Map<String, String>) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneIndex
 
createStatement(Resource, IRI, Value) - Method in class org.eclipse.rdf4j.model.impl.AbstractValueFactory
 
createStatement(Resource, IRI, Value, Resource) - Method in class org.eclipse.rdf4j.model.impl.AbstractValueFactory
 
createStatement(Resource, IRI, Value) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createStatement(Resource, IRI, Value, Resource) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createStatement(Resource, URI, Value) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createStatement(Resource, URI, Value, Resource) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createStatement(Resource, IRI, Value) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new statement with the supplied subject, predicate and object.
createStatement(Resource, URI, Value) - Method in interface org.eclipse.rdf4j.model.ValueFactory
createStatement(Resource, IRI, Value, Resource) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new statement with the supplied subject, predicate and object and associated context.
createStatement(Resource, URI, Value, Resource) - Method in interface org.eclipse.rdf4j.model.ValueFactory
createStatement(Resource, IRI, Value) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
Creates a new Statement object with the supplied components.
createStatement(Resource, IRI, Value, Resource) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
Creates a new Statement object with the supplied components.
createSystemRepository() - Method in class org.eclipse.rdf4j.repository.manager.LocalRepositoryManager
Deprecated.
createSystemRepository() - Method in class org.eclipse.rdf4j.repository.manager.RemoteRepositoryManager
Deprecated.
createSystemRepository() - Method in class org.eclipse.rdf4j.repository.manager.RepositoryManager
Deprecated.
createSystemRepository() - Method in class org.eclipse.rdf4j.repository.manager.util.TypeFilteringRepositoryManager
 
createTempDir(String) - Static method in class org.eclipse.rdf4j.common.io.FileUtil
createTest(String, String, Value) - Method in interface org.eclipse.rdf4j.query.parser.serql.SeRQLParserTestCase.Factory
 
createTest(String, String, List<String>, String, String, String) - Method in interface org.eclipse.rdf4j.query.parser.serql.SeRQLQueryTestCase.Factory
 
createTestSuite() - Method in class org.eclipse.rdf4j.rio.n3.N3ParserTestCase
 
createTestSuite() - Method in class org.eclipse.rdf4j.rio.nquads.AbstractNQuadsParserTest
 
createTestSuite() - Method in class org.eclipse.rdf4j.rio.ntriples.AbstractNTriplesParserTest
 
createTestSuite() - Method in class org.eclipse.rdf4j.rio.rdfjson.RDFJSONParserTestCase
 
createTestSuite() - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParserTestCase
 
createTestSuite() - Method in class org.eclipse.rdf4j.rio.trig.TriGParserTestCase
 
createTestSuite() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParserTestCase
 
createTestSuite(SHACLManifestTestSuiteFactory.TestFactory, boolean, boolean, boolean, String...) - Method in class org.eclipse.rdf4j.shacl.manifest.SHACLManifestTestSuiteFactory
Creates a new TestSuite for executiong of AbstractSHACLTest s.
createTriGParser() - Method in class org.eclipse.rdf4j.rio.trig.TriGParserTestCase
 
createTriple(Resource, IRI, Value) - Method in class org.eclipse.rdf4j.model.impl.AbstractValueFactory
 
createTriple(Resource, IRI, Value) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createTriple(Resource, IRI, Value) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Creates a new RDF* triple with the supplied subject, predicate and object.
createTupleMultipleBindingSets() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTest
 
createTupleNoBindingSets() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTest
 
createTupleParser(QueryResultFormat) - Static method in class org.eclipse.rdf4j.query.resultio.QueryResultIO
Convenience methods for creating TupleQueryResultParser objects.
createTupleParser(QueryResultFormat, ValueFactory) - Static method in class org.eclipse.rdf4j.query.resultio.QueryResultIO
Convenience methods for creating TupleQueryResultParser objects that use the specified ValueFactory to create RDF model objects.
createTupleSingleVarMultipleBindingSets() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTest
 
createTupleWriter(QueryResultFormat, OutputStream) - Static method in class org.eclipse.rdf4j.query.resultio.QueryResultIO
Convenience methods for creating TupleQueryResultWriter objects.This method uses the registry returned by TupleQueryResultWriterRegistry.getInstance() to get a factory for the specified format and uses this factory to create the appropriate writer.
createTurtleParser() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParserTestCase
 
createTypedLiteral(ValueFactory, BigInteger) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.ByteCast
 
createTypedLiteral(ValueFactory, BigInteger) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.IntCast
 
createTypedLiteral(ValueFactory, BigInteger) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.IntegerCast
 
createTypedLiteral(ValueFactory, BigInteger) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.IntegerCastFunction
create a Literal with the specific datatype for the supplied BigInteger value.
createTypedLiteral(ValueFactory, boolean) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.IntegerCastFunction
create a Literal with the specific datatype for the supplied boolean value.
createTypedLiteral(ValueFactory, BigInteger) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.LongCast
 
createTypedLiteral(ValueFactory, BigInteger) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.NegativeIntegerCast
 
createTypedLiteral(ValueFactory, BigInteger) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.NonNegativeIntegerCast
 
createTypedLiteral(ValueFactory, BigInteger) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.NonPositiveIntegerCast
 
createTypedLiteral(ValueFactory, boolean) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.NonPositiveIntegerCast
 
createTypedLiteral(ValueFactory, BigInteger) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.PositiveIntegerCast
 
createTypedLiteral(ValueFactory, boolean) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.PositiveIntegerCast
 
createTypedLiteral(ValueFactory, BigInteger) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.ShortCast
 
createTypedLiteral(ValueFactory, BigInteger) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.UnsignedByteCast
 
createTypedLiteral(ValueFactory, BigInteger) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.UnsignedIntCast
 
createTypedLiteral(ValueFactory, BigInteger) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.UnsignedLongCast
 
createTypedLiteral(ValueFactory, BigInteger) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.UnsignedShortCast
 
createURI(String) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createURI(String, String) - Method in class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
createURI(String) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Deprecated.
createURI(String, String) - Method in interface org.eclipse.rdf4j.model.ValueFactory
Deprecated.
createURI(String) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
Creates a IRI object for the specified URI-string.
createURI(String) - Method in class org.eclipse.rdf4j.rio.ntriples.NTriplesParser
 
createWorkerUnion(QueryInfo) - Method in class org.eclipse.rdf4j.federated.FederationManager
Create an appropriate worker union for this federation, i.e.
createWriteLock() - Method in class org.eclipse.rdf4j.common.concurrent.locks.AbstractReadWriteLockManager
Creates a new Lock for writing.
createWriter(QueryResultFormat, OutputStream) - Static method in class org.eclipse.rdf4j.query.resultio.QueryResultIO
Convenience methods for creating QueryResultWriter objects.This method uses the registry returned by TupleQueryResultWriterRegistry.getInstance() to get a factory for the specified format and uses this factory to create the appropriate writer.
createWriter(RDFFormat, OutputStream) - Static method in class org.eclipse.rdf4j.rio.Rio
Convenience methods for creating RDFWriter objects.This method uses the registry returned by RDFWriterRegistry.getInstance() to get a factory for the specified format and uses this factory to create the appropriate writer.
createWriter(RDFFormat, OutputStream, String) - Static method in class org.eclipse.rdf4j.rio.Rio
Convenience methods for creating RDFWriter objects.This method uses the registry returned by RDFWriterRegistry.getInstance() to get a factory for the specified format and uses this factory to create the appropriate writer.
createWriter(RDFFormat, Writer) - Static method in class org.eclipse.rdf4j.rio.Rio
Convenience methods for creating RDFWriter objects.This method uses the registry returned by RDFWriterRegistry.getInstance() to get a factory for the specified format and uses this factory to create the appropriate writer.
createWriter(RDFFormat, Writer, String) - Static method in class org.eclipse.rdf4j.rio.Rio
Convenience methods for creating RDFWriter objects.This method uses the registry returned by RDFWriterRegistry.getInstance() to get a factory for the specified format and uses this factory to create the appropriate writer.
createXMLReader() - Static method in class org.eclipse.rdf4j.common.xml.XMLReaderFactory
creates an org.xml.sax.XMLReader object.
createXMLReader(String) - Static method in class org.eclipse.rdf4j.common.xml.XMLReaderFactory
Creates an org.xml.sax.XMLReader object using the supplied name.
CREATOR - Static variable in class org.eclipse.rdf4j.model.vocabulary.DC
dc:creator
CREATOR - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/creator
CREATOR - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:Creator
CrossProductIteration - Class in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Iteration which forms the cross product of a list of materialized input bindings with each result obtained from the inner iteration.
CrossProductIteration(CloseableIteration<BindingSet, QueryEvaluationException>, List<BindingSet>) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.iterator.CrossProductIteration
 
CRUSH - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:Crush
CSV - Static variable in class org.eclipse.rdf4j.query.resultio.TupleQueryResultFormat
SPARQL Query Result CSV Format.
CURRENT_PROJECT - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
CURRENT_TIME_MILLIS_FUNCTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIF
 
currentIdx - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.IndependentJoingroupBindingsIteration
 
currentIdx - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.IndependentJoingroupBindingsIteration2
 
currentIdx - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.IndependentJoingroupBindingsIteration3
 
currentInputBinding - Variable in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.CrossProductIteration
 
currentInputBinding - Variable in class org.eclipse.rdf4j.repository.sparql.federation.SPARQLCrossProductIteration
 
currentMonitor - Variable in class org.eclipse.rdf4j.sail.lucene.LuceneIndex
This holds IndexReader and IndexSearcher.
CurrentTimeMillis - Class in org.eclipse.rdf4j.spin.function.spif
 
CurrentTimeMillis() - Constructor for class org.eclipse.rdf4j.spin.function.spif.CurrentTimeMillis
 
cursorIdx - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.LazyMutableClosableIteration
the cursor index, is used after the inner iteration is fully consumed
custom(Iri, Operand...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
 
CUSTOM_HEADERS_KEY - Static variable in class org.eclipse.rdf4j.common.webapp.views.SimpleResponseView
 
CUSTOM_XML_READER - Static variable in class org.eclipse.rdf4j.rio.helpers.XMLParserSettings
Parser setting to customise the XMLReader that is used by an XML based Rio parser.
CustomFunction - Class in org.eclipse.rdf4j.sparqlbuilder.constraint
 
CustomGraphQueryInferencer - Class in org.eclipse.rdf4j.sail.inferencer.fc
A forward-chaining inferencer that infers new statements using a SPARQL or SeRQL graph query.
CustomGraphQueryInferencer() - Constructor for class org.eclipse.rdf4j.sail.inferencer.fc.CustomGraphQueryInferencer
 
CustomGraphQueryInferencer(QueryLanguage, String, String) - Constructor for class org.eclipse.rdf4j.sail.inferencer.fc.CustomGraphQueryInferencer
Create a new custom inferencer.
CustomGraphQueryInferencer(NotifyingSail, QueryLanguage, String, String) - Constructor for class org.eclipse.rdf4j.sail.inferencer.fc.CustomGraphQueryInferencer
Create a new custom inferencer.
CustomGraphQueryInferencerConfig - Class in org.eclipse.rdf4j.sail.inferencer.fc.config
Configuration handling for CustomGraphQueryInferencer.
CustomGraphQueryInferencerConfig() - Constructor for class org.eclipse.rdf4j.sail.inferencer.fc.config.CustomGraphQueryInferencerConfig
 
CustomGraphQueryInferencerConfig(SailImplConfig) - Constructor for class org.eclipse.rdf4j.sail.inferencer.fc.config.CustomGraphQueryInferencerConfig
 
CustomGraphQueryInferencerFactory - Class in org.eclipse.rdf4j.sail.inferencer.fc.config
A SailFactory that creates a CustomGraphQueryInferencer based on RDF configuration data.
CustomGraphQueryInferencerFactory() - Constructor for class org.eclipse.rdf4j.sail.inferencer.fc.config.CustomGraphQueryInferencerFactory
 
CustomGraphQueryInferencerSchema - Class in org.eclipse.rdf4j.sail.inferencer.fc.config
Configuration schema URI's for CustomGraphQueryInferencer.
CustomGraphQueryInferencerSchema() - Constructor for class org.eclipse.rdf4j.sail.inferencer.fc.config.CustomGraphQueryInferencerSchema
 
CVSREPOSITORY - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:CVSRepository

D

DARCS_REPOSITORY - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:DarcsRepository
DASH - Class in org.eclipse.rdf4j.model.vocabulary
 
DASH() - Constructor for class org.eclipse.rdf4j.model.vocabulary.DASH
 
DASH_DATA_SHAPES - Static variable in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailSchema
 
DASH_DATA_SHAPES_DEFAULT - Static variable in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
data() - Static method in class org.eclipse.rdf4j.query.algebra.geosparql.GeoSPARQLManifestTest
 
data() - Static method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQL10QueryComplianceTest
 
data() - Static method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQL11QueryComplianceTest
 
data() - Static method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQL11SyntaxComplianceTest
 
data() - Static method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQL11UpdateComplianceTest
 
data() - Static method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQL12QueryComplianceTest
 
data() - Static method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLSyntaxComplianceTest
 
DATA_CONFIG - Static variable in class org.eclipse.rdf4j.federated.repository.FedXRepositoryConfig
IRI of the property pointing to the FedX data config
DATA_DUMP - Static variable in class org.eclipse.rdf4j.model.vocabulary.VOID
void:dataDump
DATA_FILE_NAME - Static variable in class org.eclipse.rdf4j.sail.memory.MemoryStore
 
DATA_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
DATA_SERVICE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCAT
dcat:DataService
DATA_TYPE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:dataType
dataDirPreserveCase() - Method in class org.eclipse.rdf4j.common.platform.DefaultPlatform
 
dataDirPreserveCase() - Method in interface org.eclipse.rdf4j.common.platform.Platform
Check if case is preserved
dataDirPreserveCase() - Method in class org.eclipse.rdf4j.common.platform.support.MacOSXPlatform
 
dataDirPreserveCase() - Method in class org.eclipse.rdf4j.common.platform.support.PosixPlatform
 
dataDirPreserveCase() - Method in class org.eclipse.rdf4j.common.platform.support.WindowsPlatform
 
dataDirReplaceColon() - Method in class org.eclipse.rdf4j.common.platform.DefaultPlatform
 
dataDirReplaceColon() - Method in interface org.eclipse.rdf4j.common.platform.Platform
Check if colon is replaced
dataDirReplaceColon() - Method in class org.eclipse.rdf4j.common.platform.support.PosixPlatform
 
dataDirReplaceColon() - Method in class org.eclipse.rdf4j.common.platform.support.WindowsPlatform
 
dataDirReplaceWhitespace() - Method in class org.eclipse.rdf4j.common.platform.DefaultPlatform
 
dataDirReplaceWhitespace() - Method in interface org.eclipse.rdf4j.common.platform.Platform
Check if whitespace is replaced
dataDirReplaceWhitespace() - Method in class org.eclipse.rdf4j.common.platform.support.MacOSXPlatform
 
dataDirReplaceWhitespace() - Method in class org.eclipse.rdf4j.common.platform.support.PosixPlatform
 
dataDirReplaceWhitespace() - Method in class org.eclipse.rdf4j.common.platform.support.WindowsPlatform
 
DataFile - Class in org.eclipse.rdf4j.sail.nativerdf.datastore
Class supplying access to a data file.
DataFile(File) - Constructor for class org.eclipse.rdf4j.sail.nativerdf.datastore.DataFile
 
DataFile(File, boolean) - Constructor for class org.eclipse.rdf4j.sail.nativerdf.datastore.DataFile
 
DataFile.DataIterator - Class in org.eclipse.rdf4j.sail.nativerdf.datastore
An iterator that iterates over the data that is stored in a data file.
dataGraph - Variable in class org.eclipse.rdf4j.shacl.manifest.AbstractSHACLTest
Deprecated.
 
DataIterator() - Constructor for class org.eclipse.rdf4j.sail.nativerdf.datastore.DataFile.DataIterator
 
DATARANGE - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#DataRange
dataRep - Variable in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLQueryTest
Deprecated.
 
dataRep - Variable in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLUpdateConformanceTest
Deprecated.
 
dataRep - Variable in class org.eclipse.rdf4j.shacl.manifest.AbstractSHACLTest
Deprecated.
 
DATASET - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCAT
dcat:Dataset
DATASET - Static variable in class org.eclipse.rdf4j.model.vocabulary.SD
Dataset
DATASET - Static variable in class org.eclipse.rdf4j.model.vocabulary.VOID
void:Dataset
dataset - Variable in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
Dataset - Interface in org.eclipse.rdf4j.query
Represents a dataset against which operations can be evaluated.
dataset - Variable in class org.eclipse.rdf4j.query.impl.AbstractOperation
 
dataset - Variable in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLQueryTest
Deprecated.
 
dataset - Variable in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLUpdateConformanceTest
Deprecated.
 
dataset - Variable in class org.eclipse.rdf4j.repository.sparql.query.SPARQLOperation
Deprecated.
 
dataset(IsolationLevel) - Method in interface org.eclipse.rdf4j.sail.base.SailSource
Create an observable SailDataset of the current state of this SailSource.
Dataset - Class in org.eclipse.rdf4j.sparqlbuilder.core
A SPARQL dataset specification
Dataset() - Constructor for class org.eclipse.rdf4j.sparqlbuilder.core.Dataset
 
dataset(From...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.core.SparqlBuilder
Create a dataset declaration
DATASET_DESCRIPTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.VOID
void:DatasetDescription
DatasetDeclProcessor - Class in org.eclipse.rdf4j.query.parser.sparql
Deprecated.
since 3.0. This feature is for internal use only: its existence, signature or behavior may change without warning from one release to the next.
DatasetDeclProcessor() - Constructor for class org.eclipse.rdf4j.query.parser.sparql.DatasetDeclProcessor
Deprecated.
 
DatasetImpl - Class in org.eclipse.rdf4j.query.impl
Deprecated.
since 2.0. Use SimpleDataset instead.
DatasetImpl() - Constructor for class org.eclipse.rdf4j.query.impl.DatasetImpl
Deprecated.
 
DatasetRepository - Class in org.eclipse.rdf4j.repository.dataset
A repository that automatically attempts to load the dataset supplied in a (SPARQL) query (using FROM and FROM NAMED clauses).
DatasetRepository() - Constructor for class org.eclipse.rdf4j.repository.dataset.DatasetRepository
 
DatasetRepository(SailRepository) - Constructor for class org.eclipse.rdf4j.repository.dataset.DatasetRepository
 
DatasetRepositoryConfig - Class in org.eclipse.rdf4j.repository.dataset.config
 
DatasetRepositoryConfig() - Constructor for class org.eclipse.rdf4j.repository.dataset.config.DatasetRepositoryConfig
 
DatasetRepositoryConnection - Class in org.eclipse.rdf4j.repository.dataset
 
DatasetRepositoryConnection(DatasetRepository, SailRepositoryConnection) - Constructor for class org.eclipse.rdf4j.repository.dataset.DatasetRepositoryConnection
 
DatasetRepositoryFactory - Class in org.eclipse.rdf4j.repository.dataset.config
A RepositoryFactory that creates DatasetRepositorys based on RDF configuration data.
DatasetRepositoryFactory() - Constructor for class org.eclipse.rdf4j.repository.dataset.config.DatasetRepositoryFactory
 
DataStore - Class in org.eclipse.rdf4j.sail.nativerdf.datastore
Class that provides indexed storage and retrieval of arbitrary length data.
DataStore(File, String) - Constructor for class org.eclipse.rdf4j.sail.nativerdf.datastore.DataStore
 
DataStore(File, String, boolean) - Constructor for class org.eclipse.rdf4j.sail.nativerdf.datastore.DataStore
 
dataStructure - Variable in class org.eclipse.rdf4j.sail.extensiblestore.ExtensibleStore
 
DataStructureInterface - Interface in org.eclipse.rdf4j.sail.extensiblestore
An interface to implement a base data structure for the ExtensibleStore.
DATATYPE - Static variable in class org.eclipse.rdf4j.model.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#Datatype
DATATYPE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:datatype
DATATYPE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
Datatype - Class in org.eclipse.rdf4j.query.algebra
The DATATYPE function, as defined in SPARQL Query Language for RDF.
Datatype() - Constructor for class org.eclipse.rdf4j.query.algebra.Datatype
 
Datatype(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Datatype
 
DATATYPE - Static variable in class org.eclipse.rdf4j.query.resultio.sparqljson.AbstractSPARQLJSONParser
 
DATATYPE_ATT - Static variable in interface org.eclipse.rdf4j.rio.trix.TriXConstants
The attribute for datatypes of typed literal.
DATATYPE_CONSTRAINT_COMPONENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:DatatypeConstraintComponent
DATATYPE_CONSTRAINT_COMPONENT_DATATYPE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:DatatypeConstraintComponent-datatype
DATATYPE_HANDLERS - Static variable in class org.eclipse.rdf4j.rio.helpers.BasicParserSettings
Setting used to specify which DatatypeHandler implementations are to be used for a given parser configuration.
DATATYPE_LITERAL_RECORD_MARKER - Static variable in interface org.eclipse.rdf4j.query.resultio.binary.BinaryQueryResultConstants
 
DATATYPECOMPLEMENTOF - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#datatypeComplementOf
DatatypeFilter - Class in org.eclipse.rdf4j.sail.shacl.planNodes
 
DatatypeFilter(PlanNode, Resource) - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.DatatypeFilter
 
DatatypeHandler - Interface in org.eclipse.rdf4j.rio
An interface defining methods related to verification and normalization of typed literals and datatype URIs.
DatatypeHandlerRegistry - Class in org.eclipse.rdf4j.rio
Registry of DatatypeHandlers.
DatatypeHandlerRegistry() - Constructor for class org.eclipse.rdf4j.rio.DatatypeHandlerRegistry
 
datatypeHandling() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
datatypeHandling() - Method in class org.eclipse.rdf4j.rio.ParserConfig
Deprecated.
Datatype handling is now split across BasicParserSettings.VERIFY_DATATYPE_VALUES, BasicParserSettings.FAIL_ON_UNKNOWN_DATATYPES and BasicParserSettings.NORMALIZE_DATATYPE_VALUES.

This method will be removed in a future release.

DATATYPEPROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#DatatypeProperty
date - Variable in class org.eclipse.rdf4j.federated.util.Version
 
DATE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DC
dc:date
DATE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/date
DATE - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:Date
DATE - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#date
DATE_ACCEPTED - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/dateAccepted
DATE_COPYRIGHTED - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/dateCopyrighted
DATE_FORMAT_FUNCTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIF
 
DATE_SUBMITTED - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/dateSubmitted
DATE_TIME - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:dateTime
DATE_TIME_DESCRIPTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:DateTimeDescription
DATE_TIME_INTERVAL - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:DateTimeInterval
DateFormat - Class in org.eclipse.rdf4j.spin.function.spif
 
DateFormat() - Constructor for class org.eclipse.rdf4j.spin.function.spif.DateFormat
 
DateRangeFilenameFilter(Pattern, SimpleDateFormat, Calendar, Calendar) - Constructor for class org.eclipse.rdf4j.common.logging.file.logback.MultipleFileLogReader.DateRangeFilenameFilter
Constructor
DATETIME - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#dateTime
DateTimeCast - Class in org.eclipse.rdf4j.query.algebra.evaluation.function
Deprecated.
use DateTimeCast instead.
DateTimeCast() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.DateTimeCast
Deprecated.
 
DateTimeCast - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.xsd
A Function that tries to cast its argument to an xsd:dateTime.
DateTimeCast() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.DateTimeCast
 
DATETIMESTAMP - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#dateTimeStamp
DAWGTestBooleanParser - Class in org.eclipse.rdf4j.query.dawg
 
DAWGTestBooleanParser() - Constructor for class org.eclipse.rdf4j.query.dawg.DAWGTestBooleanParser
 
DAWGTestResultSetParseException - Exception in org.eclipse.rdf4j.query.dawg
An exception that is thrown to indicate that the parsing of a DAWG Test Result Set graph failed due to an incompatible or incomplete graph.
DAWGTestResultSetParseException(String) - Constructor for exception org.eclipse.rdf4j.query.dawg.DAWGTestResultSetParseException
Creates a new DAWGTestResultSetParseException.
DAWGTestResultSetParseException(Throwable) - Constructor for exception org.eclipse.rdf4j.query.dawg.DAWGTestResultSetParseException
Creates a new DAWGTestResultSetParseException wrapping another exception.
DAWGTestResultSetParseException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.query.dawg.DAWGTestResultSetParseException
Creates a new DAWGTestResultSetParseException wrapping another exception.
DAWGTestResultSetParser - Class in org.eclipse.rdf4j.query.dawg
 
DAWGTestResultSetParser(TupleQueryResultHandler) - Constructor for class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetParser
 
DAWGTestResultSetSchema - Class in org.eclipse.rdf4j.query.dawg
 
DAWGTestResultSetSchema() - Constructor for class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetSchema
 
DAWGTestResultSetUtil - Class in org.eclipse.rdf4j.query.dawg
 
DAWGTestResultSetUtil() - Constructor for class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetUtil
 
DAWGTestResultSetWriter - Class in org.eclipse.rdf4j.query.dawg
A TupleQueryResultHandler that converts query results to an RDF graph using the Data Access Working Group Test Result Set RDF Vocabulary (http://www.w3.org/2001/sw/DataAccess/tests/result-set#).
DAWGTestResultSetWriter(RDFHandler) - Constructor for class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetWriter
 
DAWGTestResultSetWriter(RDFHandler, ValueFactory) - Constructor for class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetWriter
 
DAY - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:day
Day - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.datetime
The SPARQL built-in Function DAY, as defined in SPARQL Query Language for RDF
Day() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.datetime.Day
 
DAY_FROM_DATETIME - Static variable in class org.eclipse.rdf4j.model.vocabulary.FN
fn:day-from-dateTime
DAY_OF_WEEK - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:DayOfWeek
DAY_OF_WEEK_PROP - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:dayOfWeek
DAY_OF_YEAR - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:dayOfYear
DAYS - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:days
DAYTIMEDURATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#dayTimeDuration
DBPEDIA - Static variable in interface org.eclipse.rdf4j.rio.DatatypeHandler
Identifier for datatypes defined by DBPedia.
DBPediaDatatypeHandler - Class in org.eclipse.rdf4j.rio.datatypes
An implementation of a datatype handler that can process DBPedia datatypes.
DBPediaDatatypeHandler() - Constructor for class org.eclipse.rdf4j.rio.datatypes.DBPediaDatatypeHandler
Default constructor.
DC - Class in org.eclipse.rdf4j.model.vocabulary
Vocabulary constants for the Dublin Core Metadata Element Set, version 1.1
DC() - Constructor for class org.eclipse.rdf4j.model.vocabulary.DC
 
DCAT - Class in org.eclipse.rdf4j.model.vocabulary
Constants for the W3C Data Catalog Vocabulary.
DCAT() - Constructor for class org.eclipse.rdf4j.model.vocabulary.DCAT
 
DCMI_TYPE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/DCMIType
DCTERMS - Class in org.eclipse.rdf4j.model.vocabulary
Vocabulary constants for the Dublin Core Metadata Initiative Metadata Terms.
DCTERMS() - Constructor for class org.eclipse.rdf4j.model.vocabulary.DCTERMS
 
DDC - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/DDC
DEACTIVATED - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:deactivated
DeadLockTest - Class in org.eclipse.rdf4j.repository.optimistic
 
DeadLockTest() - Constructor for class org.eclipse.rdf4j.repository.optimistic.DeadLockTest
 
debugEnabled() - Static method in class org.eclipse.rdf4j.sail.helpers.AbstractSail
 
DebugPlanNode - Class in org.eclipse.rdf4j.sail.shacl.planNodes
Used for adding a custom log statement to tuples as they pass through.
DebugPlanNode(PlanNode, String) - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.DebugPlanNode
 
DebugRepositoryConnectionListener - Class in org.eclipse.rdf4j.repository.event.util
Utility class that prints all events to a PrintStream (default: System.err), optionally with a stacktrace.
DebugRepositoryConnectionListener() - Constructor for class org.eclipse.rdf4j.repository.event.util.DebugRepositoryConnectionListener
 
DebugRepositoryConnectionListener(PrintStream) - Constructor for class org.eclipse.rdf4j.repository.event.util.DebugRepositoryConnectionListener
 
DECIMAL - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#decimal
DECIMAL_FORMAT_FUNCTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIF
 
DecimalCast - Class in org.eclipse.rdf4j.query.algebra.evaluation.function
Deprecated.
use DecimalCast instead.
DecimalCast() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.DecimalCast
Deprecated.
 
DecimalCast - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.xsd
A Function that tries to cast its argument to an xsd:decimal.
DecimalCast() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.DecimalCast
 
DecimalFormat - Class in org.eclipse.rdf4j.spin.function.spif
 
DecimalFormat() - Constructor for class org.eclipse.rdf4j.spin.function.spif.DecimalFormat
 
DecimalLiteral - Class in org.eclipse.rdf4j.model.impl
An extension of SimpleLiteral that stores an integer value using a BigDecimal object.
DecimalLiteral(BigDecimal) - Constructor for class org.eclipse.rdf4j.model.impl.DecimalLiteral
Creates an xsd:decimal literal with the specified value.
DecimalLiteral(BigDecimal, IRI) - Constructor for class org.eclipse.rdf4j.model.impl.DecimalLiteral
Creates a literal with the specified value and datatype.
DecimalMemLiteral - Class in org.eclipse.rdf4j.sail.memory.model
An extension of MemLiteral that stores a decimal value to avoid parsing.
DecimalMemLiteral(Object, BigDecimal) - Constructor for class org.eclipse.rdf4j.sail.memory.model.DecimalMemLiteral
 
DecimalMemLiteral(Object, BigDecimal, IRI) - Constructor for class org.eclipse.rdf4j.sail.memory.model.DecimalMemLiteral
 
DecimalMemLiteral(Object, String, BigDecimal, IRI) - Constructor for class org.eclipse.rdf4j.sail.memory.model.DecimalMemLiteral
 
decimalValue() - Method in class org.eclipse.rdf4j.model.impl.DecimalLiteral
 
decimalValue() - Method in class org.eclipse.rdf4j.model.impl.IntegerLiteral
 
decimalValue() - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
 
decimalValue() - Method in interface org.eclipse.rdf4j.model.Literal
Returns the decimal value of this literal.
decimalValue() - Method in class org.eclipse.rdf4j.sail.memory.model.DecimalMemLiteral
 
decimalValue() - Method in class org.eclipse.rdf4j.sail.memory.model.IntegerMemLiteral
 
DECLARE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:declare
decode(byte[], int) - Static method in class org.eclipse.rdf4j.rio.hdt.VByte
Decode a series of encoded bytes, with a maximum of 8 bytes
decode(InputStream) - Static method in class org.eclipse.rdf4j.rio.hdt.VByte
Decode a maximum of 8 bytes from the input stream.
DECODE_URL_FUNCTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIF
 
decodeArray(String) - Static method in class org.eclipse.rdf4j.common.text.StringUtil
Decodes a String generated by encodeArray.
decodeContext(String, ValueFactory) - Static method in class org.eclipse.rdf4j.http.protocol.Protocol
Decode a previously encoded context Resource.
decodeContexts(String[], ValueFactory) - Static method in class org.eclipse.rdf4j.http.protocol.Protocol
Decode previously encoded contexts.
decodeFrom(byte[], int) - Static method in class org.eclipse.rdf4j.rio.hdt.VByte
Decode a maximum of 8 bytes from a byte array.
decodeResource(String, ValueFactory) - Static method in class org.eclipse.rdf4j.http.protocol.Protocol
Decode a previously encoded Resource.
decodeString(String) - Static method in class org.eclipse.rdf4j.query.parser.serql.SeRQLUtil
Decodes an encoded SeRQL string.
decodeString(String) - Static method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUtil
Decodes an encoded SPARQL string.
decodeString(String) - Static method in class org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLResultsTSVMappingStrategy
Decodes an encoded Turtle string.
decodeString(String) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
Decodes an encoded Turtle string.
decodeURI(String, ValueFactory) - Static method in class org.eclipse.rdf4j.http.protocol.Protocol
Decode a previously encoded URI.
DecodeURL - Class in org.eclipse.rdf4j.spin.function.spif
 
DecodeURL() - Constructor for class org.eclipse.rdf4j.spin.function.spif.DecodeURL
 
decodeValue(String, ValueFactory) - Static method in class org.eclipse.rdf4j.http.protocol.Protocol
Decode a previously encoded value.
decreaseIndentation() - Method in class org.eclipse.rdf4j.common.io.IndentingWriter
Decrease indentation level by 1.
decrement(int) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.OrderIterator
 
decrement(int) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator.LimitedSizeOrderIteration
 
DedupingInferencer - Class in org.eclipse.rdf4j.sail.inferencer.fc
An inferencer may infer the same statement from two different statements.
DedupingInferencer() - Constructor for class org.eclipse.rdf4j.sail.inferencer.fc.DedupingInferencer
 
DedupingInferencer(NotifyingSail) - Constructor for class org.eclipse.rdf4j.sail.inferencer.fc.DedupingInferencer
 
DedupingInferencerConfig - Class in org.eclipse.rdf4j.sail.inferencer.fc.config
 
DedupingInferencerConfig() - Constructor for class org.eclipse.rdf4j.sail.inferencer.fc.config.DedupingInferencerConfig
 
DedupingInferencerConfig(SailImplConfig) - Constructor for class org.eclipse.rdf4j.sail.inferencer.fc.config.DedupingInferencerConfig
 
DedupingInferencerConnection - Class in org.eclipse.rdf4j.sail.inferencer.fc
 
DedupingInferencerConnection(InferencerConnection, ValueFactory) - Constructor for class org.eclipse.rdf4j.sail.inferencer.fc.DedupingInferencerConnection
 
DedupingInferencerFactory - Class in org.eclipse.rdf4j.sail.inferencer.fc.config
 
DedupingInferencerFactory() - Constructor for class org.eclipse.rdf4j.sail.inferencer.fc.config.DedupingInferencerFactory
 
def() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.TargetedGraphManagementQuery
Target the default graph
DEFAULT - Static variable in class org.eclipse.rdf4j.console.setting.Prefixes
 
DEFAULT - Static variable in enum org.eclipse.rdf4j.http.protocol.Protocol.TIMEOUT
Deprecated.
Default timeout setting for transaction cache entries (in seconds).
DEFAULT_ANALYZER - Static variable in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
 
DEFAULT_BUFFER_SIZE - Static variable in class org.eclipse.rdf4j.rio.helpers.BufferedGroupingRDFHandler
Default buffer size.
DEFAULT_CACHE_SPEC - Static variable in class org.eclipse.rdf4j.federated.cache.SourceSelectionMemoryCache
 
DEFAULT_CONFIG - Static variable in class org.eclipse.rdf4j.federated.FedXConfig
 
DEFAULT_CONNECTION_TIMEOUT - Static variable in class org.eclipse.rdf4j.sail.helpers.AbstractSail
Default connection timeout on shutdown: 20,000 milliseconds.
DEFAULT_DATASET - Static variable in class org.eclipse.rdf4j.model.vocabulary.SD
default dataset description
DEFAULT_DECIMAL_EXPANSION_SCALE - Static variable in class org.eclipse.rdf4j.query.algebra.evaluation.util.MathUtil
The default expansion scale used in division operations resulting in a decimal value with non-terminating decimal expansion.
DEFAULT_DOCUMENT_TYPE - Static variable in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
 
DEFAULT_ENTAILMENT_REGIME - Static variable in class org.eclipse.rdf4j.model.vocabulary.SD
default entailment regime
DEFAULT_EXPLANATION_EXECUTION_TIMEOUT - Static variable in class org.eclipse.rdf4j.query.impl.AbstractParserQuery
 
DEFAULT_GRAPH - Static variable in class org.eclipse.rdf4j.model.vocabulary.SD
default graph
DEFAULT_GRAPH_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
Parameter name for the default graph URI parameter.
DEFAULT_I18N_PREFIX - Static variable in class org.eclipse.rdf4j.common.webapp.navigation.NavigationModel
 
DEFAULT_I18N_SEPARATOR - Static variable in class org.eclipse.rdf4j.common.webapp.navigation.NavigationModel
 
DEFAULT_I18N_SUFFIX - Static variable in class org.eclipse.rdf4j.common.webapp.navigation.NavigationModel
 
DEFAULT_ICON_PREFIX - Static variable in class org.eclipse.rdf4j.common.webapp.navigation.NavigationModel
 
DEFAULT_ICON_SEPARATOR - Static variable in class org.eclipse.rdf4j.common.webapp.navigation.NavigationModel
 
DEFAULT_ICON_SUFFIX - Static variable in class org.eclipse.rdf4j.common.webapp.navigation.NavigationModel
 
DEFAULT_INDEX_CLASS - Static variable in class org.eclipse.rdf4j.sail.lucene.LuceneSail
 
DEFAULT_INDEX_NAME - Static variable in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
 
DEFAULT_ITERATION_SYNC_THRESHOLD - Static variable in class org.eclipse.rdf4j.sail.helpers.AbstractSail
default value for the Iteration item sync threshold
DEFAULT_JSONP_CALLBACK_PARAMETER - Static variable in class org.eclipse.rdf4j.http.server.repository.TupleQueryResultView
 
DEFAULT_JSONP_CALLBACK_PARAMETER - Static variable in class org.eclipse.rdf4j.workbench.base.AbstractServlet
This query parameter is only used in cases where the configuration property is not setup explicitly.
DEFAULT_LUCENE_DIR - Static variable in class org.eclipse.rdf4j.sail.lucene.LuceneSail
Set the default directory of the Lucene index files.
DEFAULT_MAXIMUM_URL_LENGTH - Static variable in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
The default value of the threshold for URL length, beyond which we use the POST method for SPARQL query requests.
DEFAULT_PARSER_PATTERN - Static variable in class org.eclipse.rdf4j.common.logging.file.logback.StackTracePatternLayout
 
DEFAULT_PATH_PREFIX - Static variable in class org.eclipse.rdf4j.common.webapp.navigation.NavigationModel
 
DEFAULT_PATH_SEPARATOR - Static variable in class org.eclipse.rdf4j.common.webapp.navigation.NavigationModel
 
DEFAULT_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#default Used in DROP and CLEAR.
DEFAULT_RESOURCES_LOCATION - Static variable in interface org.eclipse.rdf4j.common.app.config.Configuration
 
DEFAULT_SRID - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEO
 
DEFAULT_SUPPORTED_ENTAILMENT_PROFILE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SD
default supported entailment profile
DEFAULT_TIMEOUT - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
Default timeout setting for transaction cache entries (in seconds).
DEFAULT_TIMEOUT - Static variable in enum org.eclipse.rdf4j.http.server.repository.transaction.ActiveTransactionRegistry
Deprecated.
DEFAULT_TRANSPORT - Static variable in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
 
DEFAULT_VALUE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:defaultValue
DEFAULT_VALUE_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPL
http://spinrdf.org/spl#defaultValue
DEFAULT_VIEW_SUFFIX - Static variable in class org.eclipse.rdf4j.common.webapp.navigation.NavigationModel
 
defaultExtensibleStatementHelper - Static variable in interface org.eclipse.rdf4j.sail.extensiblestore.valuefactory.ExtensibleStatementHelper
 
DefaultExtensibleStatementHelper() - Constructor for class org.eclipse.rdf4j.sail.extensiblestore.valuefactory.ExtensibleStatementHelper.DefaultExtensibleStatementHelper
 
DefaultFedXCostModel - Class in org.eclipse.rdf4j.federated.optimizer
Default implementation of the FedXCostModel
DefaultFedXCostModel() - Constructor for class org.eclipse.rdf4j.federated.optimizer.DefaultFedXCostModel
 
defaultGraph() - Method in class org.eclipse.rdf4j.model.util.ModelBuilder
Set the current graph in which to add new statements to the default graph.
defaultNamespace - Variable in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
 
DefaultPlatform - Class in org.eclipse.rdf4j.common.platform
 
DefaultPlatform() - Constructor for class org.eclipse.rdf4j.common.platform.DefaultPlatform
 
DefaultRDFHandler(Model) - Constructor for class org.eclipse.rdf4j.federated.endpoint.EndpointFactory.DefaultRDFHandler
 
DefaultRecordComparator - Class in org.eclipse.rdf4j.sail.nativerdf.btree
A RecordComparator that compares values with eachother by comparing all of their bytes.
DefaultRecordComparator() - Constructor for class org.eclipse.rdf4j.sail.nativerdf.btree.DefaultRecordComparator
 
DefaultSailChangedEvent - Class in org.eclipse.rdf4j.sail.helpers
Default implementation of the SailChangedEvent interface.
DefaultSailChangedEvent(Sail) - Constructor for class org.eclipse.rdf4j.sail.helpers.DefaultSailChangedEvent
Creates a new DefaultSailChangedEvent in which all possible changes are set to false.
DefaultWriteStrategyFactory - Class in org.eclipse.rdf4j.federated.write
Default implementation of WriteStrategyFactory.
DefaultWriteStrategyFactory() - Constructor for class org.eclipse.rdf4j.federated.write.DefaultWriteStrategyFactory
 
DEFINITION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SKOS
The skos:definition property.
DELAY_PERIOD - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:delayPeriod
DelayedIteration<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
An iteration that delays the creation of the underlying iteration until it is being accessed.
DelayedIteration() - Constructor for class org.eclipse.rdf4j.common.iteration.DelayedIteration
Creates a new DelayedIteration.
delegate - Variable in class org.eclipse.rdf4j.federated.structures.FedXBooleanQuery
 
delegate - Variable in class org.eclipse.rdf4j.federated.structures.FedXDataset
 
delegate - Variable in class org.eclipse.rdf4j.federated.structures.FedXGraphQuery
 
delegate - Variable in class org.eclipse.rdf4j.federated.structures.FedXTupleQuery
 
DELEGATE - Static variable in class org.eclipse.rdf4j.repository.config.RepositoryConfigSchema
http://www.openrdf.org/config/repository#delegate
DELEGATE - Static variable in class org.eclipse.rdf4j.sail.config.SailConfigSchema
http://www.openrdf.org/config/sail#delegate
DelegateFederatedServiceResolver - Class in org.eclipse.rdf4j.federated.evaluation
A FederatedServiceResolver which redirects SERVICE requests to the federation member (if the SERVICE IRI correspond to a member) or to the provided delegate.
DelegateFederatedServiceResolver(EndpointManager) - Constructor for class org.eclipse.rdf4j.federated.evaluation.DelegateFederatedServiceResolver
 
DelegatingRepository - Interface in org.eclipse.rdf4j.repository
Main interface for repositories that wrap another repository.
DelegatingRepositoryConnection - Interface in org.eclipse.rdf4j.repository
 
DelegatingRepositoryImplConfig - Interface in org.eclipse.rdf4j.repository.config
 
DelegatingRepositoryImplConfigBase - Class in org.eclipse.rdf4j.repository.config
Deprecated.
DelegatingRepositoryImplConfigBase() - Constructor for class org.eclipse.rdf4j.repository.config.DelegatingRepositoryImplConfigBase
Deprecated.
 
DelegatingSailImplConfig - Interface in org.eclipse.rdf4j.sail.config
 
DelegatingSailImplConfigBase - Class in org.eclipse.rdf4j.sail.config
Deprecated.
since 4.0. Use AbstractDelegatingSailImplConfig instead.
DelegatingSailImplConfigBase() - Constructor for class org.eclipse.rdf4j.sail.config.DelegatingSailImplConfigBase
Deprecated.
 
DELEGATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:Delegation
delete() - Method in class org.eclipse.rdf4j.common.io.NioFile
Close any open channels and then deletes the file.
DELETE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:delete
Delete - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
Deprecated.
delete(SearchDocument) - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchBulkUpdater
 
delete(SearchDocument) - Method in interface org.eclipse.rdf4j.sail.lucene.BulkUpdater
 
delete(SearchDocument) - Method in class org.eclipse.rdf4j.sail.lucene.SimpleBulkUpdater
 
delete() - Method in class org.eclipse.rdf4j.sail.nativerdf.btree.BTree
Closes the BTree and then deletes its data files.
delete(SearchDocument) - Method in class org.eclipse.rdf4j.sail.solr.SolrBulkUpdater
 
delete(TriplePattern...) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.ModifyQuery
Specify triples to delete (or leave empty for DELETE WHERE shortcut)
DELETE(TriplePattern...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.core.query.Queries
Convenience method, creates a SPARQL DELETE query using ModifyQuery.
DELETE_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
Deprecated.
DELETE_DATA(TriplePattern...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.core.query.Queries
Create a SPARQL DELETE DATA query
DELETE_DATA(TriplesTemplate) - Static method in class org.eclipse.rdf4j.sparqlbuilder.core.query.Queries
Create a SPARQL DELETE DATA query
DELETE_DATA_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#DeleteData An Update operation to delete specific triples.
DELETE_PATTERN_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#deletePattern Points to a list of sp:TripleTemplates and sp:NamedGraphs in a modify operation.
DELETE_WHERE_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#DeleteWhere An Update operation where the triples matched by the WHERE clause (sp:where) will be the triples deleted.
deleteChildren(File) - Static method in class org.eclipse.rdf4j.common.io.FileUtil
Deletes all files and subdirectories in the specified directory.
DeleteData - Class in org.eclipse.rdf4j.query.algebra
 
DeleteData(String) - Constructor for class org.eclipse.rdf4j.query.algebra.DeleteData
 
deleteData(TriplePattern...) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.DeleteDataQuery
Add triples to be deleted
deleteData(TriplesTemplate) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.DeleteDataQuery
Set this query's triples template
DeleteDataQuery - Class in org.eclipse.rdf4j.sparqlbuilder.core.query
The SPARQL Delete Data Query
DeleteDataQuery() - Constructor for class org.eclipse.rdf4j.sparqlbuilder.core.query.DeleteDataQuery
 
deleteDir(File) - Static method in class org.eclipse.rdf4j.common.io.FileUtil
Deletes the specified directory and any files and directories in it recursively.
deleteDocument(SearchDocument) - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
 
deleteDocument(SearchDocument) - Method in class org.eclipse.rdf4j.sail.lucene.AbstractSearchIndex
 
deleteDocument(SearchDocument) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneIndex
 
deleteDocument(SearchDocument) - Method in class org.eclipse.rdf4j.sail.solr.SolrIndex
 
deleteFiles(File) - Static method in class org.eclipse.rdf4j.common.io.FileUtil
Deletes all files in the specified directory.
DeleteInsertTest - Class in org.eclipse.rdf4j.repository.optimistic
Test that a complex delete-insert SPARQL query gets correctly executed.
DeleteInsertTest() - Constructor for class org.eclipse.rdf4j.repository.optimistic.DeleteInsertTest
 
deleteQuery(IRI, String) - Method in class org.eclipse.rdf4j.workbench.util.QueryStorage
Delete the given query for the given user.
deleteRepository(String) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
DeleteServlet - Class in org.eclipse.rdf4j.workbench.commands
Servlet responsible for presenting the list of repositories, and deleting the chosen one.
DeleteServlet() - Constructor for class org.eclipse.rdf4j.workbench.commands.DeleteServlet
 
DELIVERY_CHANNEL - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:deliveryChannel
deltree(File) - Static method in class org.eclipse.rdf4j.common.io.FileUtil
Deletes a directory, recursively deleting all the files and subdirectories in it, or just a file.
dependentConn - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.CloseDependentConnectionIteration
 
DEPICTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
DEPICTS - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
deprecate(Resource, IRI, Value, Resource) - Method in interface org.eclipse.rdf4j.sail.base.SailSink
Deprecated.
deprecate(Statement) - Method in interface org.eclipse.rdf4j.sail.base.SailSink
Removes a statement.
deprecateByQuery(Resource, IRI, Value, Resource[]) - Method in interface org.eclipse.rdf4j.sail.base.SailSink
Removes all statements with the specified subject, predicate, object, and context.
DEPRECATED - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#deprecated
DEPRECATEDCLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#DeprecatedClass
DEPRECATEDPROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#DeprecatedProperty
depth() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.AggregateIteratorTypeOverride
 
depth() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.BufferedPlanNode
 
depth() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.BulkedExternalInnerJoin
 
depth() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.BulkedExternalLeftOuterJoin
 
depth() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.DebugPlanNode
 
depth() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.EmptyNode
 
depth() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.EnrichWithShape
 
depth() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.EqualsJoin
 
depth() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.ExternalFilterByPredicate
 
depth() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.ExternalPredicateObjectFilter
 
depth() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.FilterPlanNode
 
depth() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.GroupByCount
 
depth() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.InnerJoin
 
depth() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.LeftOuterJoin
 
depth() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.NonUniqueTargetLang
 
depth() - Method in interface org.eclipse.rdf4j.sail.shacl.planNodes.PlanNode
 
depth() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.Select
 
depth() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.SetFilterNode
 
depth() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.Sort
 
depth() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.SparqlTargetSelect
 
depth() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.TrimTuple
 
depth() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.TupleMapper
 
depth() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.UnBufferedPlanNode
 
depth() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.UnionNode
 
depth() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.Unique
 
depth() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.UnorderedSelect
 
depth() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.ValuesBackedNode
 
DEREFERENCES_URIS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SD
Dereferences URIs
deregister(Transaction) - Method in enum org.eclipse.rdf4j.http.server.repository.transaction.ActiveTransactionRegistry
 
DERIVATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:Derivation
DERIVE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:derive
DERIVED_BY_INSERTION_FROM - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:derivedByInsertionFrom
DERIVED_BY_REMOVAL_FROM - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:derivedByRemovalFrom
DERIVED_VALUES - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:derivedValues
DERIVED_VALUES_CONSTRAINT_COMPONENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:DerivedValuesConstraintComponent
deriveInitialText(String) - Static method in class org.eclipse.rdf4j.common.text.StringUtil
Derives the initial text from the supplied text.The returned text excludes whitespace and other special characters and is useful for display purposes (e.g.previews).
desc() - Method in interface org.eclipse.rdf4j.sparqlbuilder.core.Orderable
 
desc() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.OrderCondition
Set this order condition to be descending
desc(Orderable) - Static method in class org.eclipse.rdf4j.sparqlbuilder.core.SparqlBuilder
Create a descending SPARQL order condition
DESC_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#Desc Marker to indicate descending order.
DESCENDING - Static variable in class org.eclipse.rdf4j.model.vocabulary.LDP
ldp:Descending
describe(Resource...) - Static method in class org.eclipse.rdf4j.queryrender.builder.QueryBuilderFactory
Deprecated.
Create a QueryBuilder for creating a describe query
describe(String[], Resource...) - Static method in class org.eclipse.rdf4j.queryrender.builder.QueryBuilderFactory
Deprecated.
Create a QueryBuilder for creating a describe query
DESCRIBE_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#Describe A DESCRIBE-type Query.
DescribeIteration - Class in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Iteration that implements a simplified version of Symmetric Concise Bounded Description (omitting reified statements).
DescribeIteration(Iteration<BindingSet, QueryEvaluationException>, EvaluationStrategy, Set<String>, BindingSet) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.iterator.DescribeIteration
 
DescribeOperator - Class in org.eclipse.rdf4j.query.algebra
 
DescribeOperator(TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.DescribeOperator
 
DESCRIBES_SERVICE - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:describesService
DESCRIPTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.DC
dc:description
DESCRIPTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/description
DESCRIPTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:description
DESCRIPTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
DESCRIPTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:description
DestinationSourceManagementQuery<T extends DestinationSourceManagementQuery<T>> - Class in org.eclipse.rdf4j.sparqlbuilder.core.query
A SPARQL Update Query that has a source and a destination
DestinationSourceManagementQuery() - Constructor for class org.eclipse.rdf4j.sparqlbuilder.core.query.DestinationSourceManagementQuery
 
destroy() - Method in class org.eclipse.rdf4j.common.app.AppConfiguration
 
destroy() - Method in interface org.eclipse.rdf4j.common.app.config.Configuration
Clean up configuration resources.
destroy() - Method in class org.eclipse.rdf4j.common.app.logging.logback.LogbackConfiguration
 
destroy() - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
 
destroy() - Method in class org.eclipse.rdf4j.common.logging.file.logback.FileLogReader
 
destroy() - Method in class org.eclipse.rdf4j.common.logging.file.logback.MultipleFileLogReader
 
destroy() - Method in interface org.eclipse.rdf4j.common.logging.LogReader
Destroy the log reader and release all used resources.
destroy() - Method in class org.eclipse.rdf4j.common.webapp.filters.PathFilter
 
destroy(QueryContext) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.QueryContextInitializer
Called before a QueryContext has ended.
destroy(QueryContext) - Method in class org.eclipse.rdf4j.sail.lucene.SearchIndexQueryContextInitializer
 
destroy() - Method in class org.eclipse.rdf4j.workbench.base.AbstractServlet
 
destroy() - Method in class org.eclipse.rdf4j.workbench.commands.QueryServlet
 
destroy() - Method in class org.eclipse.rdf4j.workbench.proxy.CacheFilter
Make stored references available for garbage collection.
destroy() - Method in class org.eclipse.rdf4j.workbench.proxy.CookieCacheControlFilter
 
destroy() - Method in class org.eclipse.rdf4j.workbench.proxy.ProxyRepositoryServlet
 
destroy() - Method in class org.eclipse.rdf4j.workbench.proxy.RedirectFilter
 
destroy() - Method in class org.eclipse.rdf4j.workbench.proxy.WorkbenchGateway
 
destroy() - Method in class org.eclipse.rdf4j.workbench.proxy.WorkbenchServlet
 
DETAIL - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:detail
DEVELOPER - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:developer
DEVELOPER_FORUM - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:developer-forum
DEVICE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
Deprecated.
DICTIONARY - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:Dictionary
DICTIONARY_PROP - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:dictionary
didIgnoreFailure - Variable in class org.eclipse.rdf4j.rio.NegativeParserTest
 
DIFFERENCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEOF
 
Difference - Class in org.eclipse.rdf4j.query.algebra
The MINUS set operator, which returns the result of the left tuple expression, except for the results that are also returned by the right tuple expression.
Difference() - Constructor for class org.eclipse.rdf4j.query.algebra.Difference
 
Difference(TupleExpr, TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Difference
Creates a new minus operator that operates on the two specified arguments.
Difference - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql
The GeoSPARQL Function geof:difference, as defined in OGC GeoSPARQL - A Geographic Query Language for RDF Data.
Difference() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.Difference
 
difference(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.JtsSpatialAlgebra
 
difference(Shape, Shape) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SpatialAlgebra
 
difference(Repository, Repository) - Static method in class org.eclipse.rdf4j.repository.util.RepositoryUtil
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).
difference(Collection<? extends Statement>, Collection<? extends Statement>) - Static method in class org.eclipse.rdf4j.repository.util.RepositoryUtil
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).
DIFFERENTFROM - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#differentFrom
DIGITIZE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:digitize
DIR - Static variable in interface org.eclipse.rdf4j.common.app.config.Configuration
 
DIRECT_CONTAINER - Static variable in class org.eclipse.rdf4j.model.vocabulary.LDP
ldp:DirectContainer
DIRECT_QUERY_SERVICE - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:DirectQueryService
DirectoryLockManager - Class in org.eclipse.rdf4j.sail.helpers
Used to create a lock in a directory.
DirectoryLockManager(File) - Constructor for class org.eclipse.rdf4j.sail.helpers.DirectoryLockManager
 
DIRECTSUBCLASSOF - Static variable in class org.eclipse.rdf4j.model.vocabulary.SESAME
http://www.openrdf.org/schema/sesame#directSubClassOf
DIRECTSUBPROPERTYOF - Static variable in class org.eclipse.rdf4j.model.vocabulary.SESAME
http://www.openrdf.org/schema/sesame#directSubPropertyOf
DIRECTTYPE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SESAME
http://www.openrdf.org/schema/sesame#directType
DirectTypeHierarchyInferencer - Class in org.eclipse.rdf4j.sail.inferencer.fc
A forward-chaining inferencer that infers the direct-type hierarchy relations sesame:directSubClassOf, sesame:directSubPropertyOf and sesame:directType.
DirectTypeHierarchyInferencer() - Constructor for class org.eclipse.rdf4j.sail.inferencer.fc.DirectTypeHierarchyInferencer
 
DirectTypeHierarchyInferencer(NotifyingSail) - Constructor for class org.eclipse.rdf4j.sail.inferencer.fc.DirectTypeHierarchyInferencer
 
DirectTypeHierarchyInferencerConfig - Class in org.eclipse.rdf4j.sail.inferencer.fc.config
 
DirectTypeHierarchyInferencerConfig() - Constructor for class org.eclipse.rdf4j.sail.inferencer.fc.config.DirectTypeHierarchyInferencerConfig
 
DirectTypeHierarchyInferencerConfig(SailImplConfig) - Constructor for class org.eclipse.rdf4j.sail.inferencer.fc.config.DirectTypeHierarchyInferencerConfig
 
DirectTypeHierarchyInferencerFactory - Class in org.eclipse.rdf4j.sail.inferencer.fc.config
A SailFactory that creates DirectTypeHierarchyInferencers based on RDF configuration data.
DirectTypeHierarchyInferencerFactory() - Constructor for class org.eclipse.rdf4j.sail.inferencer.fc.config.DirectTypeHierarchyInferencerFactory
 
disableValidation() - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSail
Disable the SHACL validation on commit()
DISALLOW_DOCTYPE_DECL - Static variable in class org.eclipse.rdf4j.rio.helpers.XMLParserSettings
Parser setting specifying whether DOCTYPE declaration should be disallowed.
discardRepository(Repository) - Method in class org.eclipse.rdf4j.query.parser.serql.SeRQLQueryTestCase
 
Disconnect - Class in org.eclipse.rdf4j.console.command
Disconnect command
Disconnect(ConsoleIO, ConsoleState, Close) - Constructor for class org.eclipse.rdf4j.console.command.Disconnect
Constructor
DISJOINT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:disjoint
DISJOINT_CONSTRAINT_COMPONENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:DisjointConstraintComponent
DISJOINT_CONSTRAINT_COMPONENT_DISJOINT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:DisjointConstraintComponent-disjoint
DISJOINTUNIONOF - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#disjointUnionOf
DISJOINTWITH - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#disjointWith
DisjunctiveConstraintOptimizer - Class in org.eclipse.rdf4j.query.algebra.evaluation.impl
A query optimizer that optimize disjunctive constraints on tuple expressions.
DisjunctiveConstraintOptimizer() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.DisjunctiveConstraintOptimizer
 
DisjunctiveConstraintOptimizer.OrSameTermOptimizer - Class in org.eclipse.rdf4j.query.algebra.evaluation.impl
 
DISPLAY - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:display
disposeCache(Iterator<BindingSet>) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.HashJoinIteration
Utility methods to clear-up in case not using in-memory cache.
disposeHashTable(Map<BindingSetHashKey, List<BindingSet>>) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.HashJoinIteration
Utility methods to clear-up in case not using in-memory hash table.
disposeHashTable(Map<BindingSetHashKey, List<BindingSet>>) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator.LimitedSizeHashJoinIteration
 
DISTANCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEOF
 
Distance - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql
The GeoSPARQL Function geof:distance, as defined in OGC GeoSPARQL - A Geographic Query Language for RDF Data.
Distance() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.Distance
 
DISTANCE - Static variable in class org.eclipse.rdf4j.sail.lucene.LuceneSailSchema
 
DISTANCE_FIELD - Static variable in class org.eclipse.rdf4j.sail.solr.SolrIndex
 
DistanceQuerySpec - Class in org.eclipse.rdf4j.sail.lucene
 
DistanceQuerySpec(FunctionCall, ValueExpr, String, Filter) - Constructor for class org.eclipse.rdf4j.sail.lucene.DistanceQuerySpec
 
DistanceQuerySpec(Literal, IRI, double, String, IRI, String, String, Var) - Constructor for class org.eclipse.rdf4j.sail.lucene.DistanceQuerySpec
 
DistanceQuerySpecBuilder - Class in org.eclipse.rdf4j.sail.lucene
 
DistanceQuerySpecBuilder(SearchIndex) - Constructor for class org.eclipse.rdf4j.sail.lucene.DistanceQuerySpecBuilder
 
distanceToLiteral(double) - Static method in class org.eclipse.rdf4j.sail.lucene.SearchFields
 
DistanceTupleFunction - Class in org.eclipse.rdf4j.sail.lucene.fn
Deprecated.
since 3.0. The LuceneSpinSail is to removed in the next major release.
DistanceTupleFunction() - Constructor for class org.eclipse.rdf4j.sail.lucene.fn.DistanceTupleFunction
Deprecated.
 
Distinct - Class in org.eclipse.rdf4j.query.algebra
 
Distinct() - Constructor for class org.eclipse.rdf4j.query.algebra.Distinct
 
Distinct(TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Distinct
 
distinct() - Method in class org.eclipse.rdf4j.queryrender.builder.AbstractQueryBuilder
Deprecated.
 
distinct() - Method in interface org.eclipse.rdf4j.queryrender.builder.QueryBuilder
Deprecated.
Specify that this query should use the "distinct" keyword
DISTINCT - Static variable in class org.eclipse.rdf4j.sail.federation.config.FederationConfig
Deprecated.
If no two members contain the same statement.
distinct() - Method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Aggregate
Specify this aggregate expression to be distinct
distinct(boolean) - Method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Aggregate
Specify if this aggregate expression should be distinct or not
distinct() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.Projection
Specify this projection to be distinct
distinct(boolean) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.Projection
Specify if this projection should be distinct or not
distinct() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.SelectQuery
Specify the query's projection to be distinct
distinct(boolean) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.SelectQuery
Specify if the query's projection should be distinct or not
distinct() - Method in class org.eclipse.rdf4j.sparqlbuilder.graphpattern.SubSelect
Specify the query's projection to be distinct
distinct(boolean) - Method in class org.eclipse.rdf4j.sparqlbuilder.graphpattern.SubSelect
Specify if the query's projection should be distinct or not
DISTINCT_OBJECTS - Static variable in class org.eclipse.rdf4j.model.vocabulary.VOID
void:distinctObjects
DISTINCT_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
Parameter name for the distinct parameter.
DISTINCT_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#distinct A marker property to indicate that a Select query is of type SELECT DISTINCT.
DISTINCT_SUBJECTS - Static variable in class org.eclipse.rdf4j.model.vocabulary.VOID
void:distinctSubjects
DistinctIteration<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
An Iteration that filters any duplicate elements from an underlying iterator.
DistinctIteration(Iteration<? extends E, ? extends X>) - Constructor for class org.eclipse.rdf4j.common.iteration.DistinctIteration
Creates a new DistinctIterator.
DISTINCTMEMBERS - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#distinctMembers
DistinctModelReducingUnionIteration - Class in org.eclipse.rdf4j.sail.base
An Iteration that takes two source.
distinctResults(GraphQueryResult) - Static method in class org.eclipse.rdf4j.query.QueryResults
Returns a GraphQueryResult that filters out any duplicate solutions from the supplied queryResult.
distinctResults(TupleQueryResult) - Static method in class org.eclipse.rdf4j.query.QueryResults
Returns a TupleQueryResult that filters out any duplicate solutions from the supplied queryResult.
DISTRIBUTE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:distribute
DISTRIBUTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCAT
dcat:Distribution
DIVIDE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
divide(Operand...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
operand1 / operand2 / ...
Divide - Class in org.eclipse.rdf4j.spin.function
 
Divide() - Constructor for class org.eclipse.rdf4j.spin.function.Divide
 
DNA_CHECKSUM - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
DOAP - Class in org.eclipse.rdf4j.model.vocabulary
Constants for the Description of a Project.
DOAP() - Constructor for class org.eclipse.rdf4j.model.vocabulary.DOAP
 
doBooleanLinks(BooleanQueryResultFormat, boolean, List<String>) - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTest
 
doBooleanLinksAndStylesheet(BooleanQueryResultFormat, boolean, List<String>, String) - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTest
 
doBooleanLinksAndStylesheetAndNamespaces(BooleanQueryResultFormat, boolean, List<String>, String, Map<String, String>) - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTest
 
doBooleanLinksOnly(BooleanQueryResultFormat, boolean, List<String>) - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTest
 
doBooleanNoHandler(BooleanQueryResultFormat, boolean) - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTest
Tests that parsing a boolean without specifying a BooleanQueryResultHandler does not throw any exceptions.
doBooleanNoLinks(BooleanQueryResultFormat, boolean) - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTest
 
doBooleanParseNoHandlerOnTupleResults(BooleanQueryResultFormat, TupleQueryResult, TupleQueryResultFormat) - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTest
Tests that the parser returned for a BooleanQueryResultFormat is not able to parse a TupleQueryResultFormat using the deprecated BooleanQueryResultParser.parse(java.io.InputStream) method, and that it does indeed through an exception of type QueryResultParseException.
doBooleanStylesheet(BooleanQueryResultFormat, boolean, String) - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTest
 
doc - Variable in class org.eclipse.rdf4j.sail.solr.SolrDocumentResult
 
doClose() - Method in class org.eclipse.rdf4j.common.io.UncloseableInputStream
Invoke close on FilterInputStream parent class.
doClose() - Method in class org.eclipse.rdf4j.common.io.UncloseableOutputStream
Invoke close on FilterOutputStream parent class.
DOCUMENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
DOCUMENT_LOADER - Static variable in class org.eclipse.rdf4j.rio.helpers.JSONLDSettings
If specified, it is used to retrieve remote documents and contexts; otherwise the processor's built-in loader is used.
DOCUMENT_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#document The IRI of the document to load using a LOAD Update operation.
DOCUMENT_TYPE_KEY - Static variable in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
Set the parameter "documentType=" to specify the document type to use.
DocumentDistance - Interface in org.eclipse.rdf4j.sail.lucene
 
DOCUMENTER - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:documenter
DocumentResult - Interface in org.eclipse.rdf4j.sail.lucene
A document result or hit from a search query.
DOCUMENTS - Static variable in class org.eclipse.rdf4j.model.vocabulary.VOID
void:documents
DocumentScore - Interface in org.eclipse.rdf4j.sail.lucene
 
DocumentUtil - Class in org.eclipse.rdf4j.common.xml
Utilities to make working with DOM documents easier.
DocumentUtil() - Constructor for class org.eclipse.rdf4j.common.xml.DocumentUtil
 
doesProvideStatements - Variable in class org.eclipse.rdf4j.federated.cache.EndpointEntry
 
doesProvideStatements() - Method in class org.eclipse.rdf4j.federated.cache.EndpointEntry
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.rdf4j.common.webapp.filters.PathFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.rdf4j.workbench.proxy.CacheFilter
Set a maximum expiry Cache-Control header applicable to the client and to intermediate caching servers.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.rdf4j.workbench.proxy.CookieCacheControlFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.eclipse.rdf4j.workbench.proxy.RedirectFilter
 
doInferencing() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.AbstractForwardChainingInferencerConnection
 
doInvalidBooleanAfterStartQueryResult(BooleanQueryResultFormat, boolean, List<String>) - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTest
 
DOM - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
Deprecated.
DOMAIN - Static variable in class org.eclipse.rdf4j.model.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#domain
done() - Method in class org.eclipse.rdf4j.common.iteration.QueueIteration
Indicates the method QueueIteration.put(Object) will not be called in the queue anymore.
done - Variable in class org.eclipse.rdf4j.federated.evaluation.concurrent.ControlledWorkerScheduler.ControlStatus
 
done() - Method in class org.eclipse.rdf4j.federated.evaluation.concurrent.ControlledWorkerScheduler
 
done() - Method in interface org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelExecutor
Inform the controlling instance that some job is done from a different thread.
done() - Method in class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelExecutorBase
 
done() - Method in class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelServiceExecutor
 
done() - Method in interface org.eclipse.rdf4j.federated.evaluation.concurrent.Scheduler
Inform the scheduler that a certain task is done.
done - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.PrintingIteration
 
done() - Method in class org.eclipse.rdf4j.federated.evaluation.join.ControlledWorkerJoin
 
done() - Method in class org.eclipse.rdf4j.federated.evaluation.join.ControlledWorkerLeftJoin
 
done() - Method in class org.eclipse.rdf4j.federated.evaluation.union.ControlledWorkerUnion
 
done() - Method in class org.eclipse.rdf4j.federated.optimizer.SourceSelection.SourceSelectionExecutorWithLatch
 
done - Variable in class org.eclipse.rdf4j.federated.structures.QueryInfo
 
done() - Method in class org.eclipse.rdf4j.repository.sparql.federation.JoinExecutorBase
 
doPost(WorkbenchRequest, HttpServletResponse, String) - Method in class org.eclipse.rdf4j.workbench.base.TransformationServlet
 
doPost(WorkbenchRequest, HttpServletResponse, String) - Method in class org.eclipse.rdf4j.workbench.commands.AddServlet
 
doPost(WorkbenchRequest, HttpServletResponse, String) - Method in class org.eclipse.rdf4j.workbench.commands.ClearServlet
 
doPost(WorkbenchRequest, HttpServletResponse, String) - Method in class org.eclipse.rdf4j.workbench.commands.CreateServlet
POST requests to this servlet come from the various specific create-* form submissions.
doPost(WorkbenchRequest, HttpServletResponse, String) - Method in class org.eclipse.rdf4j.workbench.commands.DeleteServlet
Deletes the repository with the given ID, then redirects to the repository selection page.
doPost(WorkbenchRequest, HttpServletResponse, String) - Method in class org.eclipse.rdf4j.workbench.commands.NamespacesServlet
 
doPost(WorkbenchRequest, HttpServletResponse, String) - Method in class org.eclipse.rdf4j.workbench.commands.QueryServlet
 
doPost(WorkbenchRequest, HttpServletResponse, String) - Method in class org.eclipse.rdf4j.workbench.commands.RemoveServlet
 
doPost(WorkbenchRequest, HttpServletResponse, String) - Method in class org.eclipse.rdf4j.workbench.commands.SavedQueriesServlet
 
doPost(WorkbenchRequest, HttpServletResponse, String) - Method in class org.eclipse.rdf4j.workbench.commands.UpdateServlet
 
doSourceSelection(List<StatementPattern>) - Method in class org.eclipse.rdf4j.federated.optimizer.SourceSelection
Perform source selection for the provided statements using cache or remote ASK queries.
doTupleJSONPCallback(TupleQueryResultFormat, TupleQueryResult, TupleQueryResult) - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTest
Test specifically for JSONP callback support.
doTupleLinks(TupleQueryResultFormat, TupleQueryResult, TupleQueryResult, List<String>) - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTest
 
doTupleLinksAndStylesheet(TupleQueryResultFormat, TupleQueryResult, TupleQueryResult, List<String>, String) - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTest
 
doTupleLinksAndStylesheetAndNamespaces(TupleQueryResultFormat, TupleQueryResult, TupleQueryResult, List<String>, String, Map<String, String>) - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTest
 
doTupleLinksAndStylesheetAndNamespacesQName(TupleQueryResultFormat, TupleQueryResult, TupleQueryResult, List<String>, String, Map<String, String>) - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTest
Test specifically for QName support.
doTupleLinksAndStylesheetMultipleEndHeaders(TupleQueryResultFormat, TupleQueryResult, TupleQueryResult, List<String>, String) - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTest
 
doTupleLinksAndStylesheetNoStarts(TupleQueryResultFormat, TupleQueryResult, TupleQueryResult, List<String>, String) - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTest
 
doTupleMissingStartQueryResult(TupleQueryResultFormat, TupleQueryResult, TupleQueryResult, List<String>, String) - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTest
 
doTupleNoHandler(TupleQueryResultFormat, TupleQueryResult, TupleQueryResult) - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTest
Tests that parsing a tuple results set without specifying a TupleQueryResultHandler does not throw any exceptions.
doTupleNoLinks(TupleQueryResultFormat, TupleQueryResult, TupleQueryResult) - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTest
 
doTupleParseNoHandlerOnBooleanResults(TupleQueryResultFormat, boolean, BooleanQueryResultFormat) - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTest
Tests that the parser returned for a TupleQueryResultFormat is not able to parse a BooleanQueryResultFormat using the deprecated TupleQueryResultParser.parse(java.io.InputStream) method, and that it does indeed through an exception of type QueryResultParseException.
doTupleStylesheet(TupleQueryResultFormat, TupleQueryResult, TupleQueryResult, String) - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTest
 
DOUBLE - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#double
DoubleCast - Class in org.eclipse.rdf4j.query.algebra.evaluation.function
Deprecated.
use DoubleCast instead.
DoubleCast() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.DoubleCast
Deprecated.
 
DoubleCast - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.xsd
A Function that tries to cast its argument to an xsd:double.
DoubleCast() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.DoubleCast
 
doubleValue() - Method in class org.eclipse.rdf4j.model.impl.DecimalLiteral
 
doubleValue() - Method in class org.eclipse.rdf4j.model.impl.IntegerLiteral
 
doubleValue() - Method in class org.eclipse.rdf4j.model.impl.NumericLiteral
 
doubleValue() - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
 
doubleValue() - Method in interface org.eclipse.rdf4j.model.Literal
Returns the double value of this literal.
doubleValue() - Method in class org.eclipse.rdf4j.sail.memory.model.DecimalMemLiteral
 
doubleValue() - Method in class org.eclipse.rdf4j.sail.memory.model.IntegerMemLiteral
 
doubleValue() - Method in class org.eclipse.rdf4j.sail.memory.model.NumericMemLiteral
 
DOWNLOAD_MIRROR - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:download-mirror
DOWNLOAD_PAGE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:download-page
DOWNLOAD_URL - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCAT
dcat:downloadURL
Drop - Class in org.eclipse.rdf4j.console.command
 
Drop(ConsoleIO, ConsoleState, Close) - Constructor for class org.eclipse.rdf4j.console.command.Drop
Constructor
DROP() - Static method in class org.eclipse.rdf4j.sparqlbuilder.core.query.Queries
Creates a SPARQL DROP Query
DROP_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#Drop An Update operation that removes a specified graph from the Graph Store.
DropQuery - Class in org.eclipse.rdf4j.sparqlbuilder.core.query
A SPARQL DROP Query
DURATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:Duration
DURATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#duration
DURATION_DESCRIPTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:DurationDescription
DUTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:Duty
DUTY_PROP - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:duty
DynamicHttpRequest - Class in org.eclipse.rdf4j.workbench.util
 
DynamicHttpRequest(ServletRequest) - Constructor for class org.eclipse.rdf4j.workbench.util.DynamicHttpRequest
 
DynamicModel - Class in org.eclipse.rdf4j.model.impl
A LinkedHashModel or a TreeModel achieves fast data access at the cost of higher indexing time.
DynamicModel(ModelFactory) - Constructor for class org.eclipse.rdf4j.model.impl.DynamicModel
 
DynamicModelFactory - Class in org.eclipse.rdf4j.model.impl
Creates DynamicModel.
DynamicModelFactory() - Constructor for class org.eclipse.rdf4j.model.impl.DynamicModelFactory
 
DynamicStatistics - Interface in org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics
Interface to support evaluation statistics that keep their own internal estimates and need to be notified of added or removed statements.

E

e - Variable in class org.eclipse.rdf4j.federated.optimizer.SourceSelection.CheckTaskPair
 
EARL - Class in org.eclipse.rdf4j.model.vocabulary
Constants for EARL primitives and for the EARL namespace.
EARL() - Constructor for class org.eclipse.rdf4j.model.vocabulary.EARL
 
ECLIPSE_RDF4J_SHACL_EXTENSIONS - Static variable in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailSchema
 
ECLIPSE_RDF4J_SHACL_EXTENSIONS_DEFAULT - Static variable in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
EDITORIAL_NOTE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SKOS
The skos:editorialNote property.
EDUCATION_LEVEL - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/educationLevel
EH_CONTAINS - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEOF
 
EH_COVERED_BY - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEOF
 
EH_COVERS - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEOF
 
EH_DISJOINT - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEOF
 
EH_EQUALS - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEOF
 
EH_INSIDE - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEOF
 
EH_MEET - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEOF
 
EH_OVERLAP - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEOF
 
EhContains - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql
The GeoSPARQL Function geof:ehContains, as defined in OGC GeoSPARQL - A Geographic Query Language for RDF Data.
EhContains() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.EhContains
 
ehContains(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.JtsSpatialAlgebra
 
ehContains(Shape, Shape) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SpatialAlgebra
 
EhCoveredBy - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql
The GeoSPARQL Function geof:ehCoveredBy, as defined in OGC GeoSPARQL - A Geographic Query Language for RDF Data.
EhCoveredBy() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.EhCoveredBy
 
ehCoveredBy(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.JtsSpatialAlgebra
 
ehCoveredBy(Shape, Shape) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SpatialAlgebra
 
EhCovers - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql
The GeoSPARQL Function geof:ehCovers, as defined in OGC GeoSPARQL - A Geographic Query Language for RDF Data.
EhCovers() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.EhCovers
 
ehCovers(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.JtsSpatialAlgebra
 
ehCovers(Shape, Shape) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SpatialAlgebra
 
EhDisjoint - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql
The GeoSPARQL Function geof:ehDisjoint, as defined in OGC GeoSPARQL - A Geographic Query Language for RDF Data.
EhDisjoint() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.EhDisjoint
 
ehDisjoint(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.JtsSpatialAlgebra
 
ehDisjoint(Shape, Shape) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SpatialAlgebra
 
EhEquals - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql
The GeoSPARQL Function geof:ehEquals, as defined in OGC GeoSPARQL - A Geographic Query Language for RDF Data.
EhEquals() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.EhEquals
 
ehEquals(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.JtsSpatialAlgebra
 
ehEquals(Shape, Shape) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SpatialAlgebra
 
EhInside - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql
The GeoSPARQL Function geof:ehInside, as defined in OGC GeoSPARQL - A Geographic Query Language for RDF Data.
EhInside() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.EhInside
 
ehInside(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.JtsSpatialAlgebra
 
ehInside(Shape, Shape) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SpatialAlgebra
 
EhMeet - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql
The GeoSPARQL Function geof:ehMeet, as defined in OGC GeoSPARQL - A Geographic Query Language for RDF Data.
EhMeet() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.EhMeet
 
ehMeet(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.JtsSpatialAlgebra
 
ehMeet(Shape, Shape) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SpatialAlgebra
 
EhOverlap - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql
The GeoSPARQL Function geof:ehOverlap, as defined in OGC GeoSPARQL - A Geographic Query Language for RDF Data.
EhOverlap() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.EhOverlap
 
ehOverlap(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.JtsSpatialAlgebra
 
ehOverlap(Shape, Shape) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SpatialAlgebra
 
EIFFEL_TOWER - Static variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailGeoSPARQLTest
 
ELAPSED_TIME - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:elapsedTime
ELASTICSEARCH_KEY_PREFIX - Static variable in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
 
ElasticsearchBulkUpdater - Class in org.eclipse.rdf4j.sail.elasticsearch
 
ElasticsearchBulkUpdater(Client) - Constructor for class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchBulkUpdater
 
ElasticsearchDocument - Class in org.eclipse.rdf4j.sail.elasticsearch
 
ElasticsearchDocument(SearchHit) - Constructor for class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchDocument
Deprecated.
ElasticsearchDocument(SearchHit, Function<? super String, ? extends SpatialContext>) - Constructor for class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchDocument
 
ElasticsearchDocument(String, String, String, String, String, Function<? super String, ? extends SpatialContext>) - Constructor for class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchDocument
 
ElasticsearchDocument(String, String, String, long, Map<String, Object>, Function<? super String, ? extends SpatialContext>) - Constructor for class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchDocument
 
ElasticsearchDocumentDistance - Class in org.eclipse.rdf4j.sail.elasticsearch
 
ElasticsearchDocumentDistance(SearchHit, Function<? super String, ? extends SpatialContext>, String, IRI, GeoPoint, DistanceUnit) - Constructor for class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchDocumentDistance
 
ElasticsearchDocumentResult - Class in org.eclipse.rdf4j.sail.elasticsearch
 
ElasticsearchDocumentResult(SearchHit, Function<? super String, ? extends SpatialContext>) - Constructor for class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchDocumentResult
 
ElasticsearchDocumentScore - Class in org.eclipse.rdf4j.sail.elasticsearch
 
ElasticsearchDocumentScore(SearchHit, Function<? super String, ? extends SpatialContext>) - Constructor for class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchDocumentScore
 
ElasticsearchIndex - Class in org.eclipse.rdf4j.sail.elasticsearch
Requires an Elasticsearch cluster with the DeleteByQuery plugin.
ElasticsearchIndex() - Constructor for class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
 
ElasticsearchQuery - Class in org.eclipse.rdf4j.sail.elasticsearch
Deprecated.
ElasticsearchQuery(SearchRequestBuilder, QueryBuilder, ElasticsearchIndex) - Constructor for class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchQuery
Deprecated.
 
ElasticsearchSailConfig - Class in org.eclipse.rdf4j.sail.elasticsearch.config
 
ElasticsearchSailConfig() - Constructor for class org.eclipse.rdf4j.sail.elasticsearch.config.ElasticsearchSailConfig
 
ElasticsearchSailConfig(SailImplConfig) - Constructor for class org.eclipse.rdf4j.sail.elasticsearch.config.ElasticsearchSailConfig
 
ElasticsearchSailConfig(String) - Constructor for class org.eclipse.rdf4j.sail.elasticsearch.config.ElasticsearchSailConfig
 
ElasticsearchSailConfig(String, SailImplConfig) - Constructor for class org.eclipse.rdf4j.sail.elasticsearch.config.ElasticsearchSailConfig
 
ElasticsearchSailFactory - Class in org.eclipse.rdf4j.sail.elasticsearch.config
A SailFactory that creates LuceneSails based on RDF configuration data.
ElasticsearchSailFactory() - Constructor for class org.eclipse.rdf4j.sail.elasticsearch.config.ElasticsearchSailFactory
 
ElasticsearchStore - Class in org.eclipse.rdf4j.sail.elasticsearchstore
An RDF4J SailStore persisted to Elasticsearch.
ElasticsearchStore(String, int, String, String) - Constructor for class org.eclipse.rdf4j.sail.elasticsearchstore.ElasticsearchStore
 
ElasticsearchStore(String, int, String, String, boolean) - Constructor for class org.eclipse.rdf4j.sail.elasticsearchstore.ElasticsearchStore
 
ElasticsearchStore(ClientProvider, String) - Constructor for class org.eclipse.rdf4j.sail.elasticsearchstore.ElasticsearchStore
 
ElasticsearchStore(ClientProvider, String, boolean) - Constructor for class org.eclipse.rdf4j.sail.elasticsearchstore.ElasticsearchStore
 
ElasticsearchStore(Client, String) - Constructor for class org.eclipse.rdf4j.sail.elasticsearchstore.ElasticsearchStore
 
ElasticsearchStore(Client, String, boolean) - Constructor for class org.eclipse.rdf4j.sail.elasticsearchstore.ElasticsearchStore
 
ElasticsearchStoreConfig - Class in org.eclipse.rdf4j.sail.elasticsearchstore.config
 
ElasticsearchStoreConfig() - Constructor for class org.eclipse.rdf4j.sail.elasticsearchstore.config.ElasticsearchStoreConfig
 
ElasticsearchStoreConnection - Class in org.eclipse.rdf4j.sail.elasticsearchstore
 
ElasticsearchStoreFactory - Class in org.eclipse.rdf4j.sail.elasticsearchstore.config
A SailFactory that creates ElasticsearchStores based on RDF configuration data.
ElasticsearchStoreFactory() - Constructor for class org.eclipse.rdf4j.sail.elasticsearchstore.config.ElasticsearchStoreFactory
 
ElasticsearchStoreSchema - Class in org.eclipse.rdf4j.sail.elasticsearchstore.config
Defines constants for the ElasticsearchStore schema which is used by ElasticsearchStoreFactorys to initialize ElasticsearchStores.
ElasticsearchStoreSchema() - Constructor for class org.eclipse.rdf4j.sail.elasticsearchstore.config.ElasticsearchStoreSchema
 
ELEMENT_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#Element An abstract base class for all pattern elements.
ELEMENT_GROUP_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#ElementGroup Abstract base class of group patterns.
ELEMENT_LIST_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#ElementList A list of Elements.
elements - Variable in class org.eclipse.rdf4j.sparqlbuilder.core.QueryElementCollection
 
ELEMENTS_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#elements Points to an ElementList, for example in an Optional element.
EMAIL - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
Deprecated.
EMAIL_PROP - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:email
EMERGENCY - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:Emergency
EMPTY - Static variable in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.BindingSetHashKey
 
EMPTY_COLLECTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:EmptyCollection
EMPTY_DICTIONARY - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:EmptyDictionary
EMPTY_GRAPHS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SD
Empty Graphs
EMPTY_LIST - Static variable in interface org.eclipse.rdf4j.sail.memory.model.MemValue
A shared empty MemStatementList that is returned by MemURI and MemBNode to represent an empty list.
EMPTY_ROW_RECORD_MARKER - Static variable in interface org.eclipse.rdf4j.query.resultio.binary.BinaryQueryResultConstants
 
EmptyBindingSet - Class in org.eclipse.rdf4j.query.impl
An immutable empty BindingSet.
EmptyBindingSet() - Constructor for class org.eclipse.rdf4j.query.impl.EmptyBindingSet
 
emptyElement(String) - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Writes an 'empty' element, e.g.
EmptyIteration<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
An iterator that does not contain any elements.
EmptyIteration() - Constructor for class org.eclipse.rdf4j.common.iteration.EmptyIteration
Creates a new EmptyIteration.
EmptyIterator<E> - Class in org.eclipse.rdf4j.util.iterators
An iterator that does not contain any elements.
EmptyIterator() - Constructor for class org.eclipse.rdf4j.util.iterators.EmptyIterator
 
emptyLine() - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Writes an empty line.
EmptyModel - Class in org.eclipse.rdf4j.model.impl
Blocks access to the statements of the model, allowing only changes to the model's namespaces.
EmptyModel(Model) - Constructor for class org.eclipse.rdf4j.model.impl.EmptyModel
 
EmptyNJoin - Class in org.eclipse.rdf4j.federated.algebra
Algebra construct representing an empty join.
EmptyNJoin(NJoin, QueryInfo) - Constructor for class org.eclipse.rdf4j.federated.algebra.EmptyNJoin
 
EmptyNode - Class in org.eclipse.rdf4j.sail.shacl.planNodes
 
EmptyNode() - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.EmptyNode
 
EmptyNUnion - Class in org.eclipse.rdf4j.federated.algebra
Algebra construct representing an empty union.
EmptyNUnion(List<TupleExpr>, QueryInfo) - Constructor for class org.eclipse.rdf4j.federated.algebra.EmptyNUnion
 
EmptyPatternOptimizer - Class in org.eclipse.rdf4j.sail.federation.optimizers
Remove StatementPatterns that have no statements.
EmptyPatternOptimizer(Collection<? extends RepositoryConnection>) - Constructor for class org.eclipse.rdf4j.sail.federation.optimizers.EmptyPatternOptimizer
 
EmptyPatternOptimizer(Collection<? extends RepositoryConnection>, Function<? super Repository, ? extends RepositoryBloomFilter>) - Constructor for class org.eclipse.rdf4j.sail.federation.optimizers.EmptyPatternOptimizer
 
EmptyResult - Interface in org.eclipse.rdf4j.federated.algebra
A generic interface to mark some TupleExpr as empty.
EmptySet - Class in org.eclipse.rdf4j.query.algebra
A tuple expression that contains zero solutions.
EmptySet() - Constructor for class org.eclipse.rdf4j.query.algebra.EmptySet
 
EmptyStatementPattern - Class in org.eclipse.rdf4j.federated.algebra
EmptyStatementPattern represents a statement that cannot produce any results for the registered endpoints.
EmptyStatementPattern(StatementPattern) - Constructor for class org.eclipse.rdf4j.federated.algebra.EmptyStatementPattern
 
EmptySuccessView - Class in org.eclipse.rdf4j.common.webapp.views
 
enableDuplicateFilter() - Method in class org.eclipse.rdf4j.repository.RepositoryResult
Switches on duplicate filtering while iterating over objects.
enableQuadMode(boolean) - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLRepository
Activate quad mode for this SPARQLRepository, i.e.
enableSilentMode(boolean) - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
 
enableValidation() - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSail
Enabled the SHACL validation on commit()
ENCODE_FOR_URI - Static variable in class org.eclipse.rdf4j.model.vocabulary.FN
fn:encode-for-uri
ENCODE_RDF_STAR - Static variable in class org.eclipse.rdf4j.rio.helpers.BasicWriterSettings
Boolean setting for writer to determine whether it should encode RDF* triple values to RDF-compatible special IRIs.
ENCODE_URL_FUNCTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIF
 
encodeArray(String[]) - Static method in class org.eclipse.rdf4j.common.text.StringUtil
Encodes an array of Strings into a single String than can be decoded to the original array using the corresponding decode method.Useful for e.g.storing an array of Strings as a single entry in a Preferences node.
encodeContext(Resource) - Static method in class org.eclipse.rdf4j.http.protocol.Protocol
Encodes a context resource for use in a URL.
encodeContexts(Resource...) - Static method in class org.eclipse.rdf4j.http.protocol.Protocol
Encode context resources for use in a URL.
encodedLength(long) - Static method in class org.eclipse.rdf4j.rio.hdt.VByte
Calculate the number of bytes needed for encoding a value
EncodeForUri - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.string
The SPARQL built-in Function ENCODE_FOR_URI, as defined in SPARQL Query Language for RDF
EncodeForUri() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.string.EncodeForUri
 
encodeLongString(String) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
Encodes the supplied string for inclusion as a long string in a Turtle document.
encodeString(String) - Static method in class org.eclipse.rdf4j.query.parser.serql.SeRQLUtil
Encodes the supplied string for inclusion as a 'normal' string in a SeRQL query.
encodeString(String) - Static method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUtil
Encodes the supplied string for inclusion as a 'normal' string in a SPARQL query.
encodeString(String) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
Encodes the supplied string for inclusion as a 'normal' string in a Turtle document.
encodeURIString(String) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
Deprecated.
EncodeURL - Class in org.eclipse.rdf4j.spin.function.spif
 
EncodeURL() - Constructor for class org.eclipse.rdf4j.spin.function.spif.EncodeURL
 
encodeValue(Value) - Static method in class org.eclipse.rdf4j.http.protocol.Protocol
Encodes a value in a canonical serialized string format, for use in a URL query parameter.
end(InterpretationContext, String) - Method in class org.eclipse.rdf4j.common.app.logging.logback.LogConfigurator.LogReaderAction
 
END - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:End
end() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.QueryContext
 
end() - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchBulkUpdater
 
end() - Method in interface org.eclipse.rdf4j.sail.lucene.BulkUpdater
 
end() - Method in class org.eclipse.rdf4j.sail.lucene.SimpleBulkUpdater
 
end() - Method in class org.eclipse.rdf4j.sail.solr.SolrBulkUpdater
 
end() - Method in class org.eclipse.rdf4j.workbench.util.TupleResultBuilder
This must be called if TupleResultBuilder.start(String...) is used, after all results are generated using either TupleResultBuilder.namedResult(String, Object) or TupleResultBuilder.result(Object...).
END_DATE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCAT
dcat:endDate
endBoolean() - Method in class org.eclipse.rdf4j.workbench.util.TupleResultBuilder
 
endDocument() - Method in class org.eclipse.rdf4j.common.xml.SimpleSAXAdapter
 
endDocument() - Method in interface org.eclipse.rdf4j.common.xml.SimpleSAXListener
Notifies the listener that the parser has finished parsing.
endDocument() - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Finishes writing and flushes the OutputStream or Writer that this XMLWriter is writing to.
ENDED_AT_TIME - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:endedAtTime
endHeader() - Method in class org.eclipse.rdf4j.console.util.ConsoleQueryResultWriter
 
endHeader() - Method in class org.eclipse.rdf4j.query.resultio.binary.BinaryQueryResultWriter
 
endHeader() - Method in interface org.eclipse.rdf4j.query.resultio.QueryResultWriter
Indicates the end of the header.
endHeader() - Method in class org.eclipse.rdf4j.query.resultio.text.BooleanTextWriter
 
endHeader() - Method in class org.eclipse.rdf4j.query.resultio.text.csv.SPARQLResultsCSVWriter
 
endHeader() - Method in class org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLResultsTSVWriter
 
Endpoint - Interface in org.eclipse.rdf4j.federated.endpoint
Structure to maintain endpoint information, e.g.
endpoint - Variable in class org.eclipse.rdf4j.federated.endpoint.EndpointBase
 
endpoint - Variable in class org.eclipse.rdf4j.federated.evaluation.TripleSourceBase
 
endpoint - Variable in class org.eclipse.rdf4j.federated.evaluation.union.ParallelGetStatementsTask
 
endpoint - Variable in class org.eclipse.rdf4j.federated.evaluation.union.ParallelPreparedAlgebraUnionTask
 
endpoint - Variable in class org.eclipse.rdf4j.federated.evaluation.union.ParallelPreparedUnionTask
 
endpoint - Variable in class org.eclipse.rdf4j.federated.evaluation.union.ParallelUnionTask
 
endpoint - Variable in class org.eclipse.rdf4j.federated.optimizer.SourceSelection.ParallelCheckTask
 
ENDPOINT - Static variable in class org.eclipse.rdf4j.federated.util.Vocabulary.SD
 
ENDPOINT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SD
endpoint
ENDPOINT_DESCRIPTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCAT
dcat:endpointDescription
ENDPOINT_URL - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCAT
dcat:endpointURL
EndpointBase - Class in org.eclipse.rdf4j.federated.endpoint
Base implementation for an Endpoint.
EndpointBase(RepositoryInformation, String, EndpointClassification) - Constructor for class org.eclipse.rdf4j.federated.endpoint.EndpointBase
 
EndpointBase.ManagedRepositoryConnection - Class in org.eclipse.rdf4j.federated.endpoint
A wrapper for managed RepositoryConnections which makes sure that EndpointBase.ManagedRepositoryConnection.close() is a no-op, i.e.
endpointClassification - Variable in class org.eclipse.rdf4j.federated.endpoint.EndpointBase
 
EndpointClassification - Enum in org.eclipse.rdf4j.federated.endpoint
Classify endpoints into remote or local ones.
endpointConfiguration - Variable in class org.eclipse.rdf4j.federated.endpoint.EndpointBase
 
EndpointConfiguration - Interface in org.eclipse.rdf4j.federated.endpoint
Additional marker interface for Endpoint Configurations.
EndpointEntry - Class in org.eclipse.rdf4j.federated.cache
 
EndpointEntry(String, boolean) - Constructor for class org.eclipse.rdf4j.federated.cache.EndpointEntry
 
EndpointFactory - Class in org.eclipse.rdf4j.federated.endpoint
Utility class providing various methods to create Endpoints to be used as federation members.
EndpointFactory() - Constructor for class org.eclipse.rdf4j.federated.endpoint.EndpointFactory
 
EndpointFactory.DefaultRDFHandler - Class in org.eclipse.rdf4j.federated.endpoint
 
endpointID - Variable in class org.eclipse.rdf4j.federated.cache.EndpointEntry
 
EndpointManager - Class in org.eclipse.rdf4j.federated
EndpointManager is the singleton instance that manages available Endpoints.
EndpointProvider<T extends RepositoryInformation> - Interface in org.eclipse.rdf4j.federated.endpoint.provider
Generic interface to create Endpoints from a repository information.
endpoints - Variable in class org.eclipse.rdf4j.federated.EndpointManager
 
endpoints - Variable in class org.eclipse.rdf4j.federated.optimizer.SourceSelection
 
endpoints - Variable in class org.eclipse.rdf4j.federated.structures.FedXDataset
 
endpointToService - Variable in class org.eclipse.rdf4j.query.algebra.evaluation.federation.AbstractFederatedServiceResolver
Map service URL to the corresponding initialized FederatedService
EndpointType - Enum in org.eclipse.rdf4j.federated.endpoint
Information about the type of an endpoint
endQueryResult() - Method in class org.eclipse.rdf4j.console.util.ConsoleQueryResultWriter
 
endQueryResult() - Method in class org.eclipse.rdf4j.query.AbstractTupleQueryResultHandler
 
endQueryResult() - Method in class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetWriter
 
endQueryResult() - Method in interface org.eclipse.rdf4j.query.QueryResultHandler
Indicates the end of a sequence of solutions.
endQueryResult() - Method in class org.eclipse.rdf4j.query.resultio.binary.BinaryQueryResultWriter
 
endQueryResult() - Method in class org.eclipse.rdf4j.query.resultio.helpers.BackgroundTupleResult
 
endQueryResult() - Method in class org.eclipse.rdf4j.query.resultio.helpers.QueryResultCollector
 
endQueryResult() - Method in class org.eclipse.rdf4j.query.resultio.text.BooleanTextWriter
 
endQueryResult() - Method in class org.eclipse.rdf4j.query.resultio.text.csv.SPARQLResultsCSVWriter
 
endQueryResult() - Method in class org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLResultsTSVWriter
 
endRDF() - Method in class org.eclipse.rdf4j.console.util.ConsoleRDFWriter
 
endRDF() - Method in class org.eclipse.rdf4j.federated.endpoint.EndpointFactory.DefaultRDFHandler
 
endRDF() - Method in class org.eclipse.rdf4j.query.dawg.DAWGTestBooleanParser
 
endRDF() - Method in class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetParser
 
endRDF() - Method in class org.eclipse.rdf4j.query.impl.BackgroundGraphResult
 
endRDF() - Method in class org.eclipse.rdf4j.repository.util.AbstractRDFInserter
 
endRDF() - Method in class org.eclipse.rdf4j.rio.binary.BinaryRDFWriter
 
endRDF() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFHandler
 
endRDF() - Method in class org.eclipse.rdf4j.rio.helpers.BufferedGroupingRDFHandler
 
endRDF() - Method in class org.eclipse.rdf4j.rio.helpers.RDFHandlerWrapper
 
endRDF() - Method in class org.eclipse.rdf4j.rio.helpers.TimeLimitRDFHandler
 
endRDF() - Method in class org.eclipse.rdf4j.rio.jsonld.JSONLDWriter
 
endRDF() - Method in class org.eclipse.rdf4j.rio.n3.N3Writer
 
endRDF() - Method in class org.eclipse.rdf4j.rio.ntriples.NTriplesWriter
 
endRDF() - Method in interface org.eclipse.rdf4j.rio.RDFHandler
Signals the end of the RDF data.
endRDF() - Method in class org.eclipse.rdf4j.rio.rdfjson.RDFJSONWriter
 
endRDF() - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
 
endRDF() - Method in class org.eclipse.rdf4j.rio.rdfxml.util.RDFXMLPrettyWriter
 
endRDF() - Method in class org.eclipse.rdf4j.rio.trig.TriGWriter
 
endRDF() - Method in class org.eclipse.rdf4j.rio.trix.TriXWriter
 
endRDF() - Method in class org.eclipse.rdf4j.rio.turtle.ArrangedWriter
 
endRDF() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleWriter
 
endRDF() - Method in class org.eclipse.rdf4j.spin.ConstraintViolationRDFHandler
 
endReading() - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
 
endReading() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneIndex
 
endReading() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractReaderMonitor
called by the iterator
endReading() - Method in interface org.eclipse.rdf4j.sail.lucene.SearchIndex
Deprecated.
endReading() - Method in class org.eclipse.rdf4j.sail.solr.SolrIndex
 
ENDS_WITH - Static variable in class org.eclipse.rdf4j.model.vocabulary.FN
fn:ends-with
endTag(String) - Method in class org.eclipse.rdf4j.common.xml.SimpleSAXAdapter
 
endTag(String) - Method in interface org.eclipse.rdf4j.common.xml.SimpleSAXListener
Reports an end tag to the listener.
endTag(String) - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Writes an end tag.
endUpdate(UpdateContext) - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
endUpdate(UpdateContext) - Method in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapper
 
endUpdate(UpdateContext) - Method in interface org.eclipse.rdf4j.sail.SailConnection
Indicates that the given op will not be used in any call again.
endUpdateInternal(UpdateContext) - Method in class org.eclipse.rdf4j.sail.base.SailSourceConnection
 
endUpdateInternal(UpdateContext) - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
enforceContext(Resource...) - Method in class org.eclipse.rdf4j.repository.util.AbstractRDFInserter
Enforces the supplied contexts upon all statements that are reported to this RDFInserter.
enforceContext(Resource) - Method in class org.eclipse.rdf4j.repository.util.RDFRemover
Enforces the supplied context upon all statements that are reported to this RDFRemover.
enforceMaxQueryTime(CloseableIteration<? extends BindingSet, QueryEvaluationException>) - Method in class org.eclipse.rdf4j.query.impl.AbstractParserQuery
 
enforceMaxQueryTime(CloseableIteration<? extends BindingSet, QueryEvaluationException>) - Method in class org.eclipse.rdf4j.query.parser.impl.AbstractParserQuery
 
enforcesContext() - Method in class org.eclipse.rdf4j.repository.util.AbstractRDFInserter
Checks whether this RDFInserter enforces its contexts upon all statements that are reported to it.
enforcesContext() - Method in class org.eclipse.rdf4j.repository.util.RDFRemover
Checks whether this RDFRemover enforces its context upon all statements that are reported to it.
EnrichWithShape - Class in org.eclipse.rdf4j.sail.shacl.planNodes
 
EnrichWithShape(PlanNode, PropertyShape) - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.EnrichWithShape
 
ENSURE_EXCLUSIVITY - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:ensureExclusivity
ENTAILMENT_PROFILE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SD
Entailment Profile
ENTAILMENT_REGIME_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SD
Entailment Regime
ENTAILMENT_REGIME_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SD
entailment regime
ENTITIES - Static variable in class org.eclipse.rdf4j.model.vocabulary.VOID
void:entities
ENTITIES - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#ENTITIES
ENTITY - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:Entity
ENTITY - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#ENTITY
ENTITY_INFLUENCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:EntityInfluence
ENTITY_PROP - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:entity
entityQuote - Variable in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
 
EntryAlreadyExistsException - Exception in org.eclipse.rdf4j.federated.exception
 
EntryAlreadyExistsException() - Constructor for exception org.eclipse.rdf4j.federated.exception.EntryAlreadyExistsException
 
EntryAlreadyExistsException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.federated.exception.EntryAlreadyExistsException
 
EntryAlreadyExistsException(String) - Constructor for exception org.eclipse.rdf4j.federated.exception.EntryAlreadyExistsException
 
EntryAlreadyExistsException(Throwable) - Constructor for exception org.eclipse.rdf4j.federated.exception.EntryAlreadyExistsException
 
ENTRYPOINT - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
EntryUpdateException - Exception in org.eclipse.rdf4j.federated.exception
 
EntryUpdateException() - Constructor for exception org.eclipse.rdf4j.federated.exception.EntryUpdateException
 
EntryUpdateException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.federated.exception.EntryUpdateException
 
EntryUpdateException(String) - Constructor for exception org.eclipse.rdf4j.federated.exception.EntryUpdateException
 
EntryUpdateException(Throwable) - Constructor for exception org.eclipse.rdf4j.federated.exception.EntryUpdateException
 
ENVELOPE - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEOF
 
Envelope - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql
The GeoSPARQL Function geof:envelope, as defined in OGC GeoSPARQL - A Geographic Query Language for RDF Data.
Envelope() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.Envelope
 
envelope(Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.JtsSpatialAlgebra
 
envelope(Shape) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SpatialAlgebra
 
EQ - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:eq
EQ - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
eq(String, String) - Method in class org.eclipse.rdf4j.queryrender.builder.FilterBuilder
Deprecated.
 
eq(String, Value) - Method in class org.eclipse.rdf4j.queryrender.builder.FilterBuilder
Deprecated.
 
eq(String, String) - Static method in class org.eclipse.rdf4j.queryrender.builder.ValueExprFactory
Deprecated.
 
eq(String, Value) - Static method in class org.eclipse.rdf4j.queryrender.builder.ValueExprFactory
Deprecated.
 
equals(Object) - Method in class org.eclipse.rdf4j.common.app.AppVersion
Check if two versions are exactly equal, modifier is case insensitive.
equals(Object) - Method in class org.eclipse.rdf4j.common.lang.FileFormat
Compares FileFormat objects based on their name, ignoring case.
equals(Object) - Method in class org.eclipse.rdf4j.common.net.ParsedIRI
Tests this IRI for simple string comparison with another object.
equals(Object) - Method in class org.eclipse.rdf4j.common.webapp.navigation.AbstractNavigationNode
 
equals(Object) - Method in class org.eclipse.rdf4j.common.webapp.util.HeaderElement
 
equals(Object) - Method in class org.eclipse.rdf4j.common.webapp.util.Parameter
 
equals(Object) - Method in class org.eclipse.rdf4j.federated.algebra.StatementSource
 
equals(Object) - Method in class org.eclipse.rdf4j.federated.endpoint.EndpointBase
 
equals(Object) - Method in class org.eclipse.rdf4j.federated.structures.FedXBooleanQuery
 
equals(Object) - Method in class org.eclipse.rdf4j.federated.structures.FedXGraphQuery
 
equals(Object) - Method in class org.eclipse.rdf4j.federated.structures.FedXTupleQuery
 
equals(Object) - Method in class org.eclipse.rdf4j.federated.structures.QueryInfo
 
equals(Object) - Method in class org.eclipse.rdf4j.federated.structures.SubQuery
 
equals(Object) - Method in class org.eclipse.rdf4j.http.protocol.error.ErrorType
 
equals(Object) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.AddStatementOperation
 
equals(Object) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.ClearNamespacesOperation
 
equals(Object) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.ClearOperation
 
equals(Object) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.ContextOperation
 
equals(Object) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.RemoveNamespaceOperation
 
equals(Object) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.RemoveStatementsOperation
 
equals(Object) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.SetNamespaceOperation
 
equals(Object) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.StatementOperation
 
equals(Object) - Method in interface org.eclipse.rdf4j.model.BNode
Compares a blank node object to another object.
equals(Object) - Method in class org.eclipse.rdf4j.model.impl.AbstractModel
 
equals(Object) - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
equals(Object) - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModel.ModelStatement
 
equals(Object) - Method in class org.eclipse.rdf4j.model.impl.SimpleBNode
 
equals(Object) - Method in class org.eclipse.rdf4j.model.impl.SimpleIRI
 
equals(Object) - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
 
equals(Object) - Method in class org.eclipse.rdf4j.model.impl.SimpleNamespace
 
equals(Object) - Method in class org.eclipse.rdf4j.model.impl.SimpleStatement
 
equals(Object) - Method in class org.eclipse.rdf4j.model.impl.SimpleTriple
 
equals(Object) - Method in interface org.eclipse.rdf4j.model.IRI
Compares a IRI object to another object.
equals(Object) - Method in interface org.eclipse.rdf4j.model.Literal
Compares a literal object to another object.
equals(Object) - Method in interface org.eclipse.rdf4j.model.Statement
Compares a statement object to another object.
equals(Object) - Method in interface org.eclipse.rdf4j.model.URI
Deprecated.
Compares a URI object to another object.
EQUALS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:equals
equals(Object) - Method in class org.eclipse.rdf4j.query.AbstractBindingSet
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Add
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.And
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Avg
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.BinaryTupleOperator
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.BinaryValueOperator
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.BindingSetAssignment
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.BNodeGenerator
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Bound
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Clear
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Compare
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.CompareAll
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.CompareAny
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.CompareSubQueryValueOperator
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Copy
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Count
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Create
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Datatype
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.DeleteData
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Difference
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Distinct
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.EmptySet
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.BindingSetHashKey
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.GroupIterator.Key
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.PathIteration.ValuePair
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.QueryBindingSet
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Exists
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Extension
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.ExtensionElem
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Filter
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.FunctionCall
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Group
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.GroupConcat
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.GroupElem
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.If
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.In
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.InsertData
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Intersection
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.IRIFunction
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.IsBNode
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.IsLiteral
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.IsNumeric
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.IsResource
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.IsURI
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Join
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Label
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Lang
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.LangMatches
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.LeftJoin
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Like
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.ListMemberOperator
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Load
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.LocalName
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.MathExpr
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Max
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Min
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Modify
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Move
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.MultiProjection
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Namespace
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.NAryValueOperator
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Not
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Or
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Order
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.OrderElem
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Projection
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElem
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElemList
 
equals(Object) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelNode
Returns true if this query model node and its children are recursively equal to o and its children.
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.QueryRoot
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Reduced
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Regex
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.SameTerm
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Sample
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Service
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.SingletonSet
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Slice
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.StatementPattern
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Str
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.SubQueryValueOperator
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Sum
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.TripleRef
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.UnaryTupleOperator
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.UnaryValueOperator
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Union
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.ValueConstant
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.ValueExprTripleRef
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.Var
 
equals(Object) - Method in class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
 
equals(Object) - Method in interface org.eclipse.rdf4j.query.Binding
Compares a binding object to another object.
equals(Object) - Method in interface org.eclipse.rdf4j.query.BindingSet
Compares a BindingSet object to another object.
equals(Object) - Method in class org.eclipse.rdf4j.query.impl.EmptyBindingSet
 
equals(Object) - Method in class org.eclipse.rdf4j.query.impl.SimpleBinding
 
equals(Object) - Method in class org.eclipse.rdf4j.query.QueryLanguage
 
equals(TupleQueryResult, TupleQueryResult) - Static method in class org.eclipse.rdf4j.query.QueryResults
Compares two tuple query results and returns true if they are equal.Tuple query results are equal if they contain the same set of BindingSets and have the same headers.
equals(GraphQueryResult, GraphQueryResult) - Static method in class org.eclipse.rdf4j.query.QueryResults
Compares two graph query results and returns true if they are equal.
equals(Object) - Method in class org.eclipse.rdf4j.repository.sparql.query.SPARQLQueryBindingSet
 
equals(Repository, Repository) - Static method in class org.eclipse.rdf4j.repository.util.RepositoryUtil
Compares the models in the default contexts of the two supplied repositories and returns true if they are equal.
equals(Object) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRioSetting
 
equals(Object) - Method in class org.eclipse.rdf4j.sail.extensiblestore.PartialStatement
 
equals(Object) - Method in class org.eclipse.rdf4j.sail.extensiblestore.valuefactory.ExtensibleContextStatement
 
equals(Object) - Method in class org.eclipse.rdf4j.sail.extensiblestore.valuefactory.ExtensibleStatementImpl
 
equals(Object) - Method in class org.eclipse.rdf4j.sail.memory.model.MemIRI
 
equals(Object) - Method in class org.eclipse.rdf4j.sail.memory.model.MemTriple
 
equals(Object) - Method in class org.eclipse.rdf4j.sail.nativerdf.model.NativeBNode
 
equals(Object) - Method in class org.eclipse.rdf4j.sail.nativerdf.model.NativeIRI
 
equals(Object) - Method in class org.eclipse.rdf4j.sail.nativerdf.model.NativeLiteral
 
equals(Object) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.Select
 
equals(Object) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.Sort
 
equals(Object) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.SparqlTargetSelect
 
equals(Object) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.Tuple
 
equals(Object) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.UnorderedSelect
 
equals(Object) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.ValuesBackedNode
 
equals(Operand, Operand) - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
left = right
equals(Object) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.Prefix
 
equals(Object) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.Variable
 
equals(Object) - Method in class org.eclipse.rdf4j.sparqlbuilder.rdf.RdfLiteral
 
EQUALS_CONSTRAINT_COMPONENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:EqualsConstraintComponent
EQUALS_CONSTRAINT_COMPONENT_EQUALS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:EqualsConstraintComponent-equals
EqualsJoin - Class in org.eclipse.rdf4j.sail.shacl.planNodes
 
EqualsJoin(PlanNode, PlanNode, boolean) - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.EqualsJoin
 
EqualTo - Class in org.eclipse.rdf4j.spin.function
 
EqualTo() - Constructor for class org.eclipse.rdf4j.spin.function.EqualTo
 
EQUIVALENTCLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#equivalentClass
EQUIVALENTPROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#equivalentProperty
EquivalentTest - Class in org.eclipse.rdf4j.repository
 
EquivalentTest(String, String, String) - Constructor for class org.eclipse.rdf4j.repository.EquivalentTest
 
error(String, long, long) - Method in class org.eclipse.rdf4j.console.VerificationListener
 
error - Variable in class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelServiceExecutor
 
ERROR - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
error(QueryErrorType, String) - Method in class org.eclipse.rdf4j.query.resultio.binary.BinaryQueryResultWriter
Writes an error msg to the stream.
error(SAXParseException) - Method in class org.eclipse.rdf4j.query.resultio.sparqlxml.AbstractSPARQLXMLParser
 
error(String, long, long) - Method in class org.eclipse.rdf4j.rio.helpers.ParseErrorCollector
 
error(String, long, long) - Method in class org.eclipse.rdf4j.rio.helpers.ParseErrorLogger
 
error(String, long, long) - Method in interface org.eclipse.rdf4j.rio.ParseErrorListener
Reports an error from the parser.
error(SAXParseException) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
Implementation of SAX ErrorHandler.error
error(SAXParseException) - Method in class org.eclipse.rdf4j.rio.trix.TriXParser
Implementation of SAX ErrorHandler.error
ERROR_RECORD_MARKER - Static variable in interface org.eclipse.rdf4j.query.resultio.binary.BinaryQueryResultConstants
 
ERROR_VIOLATION_LEVEL - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
 
ErrorInfo - Class in org.eclipse.rdf4j.http.protocol.error
 
ErrorInfo(String) - Constructor for class org.eclipse.rdf4j.http.protocol.error.ErrorInfo
 
ErrorInfo(ErrorType, String) - Constructor for class org.eclipse.rdf4j.http.protocol.error.ErrorInfo
 
errorOutput(char[]) - Method in interface org.eclipse.rdf4j.common.platform.ProcessLauncher.OutputListener
Deprecated.
Send to standard error
errors - Variable in class org.eclipse.rdf4j.federated.optimizer.SourceSelection.SourceSelectionExecutorWithLatch
 
ErrorType - Class in org.eclipse.rdf4j.http.protocol.error
 
escape(String) - Static method in class org.eclipse.rdf4j.queryrender.RenderUtils
Properly escape out any special characters in the query string.
ESCAPE_UNICODE - Static variable in class org.eclipse.rdf4j.rio.helpers.NTriplesWriterSettings
Boolean setting for writer to determine if unicode escapes are used.
escapeAttributeValue(String) - Static method in class org.eclipse.rdf4j.common.xml.XMLUtil
Escapes all characters that have a special meaning in XML attribute values -- i.e.
escapeCharacterData(String) - Static method in class org.eclipse.rdf4j.common.xml.XMLUtil
Escapes any special characters in the supplied text so that it can be included as character data in an XML document.
escapeDoubleQuotedAttValue(String) - Static method in class org.eclipse.rdf4j.common.xml.XMLUtil
Escapes any special characters in the supplied value so that it can be used as an double-quoted attribute value in an XML document.
escapeMultilineQuotes(String, String) - Static method in class org.eclipse.rdf4j.repository.config.ConfigTemplate
Escape Turtle multiline literal quote characters in the given value.
escapeSingleQuotedAttValue(String) - Static method in class org.eclipse.rdf4j.common.xml.XMLUtil
Escapes any special characters in the supplied value so that it can be used as an single-quoted attribute value in an XML document.
escapeString(String) - Static method in class org.eclipse.rdf4j.rio.helpers.NTriplesUtil
Escapes a Unicode string to an all-ASCII character sequence.Any special characters are escaped using backslashes ( " becomes \", etc.), and non-ascii/non-printable characters are escaped using Unicode escapes ( \uxxxx and \Uxxxxxxxx).
escapeString(String, Appendable) - Static method in class org.eclipse.rdf4j.rio.helpers.NTriplesUtil
Escapes a Unicode string to an all-ASCII character sequence.
escapeString(String, Appendable, boolean) - Static method in class org.eclipse.rdf4j.rio.helpers.NTriplesUtil
Escapes a Unicode string to an N-Triples compatible character sequence.Any special characters are escaped using backslashes (" becomes \", etc.), and non-ascii/non-printable characters are escaped using Unicode escapes (\uxxxx and \Uxxxxxxxx) if the option is selected.
escapeText(String) - Static method in class org.eclipse.rdf4j.common.xml.XMLUtil
Escapes all characters that have a special meaning in XML text -- i.e.
estimateCost(TupleExpr, Set<String>) - Method in class org.eclipse.rdf4j.federated.optimizer.DefaultFedXCostModel
 
estimateCost(TupleExpr, Set<String>) - Method in interface org.eclipse.rdf4j.federated.optimizer.FedXCostModel
Return the estimated cost for the given TupleExpr
estimateCost(TupleExpr, Set<String>) - Method in class org.eclipse.rdf4j.federated.optimizer.StatementGroupAndJoinOptimizer
 
EVAL_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
Deprecated.
EVAL_FUNCTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#eval Evaluates a given SPIN expression or SELECT or ASK query, and returns its result.
EvalFunction - Class in org.eclipse.rdf4j.spin.function
 
EvalFunction() - Constructor for class org.eclipse.rdf4j.spin.function.EvalFunction
 
EvalFunction(SpinParser) - Constructor for class org.eclipse.rdf4j.spin.function.EvalFunction
 
evaluate(BindingSet) - Method in class org.eclipse.rdf4j.federated.algebra.CheckStatementPattern
 
evaluate(BindingSet) - Method in class org.eclipse.rdf4j.federated.algebra.ExclusiveGroup
 
evaluate(BindingSet) - Method in class org.eclipse.rdf4j.federated.algebra.ExclusiveStatement
 
evaluate(BindingSet) - Method in class org.eclipse.rdf4j.federated.algebra.StatementSourcePattern
 
evaluate(BindingSet) - Method in interface org.eclipse.rdf4j.federated.algebra.StatementTupleExpr
Evaluate this expression using the provided bindings
evaluate(String) - Method in interface org.eclipse.rdf4j.federated.api.FedXApi
 
evaluate(String, List<Endpoint>) - Method in interface org.eclipse.rdf4j.federated.api.FedXApi
 
evaluate(TupleExpr, BindingSet) - Method in class org.eclipse.rdf4j.federated.evaluation.FederationEvalStrategy
 
evaluate(ValueExpr, BindingSet) - Method in class org.eclipse.rdf4j.federated.evaluation.FederationEvalStrategy
 
evaluate(FilterExpr, BindingSet) - Method in class org.eclipse.rdf4j.federated.evaluation.FederationEvalStrategy
 
evaluate(ConjunctiveFilterExpr, BindingSet) - Method in class org.eclipse.rdf4j.federated.evaluation.FederationEvalStrategy
 
evaluate() - Method in class org.eclipse.rdf4j.federated.structures.FedXBooleanQuery
 
evaluate() - Method in class org.eclipse.rdf4j.federated.structures.FedXGraphQuery
 
evaluate(RDFHandler) - Method in class org.eclipse.rdf4j.federated.structures.FedXGraphQuery
 
evaluate() - Method in class org.eclipse.rdf4j.federated.structures.FedXTupleQuery
 
evaluate(TupleQueryResultHandler) - Method in class org.eclipse.rdf4j.federated.structures.FedXTupleQuery
 
evaluate(TupleExpr, Dataset, BindingSet, boolean, int) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.AbstractQueryPreparer
 
evaluate(Service, String, CloseableIteration<BindingSet, QueryEvaluationException>) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.EvaluationStrategy
Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input.
evaluate(TupleExpr, BindingSet) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.EvaluationStrategy
Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input.
evaluate(ValueExpr, BindingSet) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.EvaluationStrategy
Gets the value of this expression.
evaluate(Service, CloseableIteration<BindingSet, QueryEvaluationException>, String) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.federation.FederatedService
Evaluate the provided SPARQL query at this federated service, possibilities for vectored evaluation.
evaluate(Service, CloseableIteration<BindingSet, QueryEvaluationException>, String) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.federation.TupleFunctionFederatedService
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.BinaryFunction
 
evaluate(ValueFactory, Value, Value) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.BinaryFunction
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.datetime.Day
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.datetime.Hours
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.datetime.Minutes
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.datetime.Month
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.datetime.Now
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.datetime.Seconds
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.datetime.Timezone
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.datetime.Tz
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.datetime.Year
 
evaluate(ValueFactory, Value...) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.function.Function
Deprecated.
since 3.3.0. Use Function.evaluate(TripleSource, Value...) instead. A reference to a ValueFactory can be retrieved using TripleSource.getValueFactory() if needed.
evaluate(TripleSource, Value...) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.function.Function
Evaluate the function over the supplied input arguments.
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.Buffer
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.Distance
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.Relate
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SRID
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.hash.HashFunction
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.hash.MD5
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.hash.SHA1
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.hash.SHA256
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.hash.SHA384
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.hash.SHA512
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.numeric.Abs
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.numeric.Ceil
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.numeric.Floor
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.numeric.Rand
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.numeric.Round
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.rdfterm.StrDt
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.rdfterm.StrLang
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.rdfterm.STRUUID
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.rdfterm.UUID
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.string.Concat
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.string.Contains
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.string.EncodeForUri
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.string.LowerCase
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.string.Replace
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.string.StrAfter
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.string.StrBefore
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.string.StrEnds
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.string.StrLen
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.string.StrStarts
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.string.Substring
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.string.UpperCase
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.triple.IsTripleFunction
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.triple.StatementFunction
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.triple.TripleObjectFunction
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.triple.TriplePredicateFunction
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.triple.TripleSubjectFunction
 
evaluate(ValueFactory, Value...) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.function.TupleFunction
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.UnaryFunction
 
evaluate(ValueFactory, Value) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.UnaryFunction
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.CastFunction
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.StringCast
 
evaluate(Compare, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.ExtendedEvaluationStrategy
 
evaluate(MathExpr, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.ExtendedEvaluationStrategy
 
evaluate(BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.ExternalSet
Deprecated.
 
evaluate(TupleExpr, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(ArbitraryLengthPath, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(ZeroLengthPath, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(Service, String, CloseableIteration<BindingSet, QueryEvaluationException>) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(Service, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(DescribeOperator, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(StatementPattern, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(UnaryTupleOperator, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(BindingSetAssignment, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(Projection, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(MultiProjection, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(Filter, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(Slice, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(Extension, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(Distinct, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(Reduced, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(Group, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(Order, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(BinaryTupleOperator, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(Join, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(LeftJoin, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(Union, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(Intersection, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(Difference, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(SingletonSet, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(EmptySet, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(ExternalSet, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(ValueExpr, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(Var, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(ValueConstant, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(BNodeGenerator, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(Bound, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(Str, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(Label, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(Lang, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(Datatype, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(Namespace, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(LocalName, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(IsResource, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
Determines whether the operand (a variable) contains a Resource.
evaluate(IsURI, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
Determines whether the operand (a variable) contains a URI.
evaluate(IsBNode, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
Determines whether the operand (a variable) contains a BNode.
evaluate(IsLiteral, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
Determines whether the operand (a variable) contains a Literal.
evaluate(IsNumeric, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
Determines whether the operand (a variable) contains a numeric datatyped literal, i.e.
evaluate(IRIFunction, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
Creates a URI from the operand value (a plain literal or a URI).
evaluate(Regex, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
Determines whether the two operands match according to the regex operator.
evaluate(LangMatches, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(Like, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
Determines whether the two operands match according to the like operator.
evaluate(FunctionCall, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
Evaluates a function.
evaluate(And, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(Or, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(Not, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(Now, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(SameTerm, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(Coalesce, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(Compare, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(MathExpr, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(If, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(In, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(ListMemberOperator, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(CompareAny, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(CompareAll, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(Exists, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(ValueExprTripleRef, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
evaluate(TripleRef, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
evaluates a TripleRef node returning bindingsets from the matched Triple nodes in the dataset (or explore standard reification)
evaluate(TupleExpr, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.TupleFunctionEvaluationStrategy
 
evaluate(TupleFunctionCall, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.TupleFunctionEvaluationStrategy
 
evaluate(TupleFunction, List<Var>, BindingSet, ValueFactory, Value...) - Static method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.TupleFunctionEvaluationStrategy
 
evaluate(Distinct, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.limited.LimitedSizeEvaluationStrategy
 
evaluate(Difference, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.limited.LimitedSizeEvaluationStrategy
 
evaluate(Intersection, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.limited.LimitedSizeEvaluationStrategy
 
evaluate(Join, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.limited.LimitedSizeEvaluationStrategy
 
evaluate(ArbitraryLengthPath, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.limited.LimitedSizeEvaluationStrategy
 
evaluate(Order, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.limited.LimitedSizeEvaluationStrategy
 
evaluate() - Method in interface org.eclipse.rdf4j.query.BooleanQuery
 
evaluate() - Method in interface org.eclipse.rdf4j.query.GraphQuery
 
evaluate(RDFHandler) - Method in interface org.eclipse.rdf4j.query.GraphQuery
 
evaluate() - Method in interface org.eclipse.rdf4j.query.TupleQuery
 
evaluate(TupleQueryResultHandler) - Method in interface org.eclipse.rdf4j.query.TupleQuery
 
evaluate() - Method in class org.eclipse.rdf4j.repository.http.HTTPBooleanQuery
 
evaluate() - Method in class org.eclipse.rdf4j.repository.http.HTTPGraphQuery
 
evaluate(RDFHandler) - Method in class org.eclipse.rdf4j.repository.http.HTTPGraphQuery
 
evaluate() - Method in class org.eclipse.rdf4j.repository.http.HTTPTupleQuery
 
evaluate(TupleQueryResultHandler) - Method in class org.eclipse.rdf4j.repository.http.HTTPTupleQuery
 
evaluate() - Method in class org.eclipse.rdf4j.repository.sail.SailBooleanQuery
 
evaluate() - Method in class org.eclipse.rdf4j.repository.sail.SailGraphQuery
 
evaluate(RDFHandler) - Method in class org.eclipse.rdf4j.repository.sail.SailGraphQuery
 
evaluate() - Method in class org.eclipse.rdf4j.repository.sail.SailTupleQuery
 
evaluate(TupleQueryResultHandler) - Method in class org.eclipse.rdf4j.repository.sail.SailTupleQuery
 
evaluate(Service, CloseableIteration<BindingSet, QueryEvaluationException>, String) - Method in class org.eclipse.rdf4j.repository.sparql.federation.RepositoryFederatedService
 
evaluate() - Method in class org.eclipse.rdf4j.repository.sparql.query.SPARQLBooleanQuery
 
evaluate() - Method in class org.eclipse.rdf4j.repository.sparql.query.SPARQLGraphQuery
 
evaluate(RDFHandler) - Method in class org.eclipse.rdf4j.repository.sparql.query.SPARQLGraphQuery
 
evaluate() - Method in class org.eclipse.rdf4j.repository.sparql.query.SPARQLTupleQuery
 
evaluate(TupleQueryResultHandler) - Method in class org.eclipse.rdf4j.repository.sparql.query.SPARQLTupleQuery
 
evaluate(Dataset, BindingSet) - Method in class org.eclipse.rdf4j.sail.federation.algebra.OwnedTupleExpr
 
evaluate(TupleExpr, BindingSet) - Method in class org.eclipse.rdf4j.sail.federation.evaluation.FederationStrategy
 
evaluate(Join, BindingSet) - Method in class org.eclipse.rdf4j.sail.federation.evaluation.FederationStrategy
 
evaluate(NaryJoin, BindingSet) - Method in class org.eclipse.rdf4j.sail.federation.evaluation.FederationStrategy
 
evaluate(LeftJoin, BindingSet) - Method in class org.eclipse.rdf4j.sail.federation.evaluation.FederationStrategy
 
evaluate(Union, BindingSet) - Method in class org.eclipse.rdf4j.sail.federation.evaluation.FederationStrategy
 
evaluate(TupleExpr, Dataset, BindingSet, boolean) - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
evaluate(TupleExpr, Dataset, BindingSet, boolean) - Method in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapper
 
evaluate(TupleExpr, Dataset, BindingSet, boolean) - Method in class org.eclipse.rdf4j.sail.inferencer.InferencerConnectionWrapper
Calls InferencerConnectionWrapper.flushUpdates() before forwarding the call to the wrapped connection.
evaluate(QuerySpec) - Method in class org.eclipse.rdf4j.sail.lucene.AbstractSearchIndex
Deprecated.
evaluate(SearchQueryEvaluator) - Method in class org.eclipse.rdf4j.sail.lucene.AbstractSearchIndex
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.sail.lucene.fn.DistanceTupleFunction
Deprecated.
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.sail.lucene.fn.QueryTupleFunction
Deprecated.
 
evaluate(TupleExpr, Dataset, BindingSet, boolean) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSailConnection
 
evaluate(QuerySpec) - Method in interface org.eclipse.rdf4j.sail.lucene.SearchIndex
Deprecated.
evaluate(SearchQueryEvaluator) - Method in interface org.eclipse.rdf4j.sail.lucene.SearchIndex
 
evaluate(TupleExpr, Dataset, BindingSet, boolean) - Method in interface org.eclipse.rdf4j.sail.SailConnection
Evaluates the supplied TupleExpr on the data contained in this Sail object, using the (optional) dataset and supplied bindings as input parameters.
evaluate() - Method in class org.eclipse.rdf4j.sail.SailConnectionBooleanQuery
 
evaluate() - Method in class org.eclipse.rdf4j.sail.SailConnectionGraphQuery
 
evaluate(RDFHandler) - Method in class org.eclipse.rdf4j.sail.SailConnectionGraphQuery
 
evaluate() - Method in class org.eclipse.rdf4j.sail.SailConnectionTupleQuery
 
evaluate(TupleQueryResultHandler) - Method in class org.eclipse.rdf4j.sail.SailConnectionTupleQuery
 
evaluate(ValueFactory, Value, Value) - Method in class org.eclipse.rdf4j.spin.function.Add
 
evaluate(ValueFactory, Value, Value) - Method in class org.eclipse.rdf4j.spin.function.And
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.spin.function.apf.ConcatTupleFunction
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.spin.function.AskFunction
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.spin.function.Concat
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.spin.function.ConstructTupleFunction
 
evaluate(ValueFactory, Value, Value) - Method in class org.eclipse.rdf4j.spin.function.Divide
 
evaluate(ValueFactory, Value, Value) - Method in class org.eclipse.rdf4j.spin.function.EqualTo
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.spin.function.EvalFunction
 
evaluate(ValueFactory, Value, Value) - Method in class org.eclipse.rdf4j.spin.function.GreaterThan
 
evaluate(ValueFactory, Value, Value) - Method in class org.eclipse.rdf4j.spin.function.GreaterThanOrEqualTo
 
evaluate(ValueFactory, Value, Value) - Method in class org.eclipse.rdf4j.spin.function.LessThan
 
evaluate(ValueFactory, Value, Value) - Method in class org.eclipse.rdf4j.spin.function.LessThanOrEqualTo
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.spin.function.list.Index
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.spin.function.list.Length
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.spin.function.list.Member
 
evaluate(ValueFactory, Value) - Method in class org.eclipse.rdf4j.spin.function.Localname
 
evaluate(ValueFactory, Value, Value) - Method in class org.eclipse.rdf4j.spin.function.Multiply
 
evaluate(ValueFactory, Value) - Method in class org.eclipse.rdf4j.spin.function.Not
 
evaluate(ValueFactory, Value, Value) - Method in class org.eclipse.rdf4j.spin.function.NotEqualTo
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.spin.function.ObjectFunction
 
evaluate(ValueFactory, Value, Value) - Method in class org.eclipse.rdf4j.spin.function.Or
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.spin.function.SelectTupleFunction
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.spin.function.spif.BuildString
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.spin.function.spif.BuildURI
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.spin.function.spif.CanInvoke
 
evaluate(ValueFactory, Value, Value) - Method in class org.eclipse.rdf4j.spin.function.spif.Cast
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.spin.function.spif.ConvertSpinRDFToString
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.spin.function.spif.CurrentTimeMillis
 
evaluate(ValueFactory, Value, Value) - Method in class org.eclipse.rdf4j.spin.function.spif.DateFormat
 
evaluate(ValueFactory, Value, Value) - Method in class org.eclipse.rdf4j.spin.function.spif.DecimalFormat
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.spin.function.spif.DecodeURL
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.spin.function.spif.EncodeURL
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.spin.function.spif.For
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.spin.function.spif.ForEach
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.spin.function.spif.GenerateUUID
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.spin.function.spif.HasAllObjects
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.spin.function.spif.IndexOf
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.spin.function.spif.Invoke
 
evaluate(ValueFactory, Value) - Method in class org.eclipse.rdf4j.spin.function.spif.IsValidURI
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.spin.function.spif.LastIndexOf
 
evaluate(ValueFactory, Value, Value) - Method in class org.eclipse.rdf4j.spin.function.spif.Mod
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.spin.function.spif.Name
 
evaluate(ValueFactory, Value, Value) - Method in class org.eclipse.rdf4j.spin.function.spif.ParseDate
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.spin.function.spif.Random
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.spin.function.spif.ReplaceAll
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.spin.function.spif.Split
 
evaluate(ValueFactory, Value) - Method in class org.eclipse.rdf4j.spin.function.spif.TimeMillis
 
evaluate(ValueFactory, Value) - Method in class org.eclipse.rdf4j.spin.function.spif.Trim
 
evaluate(ValueFactory, Value) - Method in class org.eclipse.rdf4j.spin.function.spif.UnCamelCase
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.spin.function.SpinFunction
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.spin.function.SpinTupleFunction
 
evaluate(ValueFactory, Value...) - Method in class org.eclipse.rdf4j.spin.function.SpinxFunction
 
evaluate(ValueFactory, Value, Value) - Method in class org.eclipse.rdf4j.spin.function.Subtract
 
evaluateAt(String, List<String>) - Method in interface org.eclipse.rdf4j.federated.api.FedXApi
 
evaluateAtStatementSources(Object, List<StatementSource>, QueryInfo) - Method in class org.eclipse.rdf4j.federated.evaluation.FederationEvalStrategy
 
evaluateAtStatementSources(String, List<StatementSource>, QueryInfo) - Method in class org.eclipse.rdf4j.federated.evaluation.FederationEvalStrategy
 
evaluateAtStatementSources(TupleExpr, List<StatementSource>, QueryInfo) - Method in class org.eclipse.rdf4j.federated.evaluation.FederationEvalStrategy
 
evaluateBooleanQuery(QueryLanguage, String, QueryResultWriter) - Method in class org.eclipse.rdf4j.console.command.TupleAndGraphQueryEvaluator
Evaluate a boolean SPARQL or SERQL query
evaluateBoundJoinStatementPattern(StatementTupleExpr, List<BindingSet>) - Method in class org.eclipse.rdf4j.federated.evaluation.FederationEvalStrategy
Evaluate a bound join at the relevant endpoint, i.e.
evaluateBoundJoinStatementPattern(StatementTupleExpr, List<BindingSet>) - Method in class org.eclipse.rdf4j.federated.evaluation.SailFederationEvalStrategy
 
evaluateBoundJoinStatementPattern(StatementTupleExpr, List<BindingSet>) - Method in class org.eclipse.rdf4j.federated.evaluation.SparqlFederationEvalStrategy
 
evaluateBoundJoinStatementPattern_UNION(StatementTupleExpr, List<BindingSet>) - Method in class org.eclipse.rdf4j.federated.evaluation.SparqlFederationEvalStrategy
Deprecated. 
evaluateExclusiveGroup(ExclusiveGroup, BindingSet) - Method in class org.eclipse.rdf4j.federated.evaluation.FederationEvalStrategy
 
evaluateExclusiveGroup(ExclusiveGroup, BindingSet) - Method in class org.eclipse.rdf4j.federated.evaluation.SailFederationEvalStrategy
 
evaluateExclusiveGroup(ExclusiveGroup, BindingSet) - Method in class org.eclipse.rdf4j.federated.evaluation.SparqlFederationEvalStrategy
 
evaluateExclusiveTupleExpr(ExclusiveTupleExpr, BindingSet) - Method in class org.eclipse.rdf4j.federated.evaluation.FederationEvalStrategy
Evaluate an ExclusiveTupleExpr.
evaluateGraphQuery(QueryLanguage, String, RDFWriter, Collection<Namespace>) - Method in class org.eclipse.rdf4j.console.command.TupleAndGraphQueryEvaluator
Evaluate SPARQL or SERQL graph query
evaluateGroupedCheck(CheckStatementPattern, List<BindingSet>) - Method in class org.eclipse.rdf4j.federated.evaluation.FederationEvalStrategy
Perform a grouped check at the relevant endpoints, i.e.
evaluateGroupedCheck(CheckStatementPattern, List<BindingSet>) - Method in class org.eclipse.rdf4j.federated.evaluation.SailFederationEvalStrategy
 
evaluateGroupedCheck(CheckStatementPattern, List<BindingSet>) - Method in class org.eclipse.rdf4j.federated.evaluation.SparqlFederationEvalStrategy
 
evaluateInternal(TupleExpr, Dataset, BindingSet, boolean) - Method in class org.eclipse.rdf4j.federated.FedXConnection
 
evaluateInternal(Service, CloseableIteration<BindingSet, QueryEvaluationException>, String) - Method in class org.eclipse.rdf4j.repository.sparql.federation.RepositoryFederatedService
Evaluate the SPARQL query that can be constructed from the SERVICE node at the initialized Repository of this FederatedService.
evaluateInternal(TupleExpr, Dataset, BindingSet, boolean) - Method in class org.eclipse.rdf4j.sail.base.SailSourceConnection
 
evaluateInternal(TupleExpr, Dataset, BindingSet, boolean) - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
evaluateLeftJoin(FedXLeftJoin, BindingSet) - Method in class org.eclipse.rdf4j.federated.evaluation.FederationEvalStrategy
Evaluate a FedXLeftJoin (i.e.
evaluateNaryUnion(NUnion, BindingSet) - Method in class org.eclipse.rdf4j.federated.evaluation.FederationEvalStrategy
 
evaluateNJoin(NJoin, BindingSet) - Method in class org.eclipse.rdf4j.federated.evaluation.FederationEvalStrategy
 
evaluateService(FedXService, BindingSet) - Method in class org.eclipse.rdf4j.federated.evaluation.FederationEvalStrategy
 
evaluateService(FedXService, List<BindingSet>) - Method in class org.eclipse.rdf4j.federated.evaluation.FederationEvalStrategy
Evaluate a SERVICE using vectored evaluation, taking the provided bindings as input.
evaluateSingleSourceQuery(SingleSourceQuery, BindingSet) - Method in class org.eclipse.rdf4j.federated.evaluation.FederationEvalStrategy
 
evaluateTupleQuery(QueryLanguage, String, QueryResultWriter) - Method in class org.eclipse.rdf4j.console.command.TupleAndGraphQueryEvaluator
Evaluate SPARQL or SERQL tuple query and send the output to a writer.
evaluateTupleQuery(TupleResultBuilder, String, WorkbenchRequest, HttpServletResponse, CookieHandler, TupleQuery, boolean, boolean, int, int) - Method in class org.eclipse.rdf4j.workbench.util.QueryEvaluator
Evaluate a tuple query, and create an XML results document.
evaluateTupleQuery(TupleResultBuilder, TupleQuery) - Method in class org.eclipse.rdf4j.workbench.util.QueryEvaluator
Evaluate a tuple query, and create an XML results document.
EVALUATION_MODE_KEY - Static variable in class org.eclipse.rdf4j.sail.lucene.LuceneSail
EVALUATION_STATISTICS_STALENESS_CHECK_INTERVAL - Static variable in class org.eclipse.rdf4j.sail.extensiblestore.ExtensibleSailStore
 
EVALUATION_STRATEGY_FACTORY - Static variable in class org.eclipse.rdf4j.sail.base.config.BaseSailSchema
http://www.openrdf.org/config/sail/base#evaluationStrategyFactory
EvaluationStatistics - Class in org.eclipse.rdf4j.query.algebra.evaluation.impl
Supplies various query model statistics to the query engine/optimizer.
EvaluationStatistics() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.EvaluationStatistics
 
EvaluationStatistics - Class in org.eclipse.rdf4j.sail.federation.optimizers
Supplies various query model statistics to the query engine/optimizer.
EvaluationStatistics() - Constructor for class org.eclipse.rdf4j.sail.federation.optimizers.EvaluationStatistics
 
EvaluationStatistics.CardinalityCalculator - Class in org.eclipse.rdf4j.query.algebra.evaluation.impl
 
EvaluationStatistics.CardinalityCalculator - Class in org.eclipse.rdf4j.sail.federation.optimizers
 
EvaluationStatisticsEnum - Enum in org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics
Enum to support multiple different EvaluationStatistics implementations.
EvaluationStatisticsWrapper - Class in org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics
A wrapper around a data structure to support evaluation statistics that need to be notified of added or removed statements.
EvaluationStatisticsWrapper(DataStructureInterface, DynamicStatistics) - Constructor for class org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics.EvaluationStatisticsWrapper
 
EvaluationStrategies - Class in org.eclipse.rdf4j.query.algebra.evaluation.util
Registry for currently active EvaluationStrategy objects.
EvaluationStrategy - Interface in org.eclipse.rdf4j.query.algebra.evaluation
Evaluates TupleExprs and ValueExprs.
EvaluationStrategyFactory - Interface in org.eclipse.rdf4j.query.algebra.evaluation
Factory for EvaluationStrategys.
EvaluationStrategyImpl - Class in org.eclipse.rdf4j.query.algebra.evaluation.impl
Deprecated.
since 4.0. Use StrictEvaluationStrategy instead.
EvaluationStrategyImpl(TripleSource, Dataset, FederatedServiceResolver) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.EvaluationStrategyImpl
Deprecated.
 
EvaluationStrategyTest - Class in org.eclipse.rdf4j.sail
Test cases for behavior of StrictEvaluationStrategy and ExtendedEvaluationStrategy on base Sail implementations.
EvaluationStrategyTest() - Constructor for class org.eclipse.rdf4j.sail.EvaluationStrategyTest
 
evaluationThread - Variable in class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelExecutorBase
 
EVENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:event
EVENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.WGS84
The wgs84:Event class.
EX_NS - Static variable in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
EX_NS - Static variable in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
EXACT_MATCH - Static variable in class org.eclipse.rdf4j.model.vocabulary.SKOS
The skos:exactMatch relation.
EXAMPLE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SKOS
The skos:example property.
EXAMPLE - Static variable in class org.eclipse.rdf4j.model.vocabulary.VANN
A reference to a resource that provides an example of how this resource can be used.
EXAMPLE_RESOURCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.VOID
void:exampleResource
ExceptionConvertingIteration<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
A CloseableIteration that converts an arbitrary iteration to an iteration with exceptions of type X.
ExceptionConvertingIteration(Iteration<? extends E, ? extends Exception>) - Constructor for class org.eclipse.rdf4j.common.iteration.ExceptionConvertingIteration
Creates a new ExceptionConvertingIteration that operates on the supplied iteration.
ExceptionUtil - Class in org.eclipse.rdf4j.federated.exception
Convenience functions to handle exceptions.
ExceptionUtil() - Constructor for class org.eclipse.rdf4j.federated.exception.ExceptionUtil
 
ExclusiveArbitraryLengthPath - Class in org.eclipse.rdf4j.federated.algebra
An ArbitraryLengthPath node which can be evaluated at a single node.
ExclusiveArbitraryLengthPath(ArbitraryLengthPath, StatementSource, QueryInfo) - Constructor for class org.eclipse.rdf4j.federated.algebra.ExclusiveArbitraryLengthPath
 
ExclusiveGroup - Class in org.eclipse.rdf4j.federated.algebra
Represents a group of ExclusiveTupleExpr that can only produce results at a single endpoint, the StatementSource.
ExclusiveGroup(Collection<? extends ExclusiveTupleExpr>, StatementSource, QueryInfo) - Constructor for class org.eclipse.rdf4j.federated.algebra.ExclusiveGroup
 
ExclusiveLockManager - Class in org.eclipse.rdf4j.common.concurrent.locks
A lock manager for exclusive locks.
ExclusiveLockManager() - Constructor for class org.eclipse.rdf4j.common.concurrent.locks.ExclusiveLockManager
Creates an ExclusiveLockManager.
ExclusiveLockManager(boolean) - Constructor for class org.eclipse.rdf4j.common.concurrent.locks.ExclusiveLockManager
Creates an ExclusiveLockManager.
ExclusiveStatement - Class in org.eclipse.rdf4j.federated.algebra
Represents a StatementPattern that can only produce results at a single endpoint, the owner.
ExclusiveStatement(StatementPattern, StatementSource, QueryInfo) - Constructor for class org.eclipse.rdf4j.federated.algebra.ExclusiveStatement
 
ExclusiveTupleExpr - Interface in org.eclipse.rdf4j.federated.algebra
Interface representing nodes that can exclusively be evaluated at a single StatementSource.
ExclusiveTupleExprOptimizer - Class in org.eclipse.rdf4j.federated.optimizer
A specialized optimizer which identifies and marks ExclusiveTupleExpr.
ExclusiveTupleExprOptimizer() - Constructor for class org.eclipse.rdf4j.federated.optimizer.ExclusiveTupleExprOptimizer
 
ExclusiveTupleExprRenderer - Interface in org.eclipse.rdf4j.federated.algebra
A specialization of ExclusiveTupleExpr which provides definitions how the expressions can be rendered to a sub-query.
execute(String...) - Method in class org.eclipse.rdf4j.console.command.Clear
 
execute(String...) - Method in class org.eclipse.rdf4j.console.command.Close
 
execute(String...) - Method in class org.eclipse.rdf4j.console.command.Connect
 
execute(String...) - Method in class org.eclipse.rdf4j.console.command.ConsoleCommand
 
execute(String...) - Method in class org.eclipse.rdf4j.console.command.Convert
 
execute(String...) - Method in class org.eclipse.rdf4j.console.command.Create
 
execute(boolean) - Method in class org.eclipse.rdf4j.console.command.Disconnect
Execute the command
execute(String...) - Method in class org.eclipse.rdf4j.console.command.Disconnect
 
execute(String...) - Method in class org.eclipse.rdf4j.console.command.Drop
 
execute(String...) - Method in interface org.eclipse.rdf4j.console.Command
Execute the given parameters.
execute(String...) - Method in class org.eclipse.rdf4j.console.command.Export
 
execute(String...) - Method in class org.eclipse.rdf4j.console.command.Federate
Executes a 'federate' command for the RDF4J Console.
execute(String...) - Method in class org.eclipse.rdf4j.console.command.Load
 
execute(String...) - Method in class org.eclipse.rdf4j.console.command.Open
 
execute(String...) - Method in class org.eclipse.rdf4j.console.command.PrintHelp
 
execute(String...) - Method in class org.eclipse.rdf4j.console.command.PrintInfo
 
execute(String...) - Method in class org.eclipse.rdf4j.console.command.SetParameters
 
execute(String...) - Method in class org.eclipse.rdf4j.console.command.Show
 
execute(String...) - Method in class org.eclipse.rdf4j.console.command.Verify
 
execute(HttpUriRequest) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
execute(RepositoryConnection) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.AddStatementOperation
 
execute(RepositoryConnection) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.ClearNamespacesOperation
 
execute(RepositoryConnection) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.ClearOperation
 
execute(RepositoryConnection) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.RemoveNamespaceOperation
 
execute(RepositoryConnection) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.RemoveStatementsOperation
 
execute(RepositoryConnection) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.SetNamespaceOperation
 
execute(RepositoryConnection) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.SPARQLUpdateOperation
 
execute(RepositoryConnection) - Method in interface org.eclipse.rdf4j.http.protocol.transaction.operations.TransactionOperation
Executes this operation on the supplied connection.
EXECUTE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:execute
execute(UpdateExpr, Dataset, BindingSet, boolean, int) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.AbstractQueryPreparer
 
execute() - Method in interface org.eclipse.rdf4j.query.Update
Execute this update on the repository.
execute(RepositoryConnection, QueryLanguage, String, String, Update) - Method in class org.eclipse.rdf4j.repository.event.base.RepositoryConnectionInterceptorAdapter
 
execute(RepositoryConnection, QueryLanguage, String, String, Update) - Method in class org.eclipse.rdf4j.repository.event.base.RepositoryConnectionListenerAdapter
 
execute(RepositoryConnection, QueryLanguage, String, String, Update) - Method in interface org.eclipse.rdf4j.repository.event.RepositoryConnectionInterceptor
 
execute(RepositoryConnection, QueryLanguage, String, String, Update) - Method in interface org.eclipse.rdf4j.repository.event.RepositoryConnectionListener
 
execute(RepositoryConnection, QueryLanguage, String, String, Update) - Method in class org.eclipse.rdf4j.repository.event.util.DebugRepositoryConnectionListener
 
execute() - Method in class org.eclipse.rdf4j.repository.http.HTTPUpdate
 
execute() - Method in class org.eclipse.rdf4j.repository.sail.SailUpdate
 
execute(Runnable) - Method in class org.eclipse.rdf4j.repository.sparql.query.SPARQLOperation
Deprecated.
 
execute() - Method in class org.eclipse.rdf4j.repository.sparql.query.SPARQLUpdate
 
execute(Runnable) - Method in class org.eclipse.rdf4j.sail.federation.Federation
Deprecated.
Required by Executor interface.
execute() - Method in class org.eclipse.rdf4j.sail.SailConnectionUpdate
 
executeAdd(Add, UpdateContext, int) - Method in class org.eclipse.rdf4j.repository.sail.helpers.SailUpdateExecutor
 
executeClear(Clear, UpdateContext, int) - Method in class org.eclipse.rdf4j.repository.sail.helpers.SailUpdateExecutor
 
executeCopy(Copy, UpdateContext, int) - Method in class org.eclipse.rdf4j.repository.sail.helpers.SailUpdateExecutor
 
executeCreate(Create, UpdateContext) - Method in class org.eclipse.rdf4j.repository.sail.helpers.SailUpdateExecutor
 
executeDeleteData(DeleteData, UpdateContext, int) - Method in class org.eclipse.rdf4j.repository.sail.helpers.SailUpdateExecutor
 
executeInsertData(InsertData, UpdateContext, int) - Method in class org.eclipse.rdf4j.repository.sail.helpers.SailUpdateExecutor
 
executeJoin(ControlledWorkerScheduler<BindingSet>, CloseableIteration<BindingSet, QueryEvaluationException>, TupleExpr, Set<String>, BindingSet, QueryInfo) - Method in class org.eclipse.rdf4j.federated.evaluation.FederationEvalStrategy
Execute the join in a separate thread using some join executor.
executeJoin(ControlledWorkerScheduler<BindingSet>, CloseableIteration<BindingSet, QueryEvaluationException>, TupleExpr, Set<String>, BindingSet, QueryInfo) - Method in class org.eclipse.rdf4j.federated.evaluation.SailFederationEvalStrategy
 
executeJoin(ControlledWorkerScheduler<BindingSet>, CloseableIteration<BindingSet, QueryEvaluationException>, TupleExpr, Set<String>, BindingSet, QueryInfo) - Method in class org.eclipse.rdf4j.federated.evaluation.SparqlFederationEvalStrategy
 
executeLoad(Load, UpdateContext) - Method in class org.eclipse.rdf4j.repository.sail.helpers.SailUpdateExecutor
 
executeModify(Modify, UpdateContext, int) - Method in class org.eclipse.rdf4j.repository.sail.helpers.SailUpdateExecutor
 
executeMove(Move, UpdateContext, int) - Method in class org.eclipse.rdf4j.repository.sail.helpers.SailUpdateExecutor
 
executeNoContent(HttpUriRequest) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
executeOK(HttpUriRequest) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
Convenience method to deal with HTTP level errors of tuple, graph and boolean queries in the same way.
executeQuery(String, String) - Method in class org.eclipse.rdf4j.console.command.QueryEvaluator
Execute a SPARQL or SERQL query, defaults to SPARQL
executeRule(Resource, Resource, QueryPreparer, SpinParser, InferencerConnection) - Static method in class org.eclipse.rdf4j.sail.spin.SpinInferencing
 
executeUpdate(QueryLanguage, String) - Method in class org.eclipse.rdf4j.console.command.TupleAndGraphQueryEvaluator
Execute a SPARQL or SERQL update
executeUpdate(UpdateExpr, Dataset, BindingSet, boolean, int) - Method in class org.eclipse.rdf4j.repository.sail.helpers.SailUpdateExecutor
 
executor - Variable in class org.eclipse.rdf4j.federated.evaluation.FederationEvalStrategy
 
executorId - Variable in class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelExecutorBase
 
EXISTS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
Exists - Class in org.eclipse.rdf4j.query.algebra
Checks whether the wrapped Query produces any results.
Exists() - Constructor for class org.eclipse.rdf4j.query.algebra.Exists
 
Exists(TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Exists
 
expectedResultRepo - Variable in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQL11UpdateComplianceTest
 
expectedResultRepo - Variable in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLUpdateConformanceTest
Deprecated.
 
EXPECTS - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
EXPECTS_HEADER - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
Experimental - Annotation Type in org.eclipse.rdf4j.common.annotation
This feature is in an experimental state: its existence, signature or behavior may change without warning from one release to the next.
explain(Explanation.Level, TupleExpr, Dataset, BindingSet, boolean, int) - Method in class org.eclipse.rdf4j.federated.FedXConnection
 
explain(Explanation.Level) - Method in interface org.eclipse.rdf4j.query.Query
Explain how the query will be (or has been) executed/evaluated by returning an explanation of the query plan.
explain(Explanation.Level) - Method in class org.eclipse.rdf4j.repository.http.HTTPBooleanQuery
 
explain(Explanation.Level) - Method in class org.eclipse.rdf4j.repository.http.HTTPGraphQuery
 
explain(Explanation.Level) - Method in class org.eclipse.rdf4j.repository.http.HTTPTupleQuery
 
explain(Explanation.Level) - Method in class org.eclipse.rdf4j.repository.sail.SailQuery
 
explain(Explanation.Level) - Method in class org.eclipse.rdf4j.repository.sparql.query.SPARQLBooleanQuery
 
explain(Explanation.Level) - Method in class org.eclipse.rdf4j.repository.sparql.query.SPARQLGraphQuery
 
explain(Explanation.Level) - Method in class org.eclipse.rdf4j.repository.sparql.query.SPARQLTupleQuery
 
explain(Explanation.Level, TupleExpr, Dataset, BindingSet, boolean, int) - Method in class org.eclipse.rdf4j.sail.base.SailSourceConnection
 
explain(Explanation.Level, TupleExpr, Dataset, BindingSet, boolean, int) - Method in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapper
 
explain(Explanation.Level, TupleExpr, Dataset, BindingSet, boolean, int) - Method in interface org.eclipse.rdf4j.sail.SailConnection
Explain how the TupleExpr will be (or has been) executed/evaluated by returning a TupleExpr (which may or may not be the provided TupleExpr) that has gone through zero or more of the stages prior to and also including execution as specified by the provided level.
explain(Explanation.Level) - Method in class org.eclipse.rdf4j.sail.SailConnectionQuery
 
Explanation - Interface in org.eclipse.rdf4j.query.explanation
This is an experimental feature.
Explanation.Level - Enum in org.eclipse.rdf4j.query.explanation
The different levels that the query explanation can be at.
ExplanationImpl - Class in org.eclipse.rdf4j.query.explanation
This is an experimental feature.
ExplanationImpl(GenericPlanNode, boolean) - Constructor for class org.eclipse.rdf4j.query.explanation.ExplanationImpl
 
ExploreServlet - Class in org.eclipse.rdf4j.workbench.commands
 
ExploreServlet() - Constructor for class org.eclipse.rdf4j.workbench.commands.ExploreServlet
 
ExploreServlet.ResultCursor - Class in org.eclipse.rdf4j.workbench.commands
Class for keeping track of location within the result set, relative to offset and limit.
Export - Class in org.eclipse.rdf4j.console.command
Export triples to file
Export(ConsoleIO, ConsoleState, Map<String, ConsoleSetting>) - Constructor for class org.eclipse.rdf4j.console.command.Export
Constructor
export(Model) - Method in class org.eclipse.rdf4j.federated.repository.FedXRepositoryConfig
 
EXPORT - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
Deprecated.
export(RDFHandler, Resource...) - Method in class org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
 
export(Model) - Method in class org.eclipse.rdf4j.repository.config.AbstractDelegatingRepositoryImplConfig
 
export(Model) - Method in class org.eclipse.rdf4j.repository.config.AbstractRepositoryImplConfig
 
export(Model) - Method in class org.eclipse.rdf4j.repository.config.RepositoryConfig
export(Model, Resource) - Method in class org.eclipse.rdf4j.repository.config.RepositoryConfig
Exports the configuration into RDF using the given repositoryNode
export(Model) - Method in interface org.eclipse.rdf4j.repository.config.RepositoryImplConfig
Export this RepositoryImplConfig to its RDF representation
export(Model) - Method in class org.eclipse.rdf4j.repository.contextaware.config.ContextAwareConfig
 
export(RDFHandler, Resource...) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
 
export(Model) - Method in class org.eclipse.rdf4j.repository.http.config.HTTPRepositoryConfig
 
export(RDFHandler, Resource...) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Exports all explicit statements in the specified contexts to the supplied RDFHandler.
export(Model) - Method in class org.eclipse.rdf4j.repository.sail.config.ProxyRepositoryConfig
 
export(Model) - Method in class org.eclipse.rdf4j.repository.sail.config.SailRepositoryConfig
 
export(Model) - Method in class org.eclipse.rdf4j.repository.sparql.config.SPARQLRepositoryConfig
 
export(Model) - Method in class org.eclipse.rdf4j.sail.base.config.BaseSailConfig
 
export(Model) - Method in class org.eclipse.rdf4j.sail.config.AbstractDelegatingSailImplConfig
 
export(Model) - Method in class org.eclipse.rdf4j.sail.config.AbstractSailImplConfig
 
export(Model) - Method in interface org.eclipse.rdf4j.sail.config.SailImplConfig
 
export(Model) - Method in class org.eclipse.rdf4j.sail.elasticsearchstore.config.ElasticsearchStoreConfig
 
export(Model) - Method in class org.eclipse.rdf4j.sail.federation.config.FederationConfig
Deprecated.
 
export(Model) - Method in class org.eclipse.rdf4j.sail.inferencer.fc.config.CustomGraphQueryInferencerConfig
 
export(Model) - Method in class org.eclipse.rdf4j.sail.lucene.config.AbstractLuceneSailConfig
 
export(Model) - Method in class org.eclipse.rdf4j.sail.memory.config.MemoryStoreConfig
 
export(Model) - Method in class org.eclipse.rdf4j.sail.nativerdf.config.NativeStoreConfig
 
export(Model) - Method in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
ExportServlet - Class in org.eclipse.rdf4j.workbench.commands
 
ExportServlet() - Constructor for class org.eclipse.rdf4j.workbench.commands.ExportServlet
 
exportStatements(Resource, IRI, Value, boolean, RDFHandler, Resource...) - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
exportStatements(RepositoryResult<Statement>, RDFHandler) - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
Exports all statements contained in the supplied statement iterator and all relevant namespace information to the supplied RDFHandler.
exportStatements(Resource, IRI, Value, RDFHandler, Resource...) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
Exports all statements with a specific subject, predicate and/or object from the repository, optionally from the specified contexts.
exportStatements(Resource, IRI, Value, boolean, RDFHandler, Resource...) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
 
exportStatements(Resource, IRI, Value, boolean, RDFHandler, Resource...) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Exports all statements with a specific subject, predicate and/or object from the repository, optionally from the specified contexts.
exportStatements(Resource, IRI, Value, boolean, RDFHandler, Resource...) - Method in class org.eclipse.rdf4j.repository.sail.SailRepositoryConnection
 
exportStatements(Resource, IRI, Value, boolean, RDFHandler, Resource...) - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
 
ExportStatementsView - Class in org.eclipse.rdf4j.http.server.repository.statements
View used to export statements.
expr - Variable in class org.eclipse.rdf4j.federated.algebra.FedXService
 
expr - Variable in class org.eclipse.rdf4j.federated.algebra.FilterExpr
 
expr - Variable in class org.eclipse.rdf4j.federated.evaluation.join.ParallelBoundJoinTask
 
expr - Variable in class org.eclipse.rdf4j.federated.evaluation.join.ParallelCheckJoinTask
 
expr - Variable in class org.eclipse.rdf4j.federated.evaluation.join.ParallelJoinTask
 
expr - Variable in class org.eclipse.rdf4j.federated.evaluation.join.ParallelServiceJoinTask
 
expr - Variable in class org.eclipse.rdf4j.federated.evaluation.union.ParallelUnionOperatorTask
 
expr() - Method in class org.eclipse.rdf4j.queryrender.builder.BasicGroup
Deprecated.
 
expr() - Method in interface org.eclipse.rdf4j.queryrender.builder.SupportsExpr
Deprecated.
 
expr() - Method in class org.eclipse.rdf4j.queryrender.builder.UnionBuilder
Deprecated.
 
Expression<T extends Expression<T>> - Class in org.eclipse.rdf4j.sparqlbuilder.constraint
A SPARQL expression.
EXPRESSION_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#expression Points to an expression, for example in a Filter or Assignment.
expressions - Variable in class org.eclipse.rdf4j.federated.algebra.ConjunctiveFilterExpr
 
Expressions - Class in org.eclipse.rdf4j.sparqlbuilder.constraint
A class with static methods to create SPARQL expressions.
EXTENDED_ADDRESS - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
Deprecated.
ExtendedEvaluationStrategy - Class in org.eclipse.rdf4j.query.algebra.evaluation.impl
SPARQL 1.1 extended query evaluation strategy.
ExtendedEvaluationStrategy(TripleSource, Dataset, FederatedServiceResolver, long, EvaluationStatistics) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.ExtendedEvaluationStrategy
 
ExtendedEvaluationStrategyFactory - Class in org.eclipse.rdf4j.query.algebra.evaluation.impl
 
ExtendedEvaluationStrategyFactory() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.ExtendedEvaluationStrategyFactory
 
ExtendedEvaluationStrategyFactory(FederatedServiceResolver) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.ExtendedEvaluationStrategyFactory
 
ExtensibleConstantEvaluationStatistics - Class in org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics
ExtensibleDirectEvaluationStatistics provides evaluation statistics by using the default implementation.
ExtensibleConstantEvaluationStatistics(ExtensibleSailStore) - Constructor for class org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics.ExtensibleConstantEvaluationStatistics
 
ExtensibleContextStatement - Class in org.eclipse.rdf4j.sail.extensiblestore.valuefactory
 
ExtensibleContextStatement(Resource, IRI, Value, Resource, boolean) - Constructor for class org.eclipse.rdf4j.sail.extensiblestore.valuefactory.ExtensibleContextStatement
Creates a new Statement with the supplied subject, predicate and object for the specified associated context.
ExtensibleDirectEvaluationStatistics - Class in org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics
ExtensibleDirectEvaluationStatistics provides evaluation statistics by directly querying the underlying data source.
ExtensibleDirectEvaluationStatistics(ExtensibleSailStore) - Constructor for class org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics.ExtensibleDirectEvaluationStatistics
 
ExtensibleDynamicEvaluationStatistics - Class in org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics
ExtensibleDynamicEvaluationStatistics aims to keep an internal estimate of the cardinality of various statement patterns.
ExtensibleDynamicEvaluationStatistics(ExtensibleSailStore) - Constructor for class org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics.ExtensibleDynamicEvaluationStatistics
 
ExtensibleEvaluationStatistics - Class in org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics
 
ExtensibleEvaluationStatistics(ExtensibleSailStore) - Constructor for class org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics.ExtensibleEvaluationStatistics
 
ExtensibleSailStore - Class in org.eclipse.rdf4j.sail.extensiblestore
 
ExtensibleSailStore(DataStructureInterface, NamespaceStoreInterface, EvaluationStatisticsEnum, ExtensibleStatementHelper) - Constructor for class org.eclipse.rdf4j.sail.extensiblestore.ExtensibleSailStore
 
ExtensibleStatement - Interface in org.eclipse.rdf4j.sail.extensiblestore.valuefactory
 
ExtensibleStatementHelper - Interface in org.eclipse.rdf4j.sail.extensiblestore.valuefactory
 
ExtensibleStatementHelper.DefaultExtensibleStatementHelper - Class in org.eclipse.rdf4j.sail.extensiblestore.valuefactory
 
ExtensibleStatementImpl - Class in org.eclipse.rdf4j.sail.extensiblestore.valuefactory
 
ExtensibleStatementImpl(Resource, IRI, Value, boolean) - Constructor for class org.eclipse.rdf4j.sail.extensiblestore.valuefactory.ExtensibleStatementImpl
Creates a new Statement with the supplied subject, predicate and object.
ExtensibleStore<T extends DataStructureInterface,N extends NamespaceStoreInterface> - Class in org.eclipse.rdf4j.sail.extensiblestore
A store where the backing storage can be implemented by the user.
ExtensibleStore() - Constructor for class org.eclipse.rdf4j.sail.extensiblestore.ExtensibleStore
 
ExtensibleStore(boolean) - Constructor for class org.eclipse.rdf4j.sail.extensiblestore.ExtensibleStore
 
ExtensibleStoreConnection<E extends ExtensibleStore> - Class in org.eclipse.rdf4j.sail.extensiblestore
 
ExtensibleStoreConnection(E) - Constructor for class org.eclipse.rdf4j.sail.extensiblestore.ExtensibleStoreConnection
 
Extension - Class in org.eclipse.rdf4j.query.algebra
An extension operator that can be used to add bindings to solutions whose values are defined by value expressions.
Extension() - Constructor for class org.eclipse.rdf4j.query.algebra.Extension
 
Extension(TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Extension
 
Extension(TupleExpr, ExtensionElem...) - Constructor for class org.eclipse.rdf4j.query.algebra.Extension
 
Extension(TupleExpr, Iterable<ExtensionElem>) - Constructor for class org.eclipse.rdf4j.query.algebra.Extension
 
EXTENSION_AGGREGATE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SD
extension aggregate
EXTENSION_FUNCTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SD
extension function
ExtensionElem - Class in org.eclipse.rdf4j.query.algebra
 
ExtensionElem() - Constructor for class org.eclipse.rdf4j.query.algebra.ExtensionElem
 
ExtensionElem(ValueExpr, String) - Constructor for class org.eclipse.rdf4j.query.algebra.ExtensionElem
 
ExtensionIterator - Class in org.eclipse.rdf4j.query.algebra.evaluation.iterator
 
ExtensionIterator(Extension, CloseableIteration<BindingSet, QueryEvaluationException>, EvaluationStrategy) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.iterator.ExtensionIterator
 
EXTENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/extent
EXTERNAL_GENERAL_ENTITIES - Static variable in class org.eclipse.rdf4j.rio.helpers.XMLParserSettings
Parser setting specifying whether external text entities should be included.
EXTERNAL_PARAMETER_ENTITIES - Static variable in class org.eclipse.rdf4j.rio.helpers.XMLParserSettings
Parser setting specifying whether external parameter entities should be included.
ExternalFilterByPredicate - Class in org.eclipse.rdf4j.sail.shacl.planNodes
 
ExternalFilterByPredicate(SailConnection, Set<IRI>, PlanNode, int, ExternalFilterByPredicate.On) - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.ExternalFilterByPredicate
 
ExternalFilterByPredicate.On - Enum in org.eclipse.rdf4j.sail.shacl.planNodes
 
ExternalFilterByQuery - Class in org.eclipse.rdf4j.sail.shacl.planNodes
 
ExternalFilterByQuery(SailConnection, PlanNode, int, String, String) - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.ExternalFilterByQuery
 
ExternalFilterIsObject - Class in org.eclipse.rdf4j.sail.shacl.planNodes
 
ExternalFilterIsObject(SailConnection, PlanNode, int) - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.ExternalFilterIsObject
 
ExternalFilterIsSubject - Class in org.eclipse.rdf4j.sail.shacl.planNodes
 
ExternalFilterIsSubject(SailConnection, PlanNode, int) - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.ExternalFilterIsSubject
 
ExternalPredicateObjectFilter - Class in org.eclipse.rdf4j.sail.shacl.planNodes
 
ExternalPredicateObjectFilter(SailConnection, IRI, Set<Resource>, PlanNode, int, boolean) - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.ExternalPredicateObjectFilter
 
ExternalSet - Class in org.eclipse.rdf4j.query.algebra.evaluation.impl
Deprecated.
since 3.0.
ExternalSet() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.ExternalSet
Deprecated.
 
extract(File, File) - Static method in class org.eclipse.rdf4j.common.io.ZipUtil
Extract the contents of a zipfile to a directory.
extract(ZipFile, File) - Static method in class org.eclipse.rdf4j.common.io.ZipUtil
Extract the contents of a zipfile to a directory.
extract(Model, Resource, Consumer<Statement>, Resource...) - Static method in class org.eclipse.rdf4j.model.util.RDFCollections
Extracts the RDF Collection starting with supplied head resource from the supplied source Model and sends the statements that make up the collection to the supplied Consumer.
extract(GetStatementOptional, Resource, Consumer<Statement>, Function<String, Supplier<E>>, Resource...) - Static method in class org.eclipse.rdf4j.model.util.RDFCollections
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 supplied Consumer function.
extract(IRI, Model, Resource, Consumer<Statement>, Resource...) - Static method in class org.eclipse.rdf4j.model.util.RDFContainers
Extracts the RDF Container starting with supplied head resource from the supplied source Model and sends the statements that make up the collection to the supplied Consumer.
extract(IRI, GetStatementOptional, Resource, Consumer<Statement>, Function<String, Supplier<E>>, Resource...) - Static method in class org.eclipse.rdf4j.model.util.RDFContainers
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 supplied Consumer function.
EXTRACT - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:extract
EXTRACT_CHAR - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
Deprecated.
EXTRACT_PAGE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
Deprecated.
EXTRACT_WORD - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
Deprecated.
extractQueryAndEvaluate(TupleResultBuilder, HttpServletResponse, OutputStream, String, RepositoryConnection, String, WorkbenchRequest, CookieHandler) - Method in class org.eclipse.rdf4j.workbench.util.QueryEvaluator
Evaluates the query submitted with the given request.

F

f - Variable in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
f - Variable in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
Factory - Class in org.eclipse.rdf4j.sail.solr.client.cloud
 
Factory() - Constructor for class org.eclipse.rdf4j.sail.solr.client.cloud.Factory
 
Factory - Class in org.eclipse.rdf4j.sail.solr.client.embedded
 
Factory() - Constructor for class org.eclipse.rdf4j.sail.solr.client.embedded.Factory
 
Factory - Class in org.eclipse.rdf4j.sail.solr.client.http
 
Factory() - Constructor for class org.eclipse.rdf4j.sail.solr.client.http.Factory
 
FACTORY_KEY - Static variable in class org.eclipse.rdf4j.http.server.repository.QueryResultView
Key by which the query result writer factory is stored in the model.
FACTORY_KEY - Static variable in class org.eclipse.rdf4j.http.server.repository.statements.ExportStatementsView
 
FACTORY_KEY - Static variable in class org.eclipse.rdf4j.http.server.repository.transaction.TransactionExportStatementsView
 
FAIL - Static variable in class org.eclipse.rdf4j.model.vocabulary.EARL
 
fail(String, Throwable) - Method in class org.eclipse.rdf4j.repository.optimistic.IsolationLevelTest
 
fail(String, Throwable) - Method in class org.eclipse.rdf4j.sail.SailConcurrencyTest
 
fail(String, Throwable) - Method in class org.eclipse.rdf4j.sail.SailIsolationLevelTest
 
FAIL_ON_DUPLICATE_RDF_ID - Static variable in class org.eclipse.rdf4j.rio.helpers.XMLParserSettings
Parser setting to determine whether to throw an error for duplicate uses of rdf:ID in a single document.
FAIL_ON_INVALID_LINES - Static variable in class org.eclipse.rdf4j.rio.helpers.NTriplesParserSettings
Boolean setting for parser to determine whether syntactically invalid lines in N-Triples and N-Quads documents generate a parse error.
FAIL_ON_INVALID_NCNAME - Static variable in class org.eclipse.rdf4j.rio.helpers.XMLParserSettings
Parser setting to determine whether to ignore XML documents containing invalid NCNAMEs.
FAIL_ON_INVALID_QNAME - Static variable in class org.eclipse.rdf4j.rio.helpers.XMLParserSettings
Parser setting to determine whether to ignore XML documents containing invalid QNAMEs.
FAIL_ON_INVALID_STATEMENT - Static variable in class org.eclipse.rdf4j.rio.helpers.TriXParserSettings
Boolean setting for parser to determine whether the TriX parser should treat invalid statements as an error.
FAIL_ON_MISMATCHED_TAGS - Static variable in class org.eclipse.rdf4j.rio.helpers.XMLParserSettings
Parser setting to determine whether to throw an error for XML documents containing mismatched tags
FAIL_ON_MISSING_DATATYPE - Static variable in class org.eclipse.rdf4j.rio.helpers.TriXParserSettings
Boolean setting for parser to determine whether the TriX parser should treat missing datatypes as an error.
FAIL_ON_MULTIPLE_OBJECT_DATATYPES - Static variable in class org.eclipse.rdf4j.rio.helpers.RDFJSONParserSettings
Boolean setting for parser to determine whether an RDF/JSON parser should fail if it finds multiple datatypes for a single object in a single statement.
FAIL_ON_MULTIPLE_OBJECT_LANGUAGES - Static variable in class org.eclipse.rdf4j.rio.helpers.RDFJSONParserSettings
Boolean setting for parser to determine whether an RDF/JSON parser should fail if it finds multiple languages for a single object in a single statement.
FAIL_ON_MULTIPLE_OBJECT_TYPES - Static variable in class org.eclipse.rdf4j.rio.helpers.RDFJSONParserSettings
Boolean setting for parser to determine whether an RDF/JSON parser should fail if it finds multiple types for a single object in a single statement.
FAIL_ON_MULTIPLE_OBJECT_VALUES - Static variable in class org.eclipse.rdf4j.rio.helpers.RDFJSONParserSettings
Boolean setting for parser to determine whether an RDF/JSON parser should fail if it finds multiple values for a single object in a single statement.
FAIL_ON_NON_STANDARD_ATTRIBUTES - Static variable in class org.eclipse.rdf4j.rio.helpers.XMLParserSettings
Parser setting to determine whether to ignore non-standard attributes that are found in an XML document.
FAIL_ON_NTRIPLES_INVALID_LINES - Static variable in class org.eclipse.rdf4j.rio.helpers.NTriplesParserSettings
FAIL_ON_RDFA_UNDEFINED_PREFIXES - Static variable in class org.eclipse.rdf4j.rio.helpers.RDFaParserSettings
FAIL_ON_SAX_NON_FATAL_ERRORS - Static variable in class org.eclipse.rdf4j.rio.helpers.XMLParserSettings
Parser setting to determine whether to ignore non-fatal errors that come from SAX parsers.
FAIL_ON_TRIX_INVALID_STATEMENT - Static variable in class org.eclipse.rdf4j.rio.helpers.TriXParserSettings
FAIL_ON_TRIX_MISSING_DATATYPE - Static variable in class org.eclipse.rdf4j.rio.helpers.TriXParserSettings
FAIL_ON_UNKNOWN_DATATYPES - Static variable in class org.eclipse.rdf4j.rio.helpers.BasicParserSettings
Boolean setting for parser to determine whether to fail parsing if datatypes are not recognised.
FAIL_ON_UNKNOWN_LANGUAGES - Static variable in class org.eclipse.rdf4j.rio.helpers.BasicParserSettings
Boolean setting for parser to determine whether to fail parsing if languages are not recognized.
FAIL_ON_UNKNOWN_PROPERTY - Static variable in class org.eclipse.rdf4j.rio.helpers.RDFJSONParserSettings
Boolean setting for parser to determine whether an RDF/JSON parser should fail if it finds multiple properties that it does not recognize in the JSON document.
FAILURE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:failure
failure - Variable in class org.eclipse.rdf4j.shacl.manifest.AbstractSHACLTest
Deprecated.
 
FailureMode - Enum in org.eclipse.rdf4j.rio
 
failureMode - Variable in class org.eclipse.rdf4j.rio.NegativeParserTest
 
fallback(Dataset, Dataset) - Static method in class org.eclipse.rdf4j.query.impl.FallbackDataset
 
FallbackDataset - Class in org.eclipse.rdf4j.query.impl
 
FALSE - Static variable in class org.eclipse.rdf4j.model.impl.BooleanLiteral
 
FALSE - Static variable in class org.eclipse.rdf4j.model.impl.BooleanLiteralImpl
Deprecated.
since 2.0. Use BooleanLiteral.FALSE instead.
FALSE - Static variable in class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetSchema
 
FAMILY_NAME - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
FAMILY_NAME - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:family-name
FAMILYNAME - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
Deprecated.
Use FAMILY_NAME instead for new statements
fastInstantiateFrom(SchemaCachingRDFSInferencer, NotifyingSail) - Static method in class org.eclipse.rdf4j.sail.inferencer.fc.SchemaCachingRDFSInferencer
Instantiate a new SchemaCachingRDFSInferencer from an existing one.
fastInstantiateFrom(SchemaCachingRDFSInferencer, NotifyingSail, boolean) - Static method in class org.eclipse.rdf4j.sail.inferencer.fc.SchemaCachingRDFSInferencer
Instantiate a new SchemaCachingRDFSInferencer from an existing one.
FATAL_VIOLATION_LEVEL - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
 
fatalError(String, long, long) - Method in class org.eclipse.rdf4j.console.VerificationListener
 
fatalError(SAXParseException) - Method in class org.eclipse.rdf4j.query.resultio.sparqlxml.AbstractSPARQLXMLParser
 
fatalError(String, long, long) - Method in class org.eclipse.rdf4j.rio.helpers.ParseErrorCollector
 
fatalError(String, long, long) - Method in class org.eclipse.rdf4j.rio.helpers.ParseErrorLogger
 
fatalError(String, long, long) - Method in interface org.eclipse.rdf4j.rio.ParseErrorListener
Reports a fatal error from the parser.
fatalError(SAXParseException) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
Implementation of SAX ErrorHandler.fatalError
fatalError(SAXParseException) - Method in class org.eclipse.rdf4j.rio.trix.TriXParser
Implementation of SAX ErrorHandler.fatalError
FAX - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:Fax
FEATURE - Static variable in class org.eclipse.rdf4j.model.vocabulary.VOID
void:feature
FEATURE_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SD
Feature
FEATURE_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SD
feature
Federate - Class in org.eclipse.rdf4j.console.command
Implements the 'federate' command for the RDF4J Console.
Federate(ConsoleIO, ConsoleState) - Constructor for class org.eclipse.rdf4j.console.command.Federate
Constructor
FederatedService - Interface in org.eclipse.rdf4j.query.algebra.evaluation.federation
FederatedService to allow for customized evaluation of SERVICE expression.
federatedServiceResolver - Variable in class org.eclipse.rdf4j.federated.FedXFactory
 
FederatedServiceResolver - Interface in org.eclipse.rdf4j.query.algebra.evaluation.federation
The FederatedServiceResolver is used to manage a set of FederatedService instances, which are used to evaluate SERVICE expressions for particular service Urls.
FederatedServiceResolverBase - Class in org.eclipse.rdf4j.query.algebra.evaluation.federation
Deprecated.
since 4.0. Use AbstractFederatedServiceResolver instead.
FederatedServiceResolverBase() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.federation.FederatedServiceResolverBase
Deprecated.
 
FederatedServiceResolverClient - Interface in org.eclipse.rdf4j.query.algebra.evaluation.federation
Interface used by SailFactory and RepositoryFactory that can make external SERVICE calls.
FederatedServiceResolverImpl - Class in org.eclipse.rdf4j.query.algebra.evaluation.federation
Deprecated.
since 2.3 use SPARQLServiceResolver
FederatedServiceResolverImpl() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.federation.FederatedServiceResolverImpl
Deprecated.
 
federation - Variable in class org.eclipse.rdf4j.federated.FedXConnection
 
Federation - Class in org.eclipse.rdf4j.sail.federation
Deprecated.
since 3.1.0. This module will be replaced by the new FedX federation module.
Federation() - Constructor for class org.eclipse.rdf4j.sail.federation.Federation
Deprecated.
 
FederationConfig - Class in org.eclipse.rdf4j.sail.federation.config
Deprecated.
since 3.1.0. This module will be replaced by the new FedX federation module.
FederationConfig() - Constructor for class org.eclipse.rdf4j.sail.federation.config.FederationConfig
Deprecated.
 
federationContext - Variable in class org.eclipse.rdf4j.federated.algebra.StatementSourcePattern
 
federationContext - Variable in class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelServiceExecutor
 
federationContext - Variable in class org.eclipse.rdf4j.federated.evaluation.FederationEvalStrategy
 
federationContext - Variable in class org.eclipse.rdf4j.federated.evaluation.TripleSourceBase
 
FederationContext - Class in org.eclipse.rdf4j.federated
Context to maintain the state of the current federation
FederationContext(FederationManager, EndpointManager, QueryManager, DelegateFederatedServiceResolver, Monitoring, FedXConfig) - Constructor for class org.eclipse.rdf4j.federated.FederationContext
 
federationContext - Variable in class org.eclipse.rdf4j.federated.FedXConnection
 
FederationEvalStrategy - Class in org.eclipse.rdf4j.federated.evaluation
Base class for the Evaluation strategies.
FederationEvalStrategy(FederationContext) - Constructor for class org.eclipse.rdf4j.federated.evaluation.FederationEvalStrategy
 
FederationEvaluationStatistics - Class in org.eclipse.rdf4j.federated.evaluation
FederationEvaluationStatistics(QueryInfo, Dataset) - Constructor for class org.eclipse.rdf4j.federated.evaluation.FederationEvaluationStatistics
 
FederationEvaluationStrategyFactory - Class in org.eclipse.rdf4j.federated.evaluation
Factory class for retrieving the FederationEvalStrategy to be used
FederationEvaluationStrategyFactory() - Constructor for class org.eclipse.rdf4j.federated.evaluation.FederationEvaluationStrategyFactory
 
FederationFactory - Class in org.eclipse.rdf4j.sail.federation.config
Deprecated.
since 3.1.0. This module will be replaced by the new FedX federation module.
FederationFactory() - Constructor for class org.eclipse.rdf4j.sail.federation.config.FederationFactory
Deprecated.
 
FederationJoinOptimizer - Class in org.eclipse.rdf4j.sail.federation.optimizers
Deprecated.
since 3.1.0. This module will be replaced by the new FedX federation module.
FederationJoinOptimizer(Collection<? extends RepositoryConnection>, boolean, PrefixHashSet) - Constructor for class org.eclipse.rdf4j.sail.federation.optimizers.FederationJoinOptimizer
Deprecated.
 
FederationJoinOptimizer(Collection<? extends RepositoryConnection>, boolean, PrefixHashSet, Function<? super Repository, ? extends RepositoryBloomFilter>) - Constructor for class org.eclipse.rdf4j.sail.federation.optimizers.FederationJoinOptimizer
Deprecated.
 
FederationManager - Class in org.eclipse.rdf4j.federated
The FederationManager manages all modules necessary for the runtime behavior.
FederationManager() - Constructor for class org.eclipse.rdf4j.federated.FederationManager
 
FederationManager.FederationType - Enum in org.eclipse.rdf4j.federated
The Federation type definition: Local, Remote, Hybrid
FederationStrategy - Class in org.eclipse.rdf4j.sail.federation.evaluation
Evaluates Join, LeftJoin and Union in parallel and only evaluate if OwnedTupleExpr is the given member.
FederationStrategy(Executor, TripleSource, Dataset, FederatedServiceResolver) - Constructor for class org.eclipse.rdf4j.sail.federation.evaluation.FederationStrategy
 
FedX - Class in org.eclipse.rdf4j.federated
FedX serves as implementation of the federation layer.
FedX(List<Endpoint>) - Constructor for class org.eclipse.rdf4j.federated.FedX
 
FEDX() - Constructor for class org.eclipse.rdf4j.federated.util.Vocabulary.FEDX
 
FEDX_BINDINGS - Static variable in class org.eclipse.rdf4j.federated.repository.FedXRepositoryConnection
The number of bindings in the external binding set that are added by FedX.
FedXApi - Interface in org.eclipse.rdf4j.federated.api
 
fedxBaseDir - Variable in class org.eclipse.rdf4j.federated.FedXFactory
 
FedXBooleanQuery - Class in org.eclipse.rdf4j.federated.structures
Abstraction of a SailBooleanQuery which takes care for tracking the FedXRepositoryConnection.BINDING_ORIGINAL_MAX_EXECUTION_TIME during evaluation.
FedXBooleanQuery(SailBooleanQuery) - Constructor for class org.eclipse.rdf4j.federated.structures.FedXBooleanQuery
 
FedXConfig - Class in org.eclipse.rdf4j.federated
Configuration class for FedX
FedXConfig() - Constructor for class org.eclipse.rdf4j.federated.FedXConfig
 
FedXConnection - Class in org.eclipse.rdf4j.federated
An implementation of RepositoryConnection that uses FederationEvalStrategy to evaluate provided queries.
FedXConnection(FedX, FederationContext) - Constructor for class org.eclipse.rdf4j.federated.FedXConnection
 
FedXConnection.SailBaseDefaultImpl - Class in org.eclipse.rdf4j.federated
A default implementation for AbstractSail.
FedXCostModel - Interface in org.eclipse.rdf4j.federated.optimizer
Interface for a cost model used in StatementGroupAndJoinOptimizer.
FedXDataset - Class in org.eclipse.rdf4j.federated.structures
Abstraction of a Dataset to provide additional information for the evaluation of a query.
FedXDataset(Dataset) - Constructor for class org.eclipse.rdf4j.federated.structures.FedXDataset
 
FedXException - Exception in org.eclipse.rdf4j.federated.exception
Base class for any FedX Exception.
FedXException() - Constructor for exception org.eclipse.rdf4j.federated.exception.FedXException
 
FedXException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.federated.exception.FedXException
 
FedXException(String) - Constructor for exception org.eclipse.rdf4j.federated.exception.FedXException
 
FedXException(Throwable) - Constructor for exception org.eclipse.rdf4j.federated.exception.FedXException
 
FedXFactory - Class in org.eclipse.rdf4j.federated
FedX initialization factory methods for convenience: methods initialize the FederationManager and all required FedX structures.
FedXGraphQuery - Class in org.eclipse.rdf4j.federated.structures
Abstraction of a SailGraphQuery which takes care for tracking the FedXRepositoryConnection.BINDING_ORIGINAL_MAX_EXECUTION_TIME during evaluation.
FedXGraphQuery(SailGraphQuery) - Constructor for class org.eclipse.rdf4j.federated.structures.FedXGraphQuery
 
FedXLeftJoin - Class in org.eclipse.rdf4j.federated.algebra
Abstraction of LeftJoin to maintain the QueryInfo.
FedXLeftJoin(LeftJoin, QueryInfo) - Constructor for class org.eclipse.rdf4j.federated.algebra.FedXLeftJoin
 
FedXOptimizer - Interface in org.eclipse.rdf4j.federated.optimizer
Interface for any FedX optimizer
FedXQueryException - Exception in org.eclipse.rdf4j.federated.exception
Exception to be thrown if during query evaluation a data source is not reachable, i.e.
FedXQueryException() - Constructor for exception org.eclipse.rdf4j.federated.exception.FedXQueryException
 
FedXQueryException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.federated.exception.FedXQueryException
 
FedXQueryException(String) - Constructor for exception org.eclipse.rdf4j.federated.exception.FedXQueryException
 
FedXQueryException(Throwable) - Constructor for exception org.eclipse.rdf4j.federated.exception.FedXQueryException
 
FedXQueueCursor<T> - Class in org.eclipse.rdf4j.federated.evaluation.concurrent
Specialized variants of QueueCursor which avoids converting any exception if it is already of typeQueryEvaluationException.
FedXRepository - Class in org.eclipse.rdf4j.federated.repository
A special SailRepository which performs the actions as defined in FedXRepositoryConnection.
FedXRepository(FedX, FedXConfig) - Constructor for class org.eclipse.rdf4j.federated.repository.FedXRepository
 
FedXRepositoryConfig - Class in org.eclipse.rdf4j.federated.repository
A RepositoryImplConfig to configure FedX for the use in the RDF4J workbench.
FedXRepositoryConfig() - Constructor for class org.eclipse.rdf4j.federated.repository.FedXRepositoryConfig
 
FedXRepositoryConfigBuilder - Class in org.eclipse.rdf4j.federated.repository
FedXRepositoryConnection - Class in org.eclipse.rdf4j.federated.repository
A special SailRepositoryConnection which adds the original query string as binding to the returned query.
FedXRepositoryConnection(FedXRepository, SailConnection) - Constructor for class org.eclipse.rdf4j.federated.repository.FedXRepositoryConnection
 
FedXRepositoryFactory - Class in org.eclipse.rdf4j.federated.repository
A RepositoryFactory to use FedX in settings with a repository manager, e.g.
FedXRepositoryFactory() - Constructor for class org.eclipse.rdf4j.federated.repository.FedXRepositoryFactory
 
FedXRuntimeException - Exception in org.eclipse.rdf4j.federated.exception
Base class for any FedX Exception.
FedXRuntimeException() - Constructor for exception org.eclipse.rdf4j.federated.exception.FedXRuntimeException
 
FedXRuntimeException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.federated.exception.FedXRuntimeException
 
FedXRuntimeException(String) - Constructor for exception org.eclipse.rdf4j.federated.exception.FedXRuntimeException
 
FedXRuntimeException(Throwable) - Constructor for exception org.eclipse.rdf4j.federated.exception.FedXRuntimeException
 
FedXService - Class in org.eclipse.rdf4j.federated.algebra
 
FedXService(Service, QueryInfo) - Constructor for class org.eclipse.rdf4j.federated.algebra.FedXService
 
FedXServiceJoinTaskCreator(ControlledWorkerBoundJoin, FederationEvalStrategy, FedXService) - Constructor for class org.eclipse.rdf4j.federated.evaluation.join.ControlledWorkerBoundJoin.FedXServiceJoinTaskCreator
 
FedXStatementPattern - Class in org.eclipse.rdf4j.federated.algebra
Base class providing all common functionality for FedX StatementPatterns
FedXStatementPattern(StatementPattern, QueryInfo) - Constructor for class org.eclipse.rdf4j.federated.algebra.FedXStatementPattern
 
FedXTupleExpr - Interface in org.eclipse.rdf4j.federated.algebra
Interface marking known FedX algebra nodes.
FedXTupleQuery - Class in org.eclipse.rdf4j.federated.structures
Abstraction of a SailTupleQuery which takes care for tracking the FedXRepositoryConnection.BINDING_ORIGINAL_MAX_EXECUTION_TIME during evaluation.
FedXTupleQuery(SailTupleQuery) - Constructor for class org.eclipse.rdf4j.federated.structures.FedXTupleQuery
 
FedXUtil - Class in org.eclipse.rdf4j.federated.util
General utility functions
FedXUtil() - Constructor for class org.eclipse.rdf4j.federated.util.FedXUtil
 
FEMALE - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:Female
FILE_FORMAT - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/FileFormat
FILE_FORMAT - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:fileFormat
FILE_RELEASE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:file-release
FileFormat - Class in org.eclipse.rdf4j.common.lang
Abstract representation of a file format.
FileFormat(String, String, Charset, String) - Constructor for class org.eclipse.rdf4j.common.lang.FileFormat
Creates a new FileFormat object.
FileFormat(String, String, Charset, Collection<String>) - Constructor for class org.eclipse.rdf4j.common.lang.FileFormat
Creates a new FileFormat object.
FileFormat(String, Collection<String>, Charset, Collection<String>) - Constructor for class org.eclipse.rdf4j.common.lang.FileFormat
Creates a new FileFormat object.
FileFormatServiceRegistry<FF extends FileFormat,S> - Class in org.eclipse.rdf4j.common.lang.service
A special ServiceRegistry for FileFormat related services.
FileFormatServiceRegistry(Class<S>) - Constructor for class org.eclipse.rdf4j.common.lang.service.FileFormatServiceRegistry
 
FileLogReader - Class in org.eclipse.rdf4j.common.logging.file.logback
File log reader
FileLogReader() - Constructor for class org.eclipse.rdf4j.common.logging.file.logback.FileLogReader
Constructor
FileLogReader(File) - Constructor for class org.eclipse.rdf4j.common.logging.file.logback.FileLogReader
Constructor
FILENAME_HINT_KEY - Static variable in class org.eclipse.rdf4j.http.server.repository.QueryResultView
Key by which a filename hint is stored in the model.
FileUtil - Class in org.eclipse.rdf4j.common.io
Utility methods for operations on Files.
FileUtil() - Constructor for class org.eclipse.rdf4j.common.io.FileUtil
 
fillInStackTrace() - Method in exception org.eclipse.rdf4j.query.algebra.evaluation.ValueExprEvaluationException
 
filter(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
filter(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.EmptyModel
 
filter(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.FilteredModel
 
filter(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
filter(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
filter(Resource, IRI, Value, Resource...) - Method in interface org.eclipse.rdf4j.model.Model
Returns a filtered view of the statements with the specified subject, predicate, object and (optionally) context.
filter(Resource, URI, Value, Resource...) - Method in interface org.eclipse.rdf4j.model.Model
Deprecated.
filter - Variable in class org.eclipse.rdf4j.query.algebra.evaluation.impl.FilterOptimizer.FilterRelocator
 
Filter - Class in org.eclipse.rdf4j.query.algebra
The FILTER operator, as defined in SPARQL Query Language for RDF.
Filter() - Constructor for class org.eclipse.rdf4j.query.algebra.Filter
 
Filter(TupleExpr, ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Filter
 
filter(ValueExpr) - Method in class org.eclipse.rdf4j.queryrender.builder.FilterBuilder
Deprecated.
 
filter() - Method in class org.eclipse.rdf4j.queryrender.builder.GroupBuilder
Deprecated.
 
filter(ValueExpr) - Method in class org.eclipse.rdf4j.queryrender.builder.GroupBuilder
Deprecated.
 
filter(String, Compare.CompareOp, Value) - Method in class org.eclipse.rdf4j.queryrender.builder.GroupBuilder
Deprecated.
 
filter(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.model.SailModel
Deprecated.
 
filter(Expression<?>) - Method in interface org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphPattern
Convert this graph pattern into a group graph pattern and add a filter:
filter(Expression<?>) - Method in class org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphPatternNotTriples
Like GraphPattern.filter(Expression), but mutates and returns this instance
FILTER_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#Filter A constraint element that evaluates a given expression to true or false.
FilterBuilder<T extends ParsedQuery,E extends SupportsGroups> - Class in org.eclipse.rdf4j.queryrender.builder
Deprecated.
use SparqlBuilder instead.
FilterConversionException - Exception in org.eclipse.rdf4j.federated.exception
Thrown if a filter could not be converted.
FilterConversionException() - Constructor for exception org.eclipse.rdf4j.federated.exception.FilterConversionException
 
FilterConversionException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.federated.exception.FilterConversionException
 
FilterConversionException(String) - Constructor for exception org.eclipse.rdf4j.federated.exception.FilterConversionException
 
FilterConversionException(Throwable) - Constructor for exception org.eclipse.rdf4j.federated.exception.FilterConversionException
 
FilterCursor - Class in org.eclipse.rdf4j.sail.federation.evaluation
Provides a convenient constructor for FilterIterator using the condition.
FilterCursor(CloseableIteration<BindingSet, QueryEvaluationException>, ValueExpr, Set<String>, EvaluationStrategy) - Constructor for class org.eclipse.rdf4j.sail.federation.evaluation.FilterCursor
 
FilteredModel - Class in org.eclipse.rdf4j.model.impl
Applies a basic graph pattern filter to what triples can be see.
FilteredModel(AbstractModel, Resource, IRI, Value, Resource...) - Constructor for class org.eclipse.rdf4j.model.impl.FilteredModel
 
filterExists(GraphPattern...) - Method in interface org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphPattern
Create an EXISTS{} filter expression with the given graph patterns and add it to this graph pattern (converting this to a group graph pattern in the process):
filterExists(boolean, GraphPattern...) - Method in interface org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphPattern
Create an EXISTS or NOT EXISTS filter expression with the given patterns based on the exists paramater and add it to this graph pattern (converting this to a group graph pattern in the process)
filterExists(GraphPattern...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphPatterns
 
filterExists(boolean, GraphPattern...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphPatterns
 
filterExpr - Variable in class org.eclipse.rdf4j.federated.algebra.ExclusiveGroup
 
filterExpr - Variable in class org.eclipse.rdf4j.federated.algebra.FedXStatementPattern
 
FilterExpr - Class in org.eclipse.rdf4j.federated.algebra
FilterExpr maintains information for a particular FILTER expression.
FilterExpr(ValueExpr, HashSet<String>) - Constructor for class org.eclipse.rdf4j.federated.algebra.FilterExpr
 
filterExpr - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.FilteringIteration
 
filterExpr - Variable in class org.eclipse.rdf4j.federated.evaluation.union.ParallelPreparedAlgebraUnionTask
 
filterExpr - Variable in class org.eclipse.rdf4j.federated.evaluation.union.ParallelPreparedUnionTask
 
filterExpr - Variable in class org.eclipse.rdf4j.federated.evaluation.union.ParallelUnionTask
 
filterExpr - Variable in class org.eclipse.rdf4j.federated.optimizer.FilterOptimizer.FilterExprInsertVisitor
 
FilterExprInsertVisitor() - Constructor for class org.eclipse.rdf4j.federated.optimizer.FilterOptimizer.FilterExprInsertVisitor
 
FilterFinder(TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.FilterOptimizer.FilterFinder
 
FilteringInsertBindingsIteration - Class in org.eclipse.rdf4j.federated.evaluation.iterator
Filters iteration according to specified filterExpr and inserts original bindings into filtered results.
FilteringInsertBindingsIteration(FilterValueExpr, BindingSet, CloseableIteration<BindingSet, QueryEvaluationException>, FederationEvalStrategy) - Constructor for class org.eclipse.rdf4j.federated.evaluation.iterator.FilteringInsertBindingsIteration
 
FilteringIteration - Class in org.eclipse.rdf4j.federated.evaluation.iterator
Filters iteration according to specified filterExpr.
FilteringIteration(FilterValueExpr, CloseableIteration<BindingSet, QueryEvaluationException>, FederationEvalStrategy) - Constructor for class org.eclipse.rdf4j.federated.evaluation.iterator.FilteringIteration
 
FilteringIteration<E extends ExtensibleStatement,X extends Exception> - Class in org.eclipse.rdf4j.sail.extensiblestore
A wrapper for an Iteration that filters the statements against a pattern similar to getStatements(Resource subject, IRI predicate, Value object, Resource...
FilteringIteration(CloseableIteration<E, X>, Resource, IRI, Value, boolean, Resource...) - Constructor for class org.eclipse.rdf4j.sail.extensiblestore.FilteringIteration
 
FilteringIteration(Iteration<E, X>, Resource, IRI, Value, boolean, Resource...) - Constructor for class org.eclipse.rdf4j.sail.extensiblestore.FilteringIteration
 
FilterIteration<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
A CloseableIteration that wraps another Iteration, applying a filter on the objects that are returned.
FilterIteration(Iteration<? extends E, ? extends X>) - Constructor for class org.eclipse.rdf4j.common.iteration.FilterIteration
 
FilterIterator - Class in org.eclipse.rdf4j.query.algebra.evaluation.iterator
 
FilterIterator(Filter, CloseableIteration<BindingSet, QueryEvaluationException>, EvaluationStrategy) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.iterator.FilterIterator
 
FilterIterator<E> - Class in org.eclipse.rdf4j.util.iterators
A CloseableIterator that wraps another iterator, applying a filter on the objects that are returned.
FilterIterator(Iterator<? extends E>) - Constructor for class org.eclipse.rdf4j.util.iterators.FilterIterator
 
filterNotExists(GraphPattern...) - Method in interface org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphPattern
Create a NOT EXISTS{} filter expression with the given graph patterns and add it to this graph pattern (converting this to a group graph pattern in the process):
filterNotExists(GraphPattern...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphPatterns
 
FilterOptimizer - Class in org.eclipse.rdf4j.federated.optimizer
Filter optimizer to push down FILTER expressions as far as possible.
FilterOptimizer() - Constructor for class org.eclipse.rdf4j.federated.optimizer.FilterOptimizer
 
FilterOptimizer - Class in org.eclipse.rdf4j.query.algebra.evaluation.impl
Optimizes a query model by pushing Filters as far down in the model tree as possible.
FilterOptimizer() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.FilterOptimizer
 
FilterOptimizer.FilterExprInsertVisitor - Class in org.eclipse.rdf4j.federated.optimizer
 
FilterOptimizer.FilterFinder - Class in org.eclipse.rdf4j.query.algebra.evaluation.impl
 
FilterOptimizer.FilterRelocator - Class in org.eclipse.rdf4j.query.algebra.evaluation.impl
 
FilterOptimizer.VarFinder - Class in org.eclipse.rdf4j.federated.optimizer
 
FilterPlanNode - Class in org.eclipse.rdf4j.sail.shacl.planNodes
 
FilterPlanNode(PlanNode) - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.FilterPlanNode
 
FilterRelocator(Filter) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.FilterOptimizer.FilterRelocator
 
FilterTuple - Interface in org.eclipse.rdf4j.federated.algebra
Expressions implementing this interface can apply some FilterValueExpr during evaluation.
FilterUtils - Class in org.eclipse.rdf4j.federated.util
Various utility functions to handle filter expressions.
FilterUtils() - Constructor for class org.eclipse.rdf4j.federated.util.FilterUtils
 
FilterValueExpr - Interface in org.eclipse.rdf4j.federated.algebra
Interface to indicate filter expressions.
filterVars - Variable in class org.eclipse.rdf4j.query.algebra.evaluation.impl.FilterOptimizer.FilterRelocator
 
find(byte[], int, int, byte) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
Retrieve a byte from a byte array.
find(byte[], int, int, byte[]) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
Look for a sequence of bytes in a byte array.
findDescriptor(int) - Method in class org.eclipse.rdf4j.query.resultio.text.SPARQLResultsXSVMappingStrategy
Deprecated.
findField(int) - Method in class org.eclipse.rdf4j.query.resultio.text.SPARQLResultsXSVMappingStrategy
Deprecated.
findMaxFieldIndex() - Method in class org.eclipse.rdf4j.query.resultio.text.SPARQLResultsXSVMappingStrategy
Deprecated.
findQueryPrefixes(String) - Static method in class org.eclipse.rdf4j.federated.QueryManager
Find all prefixes declared in the query
findSailInStack(Sail, Class<C>) - Static method in class org.eclipse.rdf4j.sail.helpers.SailUtil
Searches a stack of Sails from top to bottom for a Sail that is an instance of the suppied class or interface.
findURISplitIndex(String) - Static method in class org.eclipse.rdf4j.common.xml.XMLUtil
Tries to find a point in the supplied URI where this URI can be safely split into a namespace part and a local name.
findURISplitIndex(String) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
Tries to find an index where the supplied URI can be split into a namespace and a local name that comply with the serialization constraints of the Turtle format.
findVars(ValueExpr) - Method in class org.eclipse.rdf4j.federated.optimizer.FilterOptimizer.VarFinder
 
findView(String) - Method in class org.eclipse.rdf4j.common.webapp.navigation.NavigationModel
Find the view with the specified name in the NavigationModel.
findViewInternal(String) - Method in class org.eclipse.rdf4j.common.webapp.navigation.Group
 
finished - Variable in class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelExecutorBase
 
finished - Variable in class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelServiceExecutor
 
finished - Variable in class org.eclipse.rdf4j.repository.sparql.federation.JoinExecutorBase
Deprecated.
finisher() - Method in class org.eclipse.rdf4j.model.util.ModelCollector
 
finishQuery(QueryInfo) - Method in class org.eclipse.rdf4j.federated.QueryManager
 
first() - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
FIRST - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
FIRST - Static variable in class org.eclipse.rdf4j.model.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#first
FIRST_NAME - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
FIX_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#fix Can be used to link a ConstraintViolation with one or more UPDATE Templates that would help fix the violation.
FLAGS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:flags
flattenJoin(Join, QueryInfo) - Static method in class org.eclipse.rdf4j.federated.optimizer.OptimizerUtil
Flatten the join to one layer, i.e.
FLOAT - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#float
FloatCast - Class in org.eclipse.rdf4j.query.algebra.evaluation.function
Deprecated.
use FloatCast instead.
FloatCast() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.FloatCast
Deprecated.
 
FloatCast - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.xsd
A Function that tries to cast its argument to an xsd:float.
FloatCast() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.FloatCast
 
floatValue() - Method in class org.eclipse.rdf4j.model.impl.DecimalLiteral
 
floatValue() - Method in class org.eclipse.rdf4j.model.impl.IntegerLiteral
 
floatValue() - Method in class org.eclipse.rdf4j.model.impl.NumericLiteral
 
floatValue() - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
 
floatValue() - Method in interface org.eclipse.rdf4j.model.Literal
Returns the float value of this literal.
floatValue() - Method in class org.eclipse.rdf4j.sail.memory.model.DecimalMemLiteral
 
floatValue() - Method in class org.eclipse.rdf4j.sail.memory.model.IntegerMemLiteral
 
floatValue() - Method in class org.eclipse.rdf4j.sail.memory.model.NumericMemLiteral
 
floor(Statement) - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
Floor - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.numeric
The SPARQL built-in Function FLOOR, as defined in SPARQL Query Language for RDF
Floor() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.numeric.Floor
 
flush() - Method in class org.eclipse.rdf4j.common.app.logging.base.LogConverterHandler
 
flush() - Method in class org.eclipse.rdf4j.common.io.IndentingWriter
 
flush() - Method in class org.eclipse.rdf4j.rio.rdfxml.util.RDFXMLPrettyWriter
 
flush() - Method in class org.eclipse.rdf4j.sail.base.BackingSailSource
 
flush() - Method in interface org.eclipse.rdf4j.sail.base.SailSink
Once this method returns successfully, changes that were made to this SailSink will be visible to subsequent SailSource.dataset(org.eclipse.rdf4j.IsolationLevel).
flush() - Method in interface org.eclipse.rdf4j.sail.base.SailSource
Apply all the changes to this branch to the backing SailSource, if applicable.
flush() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
flush() - Method in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapper
 
flush() - Method in class org.eclipse.rdf4j.sail.inferencer.InferencerConnectionWrapper
 
flush() - Method in interface org.eclipse.rdf4j.sail.SailConnection
Flushes any pending updates and notify changes to listeners as appropriate.
flush() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.ValidationExecutionLogger
 
flush() - Method in class org.eclipse.rdf4j.workbench.util.TupleResultBuilder
 
flushForCommit() - Method in interface org.eclipse.rdf4j.sail.extensiblestore.DataStructureInterface
 
flushForCommit() - Method in class org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics.EvaluationStatisticsWrapper
 
flushForCommit() - Method in class org.eclipse.rdf4j.sail.extensiblestore.ReadCache
 
flushForReading() - Method in interface org.eclipse.rdf4j.sail.extensiblestore.DataStructureInterface
 
flushForReading() - Method in class org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics.EvaluationStatisticsWrapper
 
flushForReading() - Method in class org.eclipse.rdf4j.sail.extensiblestore.ReadCache
 
flushPendingStatements() - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
 
flushPendingStatements() - Method in class org.eclipse.rdf4j.rio.rdfxml.util.RDFXMLPrettyWriter
 
flushUpdates() - Method in class org.eclipse.rdf4j.sail.base.SailSourceConnection
 
flushUpdates() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.AbstractForwardChainingInferencerConnection
 
flushUpdates() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.SchemaCachingRDFSInferencerConnection
 
flushUpdates() - Method in interface org.eclipse.rdf4j.sail.inferencer.InferencerConnection
Flushes any pending updates to be processed and the resulting changes to be reported to registered SailConnectionListeners.
flushUpdates() - Method in class org.eclipse.rdf4j.sail.inferencer.InferencerConnectionWrapper
 
FN - Class in org.eclipse.rdf4j.model.vocabulary
Defines constants for the standard XPath functions.
FN() - Constructor for class org.eclipse.rdf4j.model.vocabulary.FN
 
FN - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:fn
FOAF - Class in org.eclipse.rdf4j.model.vocabulary
Constants for FOAF primitives and for the FOAF namespace.
Resources here are defined according to the FOAF specs on http://xmlns.com/foaf/spec/, version 0.99, 14 January 2014
FOAF() - Constructor for class org.eclipse.rdf4j.model.vocabulary.FOAF
 
FOAF_NS - Static variable in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
FOAF_NS - Static variable in class org.eclipse.rdf4j.repository.RepositoryTest
 
FOAFNAME - Static variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailIndexedPropertiesTest
 
FOAFPLAN - Static variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailIndexedPropertiesTest
 
FOCUS - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
FOCUS_NODE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:focusNode
For - Class in org.eclipse.rdf4j.spin.function.spif
 
For() - Constructor for class org.eclipse.rdf4j.spin.function.spif.For
 
FOR_EACH_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIF
 
FOR_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIF
 
force(boolean) - Method in class org.eclipse.rdf4j.common.io.NioFile
Performs a protected FileChannel.force(boolean) call.
FORCE_SYNC - Static variable in class org.eclipse.rdf4j.sail.nativerdf.config.NativeStoreSchema
http://www.openrdf.org/config/sail/native#forceSync
ForEach - Class in org.eclipse.rdf4j.spin.function.spif
 
ForEach() - Constructor for class org.eclipse.rdf4j.spin.function.spif.ForEach
 
forEachRemaining(Consumer<? super T>) - Method in class org.eclipse.rdf4j.common.iteration.IterationSpliterator
 
fork() - Method in class org.eclipse.rdf4j.sail.base.BackingSailSource
 
fork() - Method in interface org.eclipse.rdf4j.sail.base.SailSource
Creates a new branch of this source.
forLabel(String) - Static method in class org.eclipse.rdf4j.http.protocol.error.ErrorType
 
FORM_MIME_TYPE - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
MIME type for www forms: application/x-www-form-urlencoded.
FORMAL_ORGANIZATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
void:FormalOrganization
FORMAT - Static variable in class org.eclipse.rdf4j.model.vocabulary.DC
dc:format
FORMAT - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/format
FORMAT_KEY - Static variable in class org.eclipse.rdf4j.http.server.repository.config.ConfigView
 
FORMAT_VERSION - Static variable in interface org.eclipse.rdf4j.query.resultio.binary.BinaryQueryResultConstants
The version number of the current format.
Formatter - Class in org.eclipse.rdf4j.sail.shacl.planNodes
 
Formatter() - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.Formatter
 
formatToWidth(int, String, String, String) - Static method in class org.eclipse.rdf4j.console.Util
Deprecated.
formGroups(List<TupleExpr>) - Method in class org.eclipse.rdf4j.federated.optimizer.StatementGroupAndJoinOptimizer
Group ExclusiveStatements having the same source into an ExclusiveGroup.
formIdString(String, String) - Static method in class org.eclipse.rdf4j.sail.lucene.SearchFields
 
forwardChain(Statement) - Method in class org.eclipse.rdf4j.sail.shacl.RdfsSubClassOfReasoner
Deprecated.
 
ForwardChainingRDFSInferencer - Class in org.eclipse.rdf4j.sail.inferencer.fc
Deprecated.
since 2.5. This inferencer implementation will be phased out. Consider switching to the SchemaCachingRDFSInferencer instead.
ForwardChainingRDFSInferencer() - Constructor for class org.eclipse.rdf4j.sail.inferencer.fc.ForwardChainingRDFSInferencer
Deprecated.
 
ForwardChainingRDFSInferencer(NotifyingSail) - Constructor for class org.eclipse.rdf4j.sail.inferencer.fc.ForwardChainingRDFSInferencer
Deprecated.
 
ForwardChainingRDFSInferencerConfig - Class in org.eclipse.rdf4j.sail.inferencer.fc.config
Deprecated.
ForwardChainingRDFSInferencerConfig() - Constructor for class org.eclipse.rdf4j.sail.inferencer.fc.config.ForwardChainingRDFSInferencerConfig
Deprecated.
 
ForwardChainingRDFSInferencerConfig(SailImplConfig) - Constructor for class org.eclipse.rdf4j.sail.inferencer.fc.config.ForwardChainingRDFSInferencerConfig
Deprecated.
 
ForwardChainingRDFSInferencerFactory - Class in org.eclipse.rdf4j.sail.inferencer.fc.config
Deprecated.
ForwardChainingRDFSInferencerFactory() - Constructor for class org.eclipse.rdf4j.sail.inferencer.fc.config.ForwardChainingRDFSInferencerFactory
Deprecated.
 
FREETEXT_QUERY - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
freeVars - Variable in class org.eclipse.rdf4j.federated.algebra.ExclusiveGroup
 
freeVars - Variable in class org.eclipse.rdf4j.federated.algebra.FedXStatementPattern
 
FREQUENCY - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/Frequency
FRIDAY - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:Friday
FRIEND - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:Friend
from(IRI) - Method in class org.eclipse.rdf4j.queryrender.builder.AbstractQueryBuilder
Deprecated.
 
from(IRI) - Method in interface org.eclipse.rdf4j.queryrender.builder.QueryBuilder
Deprecated.
Add a from clause to this query
from(From...) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.Dataset
Add graph references to this dataset
from(Iri...) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.Dataset
Add unnamed graph references to this dataset
From - Class in org.eclipse.rdf4j.sparqlbuilder.core
A SPARQL Dataset specifier.
from(GraphName) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.DeleteDataQuery
Specify a graph to delete the data from
from(Iri) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.DestinationSourceManagementQuery
Specify the query source graph
from(Iri) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.LoadQuery
Specify which graph to load form
from(GraphName) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.ModifyQuery
Specify the graph to delete triples from
from - Variable in class org.eclipse.rdf4j.sparqlbuilder.core.query.Query
 
from(From...) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.Query
Add datasets to this query
from(Dataset) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.Query
Set the Dataset clause for this query
from(Iri) - Static method in class org.eclipse.rdf4j.sparqlbuilder.core.SparqlBuilder
Create a default graph reference
from(GraphName) - Method in interface org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphPattern
Convert this graph pattern into a named group graph pattern:
from(GraphName) - Method in class org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphPatternNotTriples
Like GraphPattern.from(GraphName), but mutates and returns this instance
FROM_NAMED_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#fromNamed Specifies a named RDF Dataset used by a Query (FROM NAMED syntax in SPARQL).
FROM_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#from Specifies an RDF Dataset used by a Query (FROM syntax in SPARQL).
fromDefault() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.DestinationSourceManagementQuery
Specify that the source graph of this query should be the default graph
fromDefault(boolean) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.DestinationSourceManagementQuery
Specify if this query's source should be the default graph
fromDegrees(double, IRI) - Static method in class org.eclipse.rdf4j.sail.lucene.util.GeoUnits
 
fromJsonLdObject(Object) - Static method in class org.eclipse.rdf4j.rio.jsonld.JSONLDHierarchicalProcessor
Converts a JSON-LD object to a hierarchical JSON-LD object
fromKilometres(double, IRI) - Static method in class org.eclipse.rdf4j.sail.lucene.util.GeoUnits
 
fromMiles(double, IRI) - Static method in class org.eclipse.rdf4j.sail.lucene.util.GeoUnits
 
fromNamed(IRI) - Method in class org.eclipse.rdf4j.queryrender.builder.AbstractQueryBuilder
Deprecated.
 
fromNamed(IRI) - Method in interface org.eclipse.rdf4j.queryrender.builder.QueryBuilder
Deprecated.
Add a 'from named' clause to this query
fromNamed(Iri) - Static method in class org.eclipse.rdf4j.sparqlbuilder.core.SparqlBuilder
Create a named graph reference
fromRDFEncodedValue(T) - Static method in class org.eclipse.rdf4j.rio.helpers.RDFStarUtil
Converts the supplied value from an RDF-compatible representation to an RDF* value.
fromStatement(Statement, boolean) - Method in class org.eclipse.rdf4j.sail.extensiblestore.valuefactory.ExtensibleStatementHelper.DefaultExtensibleStatementHelper
 
fromStatement(Statement, boolean) - Method in interface org.eclipse.rdf4j.sail.extensiblestore.valuefactory.ExtensibleStatementHelper
 
FULL_ADDRESS - Static variable in class org.eclipse.rdf4j.model.vocabulary.LOCN
locn:fullAddress
FUNCTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:function
FUNCTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SD
Function
FUNCTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:Function
Function - Interface in org.eclipse.rdf4j.query.algebra.evaluation.function
A query function, which can be a built-in function in the query language, or a custom function as documented in the SPARQL 1.1 Query Language Recommendation.
function(SparqlFunction, Operand...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
Too lazy at the moment.
FUNCTION_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#Function Metaclass for functions that can be used in SPARQL expressions (e.g.
FUNCTIONALPROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#FunctionalProperty
FunctionCall - Class in org.eclipse.rdf4j.query.algebra
A call to an (external) function that operates on zero or more arguments.
FunctionCall() - Constructor for class org.eclipse.rdf4j.query.algebra.FunctionCall
 
FunctionCall(String, ValueExpr...) - Constructor for class org.eclipse.rdf4j.query.algebra.FunctionCall
Creates a new unary value operator.
FunctionCall(String, Iterable<ValueExpr>) - Constructor for class org.eclipse.rdf4j.query.algebra.FunctionCall
 
FunctionParser - Interface in org.eclipse.rdf4j.spin.function
 
FunctionRegistry - Class in org.eclipse.rdf4j.query.algebra.evaluation.function
A ServiceRegistry for implementations of the Function interface.
FunctionRegistry() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.FunctionRegistry
 
FUNCTIONS_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#Functions An abstract base class for all defined functions.
FUNDED_BY - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 

G

GDAY - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#gDay
GE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
ge(String, String) - Method in class org.eclipse.rdf4j.queryrender.builder.FilterBuilder
Deprecated.
 
ge(String, Value) - Method in class org.eclipse.rdf4j.queryrender.builder.FilterBuilder
Deprecated.
 
ge(String, String) - Static method in class org.eclipse.rdf4j.queryrender.builder.ValueExprFactory
Deprecated.
 
ge(String, Value) - Static method in class org.eclipse.rdf4j.queryrender.builder.ValueExprFactory
Deprecated.
 
GEEKCODE - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
GENDER - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
GENDER - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:Gender
GENERAL_DATE_TIME_DESCRIPTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:GeneralDateTimeDescription
GENERAL_DURATION_DESCRIPTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:GeneralDurationDescription
GENERATE_UUID_FUNCTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIF
 
GENERATED - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:generated
GENERATED_AT_TIME - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:generatedAtTime
generateHeader(BindingSet) - Method in class org.eclipse.rdf4j.query.resultio.text.SPARQLResultsXSVMappingStrategy
 
GenerateUUID - Class in org.eclipse.rdf4j.spin.function.spif
 
GenerateUUID() - Constructor for class org.eclipse.rdf4j.spin.function.spif.GenerateUUID
 
GENERATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:Generation
GenericInfoOptimizer - Class in org.eclipse.rdf4j.federated.optimizer
Generic optimizer Tasks: - Collect information (hasUnion, hasFilter, hasService) - Collect all statements in a list (for source selection), do not collect SERVICE expressions - Collect all Join arguments and group them in the NJoin structure for easier optimization (flatten)
GenericInfoOptimizer(QueryInfo) - Constructor for class org.eclipse.rdf4j.federated.optimizer.GenericInfoOptimizer
 
GenericPlanNode - Class in org.eclipse.rdf4j.query.explanation
This is an experimental feature.
GenericPlanNode() - Constructor for class org.eclipse.rdf4j.query.explanation.GenericPlanNode
 
GenericPlanNode(String) - Constructor for class org.eclipse.rdf4j.query.explanation.GenericPlanNode
 
GEO - Class in org.eclipse.rdf4j.model.vocabulary
 
GEO() - Constructor for class org.eclipse.rdf4j.model.vocabulary.GEO
 
GEO - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:geo
GEOF - Class in org.eclipse.rdf4j.model.vocabulary
 
GEOF() - Constructor for class org.eclipse.rdf4j.model.vocabulary.GEOF
 
GEOGRAPHIC_NAME - Static variable in class org.eclipse.rdf4j.model.vocabulary.LOCN
locn:geographicName
GEOMETRY - Static variable in class org.eclipse.rdf4j.model.vocabulary.LOCN
locn:Geometry
GEOMETRY_PROP - Static variable in class org.eclipse.rdf4j.model.vocabulary.LOCN
locn:geometry
GEOPOINT_FIELD_PREFIX - Static variable in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
 
geoQuery(IRI, Point, IRI, double, String, Var) - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
 
geoQuery(IRI, Point, IRI, double, String, Var) - Method in class org.eclipse.rdf4j.sail.lucene.AbstractSearchIndex
 
geoQuery(IRI, Point, IRI, double, String, Var) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneIndex
 
geoQuery(IRI, Point, IRI, double, String, Var) - Method in class org.eclipse.rdf4j.sail.solr.SolrIndex
 
geoRelationQuery(String, IRI, Shape, Var) - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
 
geoRelationQuery(String, IRI, Shape, Var) - Method in class org.eclipse.rdf4j.sail.lucene.AbstractSearchIndex
 
geoRelationQuery(String, IRI, Shape, Var) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneIndex
 
geoRelationQuery(String, IRI, Shape, Var) - Method in class org.eclipse.rdf4j.sail.solr.SolrIndex
 
GeoRelationQuerySpec - Class in org.eclipse.rdf4j.sail.lucene
 
GeoRelationQuerySpec() - Constructor for class org.eclipse.rdf4j.sail.lucene.GeoRelationQuerySpec
 
GeoRelationQuerySpecBuilder - Class in org.eclipse.rdf4j.sail.lucene
 
GeoRelationQuerySpecBuilder(SearchIndex) - Constructor for class org.eclipse.rdf4j.sail.lucene.GeoRelationQuerySpecBuilder
 
GEOSHAPE_FIELD_PREFIX - Static variable in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
 
GEOSPARQL - Static variable in interface org.eclipse.rdf4j.rio.DatatypeHandler
Identifier for datatypes defined in the GeoSPARQL vocabulary.
GeoSPARQLDatatypeHandler - Class in org.eclipse.rdf4j.rio.datatypes
An implementation of a datatype handler that can process GeoSPARQL datatypes.
GeoSPARQLDatatypeHandler() - Constructor for class org.eclipse.rdf4j.rio.datatypes.GeoSPARQLDatatypeHandler
Default constructor.
GeoSPARQLManifestTest - Class in org.eclipse.rdf4j.query.algebra.geosparql
 
GeoSPARQLManifestTest(String, String, String, String, String, Dataset, boolean) - Constructor for class org.eclipse.rdf4j.query.algebra.geosparql.GeoSPARQLManifestTest
 
GeoUnits - Class in org.eclipse.rdf4j.sail.lucene.util
 
get(byte[], int) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
Gets the subarray from array that starts at offset.
get(byte[], int, int) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
Gets the subarray of length length from array that starts at offset.
get(K) - Method in class org.eclipse.rdf4j.common.lang.service.ServiceRegistry
Gets the service for the specified key, if any.
get() - Method in class org.eclipse.rdf4j.console.setting.ConsoleSetting
 
get() - Method in interface org.eclipse.rdf4j.console.Setting
Get the current value for this setting
get() - Method in class org.eclipse.rdf4j.console.setting.LogLevel
 
get(String) - Method in class org.eclipse.rdf4j.federated.endpoint.provider.RepositoryInformation
 
get(String, String) - Method in class org.eclipse.rdf4j.federated.endpoint.provider.RepositoryInformation
 
get() - Method in class org.eclipse.rdf4j.federated.evaluation.TripleSourceBase.ResultHolder
 
get(Resource, IRI, Value, Resource...) - Method in interface org.eclipse.rdf4j.model.util.GetStatementOptional
Either supplies a statement matching the given pattern, or Optional.empty() otherwise.
get(UUID) - Static method in class org.eclipse.rdf4j.query.algebra.evaluation.util.EvaluationStrategies
Retrieve the EvaluationStrategy registered with the supplied key.
get(int) - Method in class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
 
get(Repository, Function<RepositoryConnection, T>) - Static method in class org.eclipse.rdf4j.repository.util.Repositories
Opens a RepositoryConnection to the given Repository within a transaction, sends the connection to the given Function, before either rolling back the transaction if it failed, or committing the transaction if it was successful.
get(Repository, Function<RepositoryConnection, T>, Consumer<RepositoryException>) - Static method in class org.eclipse.rdf4j.repository.util.Repositories
Opens a RepositoryConnection to the given Repository within a transaction, sends the connection to the given Function, before either rolling back the transaction if it failed, or committing the transaction if it was successful.
get(RioSetting<T>) - Method in class org.eclipse.rdf4j.rio.RioConfig
Return the value for a given RioSetting or the default value if it has not been set.
get(Index1Type, Index2Type) - Method in class org.eclipse.rdf4j.sail.lucene.util.MapOfListMaps
Deprecated.
 
get(Index1Type) - Method in class org.eclipse.rdf4j.sail.lucene.util.MapOfListMaps
Deprecated.
 
get(int) - Method in class org.eclipse.rdf4j.sail.memory.model.MemStatementList
 
get(Object) - Method in class org.eclipse.rdf4j.sail.memory.model.WeakObjectRegistry
Retrieves the stored object that is equal to the supplied key object.
get(UUID) - Static method in class org.eclipse.rdf4j.sail.model.NonSerializables
Deprecated.
Retrieve the object registered with the supplied key.
get(byte[]) - Method in class org.eclipse.rdf4j.sail.nativerdf.btree.BTree
Gets the value that matches the specified key.
get(Object) - Method in class org.eclipse.rdf4j.sail.nativerdf.ConcurrentCache
 
GET_SRID - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEOF
 
getAcceptableService(HttpServletRequest, HttpServletResponse, FileFormatServiceRegistry<FF, S>) - Static method in class org.eclipse.rdf4j.http.server.ProtocolUtil
 
getAcceptParams(Iterable<RDFFormat>, boolean, RDFFormat) - Static method in class org.eclipse.rdf4j.rio.RDFFormat
Processes the supplied collection of RDFFormats and assigns quality values to each based on whether context must be supported and whether the format is preferred.
getActiveDataset() - Method in class org.eclipse.rdf4j.federated.structures.FedXBooleanQuery
 
getActiveDataset() - Method in class org.eclipse.rdf4j.federated.structures.FedXGraphQuery
 
getActiveDataset() - Method in class org.eclipse.rdf4j.federated.structures.FedXTupleQuery
 
getActiveDataset() - Method in class org.eclipse.rdf4j.query.impl.AbstractParserQuery
Gets the "active" dataset for this query.
getActiveDataset() - Method in class org.eclipse.rdf4j.query.parser.impl.AbstractParserQuery
Gets the "active" dataset for this query.
getAddContexts() - Method in class org.eclipse.rdf4j.repository.contextaware.config.ContextAwareConfig
Deprecated.
getAddContexts() - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
Deprecated.
getAddContexts() - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareRepository
Deprecated.
getAdded() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSailBuffer.AddRemoveOperation
Deprecated.
 
getAddedStatements() - Method in class org.eclipse.rdf4j.sail.shacl.ConnectionsGroup
Deprecated.
 
getAdditionalHttpHeaders() - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
Get the additional HTTP headers which will be used
getAdditionalHttpHeaders() - Method in class org.eclipse.rdf4j.repository.http.HTTPRepository
Get the additional HTTP headers which will be used
getAdditionalHttpHeaders() - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLRepository
Get the additional HTTP headers which will be used
getAggregateBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.Group
 
getAlgorithm() - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
Join nodes can use various algorithms for joining data.
getAlgorithmName() - Method in class org.eclipse.rdf4j.query.algebra.BinaryTupleOperator
 
getAll() - Method in class org.eclipse.rdf4j.common.lang.service.ServiceRegistry
Gets all registered services.
getAllAfter(String, char) - Static method in class org.eclipse.rdf4j.common.text.StringUtil
Returns all text occurring after the specified separator character, or the entire string when the separator char does not occur.
getAllBefore(String, char) - Static method in class org.eclipse.rdf4j.common.text.StringUtil
Returns all text occurring before the specified separator character, or the entire string when the separator char does not occur.
getAllMonitoringInformation() - Method in class org.eclipse.rdf4j.federated.monitoring.MonitoringImpl
 
getAllMonitoringInformation() - Method in interface org.eclipse.rdf4j.federated.monitoring.MonitoringService
 
getAllRepositories() - Method in class org.eclipse.rdf4j.repository.manager.RepositoryManager
Returns all configured repositories.
getAllRepositoryInfos(boolean) - Method in class org.eclipse.rdf4j.repository.manager.LocalRepositoryManager
 
getAllRepositoryInfos(boolean) - Method in class org.eclipse.rdf4j.repository.manager.RemoteRepositoryManager
 
getAllRepositoryInfos() - Method in class org.eclipse.rdf4j.repository.manager.RepositoryManager
 
getAllRepositoryInfos(boolean) - Method in class org.eclipse.rdf4j.repository.manager.RepositoryManager
 
getAllRepositoryInfos(boolean) - Method in class org.eclipse.rdf4j.repository.manager.util.TypeFilteringRepositoryManager
 
getAllUserRepositoryInfos() - Method in class org.eclipse.rdf4j.repository.manager.RepositoryManager
 
getAllValues(TupleQueryResult, String) - Static method in class org.eclipse.rdf4j.query.QueryResults
Returns a list of values of a particular variable out of the QueryResult.
getAlternative() - Method in class org.eclipse.rdf4j.query.algebra.If
 
getAnalyzer() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneIndex
 
getAppConfiguration() - Method in class org.eclipse.rdf4j.common.app.logging.base.AbstractLogConfiguration
 
getAppConfiguration() - Method in interface org.eclipse.rdf4j.common.app.logging.LogConfiguration
Get application configuration
getAppender() - Method in class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
 
getAppender() - Method in interface org.eclipse.rdf4j.common.logging.LogReader
Logging appender associated with this reader.
getAppenderName() - Method in class org.eclipse.rdf4j.common.webapp.system.logging.LoggingOverviewController
 
getApplicationDataDir() - Method in class org.eclipse.rdf4j.common.platform.AbstractPlatform
 
getApplicationDataDir(String) - Method in class org.eclipse.rdf4j.common.platform.AbstractPlatform
 
getApplicationDataDir() - Method in interface org.eclipse.rdf4j.common.platform.Platform
Returns the directory in which Aduna applications can store their application-dependent data, returns 'getOSApplicationDataDir' unless the system property "aduna.platform.applicationdata.dir" has been set.
getApplicationDataDir(String) - Method in interface org.eclipse.rdf4j.common.platform.Platform
Returns the directory in which a specific application can store all its application-dependent data.
getApplicationId() - Method in class org.eclipse.rdf4j.common.app.AppConfiguration
Get the name of the application (e.g.
getApplicationName() - Method in interface org.eclipse.rdf4j.console.ConsoleState
Get application name
getArchiveContexts() - Method in class org.eclipse.rdf4j.repository.contextaware.config.ContextAwareConfig
Deprecated.
getArchiveContexts() - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
Deprecated.
getArchiveContexts() - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareRepository
Deprecated.
getArg(int) - Method in class org.eclipse.rdf4j.federated.algebra.NTuple
 
getArg() - Method in class org.eclipse.rdf4j.query.algebra.Bound
Gets the argument of this unary value operator.
getArg() - Method in class org.eclipse.rdf4j.query.algebra.CompareSubQueryValueOperator
 
getArg() - Method in class org.eclipse.rdf4j.query.algebra.Regex
 
getArg() - Method in class org.eclipse.rdf4j.query.algebra.UnaryTupleOperator
Gets the argument of this unary tuple operator.
getArg() - Method in class org.eclipse.rdf4j.query.algebra.UnaryValueOperator
Gets the argument of this unary value operator.
getArg(int) - Method in class org.eclipse.rdf4j.sail.federation.algebra.AbstractNaryOperator
Gets the idx-th argument of this n-ary operator.
getArgs() - Method in class org.eclipse.rdf4j.federated.algebra.NTuple
 
getArgs() - Method in class org.eclipse.rdf4j.query.algebra.FunctionCall
 
getArgs() - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
 
getArgs() - Method in class org.eclipse.rdf4j.sail.federation.algebra.AbstractNaryOperator
Gets the arguments of this n-ary operator.
getArguments() - Method in class org.eclipse.rdf4j.query.algebra.NAryValueOperator
 
getArguments() - Method in class org.eclipse.rdf4j.spin.function.SpinFunction
 
getArguments() - Method in class org.eclipse.rdf4j.spin.function.SpinTupleFunction
 
getArguments() - Method in class org.eclipse.rdf4j.spin.function.SpinxFunction
 
getArguments() - Method in class org.eclipse.rdf4j.spin.Template
 
getAskQueryString() - Method in class org.eclipse.rdf4j.query.algebra.Service
Returns an ASK query string using no projection vars.
getAsString() - Method in class org.eclipse.rdf4j.console.setting.ConsoleSetting
Get the value for this setting as a string
getAsString() - Method in class org.eclipse.rdf4j.console.setting.Prefixes
 
getAssurance(SubQuery, Endpoint) - Method in interface org.eclipse.rdf4j.federated.cache.SourceSelectionCache
Ask the cache if a given endpoint can provide results for a SubQuery.
getAssurance(SubQuery, Endpoint) - Method in class org.eclipse.rdf4j.federated.cache.SourceSelectionMemoryCache
 
getAssuredBindingNames() - Method in class org.eclipse.rdf4j.federated.algebra.CheckStatementPattern
 
getAssuredBindingNames() - Method in class org.eclipse.rdf4j.federated.algebra.ExclusiveGroup
 
getAssuredBindingNames() - Method in class org.eclipse.rdf4j.federated.algebra.FedXService
 
getAssuredBindingNames() - Method in class org.eclipse.rdf4j.federated.algebra.NTuple
 
getAssuredBindingNames() - Method in class org.eclipse.rdf4j.federated.algebra.SingleSourceQuery
 
getAssuredBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
 
getAssuredBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.BindingSetAssignment
 
getAssuredBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.Difference
 
getAssuredBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.EmptySet
 
getAssuredBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.ExternalSet
Deprecated.
 
getAssuredBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.Group
 
getAssuredBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.Intersection
 
getAssuredBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.Join
 
getAssuredBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.LeftJoin
 
getAssuredBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.MultiProjection
 
getAssuredBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.Projection
 
getAssuredBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.SingletonSet
 
getAssuredBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.StatementPattern
 
getAssuredBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.TripleRef
 
getAssuredBindingNames() - Method in interface org.eclipse.rdf4j.query.algebra.TupleExpr
Gets the names of the bindings that are guaranteed to be present in the results produced by this tuple expression.
getAssuredBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
 
getAssuredBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.UnaryTupleOperator
 
getAssuredBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.Union
 
getAssuredBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
 
getAssuredBindingNames() - Method in class org.eclipse.rdf4j.sail.federation.algebra.AbstractNaryTupleOperator
 
getAttribute(String) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.QueryContext
 
getAuthority() - Method in class org.eclipse.rdf4j.common.net.ParsedURI
Deprecated.
 
getAvailableEndpoints() - Method in class org.eclipse.rdf4j.federated.EndpointManager
 
getBackgroundTupleQueryResult(HttpUriRequest) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
Parse the response in a background thread.
getBaseConnection() - Method in class org.eclipse.rdf4j.sail.shacl.ConnectionsGroup
Deprecated.
 
getBaseDir() - Method in class org.eclipse.rdf4j.common.app.logging.base.AbstractLogConfiguration
 
getBaseDir() - Method in interface org.eclipse.rdf4j.common.app.logging.LogConfiguration
The base location on the file system for logging configuration and data
getBaseDir() - Method in class org.eclipse.rdf4j.repository.manager.LocalRepositoryManager
Gets the base dir against which to resolve relative paths.
getBaseSail() - Method in class org.eclipse.rdf4j.sail.helpers.NotifyingSailWrapper
 
getBaseSail() - Method in class org.eclipse.rdf4j.sail.helpers.SailWrapper
 
getBaseSail() - Method in interface org.eclipse.rdf4j.sail.StackableSail
Gets the base Sail that this Sail works on top of.
getBaseSailConfig() - Method in class org.eclipse.rdf4j.sail.EvaluationStrategyTest
Gets a configuration object for the base Sail that should be tested.
getBaseURI() - Method in class org.eclipse.rdf4j.federated.structures.QueryInfo
 
getBaseURI() - Method in class org.eclipse.rdf4j.http.client.query.AbstractHTTPUpdate
 
getBaseURI() - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.SPARQLUpdateOperation
 
getBaseURI() - Method in class org.eclipse.rdf4j.query.algebra.IRIFunction
 
getBaseURI() - Method in class org.eclipse.rdf4j.query.algebra.Service
 
getBaseURI() - Method in class org.eclipse.rdf4j.repository.contextaware.config.ContextAwareConfig
 
getBaseURI() - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
 
getBaseURI() - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareRepository
 
getBinding(String) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.QueryBindingSet
 
getBinding(String) - Method in interface org.eclipse.rdf4j.query.BindingSet
Gets the binding with the specified name from this BindingSet.
getBinding(String) - Method in class org.eclipse.rdf4j.query.impl.EmptyBindingSet
 
getBinding(String) - Method in class org.eclipse.rdf4j.query.impl.ListBindingSet
 
getBinding(String) - Method in class org.eclipse.rdf4j.query.impl.MapBindingSet
 
getBinding(String) - Method in class org.eclipse.rdf4j.repository.sparql.query.SPARQLQueryBindingSet
 
getBindingNames() - Method in class org.eclipse.rdf4j.federated.algebra.CheckStatementPattern
 
getBindingNames() - Method in class org.eclipse.rdf4j.federated.algebra.ExclusiveGroup
 
getBindingNames() - Method in class org.eclipse.rdf4j.federated.algebra.FedXService
 
getBindingNames() - Method in class org.eclipse.rdf4j.federated.algebra.NTuple
 
getBindingNames() - Method in class org.eclipse.rdf4j.federated.algebra.SingleSourceQuery
 
getBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
 
getBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.BindingSetAssignment
 
getBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.Difference
 
getBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.EmptySet
 
getBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.ExternalSet
Deprecated.
 
getBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.QueryBindingSet
 
getBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.Extension
 
getBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.Filter
 
getBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.Group
 
getBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.Intersection
 
getBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.Join
 
getBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.LeftJoin
 
getBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.MultiProjection
 
getBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.Projection
 
getBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.SingletonSet
 
getBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.StatementPattern
 
getBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.TripleRef
 
getBindingNames() - Method in interface org.eclipse.rdf4j.query.algebra.TupleExpr
Gets the names of the bindings that are, or can be, returned by this tuple expression when it is evaluated.
getBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
 
getBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.UnaryTupleOperator
 
getBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.Union
 
getBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
 
getBindingNames() - Method in interface org.eclipse.rdf4j.query.BindingSet
Gets the names of the bindings in this BindingSet.
getBindingNames() - Method in class org.eclipse.rdf4j.query.impl.EmptyBindingSet
 
getBindingNames() - Method in class org.eclipse.rdf4j.query.impl.IteratingTupleQueryResult
 
getBindingNames() - Method in class org.eclipse.rdf4j.query.impl.ListBindingSet
 
getBindingNames() - Method in class org.eclipse.rdf4j.query.impl.MapBindingSet
 
getBindingNames() - Method in class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
 
getBindingNames() - Method in class org.eclipse.rdf4j.query.resultio.helpers.BackgroundTupleResult
 
getBindingNames() - Method in class org.eclipse.rdf4j.query.resultio.helpers.QueryResultCollector
Returns a collection of binding names collected.
getBindingNames() - Method in class org.eclipse.rdf4j.query.resultio.text.SPARQLResultsXSVMappingStrategy
 
getBindingNames() - Method in interface org.eclipse.rdf4j.query.TupleQueryResult
Gets the names of the bindings, in order of projection.
getBindingNames() - Method in class org.eclipse.rdf4j.repository.sparql.query.SPARQLOperation
Deprecated.
 
getBindingNames() - Method in class org.eclipse.rdf4j.repository.sparql.query.SPARQLQueryBindingSet
 
getBindingNames() - Method in class org.eclipse.rdf4j.sail.federation.algebra.AbstractNaryTupleOperator
 
getBindings() - Method in class org.eclipse.rdf4j.federated.structures.FedXBooleanQuery
 
getBindings() - Method in class org.eclipse.rdf4j.federated.structures.FedXGraphQuery
 
getBindings() - Method in class org.eclipse.rdf4j.federated.structures.FedXTupleQuery
 
getBindings() - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.SPARQLUpdateOperation
 
getBindings() - Method in class org.eclipse.rdf4j.query.impl.AbstractOperation
 
getBindings() - Method in interface org.eclipse.rdf4j.query.Operation
Retrieves the bindings that have been set on this operation.
getBindings() - Method in class org.eclipse.rdf4j.repository.sparql.query.SPARQLOperation
Deprecated.
 
getBindings() - Method in class org.eclipse.rdf4j.spin.ParsedBooleanTemplate
 
getBindings() - Method in class org.eclipse.rdf4j.spin.ParsedGraphTemplate
 
getBindings() - Method in interface org.eclipse.rdf4j.spin.ParsedTemplate
 
getBindings() - Method in class org.eclipse.rdf4j.spin.ParsedTupleTemplate
 
getBindings() - Method in class org.eclipse.rdf4j.spin.ParsedUpdateTemplate
 
getBindingsArray() - Method in class org.eclipse.rdf4j.http.client.query.AbstractHTTPQuery
 
getBindingsArray() - Method in class org.eclipse.rdf4j.http.client.query.AbstractHTTPUpdate
 
getBindingSet() - Method in class org.eclipse.rdf4j.sail.UpdateContext
 
getBindingSetAssignments() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.SameTermFilterOptimizer.BindingSetAssignmentCollector
 
getBindingSets() - Method in class org.eclipse.rdf4j.query.algebra.BindingSetAssignment
 
getBindingSets() - Method in class org.eclipse.rdf4j.query.resultio.helpers.QueryResultCollector
 
getBloomFilters() - Method in class org.eclipse.rdf4j.sail.federation.Federation
Deprecated.
Returns the configured RepositoryBloomFilters (if any).
getBoolean(HttpUriRequest) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
Parse the response in this thread using a suitable BooleanQueryResultParser.
getBoolean() - Method in class org.eclipse.rdf4j.query.resultio.helpers.QueryResultCollector
If QueryResultCollector.getHandledBoolean() returns true this method returns the boolean that was last found using QueryResultCollector.handleBoolean(boolean)
getBooleanFormat() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOBooleanTest
 
getBooleanParserFormatForFileName(String) - Static method in class org.eclipse.rdf4j.query.resultio.QueryResultIO
Tries to match the extension of a file name against the list of RDF formats that can be parsed.
getBooleanParserFormatForMIMEType(String) - Static method in class org.eclipse.rdf4j.query.resultio.QueryResultIO
Tries to match a MIME type against the list of boolean query result formats that can be parsed.
getBooleanQueryResultFormat() - Method in interface org.eclipse.rdf4j.query.resultio.BooleanQueryResultParser
Gets the query result format that this parser can parse.
getBooleanQueryResultFormat() - Method in interface org.eclipse.rdf4j.query.resultio.BooleanQueryResultParserFactory
Returns the boolean query result format for this factory.
getBooleanQueryResultFormat() - Method in interface org.eclipse.rdf4j.query.resultio.BooleanQueryResultWriter
Gets the query result format that this writer uses.
getBooleanQueryResultFormat() - Method in interface org.eclipse.rdf4j.query.resultio.BooleanQueryResultWriterFactory
Returns the boolean query result format for this factory.
getBooleanQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.sparqljson.SPARQLBooleanJSONParser
 
getBooleanQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.sparqljson.SPARQLBooleanJSONParserFactory
getBooleanQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.sparqljson.SPARQLBooleanJSONWriter
 
getBooleanQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.sparqljson.SPARQLBooleanJSONWriterFactory
getBooleanQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.sparqlxml.SPARQLBooleanXMLParser
 
getBooleanQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.sparqlxml.SPARQLBooleanXMLParserFactory
getBooleanQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.sparqlxml.SPARQLBooleanXMLWriter
 
getBooleanQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.sparqlxml.SPARQLBooleanXMLWriterFactory
getBooleanQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.text.BooleanTextParser
 
getBooleanQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.text.BooleanTextParserFactory
getBooleanQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.text.BooleanTextWriter
 
getBooleanQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.text.BooleanTextWriterFactory
getBooleanQueryString(String, BindingSet) - Static method in class org.eclipse.rdf4j.repository.sparql.query.QueryStringUtil
Retrieve a modified queryString into which all bindings of the given argument are replaced with their value.
getBooleanResultFormat(HttpServletRequest, ServletResponse) - Method in class org.eclipse.rdf4j.workbench.base.AbstractServlet
 
getBooleanValue(Literal, boolean) - Static method in class org.eclipse.rdf4j.model.util.Literals
Gets the boolean value of the supplied literal.
getBooleanValue(Value, boolean) - Static method in class org.eclipse.rdf4j.model.util.Literals
Returns the result of getBooleanValue((Literal)value, fallback) in case the supplied value is a literal, returns the fallback value otherwise.
getBooleanWriterFormatForFileName(String) - Static method in class org.eclipse.rdf4j.query.resultio.QueryResultIO
Tries to match the extension of a file name against the list of RDF formats that can be written.
getBooleanWriterFormatForMIMEType(String) - Static method in class org.eclipse.rdf4j.query.resultio.QueryResultIO
Tries to match a MIME type against the list of boolean query result formats that can be written.
getBoundFilters() - Method in class org.eclipse.rdf4j.federated.algebra.ExclusiveGroup
 
getBoundFilters() - Method in class org.eclipse.rdf4j.federated.algebra.FedXStatementPattern
 
getBoundFilters() - Method in interface org.eclipse.rdf4j.federated.algebra.FilterTuple
Returns bound filter bindings, that need to be added as additional bindings to the final result
getBoundJoinBlockSize() - Method in class org.eclipse.rdf4j.federated.FedXConfig
The block size for a bound join, i.e.
getBoundJoinBlockSize() - Method in class org.eclipse.rdf4j.repository.sparql.federation.RepositoryFederatedService
 
getBracedString(String) - Static method in class org.eclipse.rdf4j.sparqlbuilder.util.SparqlBuilderUtils
 
getBracketedString(String) - Static method in class org.eclipse.rdf4j.sparqlbuilder.util.SparqlBuilderUtils
 
getBuild() - Method in class org.eclipse.rdf4j.federated.util.Version
 
getByteValue(Literal, byte) - Static method in class org.eclipse.rdf4j.model.util.Literals
Gets the byte value of the supplied literal.
getByteValue(Value, byte) - Static method in class org.eclipse.rdf4j.model.util.Literals
Returns the result of getByteValue((Literal)value, fallback) in case the supplied value is a literal, returns the fallback value otherwise.
getCachedNodeFor(PlanNode) - Method in class org.eclipse.rdf4j.sail.shacl.ConnectionsGroup
Deprecated.
 
getCalendarValue(Literal, XMLGregorianCalendar) - Static method in class org.eclipse.rdf4j.model.util.Literals
Gets the calendar value of the supplied literal.
getCalendarValue(Value, XMLGregorianCalendar) - Static method in class org.eclipse.rdf4j.model.util.Literals
Returns the result of getCalendarValue((Literal)value, fallback) in case the supplied value is a literal, returns the fallback value otherwise.
getCardinality() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
getCardinality(StatementPattern) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
getCardinality(double, Var) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
getCardinality(double, Collection<Var>) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
getCardinality(TupleExpr) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.EvaluationStatistics
 
getCardinality() - Method in class org.eclipse.rdf4j.sail.federation.optimizers.EvaluationStatistics.CardinalityCalculator
 
getCardinality(StatementPattern) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.EvaluationStatistics.CardinalityCalculator
 
getCardinality(TupleExpr) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.EvaluationStatistics
 
getCause() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.Tuple
 
getCauseAsIOException() - Method in exception org.eclipse.rdf4j.repository.http.HTTPQueryEvaluationException
 
getCauseAsIOException() - Method in exception org.eclipse.rdf4j.repository.http.HTTPUpdateExecutionException
 
getCauseAsMalformedQueryException() - Method in exception org.eclipse.rdf4j.repository.http.HTTPQueryEvaluationException
 
getCauseAsMalformedQueryException() - Method in exception org.eclipse.rdf4j.repository.http.HTTPUpdateExecutionException
 
getCauseAsRepositoryException() - Method in exception org.eclipse.rdf4j.repository.http.HTTPQueryEvaluationException
 
getCauseAsRepositoryException() - Method in exception org.eclipse.rdf4j.repository.http.HTTPUpdateExecutionException
 
getCausedByPropertyShapes() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.Tuple
 
getChangeServerPath() - Method in class org.eclipse.rdf4j.workbench.proxy.WorkbenchGateway
 
getCharactersSinceEOL() - Method in class org.eclipse.rdf4j.common.io.IndentingWriter
Get the number of characters read since end-of-line.
getCharset() - Method in class org.eclipse.rdf4j.common.lang.FileFormat
Get the (default) charset for this file format.
getChildren(TupleExpr) - Static method in class org.eclipse.rdf4j.query.algebra.helpers.TupleExprs
Returns TupleExpr children of the given node.
getClient() - Method in class org.eclipse.rdf4j.sail.elasticsearchstore.SingletonClientProvider
 
getClient() - Method in class org.eclipse.rdf4j.sail.elasticsearchstore.UserProvidedClientProvider
 
getClient() - Method in class org.eclipse.rdf4j.sail.solr.SolrIndex
 
getClusterName() - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
 
getClusterName() - Method in class org.eclipse.rdf4j.sail.elasticsearchstore.config.ElasticsearchStoreConfig
 
getClusterName() - Method in class org.eclipse.rdf4j.sail.elasticsearchstore.ElasticsearchStore
 
getCollectedSameTerms() - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder.SameTermCollector
Deprecated.
 
getCollectedVars() - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder.VarCollector
Deprecated.
 
getCollection(Model, Resource, C, Resource...) - Static method in class org.eclipse.rdf4j.model.util.RDFCollections
Extracts the RDF Collection starting with the supplied head resource from the supplied source Model.
getColumnIndex(String) - Method in class org.eclipse.rdf4j.query.resultio.text.SPARQLResultsXSVMappingStrategy
Deprecated.
getColumnNo() - Method in class org.eclipse.rdf4j.rio.helpers.SimpleParseLocationListener
 
getColumnNumber() - Method in exception org.eclipse.rdf4j.query.resultio.QueryResultParseException
Gets the column number associated with this parse exception.
getColumnNumber() - Method in exception org.eclipse.rdf4j.rio.RDFParseException
Gets the column number associated with this parse exception.
getCommandLine() - Method in class org.eclipse.rdf4j.common.platform.ProcessLauncher
Deprecated.
Get the commandline that is used to launch the process.
getCommandLineArgs() - Method in class org.eclipse.rdf4j.common.app.AppConfiguration
Get the command line arguments of the application.
getCommandShell() - Method in class org.eclipse.rdf4j.common.platform.support.WindowsPlatform
Returns appropriate command shell for the current windows shell.
getCompanyName() - Method in class org.eclipse.rdf4j.federated.util.Version
 
getCompatibleIsolationLevel(IsolationLevel, List<? extends IsolationLevel>) - Static method in enum org.eclipse.rdf4j.IsolationLevels
Determines the first compatible isolation level in the list of supported levels, for the given level.
getCompulsoryXmlFeatureSettings() - Method in class org.eclipse.rdf4j.query.resultio.sparqlxml.AbstractSPARQLXMLParser
Returns a collection of settings that will always be set as XML parser features using XMLReader.setFeature(String, boolean).
getCompulsoryXmlFeatureSettings() - Method in class org.eclipse.rdf4j.rio.helpers.XMLReaderBasedParser
Returns a collection of settings that will always be set as XML parser features using XMLReader.setFeature(String, boolean).
getCompulsoryXmlPropertySettings() - Method in class org.eclipse.rdf4j.query.resultio.sparqlxml.AbstractSPARQLXMLParser
Returns a collection of settings that will always be set as XML parser properties using XMLReader.setProperty(String, Object)
getCompulsoryXmlPropertySettings() - Method in class org.eclipse.rdf4j.rio.helpers.XMLReaderBasedParser
Returns a collection of settings that will always be set as XML parser properties using XMLReader.setProperty(String, Object)
getCondition() - Method in class org.eclipse.rdf4j.query.algebra.Filter
 
getCondition() - Method in class org.eclipse.rdf4j.query.algebra.If
Gets the argument of this unary value operator.
getCondition() - Method in class org.eclipse.rdf4j.query.algebra.LeftJoin
 
getConfDir() - Method in class org.eclipse.rdf4j.common.app.logging.base.AbstractLogConfiguration
 
getConfDir() - Method in interface org.eclipse.rdf4j.common.app.logging.LogConfiguration
The location on the file system where logging configuration is stored.
getConfig() - Method in class org.eclipse.rdf4j.common.webapp.system.logging.LoggingOverviewController
 
getConfig() - Method in class org.eclipse.rdf4j.common.webapp.system.SystemInfoController
 
getConfig() - Method in class org.eclipse.rdf4j.common.webapp.system.SystemOverviewController
 
getConfig() - Method in class org.eclipse.rdf4j.federated.FederationContext
 
getConfig() - Method in class org.eclipse.rdf4j.federated.repository.FedXRepositoryConfig
 
getConfig() - Method in class org.eclipse.rdf4j.federated.repository.FedXRepositoryFactory
 
getConfig() - Method in class org.eclipse.rdf4j.lucene.spin.config.LuceneSpinSailFactory
 
getConfig() - Method in interface org.eclipse.rdf4j.repository.config.RepositoryFactory
 
getConfig() - Method in class org.eclipse.rdf4j.repository.contextaware.config.ContextAwareFactory
 
getConfig() - Method in class org.eclipse.rdf4j.repository.dataset.config.DatasetRepositoryFactory
 
getConfig() - Method in class org.eclipse.rdf4j.repository.http.config.HTTPRepositoryFactory
 
getConfig() - Method in class org.eclipse.rdf4j.repository.manager.SystemRepositoryFactory
 
getConfig() - Method in class org.eclipse.rdf4j.repository.sail.config.ProxyRepositoryFactory
 
getConfig() - Method in class org.eclipse.rdf4j.repository.sail.config.SailRepositoryFactory
 
getConfig() - Method in class org.eclipse.rdf4j.repository.sparql.config.SPARQLRepositoryFactory
 
getConfig() - Method in interface org.eclipse.rdf4j.sail.config.SailFactory
 
getConfig() - Method in class org.eclipse.rdf4j.sail.elasticsearch.config.ElasticsearchSailFactory
 
getConfig() - Method in class org.eclipse.rdf4j.sail.elasticsearchstore.config.ElasticsearchStoreFactory
 
getConfig() - Method in class org.eclipse.rdf4j.sail.federation.config.FederationFactory
Deprecated.
 
getConfig() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.config.CustomGraphQueryInferencerFactory
 
getConfig() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.config.DedupingInferencerFactory
 
getConfig() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.config.DirectTypeHierarchyInferencerFactory
 
getConfig() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.config.ForwardChainingRDFSInferencerFactory
Deprecated.
 
getConfig() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.config.SchemaCachingRDFSInferencerFactory
 
getConfig() - Method in class org.eclipse.rdf4j.sail.lucene.config.LuceneSailFactory
 
getConfig() - Method in class org.eclipse.rdf4j.sail.memory.config.MemoryStoreFactory
 
getConfig() - Method in class org.eclipse.rdf4j.sail.nativerdf.config.NativeStoreFactory
 
getConfig() - Method in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailFactory
 
getConfig() - Method in class org.eclipse.rdf4j.sail.solr.config.SolrSailFactory
 
getConfig() - Method in class org.eclipse.rdf4j.sail.spin.config.SpinSailFactory
 
getConfigLocation(String) - Static method in class org.eclipse.rdf4j.http.protocol.Protocol
Get the location of the server configuration resource on the specified server.
getConjunctiveConstraints(ValueExpr, List<ValueExpr>) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.ConjunctiveConstraintSplitter.ConstraintVisitor
 
getConjunctiveExpressions(ValueExpr, List<ValueExpr>) - Method in class org.eclipse.rdf4j.federated.optimizer.FilterOptimizer
add the conjunctive expressions to specified list, has recursive step.
getConnection() - Method in interface org.eclipse.rdf4j.federated.endpoint.Endpoint
Return a RepositoryConnection for the Repository represented by this endpoint.
getConnection() - Method in class org.eclipse.rdf4j.federated.endpoint.EndpointBase
 
getConnection() - Method in class org.eclipse.rdf4j.federated.repository.FedXRepository
 
getConnection() - Method in class org.eclipse.rdf4j.http.server.repository.RepositoryConfigRepository
 
getConnection() - Method in class org.eclipse.rdf4j.lucene.spin.LuceneSpinSail
Deprecated.
 
getConnection() - Method in class org.eclipse.rdf4j.repository.base.RepositoryWrapper
 
getConnection() - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareRepository
 
getConnection() - Method in class org.eclipse.rdf4j.repository.dataset.DatasetRepository
 
getConnection() - Method in class org.eclipse.rdf4j.repository.event.base.InterceptingRepositoryWrapper
 
getConnection() - Method in class org.eclipse.rdf4j.repository.event.base.NotifyingRepositoryWrapper
 
getConnection() - Method in interface org.eclipse.rdf4j.repository.event.NotifyingRepository
Opens a connection to this repository that can be used for querying and updating the contents of the repository.
getConnection(Repository, RepositoryConnection) - Method in interface org.eclipse.rdf4j.repository.event.RepositoryInterceptor
 
getConnection(NotifyingRepository, NotifyingRepositoryConnection) - Method in interface org.eclipse.rdf4j.repository.event.RepositoryListener
 
getConnection() - Method in class org.eclipse.rdf4j.repository.http.HTTPRepository
 
getConnection() - Method in interface org.eclipse.rdf4j.repository.Repository
Opens a connection to this repository that can be used for querying and updating the contents of the repository.
getConnection() - Method in class org.eclipse.rdf4j.repository.sail.ProxyRepository
 
getConnection() - Method in class org.eclipse.rdf4j.repository.sail.SailQuery
 
getConnection() - Method in class org.eclipse.rdf4j.repository.sail.SailRepository
 
getConnection() - Method in class org.eclipse.rdf4j.repository.sail.SailUpdate
 
getConnection() - Method in class org.eclipse.rdf4j.repository.sparql.federation.RepositoryFederatedService
Retrieve a (re-usable) connection.
getConnection() - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLRepository
 
getConnection() - Method in class org.eclipse.rdf4j.sail.federation.Federation
Deprecated.
 
getConnection() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractNotifyingSail
 
getConnection() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSail
 
getConnection() - Method in class org.eclipse.rdf4j.sail.helpers.NotifyingSailWrapper
 
getConnection() - Method in class org.eclipse.rdf4j.sail.helpers.SailWrapper
 
getConnection() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.CustomGraphQueryInferencer
 
getConnection() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.DedupingInferencer
 
getConnection() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.DirectTypeHierarchyInferencer
 
getConnection() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.ForwardChainingRDFSInferencer
Deprecated.
 
getConnection() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.SchemaCachingRDFSInferencer
 
getConnection() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSail
 
getConnection() - Method in interface org.eclipse.rdf4j.sail.NotifyingSail
Opens a connection on the Sail which can be used to query and update data.
getConnection() - Method in interface org.eclipse.rdf4j.sail.Sail
Opens a connection on the Sail which can be used to query and update data.
getConnection() - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSail
 
getConnection() - Method in class org.eclipse.rdf4j.sail.spin.SpinSail
Deprecated.
 
getConnectionID(RepositoryConnection) - Method in class org.eclipse.rdf4j.repository.event.util.DebugRepositoryConnectionListener
 
getConnectionInternal() - Method in class org.eclipse.rdf4j.federated.FedX
 
getConnectionInternal() - Method in class org.eclipse.rdf4j.federated.FedXConnection.SailBaseDefaultImpl
 
getConnectionInternal() - Method in class org.eclipse.rdf4j.sail.elasticsearchstore.ElasticsearchStore
 
getConnectionInternal() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractNotifyingSail
 
getConnectionInternal() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSail
Returns a store-specific SailConnection object.
getConnectionInternal() - Method in class org.eclipse.rdf4j.sail.memory.MemoryStore
 
getConnectionInternal() - Method in class org.eclipse.rdf4j.sail.nativerdf.LimitedSizeNativeStore
 
getConnectionInternal() - Method in class org.eclipse.rdf4j.sail.nativerdf.NativeStore
 
getConnectionTimeout() - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
Gets the http connection read timeout in milliseconds.
getConnectionTimeOut() - Method in class org.eclipse.rdf4j.sail.config.AbstractSailImplConfig
Get the connection timeout (in ms).
getConsoleIO() - Method in class org.eclipse.rdf4j.console.command.ConsoleCommand
Get console IO
getConsoleIO() - Method in class org.eclipse.rdf4j.console.command.TupleAndGraphQueryEvaluator
Get console IO
getConsoleIO() - Method in class org.eclipse.rdf4j.console.Console
Get console IO
getConsoleSettings() - Method in class org.eclipse.rdf4j.console.command.ConsoleCommand
Get console settings map
getConsoleSettings() - Method in class org.eclipse.rdf4j.console.command.TupleAndGraphQueryEvaluator
Get console settings
getConsoleState() - Method in class org.eclipse.rdf4j.console.command.ConsoleCommand
Get console state
getConsoleState() - Method in class org.eclipse.rdf4j.console.command.TupleAndGraphQueryEvaluator
Get console State
getConstantVars(Iterable<Var>) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryJoinOptimizer.JoinVisitor
Deprecated.
 
getConstantVars(Iterable<Var>) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.QueryMultiJoinOptimizer.JoinVisitor
 
getConstraints() - Method in class org.eclipse.rdf4j.query.parser.sparql.GraphPattern
Deprecated.
 
getConstraintType() - Method in enum org.eclipse.rdf4j.sail.shacl.SourceConstraintComponent
 
getConstraintViolation() - Method in exception org.eclipse.rdf4j.sail.spin.ConstraintViolationException
 
getConstraintViolation() - Method in class org.eclipse.rdf4j.spin.ConstraintViolationRDFHandler
 
getConstVarName(Value) - Static method in class org.eclipse.rdf4j.query.algebra.helpers.TupleExprs
 
getContact() - Method in class org.eclipse.rdf4j.federated.util.Version
 
getContainer(IRI, Model, Resource, C, Resource...) - Static method in class org.eclipse.rdf4j.model.util.RDFContainers
Extracts the RDF Container starting with the supplied head resource from the supplied source Model.
getContentFileName() - Method in class org.eclipse.rdf4j.workbench.util.WorkbenchRequest
Get the name of any uploaded file that is part of this request.
getContentParameter() - Method in class org.eclipse.rdf4j.workbench.util.WorkbenchRequest
Get the content of any uploaded file that is part of this request.
getContentType() - Method in class org.eclipse.rdf4j.common.webapp.views.EmptySuccessView
 
getContentType() - Method in class org.eclipse.rdf4j.common.webapp.views.SimpleCustomResponseView
 
getContentType() - Method in class org.eclipse.rdf4j.common.webapp.views.SimpleResponseView
 
getContentType() - Method in class org.eclipse.rdf4j.http.server.repository.BooleanQueryResultView
 
getContentType() - Method in class org.eclipse.rdf4j.http.server.repository.config.ConfigView
 
getContentType() - Method in class org.eclipse.rdf4j.http.server.repository.GraphQueryResultView
 
getContentType() - Method in class org.eclipse.rdf4j.http.server.repository.statements.ExportStatementsView
 
getContentType() - Method in class org.eclipse.rdf4j.http.server.repository.transaction.TransactionExportStatementsView
 
getContentType() - Method in class org.eclipse.rdf4j.http.server.repository.TupleQueryResultView
 
getContext(Repository, String) - Static method in class org.eclipse.rdf4j.console.Util
Get context IRI from string representation
getContext() - Method in class org.eclipse.rdf4j.federated.structures.UnboundStatement
 
getContext() - Method in class org.eclipse.rdf4j.model.impl.ContextStatement
 
getContext() - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModel.ModelStatement
 
getContext() - Method in class org.eclipse.rdf4j.model.impl.SimpleStatement
 
getContext() - Method in interface org.eclipse.rdf4j.model.Statement
Gets the context of this statement.
getContext(RepositoryConnection, String) - Static method in class org.eclipse.rdf4j.repository.config.RepositoryConfigUtil
Deprecated.
getContext() - Method in class org.eclipse.rdf4j.repository.util.RDFRemover
Gets the context identifier that this RDFRemover enforces upon all statements that are reported to it (in case enforcesContext() returns true).
getContext() - Method in class org.eclipse.rdf4j.rio.trig.TriGParser
 
getContext() - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchDocument
 
getContext() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneDocument
 
getContext() - Method in interface org.eclipse.rdf4j.sail.lucene.SearchDocument
 
getContext() - Method in class org.eclipse.rdf4j.sail.memory.model.MemStatement
 
getContext() - Method in class org.eclipse.rdf4j.sail.solr.SolrSearchDocument
 
getContextCardinality(StatementPattern) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
Override this if you are able to determine the cardinality based not only on the contextVar itself but also the other vars (e.g.
getContextCardinality(Var) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
getContextID(Resource) - Static method in class org.eclipse.rdf4j.sail.lucene.SearchFields
Get the ID for a context.
getContextIDs() - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
getContextIDs(TupleQueryResultHandler) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
getContextIDs() - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
getContextIDs() - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Gets all resources that are used as content identifiers.
getContextIDs() - Method in class org.eclipse.rdf4j.repository.sail.SailRepositoryConnection
 
getContextIDs() - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
 
getContextIDs() - Method in interface org.eclipse.rdf4j.sail.base.SailDataset
Returns the set of all unique context identifiers that are used to store statements.
getContextIDs() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
getContextIDs() - Method in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapper
 
getContextIDs() - Method in class org.eclipse.rdf4j.sail.inferencer.InferencerConnectionWrapper
Calls InferencerConnectionWrapper.flushUpdates() before forwarding the call to the wrapped connection.
getContextIDs() - Method in interface org.eclipse.rdf4j.sail.SailConnection
Returns the set of all unique context identifiers that are used to store statements.
getContextIDsInternal() - Method in class org.eclipse.rdf4j.federated.FedXConnection
 
getContextIDsInternal() - Method in class org.eclipse.rdf4j.sail.base.SailSourceConnection
 
getContextIDsInternal() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
getContextPath() - Method in class org.eclipse.rdf4j.workbench.util.DynamicHttpRequest
 
getContexts(String[], int, Repository) - Static method in class org.eclipse.rdf4j.console.Util
Get context IRIs from a series of tokens, starting from (zero-based) position within the series.
getContexts() - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.ContextOperation
 
getContexts() - Method in class org.eclipse.rdf4j.repository.util.AbstractRDFInserter
Gets the contexts that this RDFInserter enforces upon all statements that are reported to it (in case enforcesContext() returns true).
getContexts() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSailBuffer.ClearContextOperation
Deprecated.
 
getContextsLocation(String) - Static method in class org.eclipse.rdf4j.http.protocol.Protocol
Get the location of the contexts lists resource for a specific repository.
getContextStatementCount() - Method in class org.eclipse.rdf4j.sail.memory.model.MemBNode
 
getContextStatementCount() - Method in class org.eclipse.rdf4j.sail.memory.model.MemIRI
 
getContextStatementCount() - Method in interface org.eclipse.rdf4j.sail.memory.model.MemResource
Gets the number of statements for which this MemResource represents the context.
getContextStatementCount() - Method in class org.eclipse.rdf4j.sail.memory.model.MemTriple
 
getContextStatementList() - Method in class org.eclipse.rdf4j.sail.memory.model.MemBNode
 
getContextStatementList() - Method in class org.eclipse.rdf4j.sail.memory.model.MemIRI
 
getContextStatementList() - Method in interface org.eclipse.rdf4j.sail.memory.model.MemResource
Gets the list of statements for which this MemResource represents the context.
getContextStatementList() - Method in class org.eclipse.rdf4j.sail.memory.model.MemTriple
 
getContextVar() - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
Returns the context variable, if available.
getContextVar() - Method in class org.eclipse.rdf4j.query.algebra.StatementPattern
Returns the context variable, if available.
getContextVar() - Method in class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
Returns the context variable, if available.
getContextVar() - Method in class org.eclipse.rdf4j.query.parser.sparql.GraphPattern
Deprecated.
 
getContextVar() - Method in class org.eclipse.rdf4j.query.parser.sparql.NegatedPropertySet
Deprecated.
 
getContextVar() - Method in class org.eclipse.rdf4j.sail.lucene.DistanceQuerySpec
 
getContextVar() - Method in class org.eclipse.rdf4j.sail.lucene.GeoRelationQuerySpec
 
getControl() - Method in interface org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelTask
return the controlling instance, e.g.
getControl() - Method in class org.eclipse.rdf4j.federated.evaluation.join.ParallelBoundJoinTask
 
getControl() - Method in class org.eclipse.rdf4j.federated.evaluation.join.ParallelCheckJoinTask
 
getControl() - Method in class org.eclipse.rdf4j.federated.evaluation.join.ParallelJoinTask
 
getControl() - Method in class org.eclipse.rdf4j.federated.evaluation.join.ParallelLeftJoinTask
 
getControl() - Method in class org.eclipse.rdf4j.federated.evaluation.join.ParallelServiceJoinTask
 
getControl() - Method in class org.eclipse.rdf4j.federated.evaluation.union.ParallelGetStatementsTask
 
getControl() - Method in class org.eclipse.rdf4j.federated.evaluation.union.ParallelPreparedAlgebraUnionTask
 
getControl() - Method in class org.eclipse.rdf4j.federated.evaluation.union.ParallelPreparedUnionTask
 
getControl() - Method in class org.eclipse.rdf4j.federated.evaluation.union.ParallelUnionOperatorTask
 
getControl() - Method in class org.eclipse.rdf4j.federated.evaluation.union.ParallelUnionTask
 
getControl() - Method in class org.eclipse.rdf4j.federated.optimizer.SourceSelection.ParallelCheckTask
 
getCookie(HttpServletRequest, HttpServletResponse, String) - Method in class org.eclipse.rdf4j.workbench.proxy.CookieHandler
 
getCookieNames() - Method in class org.eclipse.rdf4j.workbench.base.TransformationServlet
 
getCookieNames() - Method in class org.eclipse.rdf4j.workbench.commands.ExploreServlet
 
getCookieNames() - Method in class org.eclipse.rdf4j.workbench.commands.ExportServlet
 
getCookieNames() - Method in class org.eclipse.rdf4j.workbench.commands.InfoServlet
 
getCookieNames() - Method in class org.eclipse.rdf4j.workbench.commands.QueryServlet
 
getCookieNames() - Method in class org.eclipse.rdf4j.workbench.commands.SavedQueriesServlet
 
getCookieNames() - Method in class org.eclipse.rdf4j.workbench.commands.UpdateServlet
 
getCookieNullIfEmpty(HttpServletRequest, HttpServletResponse, String) - Method in class org.eclipse.rdf4j.workbench.proxy.CookieHandler
 
getCostEstimate() - Method in class org.eclipse.rdf4j.federated.algebra.CheckStatementPattern
 
getCostEstimate() - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
 
getCostEstimate() - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelNode
 
getCostEstimate() - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
The cost estimate that the query planner calculated for this node.
getCreator() - Method in class org.eclipse.rdf4j.sail.memory.model.MemBNode
 
getCreator() - Method in class org.eclipse.rdf4j.sail.memory.model.MemIRI
 
getCreator() - Method in class org.eclipse.rdf4j.sail.memory.model.MemLiteral
 
getCreator() - Method in class org.eclipse.rdf4j.sail.memory.model.MemTriple
 
getCreator() - Method in interface org.eclipse.rdf4j.sail.memory.model.MemValue
Returns the object that created this MemValue.
getCurrentMonitor() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneIndex
 
getCurrentMonitor() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneIndex
Current monitor holds instance of IndexReader and IndexSearcher It is used to keep track of readers
getCurrentQueryPreparer() - Method in class org.eclipse.rdf4j.spin.function.AbstractSpinFunction
 
getData(long) - Method in class org.eclipse.rdf4j.sail.nativerdf.datastore.DataFile
Gets the data that is stored at the specified offset.
getData(int) - Method in class org.eclipse.rdf4j.sail.nativerdf.datastore.DataStore
Gets the value for the specified ID.
getDataBlock() - Method in class org.eclipse.rdf4j.query.algebra.DeleteData
 
getDataBlock() - Method in class org.eclipse.rdf4j.query.algebra.InsertData
 
getDataConfig() - Method in class org.eclipse.rdf4j.federated.repository.FedXRepositoryConfig
 
getDataDir() - Method in class org.eclipse.rdf4j.common.app.AppConfiguration
Get the data directory as File
getDataDir() - Method in class org.eclipse.rdf4j.federated.FedX
 
getDataDir() - Method in class org.eclipse.rdf4j.http.server.repository.RepositoryConfigRepository
 
getDataDir() - Method in class org.eclipse.rdf4j.repository.base.RepositoryWrapper
 
getDataDir() - Method in class org.eclipse.rdf4j.repository.http.HTTPRepository
 
getDataDir() - Method in interface org.eclipse.rdf4j.repository.Repository
Get the directory where data and logging for this repository is stored.
getDataDir() - Method in class org.eclipse.rdf4j.repository.sail.ProxyRepository
 
getDataDir() - Method in class org.eclipse.rdf4j.repository.sail.SailRepository
 
getDataDir() - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLRepository
 
getDataDir() - Method in class org.eclipse.rdf4j.sail.federation.Federation
Deprecated.
 
getDataDir() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSail
 
getDataDir() - Method in class org.eclipse.rdf4j.sail.helpers.SailWrapper
 
getDataDir() - Method in interface org.eclipse.rdf4j.sail.Sail
Gets the Sail's data directory.
getDataDirectory() - Method in interface org.eclipse.rdf4j.console.ConsoleState
Get repository data directory
getDataRepository() - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQL11SyntaxComplianceTest
 
getDataRepository() - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQL11UpdateComplianceTest
 
getDataRepository() - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLComplianceTest
 
getDataRepository() - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLQueryComplianceTest
 
getDataset() - Method in class org.eclipse.rdf4j.federated.evaluation.FederationEvaluationStatistics
 
getDataset() - Method in class org.eclipse.rdf4j.federated.structures.FedXBooleanQuery
 
getDataset() - Method in class org.eclipse.rdf4j.federated.structures.FedXGraphQuery
 
getDataset() - Method in class org.eclipse.rdf4j.federated.structures.FedXTupleQuery
 
getDataset() - Method in class org.eclipse.rdf4j.federated.structures.QueryInfo
 
getDataset() - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.SPARQLUpdateOperation
 
getDataset() - Method in class org.eclipse.rdf4j.query.impl.AbstractOperation
 
getDataset() - Method in interface org.eclipse.rdf4j.query.Operation
Gets the dataset that has been set using Operation.setDataset(Dataset), if any.
getDataset() - Method in class org.eclipse.rdf4j.query.parser.ParsedQuery
 
getDataset() - Method in class org.eclipse.rdf4j.repository.sparql.query.SPARQLOperation
Deprecated.
 
getDataset() - Method in class org.eclipse.rdf4j.sail.UpdateContext
 
getDatasetMapping() - Method in class org.eclipse.rdf4j.query.parser.ParsedUpdate
 
getDatatype() - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
 
getDatatype() - Method in interface org.eclipse.rdf4j.model.Literal
Gets the datatype for this literal.
getDate() - Method in class org.eclipse.rdf4j.federated.util.Version
 
getDecimalExpansionScale() - Static method in class org.eclipse.rdf4j.query.algebra.evaluation.util.MathUtil
Returns the decimal expansion scale used in division operations resulting in a decimal value with non-terminating decimal expansion.
getDecimalValue(Literal, BigDecimal) - Static method in class org.eclipse.rdf4j.model.util.Literals
Gets the decimal value of the supplied literal.
getDecimalValue(Value, BigDecimal) - Static method in class org.eclipse.rdf4j.model.util.Literals
Returns the result of getDecimalValue((Literal)value, fallback) in case the supplied value is a literal, returns the fallback value otherwise.
getDefaultFileExtension() - Method in class org.eclipse.rdf4j.common.lang.FileFormat
Gets the default file name extension for this file format.
getDefaultGraph() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLDataSet
 
getDefaultGraphs() - Method in class org.eclipse.rdf4j.federated.structures.FedXDataset
 
getDefaultGraphs() - Method in interface org.eclipse.rdf4j.query.Dataset
Gets the default graph URIs of this dataset.
getDefaultGraphs() - Method in class org.eclipse.rdf4j.query.impl.FallbackDataset
 
getDefaultGraphs() - Method in class org.eclipse.rdf4j.query.impl.SimpleDataset
 
getDefaultImpl() - Static method in interface org.eclipse.rdf4j.sail.extensiblestore.valuefactory.ExtensibleStatementHelper
 
getDefaultInsertGraph() - Method in class org.eclipse.rdf4j.federated.structures.FedXDataset
 
getDefaultInsertGraph() - Method in interface org.eclipse.rdf4j.query.Dataset
Gets the default insert graph URI of this dataset.
getDefaultInsertGraph() - Method in class org.eclipse.rdf4j.query.impl.FallbackDataset
 
getDefaultInsertGraph() - Method in class org.eclipse.rdf4j.query.impl.SimpleDataset
 
getDefaultIsolationLevel() - Method in class org.eclipse.rdf4j.sail.extensiblestore.ExtensibleStore
 
getDefaultIsolationLevel() - Method in class org.eclipse.rdf4j.sail.federation.Federation
Deprecated.
 
getDefaultIsolationLevel() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSail
 
getDefaultIsolationLevel() - Method in class org.eclipse.rdf4j.sail.helpers.SailWrapper
 
getDefaultIsolationLevel() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.AbstractForwardChainingInferencer
 
getDefaultIsolationLevel() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.SchemaCachingRDFSInferencer
 
getDefaultIsolationLevel() - Method in interface org.eclipse.rdf4j.sail.Sail
Retrieves the default IsolationLevel level on which transactions in this Sail operate.
getDefaultIsolationLevel() - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSail
 
getDefaultLogReader() - Method in class org.eclipse.rdf4j.common.app.logging.logback.LogbackConfiguration
 
getDefaultLogReader() - Method in class org.eclipse.rdf4j.common.app.logging.logback.LogConfigurator
Get default log reader
getDefaultLogReader() - Method in interface org.eclipse.rdf4j.common.app.logging.LogConfiguration
Default (fallback) LogReader instance.
getDefaultMIMEType() - Method in class org.eclipse.rdf4j.common.lang.FileFormat
Gets the default MIME type for this file format.
getDefaultRemoveGraphs() - Method in class org.eclipse.rdf4j.federated.structures.FedXDataset
 
getDefaultRemoveGraphs() - Method in interface org.eclipse.rdf4j.query.Dataset
Gets the default remove graph URIs of this dataset.
getDefaultRemoveGraphs() - Method in class org.eclipse.rdf4j.query.impl.FallbackDataset
 
getDefaultRemoveGraphs() - Method in class org.eclipse.rdf4j.query.impl.SimpleDataset
 
getDefaultReportDeltas() - Method in class org.eclipse.rdf4j.repository.event.base.NotifyingRepositoryWrapper
 
getDefaultServerPath() - Method in class org.eclipse.rdf4j.workbench.proxy.WorkbenchGateway
Returns the value of the default-server configuration variable.
getDefaultValue() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRioSetting
 
getDefaultValue() - Method in interface org.eclipse.rdf4j.rio.RioSetting
Returns the default value for this parser setting if it is not set by a user.
getDefaultValue() - Method in class org.eclipse.rdf4j.spin.Argument
 
getDelegate() - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
getDelegate() - Method in class org.eclipse.rdf4j.repository.base.RepositoryWrapper
 
getDelegate() - Method in class org.eclipse.rdf4j.repository.config.AbstractDelegatingRepositoryImplConfig
 
getDelegate() - Method in interface org.eclipse.rdf4j.repository.config.DelegatingRepositoryImplConfig
 
getDelegate() - Method in class org.eclipse.rdf4j.repository.dataset.DatasetRepository
 
getDelegate() - Method in interface org.eclipse.rdf4j.repository.DelegatingRepository
 
getDelegate() - Method in interface org.eclipse.rdf4j.repository.DelegatingRepositoryConnection
 
getDelegate() - Method in class org.eclipse.rdf4j.sail.config.AbstractDelegatingSailImplConfig
 
getDelegate() - Method in interface org.eclipse.rdf4j.sail.config.DelegatingSailImplConfig
 
getDeleteExpr() - Method in class org.eclipse.rdf4j.query.algebra.Modify
 
getDepth() - Method in class org.eclipse.rdf4j.common.webapp.navigation.AbstractNavigationNode
 
getDepth() - Method in interface org.eclipse.rdf4j.common.webapp.navigation.NavigationNode
Get the depth of this node in the hierarchy.
getDescription() - Method in class org.eclipse.rdf4j.repository.manager.RepositoryInfo
 
getDescription() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRioSetting
 
getDescription() - Method in interface org.eclipse.rdf4j.rio.RioSetting
The human readable name for this parser setting
getDestinationGraph() - Method in class org.eclipse.rdf4j.query.algebra.Add
The named graph to which to add.
getDestinationGraph() - Method in class org.eclipse.rdf4j.query.algebra.Copy
The named graph to which to copy.
getDestinationGraph() - Method in class org.eclipse.rdf4j.query.algebra.Move
The named graph to which to copy.
getDetail() - Method in class org.eclipse.rdf4j.sail.shacl.results.ValidationResult
Deprecated.
 
getDetails() - Method in class org.eclipse.rdf4j.sail.shacl.results.ValidationResult
Deprecated.
 
getDirectory() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneIndex
 
getDiscardedLeft(Class<? extends PushablePlanNode>) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.InnerJoin
 
getDiscardedRight(Class<? extends PushablePlanNode>) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.InnerJoin
 
getDisplayId() - Method in class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelExecutorBase
 
getDisplayName() - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLComplianceTest
 
getDistance() - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchDocumentDistance
 
getDistance() - Method in class org.eclipse.rdf4j.sail.lucene.DistanceQuerySpec
 
getDistance() - Method in interface org.eclipse.rdf4j.sail.lucene.DocumentDistance
 
getDistance() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneDocumentDistance
 
getDistance() - Method in class org.eclipse.rdf4j.sail.solr.SolrDocumentDistance
 
getDistanceExpr() - Method in class org.eclipse.rdf4j.sail.lucene.DistanceQuerySpec
 
getDistanceFunctionCall() - Method in class org.eclipse.rdf4j.sail.lucene.DistanceQuerySpec
 
getDistanceVar() - Method in class org.eclipse.rdf4j.sail.lucene.DistanceQuerySpec
 
getDocument(URL) - Static method in class org.eclipse.rdf4j.common.xml.DocumentUtil
Create a Document representing the XML file at the specified location.
getDocument(URL, boolean, boolean) - Static method in class org.eclipse.rdf4j.common.xml.DocumentUtil
Create a Document representing the XML file at the specified location.
getDocument(URL, Schema) - Static method in class org.eclipse.rdf4j.common.xml.DocumentUtil
Create a Document representing the XML file at the specified location.
getDocument() - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchDocumentResult
 
getDocument(String) - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
Returns a Document representing the specified document ID (combination of resource and context), or null when no such Document exists yet.
getDocument(Resource, Resource) - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
Returns a Document representing the specified Resource and Context combination, or null when no such Document exists yet.
getDocument(String) - Method in class org.eclipse.rdf4j.sail.lucene.AbstractSearchIndex
 
getDocument() - Method in interface org.eclipse.rdf4j.sail.lucene.DocumentResult
Returns null if the document no longer exists.
getDocument() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneDocument
 
getDocument() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneDocumentResult
 
getDocument(String) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneIndex
 
getDocument(Resource, Resource) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneIndex
Returns a Document representing the specified Resource and Context combination, or null when no such Document exists yet.
getDocument(int, Set<String>) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneIndex
Returns the lucene hit with the given id of the respective lucene query
getDocument() - Method in class org.eclipse.rdf4j.sail.solr.SolrDocumentResult
 
getDocument(String) - Method in class org.eclipse.rdf4j.sail.solr.SolrIndex
Returns a Document representing the specified document ID (combination of resource and context), or null when no such Document exists yet.
getDocument(Resource, Resource) - Method in class org.eclipse.rdf4j.sail.solr.SolrIndex
Returns a Document representing the specified Resource and Context combination, or null when no such Document exists yet.
getDocument() - Method in class org.eclipse.rdf4j.sail.solr.SolrSearchDocument
 
getDocuments(String) - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
 
getDocuments(Resource) - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
Returns a list of Documents representing the specified Resource (empty when no such Document exists yet).Each document represent a set of statements with the specified Resource as a subject, which are stored in a specific context
getDocuments(String) - Method in class org.eclipse.rdf4j.sail.lucene.AbstractSearchIndex
 
getDocuments(String) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneIndex
 
getDocuments(Resource) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneIndex
Returns a list of Documents representing the specified Resource (empty when no such Document exists yet).Each document represent a set of statements with the specified Resource as a subject, which are stored in a specific context
getDocuments(String) - Method in class org.eclipse.rdf4j.sail.solr.SolrIndex
 
getDocuments(Resource) - Method in class org.eclipse.rdf4j.sail.solr.SolrIndex
Returns a list of Documents representing the specified Resource (empty when no such Document exists yet).Each document represent a set of statements with the specified Resource as a subject, which are stored in a specific context
getDoubleValue(Literal, double) - Static method in class org.eclipse.rdf4j.model.util.Literals
Gets the double value of the supplied literal.
getDoubleValue(Value, double) - Static method in class org.eclipse.rdf4j.model.util.Literals
Returns the result of getDoubleValue((Literal)value, fallback) in case the supplied value is a literal, returns the fallback value otherwise.
getDurationValue(Literal, Duration) - Static method in class org.eclipse.rdf4j.model.util.Literals
Gets the Duration value of the supplied literal.
getE() - Method in class org.eclipse.rdf4j.federated.monitoring.MonitoringImpl.MonitoringInformation
 
getEffectiveBooleanValue(Value) - Static method in class org.eclipse.rdf4j.query.algebra.evaluation.util.QueryEvaluationUtil
Determines the effective boolean value (EBV) of the supplied value as defined in the SPARQL specification: The EBV of any literal whose type is xsd:boolean or numeric is false if the lexical form is not valid for that datatype (e.g.
getEffectiveValidationResultsLimitPerConstraint() - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSail
 
getElements() - Method in class org.eclipse.rdf4j.query.algebra.Extension
 
getElements() - Method in class org.eclipse.rdf4j.query.algebra.Order
 
getElements() - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElemList
 
getEmptyInitializedRepository(Class<?>) - Static method in class org.eclipse.rdf4j.repository.OptimisticIsolationTest
 
getEnableServiceAsBoundJoin() - Method in class org.eclipse.rdf4j.federated.FedXConfig
Returns a flag indicating whether vectored evaluation using the VALUES clause shall be applied for SERVICE expressions.
getEndDate() - Method in class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
 
getEndDate() - Method in class org.eclipse.rdf4j.common.logging.file.logback.MultipleFileLogReader
Return the end date
getEndDate() - Method in interface org.eclipse.rdf4j.common.logging.LogReader
End (latest) date of of the log records returned by this log reader.
getEndpoint() - Method in interface org.eclipse.rdf4j.federated.endpoint.Endpoint
Get the endpoint location, e.g.
getEndpoint() - Method in class org.eclipse.rdf4j.federated.endpoint.EndpointBase
 
getEndpoint(String) - Method in class org.eclipse.rdf4j.federated.EndpointManager
 
getEndpointByName(String) - Method in class org.eclipse.rdf4j.federated.EndpointManager
 
getEndpointByUrl(String) - Method in class org.eclipse.rdf4j.federated.EndpointManager
Return the Endpoint for the provided endpoint url, if it exists.
getEndpointClassification() - Method in interface org.eclipse.rdf4j.federated.endpoint.Endpoint
 
getEndpointClassification() - Method in class org.eclipse.rdf4j.federated.endpoint.EndpointBase
 
getEndpointConfiguration() - Method in interface org.eclipse.rdf4j.federated.endpoint.Endpoint
Additional endpoint specific configuration.
getEndpointConfiguration() - Method in class org.eclipse.rdf4j.federated.endpoint.EndpointBase
 
getEndpointConfiguration() - Method in class org.eclipse.rdf4j.federated.endpoint.provider.RepositoryInformation
 
getEndpointID() - Method in class org.eclipse.rdf4j.federated.algebra.StatementSource
 
getEndpointID() - Method in class org.eclipse.rdf4j.federated.cache.EndpointEntry
 
getEndpointManager() - Method in class org.eclipse.rdf4j.federated.FederationContext
 
getEndpoints(Set<String>) - Method in class org.eclipse.rdf4j.federated.EndpointManager
 
getEndpoints() - Method in class org.eclipse.rdf4j.federated.structures.FedXDataset
 
getEndValue() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.PathIteration.ValuePair
 
getEnforceMaxQueryTime() - Method in class org.eclipse.rdf4j.federated.FedXConfig
Get the maximum query time in seconds used for query evaluation.
getErrorInfo(HttpResponse) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
getErrorMessage() - Method in class org.eclipse.rdf4j.http.protocol.error.ErrorInfo
 
getErrorOutput() - Method in class org.eclipse.rdf4j.common.platform.ProcessLauncher
Deprecated.
Get error output, in case no listeners were registered - never returns null.
getErrors() - Method in class org.eclipse.rdf4j.console.VerificationListener
Get number of errors
getErrors() - Method in class org.eclipse.rdf4j.rio.helpers.ParseErrorCollector
 
getErrorType() - Method in class org.eclipse.rdf4j.http.protocol.error.ErrorInfo
 
getEstimatedSize() - Method in interface org.eclipse.rdf4j.sail.extensiblestore.DataStructureInterface
 
getEstimatedSize() - Method in class org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics.EvaluationStatisticsWrapper
 
getEstimatedSize() - Method in class org.eclipse.rdf4j.sail.extensiblestore.ReadCache
 
getEvaluationMode() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSail
See EVALUATION_MODE_KEY parameter.
getEvaluationMode() - Method in class org.eclipse.rdf4j.sail.spin.SpinSail
Deprecated.
 
getEvaluationStatistics() - Method in interface org.eclipse.rdf4j.sail.base.SailStore
Used by SailSourceConnection to determine query join order.
getEvaluationStatistics() - Method in class org.eclipse.rdf4j.sail.base.SnapshotSailStore
 
getEvaluationStatistics() - Method in class org.eclipse.rdf4j.sail.extensiblestore.ExtensibleSailStore
 
getEvaluationStatisticsType() - Method in class org.eclipse.rdf4j.sail.extensiblestore.ExtensibleStore
 
getEvaluationStrategy(FederationManager.FederationType, FederationContext) - Static method in class org.eclipse.rdf4j.federated.evaluation.FederationEvaluationStrategyFactory
Return an instance of FederationEvalStrategy which is used for evaluating the query.
getEvaluationStrategy(Dataset, TripleSource) - Method in class org.eclipse.rdf4j.sail.base.SailSourceConnection
 
getEvaluationStrategy(Dataset, TripleSource) - Method in class org.eclipse.rdf4j.sail.nativerdf.LimitedSizeNativeStoreConnection
 
getEvaluationStrategyFactory() - Method in class org.eclipse.rdf4j.sail.base.config.BaseSailConfig
 
getEvaluationStrategyFactory() - Method in class org.eclipse.rdf4j.sail.extensiblestore.ExtensibleStore
 
getEvaluationStrategyFactory() - Method in class org.eclipse.rdf4j.sail.memory.MemoryStore
 
getEvaluationStrategyFactory() - Method in class org.eclipse.rdf4j.sail.nativerdf.NativeStore
 
getEvaluationStrategyFactoryClassName() - Method in class org.eclipse.rdf4j.sail.base.config.BaseSailConfig
 
getExceptionString(String, Throwable) - Static method in class org.eclipse.rdf4j.federated.exception.ExceptionUtil
Return the exception in a convenient representation, i.e.
getExclusiveConnectionLock() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
Deprecated.
getExclusiveExpressions() - Method in class org.eclipse.rdf4j.federated.algebra.ExclusiveGroup
 
getExclusiveLock() - Method in class org.eclipse.rdf4j.common.concurrent.locks.ExclusiveLockManager
Gets the exclusive lock.
getExecutor() - Method in class org.eclipse.rdf4j.federated.FederationManager
Returns the managed Executor which takes for properly handling any configured FedXConfig.getTaskWrapper()
getExecutorType() - Method in class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelExecutorBase
 
getExecutorType() - Method in class org.eclipse.rdf4j.federated.evaluation.join.JoinExecutorBase
 
getExecutorType() - Method in class org.eclipse.rdf4j.federated.evaluation.union.UnionExecutorBase
 
getExplicitSailSource() - Method in interface org.eclipse.rdf4j.sail.base.SailStore
 
getExplicitSailSource() - Method in class org.eclipse.rdf4j.sail.base.SnapshotSailStore
 
getExplicitSailSource() - Method in class org.eclipse.rdf4j.sail.extensiblestore.ExtensibleSailStore
 
getExpr() - Method in class org.eclipse.rdf4j.query.algebra.ExtensionElem
 
getExpr() - Method in class org.eclipse.rdf4j.query.algebra.OrderElem
 
getExpression() - Method in class org.eclipse.rdf4j.federated.algebra.FilterExpr
 
getExpressions() - Method in class org.eclipse.rdf4j.federated.algebra.ConjunctiveFilterExpr
 
getExprVar() - Method in class org.eclipse.rdf4j.query.algebra.TripleRef
Returns the context variable, if available.
getExtensibleStatementHelper() - Method in class org.eclipse.rdf4j.sail.elasticsearchstore.ElasticsearchStore
 
getExtensibleStatementHelper() - Method in class org.eclipse.rdf4j.sail.extensiblestore.ExtensibleStore
 
getExtensions(List<TupleExpr>) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryJoinOptimizer.JoinVisitor
Deprecated.
 
getExtensions() - Method in class org.eclipse.rdf4j.queryrender.BaseTupleExprRenderer
 
getExtVarName() - Method in class org.eclipse.rdf4j.query.algebra.ValueExprTripleRef
 
getFalseNode(Class<? extends PushablePlanNode>) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.FilterPlanNode
 
getFatalErrors() - Method in class org.eclipse.rdf4j.rio.helpers.ParseErrorCollector
 
getFederatedServiceResolver() - Method in class org.eclipse.rdf4j.federated.FederationContext
 
getFederatedServiceResolver() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.ExtendedEvaluationStrategyFactory
 
getFederatedServiceResolver() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategyFactory
 
getFederatedServiceResolver() - Method in class org.eclipse.rdf4j.repository.manager.LocalRepositoryManager
 
getFederatedServiceResolver() - Method in class org.eclipse.rdf4j.sail.base.SailSourceConnection
Returns the FederatedServiceResolver being used.
getFederatedServiceResolver() - Method in class org.eclipse.rdf4j.sail.extensiblestore.ExtensibleStore
 
getFederatedServiceResolver() - Method in class org.eclipse.rdf4j.sail.federation.Federation
Deprecated.
 
getFederatedServiceResolver() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSail
 
getFederatedServiceResolver() - Method in class org.eclipse.rdf4j.sail.memory.MemoryStore
 
getFederatedServiceResolver() - Method in class org.eclipse.rdf4j.sail.nativerdf.NativeStore
 
getFederatedServiceResolver() - Method in class org.eclipse.rdf4j.sail.spin.SpinSail
Deprecated.
 
getFederation() - Method in class org.eclipse.rdf4j.federated.FederationContext
 
getFederation() - Method in class org.eclipse.rdf4j.federated.FederationManager
 
getFederationContext() - Method in class org.eclipse.rdf4j.federated.repository.FedXRepository
 
getFederationContext() - Method in class org.eclipse.rdf4j.federated.structures.QueryInfo
 
getFederationSize() - Method in class org.eclipse.rdf4j.federated.repository.FedXRepository
return the number of triples in the federation as string.
getFederationType() - Method in class org.eclipse.rdf4j.federated.FederationManager
 
getFedxConfig() - Method in class org.eclipse.rdf4j.federated.repository.FedXRepositoryConfig
Deprecated.
use FedXRepositoryConfig.getConfig(), scheduled for removal in 4.0
getFile() - Method in class org.eclipse.rdf4j.common.io.NioFile
 
getFile() - Method in class org.eclipse.rdf4j.sail.nativerdf.btree.BTree
Gets the file that this BTree operates on.
getFile() - Method in class org.eclipse.rdf4j.sail.nativerdf.datastore.DataFile
 
getFile() - Method in class org.eclipse.rdf4j.sail.nativerdf.datastore.HashFile
 
getFile() - Method in class org.eclipse.rdf4j.sail.nativerdf.datastore.IDFile
 
getFileExtension(String) - Static method in class org.eclipse.rdf4j.common.io.FileUtil
Gets the extension of the specified file name.
getFileExtensions() - Method in class org.eclipse.rdf4j.common.lang.FileFormat
Gets the file format's file extensions.
getFileFormatForFileName(String) - Method in class org.eclipse.rdf4j.common.lang.service.FileFormatServiceRegistry
Tries to match the extension of a file name against the list of registred file formats.
getFileFormatForMIMEType(String) - Method in class org.eclipse.rdf4j.common.lang.service.FileFormatServiceRegistry
Tries to match a MIME type against the list of registered file formats.
getFileName() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTest
 
getFilter() - Method in class org.eclipse.rdf4j.sail.lucene.DistanceQuerySpec
 
getFilter() - Method in class org.eclipse.rdf4j.sail.lucene.GeoRelationQuerySpec
 
getFilterExpr() - Method in class org.eclipse.rdf4j.federated.algebra.ExclusiveGroup
 
getFilterExpr() - Method in class org.eclipse.rdf4j.federated.algebra.FedXStatementPattern
 
getFilterExpr() - Method in interface org.eclipse.rdf4j.federated.algebra.FilterTuple
 
getFlagsArg() - Method in class org.eclipse.rdf4j.query.algebra.Regex
 
getFloatValue(Literal, float) - Static method in class org.eclipse.rdf4j.model.util.Literals
Gets the float value of the supplied literal.
getFloatValue(Value, float) - Static method in class org.eclipse.rdf4j.model.util.Literals
Returns the result of getFloatValue((Literal)value, fallback) in case the supplied value is a literal, returns the fallback value otherwise.
getForceSync() - Method in class org.eclipse.rdf4j.sail.nativerdf.config.NativeStoreConfig
 
getForceSync() - Method in class org.eclipse.rdf4j.sail.nativerdf.NativeStore
 
getForeignVarFreq(List<Var>, Map<Var, Integer>) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryJoinOptimizer.JoinVisitor
Deprecated.
 
getForeignVarFreq(List<Var>, Map<Var, Integer>) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.QueryMultiJoinOptimizer.JoinVisitor
 
getFormat() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOBooleanTest
 
getFormat() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTest
 
getFormat() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTupleTest
 
getFragment() - Method in class org.eclipse.rdf4j.common.net.ParsedIRI
Returns the raw fragment component of this IRI after the hash.
getFragment() - Method in class org.eclipse.rdf4j.common.net.ParsedURI
Deprecated.
 
getFreeVarCount() - Method in class org.eclipse.rdf4j.federated.algebra.CheckStatementPattern
 
getFreeVarCount() - Method in class org.eclipse.rdf4j.federated.algebra.ExclusiveGroup
 
getFreeVarCount() - Method in class org.eclipse.rdf4j.federated.algebra.FedXService
 
getFreeVarCount() - Method in class org.eclipse.rdf4j.federated.algebra.FedXStatementPattern
 
getFreeVarCount() - Method in interface org.eclipse.rdf4j.federated.algebra.FedXTupleExpr
 
getFreeVars() - Method in class org.eclipse.rdf4j.federated.algebra.CheckStatementPattern
 
getFreeVars() - Method in class org.eclipse.rdf4j.federated.algebra.ExclusiveArbitraryLengthPath
 
getFreeVars() - Method in class org.eclipse.rdf4j.federated.algebra.ExclusiveGroup
 
getFreeVars() - Method in class org.eclipse.rdf4j.federated.algebra.FedXService
 
getFreeVars() - Method in class org.eclipse.rdf4j.federated.algebra.FedXStatementPattern
 
getFreeVars() - Method in interface org.eclipse.rdf4j.federated.algebra.FilterTuple
 
getFreeVars() - Method in interface org.eclipse.rdf4j.federated.algebra.VariableExpr
 
getFreeVars(TupleExpr) - Static method in class org.eclipse.rdf4j.federated.util.QueryAlgebraUtil
Computes the collection of free variables in the given TupleExpr.
getFreshConnection() - Method in class org.eclipse.rdf4j.federated.endpoint.EndpointBase
 
getFrom() - Method in class org.eclipse.rdf4j.sail.lucene.DistanceQuerySpec
 
getFtpProxyHost() - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
 
getFtpProxyPort() - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
 
getFullName() - Method in class org.eclipse.rdf4j.common.app.AppConfiguration
Get the full name of the application, which consists of the long name and the version number (e.g.
getFunctionParsers() - Method in class org.eclipse.rdf4j.spin.SpinParser
 
getFunctionRegistry() - Method in class org.eclipse.rdf4j.sail.spin.SpinSail
Deprecated.
 
getFunctionValueVar() - Method in class org.eclipse.rdf4j.sail.lucene.GeoRelationQuerySpec
 
getGenericPlanNode() - Method in class org.eclipse.rdf4j.query.algebra.helpers.QueryModelTreeToGenericPlanNode
 
getGeoProperty() - Method in class org.eclipse.rdf4j.sail.lucene.DistanceQuerySpec
 
getGeoProperty() - Method in class org.eclipse.rdf4j.sail.lucene.GeoRelationQuerySpec
 
getGeoVar() - Method in class org.eclipse.rdf4j.sail.lucene.DistanceQuerySpec
 
getGeoVar() - Method in class org.eclipse.rdf4j.sail.lucene.GeoRelationQuerySpec
 
getGraph() - Method in class org.eclipse.rdf4j.query.algebra.Clear
 
getGraph() - Method in class org.eclipse.rdf4j.query.algebra.Create
 
getGraph() - Method in class org.eclipse.rdf4j.query.algebra.Load
 
getGraphLocation(String) - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLDataSet
 
getGraphNames() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLDataSet
 
getGraphQueryString(String, BindingSet) - Static method in class org.eclipse.rdf4j.repository.sparql.query.QueryStringUtil
Retrieve a modified queryString into which all bindings of the given argument are replaced with their value.
getGroup(String) - Method in class org.eclipse.rdf4j.common.webapp.navigation.Group
Get the sub-group with the specified ID.
getGroup() - Method in class org.eclipse.rdf4j.queryrender.builder.GroupBuilder
Deprecated.
 
getGroupBindingNames() - Method in class org.eclipse.rdf4j.query.algebra.Group
 
getGroupElements() - Method in class org.eclipse.rdf4j.query.algebra.Group
 
getGroups() - Method in class org.eclipse.rdf4j.common.webapp.navigation.Group
Get the list of sub-groups
getHandledBoolean() - Method in class org.eclipse.rdf4j.query.resultio.helpers.QueryResultCollector
Determines whether QueryResultCollector.handleBoolean(boolean) was called for this collector.
getHandledTuple() - Method in class org.eclipse.rdf4j.query.resultio.helpers.QueryResultCollector
getHeaderElements(HttpServletRequest, String) - Static method in class org.eclipse.rdf4j.common.webapp.util.HttpServerUtil
Gets the elements of the request header with the specified name.
getHelpLong() - Method in class org.eclipse.rdf4j.console.command.Clear
 
getHelpLong() - Method in class org.eclipse.rdf4j.console.command.Close
 
getHelpLong() - Method in class org.eclipse.rdf4j.console.command.Connect
 
getHelpLong() - Method in class org.eclipse.rdf4j.console.command.ConsoleCommand
Get long description
getHelpLong() - Method in class org.eclipse.rdf4j.console.command.Convert
 
getHelpLong() - Method in class org.eclipse.rdf4j.console.command.Create
 
getHelpLong() - Method in class org.eclipse.rdf4j.console.command.Disconnect
 
getHelpLong() - Method in class org.eclipse.rdf4j.console.command.Drop
 
getHelpLong() - Method in class org.eclipse.rdf4j.console.command.Export
 
getHelpLong() - Method in class org.eclipse.rdf4j.console.command.Federate
 
getHelpLong() - Method in class org.eclipse.rdf4j.console.command.Load
 
getHelpLong() - Method in class org.eclipse.rdf4j.console.command.Open
 
getHelpLong() - Method in class org.eclipse.rdf4j.console.command.PrintHelp
 
getHelpLong() - Method in class org.eclipse.rdf4j.console.command.PrintInfo
 
getHelpLong() - Method in class org.eclipse.rdf4j.console.command.Serql
 
getHelpLong() - Method in class org.eclipse.rdf4j.console.command.SetParameters
 
getHelpLong() - Method in class org.eclipse.rdf4j.console.command.Show
 
getHelpLong() - Method in class org.eclipse.rdf4j.console.command.Sparql
 
getHelpLong() - Method in class org.eclipse.rdf4j.console.command.Verify
 
getHelpLong() - Method in interface org.eclipse.rdf4j.console.Help
Get long description
getHelpLong() - Method in class org.eclipse.rdf4j.console.setting.ConsoleSetting
Get long description
getHelpLong() - Method in class org.eclipse.rdf4j.console.setting.ConsoleWidth
 
getHelpLong() - Method in class org.eclipse.rdf4j.console.setting.LogLevel
 
getHelpLong() - Method in class org.eclipse.rdf4j.console.setting.Prefixes
 
getHelpLong() - Method in class org.eclipse.rdf4j.console.setting.QueryPrefix
 
getHelpLong() - Method in class org.eclipse.rdf4j.console.setting.SaveHistory
 
getHelpLong() - Method in class org.eclipse.rdf4j.console.setting.ShowPrefix
 
getHelpLong() - Method in class org.eclipse.rdf4j.console.setting.WorkDir
 
getHelpShort() - Method in class org.eclipse.rdf4j.console.command.Clear
 
getHelpShort() - Method in class org.eclipse.rdf4j.console.command.Close
 
getHelpShort() - Method in class org.eclipse.rdf4j.console.command.Connect
 
getHelpShort() - Method in class org.eclipse.rdf4j.console.command.ConsoleCommand
Get short description, small enough to fit on one console row
getHelpShort() - Method in class org.eclipse.rdf4j.console.command.Convert
 
getHelpShort() - Method in class org.eclipse.rdf4j.console.command.Create
 
getHelpShort() - Method in class org.eclipse.rdf4j.console.command.Disconnect
 
getHelpShort() - Method in class org.eclipse.rdf4j.console.command.Drop
 
getHelpShort() - Method in class org.eclipse.rdf4j.console.command.Export
 
getHelpShort() - Method in class org.eclipse.rdf4j.console.command.Federate
 
getHelpShort() - Method in class org.eclipse.rdf4j.console.command.Load
 
getHelpShort() - Method in class org.eclipse.rdf4j.console.command.Open
 
getHelpShort() - Method in class org.eclipse.rdf4j.console.command.PrintHelp
 
getHelpShort() - Method in class org.eclipse.rdf4j.console.command.PrintInfo
 
getHelpShort() - Method in class org.eclipse.rdf4j.console.command.Serql
 
getHelpShort() - Method in class org.eclipse.rdf4j.console.command.SetParameters
 
getHelpShort() - Method in class org.eclipse.rdf4j.console.command.Show
 
getHelpShort() - Method in class org.eclipse.rdf4j.console.command.Sparql
 
getHelpShort() - Method in class org.eclipse.rdf4j.console.command.Verify
 
getHelpShort() - Method in interface org.eclipse.rdf4j.console.Help
Get short description, small enough to fit on one console row
getHelpShort() - Method in class org.eclipse.rdf4j.console.setting.ConsoleSetting
Get short description, small enough to fit on one console row
getHost() - Method in class org.eclipse.rdf4j.common.net.ParsedIRI
Returns the host component of this IRI.
getHostname() - Method in class org.eclipse.rdf4j.sail.elasticsearchstore.config.ElasticsearchStoreConfig
 
getHostname() - Method in class org.eclipse.rdf4j.sail.elasticsearchstore.ElasticsearchStore
 
getHttpClient() - Method in interface org.eclipse.rdf4j.http.client.HttpClientDependent
HttpClient that has been assigned or has been used by this object.
getHttpClient() - Method in interface org.eclipse.rdf4j.http.client.HttpClientSessionManager
 
getHttpClient() - Method in class org.eclipse.rdf4j.http.client.query.AbstractHTTPQuery
 
getHttpClient() - Method in class org.eclipse.rdf4j.http.client.query.AbstractHTTPUpdate
 
getHttpClient() - Method in interface org.eclipse.rdf4j.http.client.SesameClient
Deprecated.
 
getHttpClient() - Method in class org.eclipse.rdf4j.http.client.SharedHttpClientSessionManager
 
getHttpClient() - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
getHttpClient() - Method in class org.eclipse.rdf4j.repository.http.HTTPRepository
 
getHttpClient() - Method in class org.eclipse.rdf4j.repository.manager.LocalRepositoryManager
 
getHttpClient() - Method in class org.eclipse.rdf4j.repository.manager.RemoteRepositoryManager
 
getHttpClient() - Method in class org.eclipse.rdf4j.repository.manager.RepositoryManager
 
getHttpClient() - Method in class org.eclipse.rdf4j.repository.manager.util.TypeFilteringRepositoryManager
 
getHttpClient() - Method in class org.eclipse.rdf4j.repository.sail.SailRepository
 
getHttpClient() - Method in class org.eclipse.rdf4j.repository.sail.SailRepositoryConnection
 
getHttpClient() - Method in class org.eclipse.rdf4j.repository.sparql.federation.SPARQLServiceResolver
 
getHttpClient() - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
 
getHttpClient() - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLRepository
 
getHttpClient() - Method in class org.eclipse.rdf4j.sail.federation.Federation
Deprecated.
 
getHttpClientSessionManager() - Method in interface org.eclipse.rdf4j.http.client.SesameClientDependent
Deprecated.
HttpClientSessionManager that has been assigned or has been used by this object.
getHttpClientSessionManager() - Method in interface org.eclipse.rdf4j.http.client.SessionManagerDependent
HttpClientSessionManager that has been assigned or has been used by this object.
getHttpClientSessionManager() - Method in class org.eclipse.rdf4j.repository.http.HTTPRepository
 
getHttpClientSessionManager() - Method in class org.eclipse.rdf4j.repository.sail.SailRepository
 
getHttpClientSessionManager() - Method in class org.eclipse.rdf4j.repository.sail.SailRepositoryConnection
 
getHttpClientSessionManager() - Method in class org.eclipse.rdf4j.repository.sparql.federation.SPARQLServiceResolver
 
getHttpClientSessionManager() - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLRepository
 
getHttpClientSessionManager() - Method in class org.eclipse.rdf4j.sail.federation.Federation
Deprecated.
 
getHttpProxyHost() - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
 
getHttpProxyPort() - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
Get HTTP proxy port as string
getHttpsProxyHost() - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
Get HTTPS proxy host
getHttpsProxyPort() - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
 
getI18n() - Method in class org.eclipse.rdf4j.common.webapp.Message
 
getI18n() - Method in class org.eclipse.rdf4j.common.webapp.navigation.AbstractNavigationNode
 
getI18n() - Method in interface org.eclipse.rdf4j.common.webapp.navigation.NavigationNode
 
getI18nPrefix() - Method in class org.eclipse.rdf4j.common.webapp.navigation.AbstractNavigationNode
 
getI18nPrefix() - Method in class org.eclipse.rdf4j.common.webapp.navigation.NavigationModel
 
getI18nPrefix() - Method in interface org.eclipse.rdf4j.common.webapp.navigation.NavigationNode
 
getI18nSeparator() - Method in class org.eclipse.rdf4j.common.webapp.navigation.AbstractNavigationNode
 
getI18nSeparator() - Method in class org.eclipse.rdf4j.common.webapp.navigation.NavigationModel
 
getI18nSeparator() - Method in interface org.eclipse.rdf4j.common.webapp.navigation.NavigationNode
 
getI18nSuffix() - Method in class org.eclipse.rdf4j.common.webapp.navigation.AbstractNavigationNode
 
getI18nSuffix() - Method in class org.eclipse.rdf4j.common.webapp.navigation.NavigationModel
 
getI18nSuffix() - Method in interface org.eclipse.rdf4j.common.webapp.navigation.NavigationNode
 
getIcon() - Method in class org.eclipse.rdf4j.common.webapp.navigation.AbstractNavigationNode
 
getIcon() - Method in interface org.eclipse.rdf4j.common.webapp.navigation.NavigationNode
 
getIconPrefix() - Method in class org.eclipse.rdf4j.common.webapp.navigation.AbstractNavigationNode
 
getIconPrefix() - Method in class org.eclipse.rdf4j.common.webapp.navigation.NavigationModel
 
getIconPrefix() - Method in interface org.eclipse.rdf4j.common.webapp.navigation.NavigationNode
 
getIconSeparator() - Method in class org.eclipse.rdf4j.common.webapp.navigation.AbstractNavigationNode
 
getIconSeparator() - Method in class org.eclipse.rdf4j.common.webapp.navigation.NavigationModel
 
getIconSeparator() - Method in interface org.eclipse.rdf4j.common.webapp.navigation.NavigationNode
 
getIconSuffix() - Method in class org.eclipse.rdf4j.common.webapp.navigation.AbstractNavigationNode
 
getIconSuffix() - Method in class org.eclipse.rdf4j.common.webapp.navigation.NavigationModel
 
getIconSuffix() - Method in interface org.eclipse.rdf4j.common.webapp.navigation.NavigationNode
 
getId() - Method in class org.eclipse.rdf4j.common.webapp.navigation.AbstractNavigationNode
 
getId() - Method in class org.eclipse.rdf4j.common.webapp.navigation.NavigationModel
 
getId() - Method in interface org.eclipse.rdf4j.common.webapp.navigation.NavigationNode
Get the ID of the node.
getId() - Method in class org.eclipse.rdf4j.federated.algebra.CheckStatementPattern
 
getId() - Method in class org.eclipse.rdf4j.federated.algebra.ExclusiveGroup
 
getId() - Method in class org.eclipse.rdf4j.federated.algebra.FedXStatementPattern
 
getId() - Method in interface org.eclipse.rdf4j.federated.algebra.StatementTupleExpr
 
getId() - Method in interface org.eclipse.rdf4j.federated.endpoint.Endpoint
 
getId() - Method in class org.eclipse.rdf4j.federated.endpoint.EndpointBase
 
getId(String, String) - Static method in class org.eclipse.rdf4j.federated.endpoint.EndpointFactory
Construct a unique id for the provided SPARQL Endpoint, e.g http://dbpedia.org/ => %type%_dbpedia.org
getId() - Method in class org.eclipse.rdf4j.federated.endpoint.provider.RepositoryInformation
 
getId() - Method in class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelExecutorBase
 
getID() - Method in interface org.eclipse.rdf4j.model.BNode
retrieves this blank node's identifier.
getID() - Method in class org.eclipse.rdf4j.model.impl.SimpleBNode
 
getID() - Method in class org.eclipse.rdf4j.repository.config.RepositoryConfig
 
getId() - Method in class org.eclipse.rdf4j.repository.manager.RepositoryInfo
 
getId() - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchDocument
 
getId() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneDocument
 
getId() - Method in interface org.eclipse.rdf4j.sail.lucene.SearchDocument
 
getID(byte[]) - Method in class org.eclipse.rdf4j.sail.nativerdf.datastore.DataStore
Gets the ID for the specified value.
getID(Value) - Method in class org.eclipse.rdf4j.sail.nativerdf.ValueStore
Deprecated.
Gets the ID for the specified value.
getId() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.AggregateIteratorTypeOverride
 
getId() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.BufferedPlanNode
 
getId() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.BulkedExternalInnerJoin
 
getId() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.BulkedExternalLeftOuterJoin
 
getId() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.DebugPlanNode
 
getId() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.EmptyNode
 
getId() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.EnrichWithShape
 
getId() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.EqualsJoin
 
getId() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.ExternalFilterByPredicate
 
getId() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.ExternalPredicateObjectFilter
 
getId() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.FilterPlanNode
 
getId() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.GroupByCount
 
getId() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.InnerJoin
 
getId() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.LeftOuterJoin
 
getId() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.NonUniqueTargetLang
 
getId() - Method in interface org.eclipse.rdf4j.sail.shacl.planNodes.PlanNode
 
getId() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.Select
 
getId() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.SetFilterNode
 
getId() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.Sort
 
getId() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.SparqlTargetSelect
 
getId() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.TrimTuple
 
getId() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.TupleMapper
 
getId() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.UnBufferedPlanNode
 
getId() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.UnionNode
 
getId() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.Unique
 
getId() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.UnorderedSelect
 
getId() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.ValuesBackedNode
 
getId() - Method in class org.eclipse.rdf4j.sail.shacl.results.lazy.LazyValidationReport
Deprecated.
 
getId() - Method in interface org.eclipse.rdf4j.sail.shacl.results.ModelInterface
Deprecated.
 
getId() - Method in class org.eclipse.rdf4j.sail.shacl.results.ValidationReport
Deprecated.
 
getId() - Method in class org.eclipse.rdf4j.sail.shacl.results.ValidationResult
Deprecated.
 
getId() - Method in class org.eclipse.rdf4j.sail.solr.SolrSearchDocument
 
getIDIterator(int) - Method in class org.eclipse.rdf4j.sail.nativerdf.datastore.HashFile
Gets an iterator that iterates over the IDs with hash codes that match the specified hash code.
getIgnoredTests() - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLComplianceTest
 
getImage(String) - Static method in class org.eclipse.rdf4j.common.io.ResourceUtil
Retrieve an image resource
getImageIcon(String) - Static method in class org.eclipse.rdf4j.common.io.ResourceUtil
Retrieve an image icon resource.
getIncludeInferred() - Method in class org.eclipse.rdf4j.federated.structures.FedXBooleanQuery
 
getIncludeInferred() - Method in class org.eclipse.rdf4j.federated.structures.FedXGraphQuery
 
getIncludeInferred() - Method in class org.eclipse.rdf4j.federated.structures.FedXTupleQuery
 
getIncludeInferred() - Method in class org.eclipse.rdf4j.federated.structures.QueryInfo
 
getIncludeInferred() - Method in class org.eclipse.rdf4j.query.impl.AbstractOperation
 
getIncludeInferred() - Method in interface org.eclipse.rdf4j.query.Operation
Returns whether or not this operation will return inferred statements (if any are present in the repository).
getIncludeInferred() - Method in class org.eclipse.rdf4j.repository.sparql.query.SPARQLOperation
Deprecated.
 
getIncludeInferredDefault() - Method in class org.eclipse.rdf4j.federated.FedXConfig
 
getIncrementalUUID() - Static method in class org.eclipse.rdf4j.federated.util.FedXUtil
Hexadecimal representation of an incremental integer.
getIndentationLevel() - Method in class org.eclipse.rdf4j.common.io.IndentingWriter
Get the indentation level (number of tabs or indentation string).
getIndentationString() - Method in class org.eclipse.rdf4j.common.io.IndentingWriter
Gets the string used for indentation.
getIndentString() - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Gets the string used for indentation.
getIndex() - Method in class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
 
getIndex() - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchDocument
 
getIndex() - Method in class org.eclipse.rdf4j.sail.elasticsearchstore.config.ElasticsearchStoreConfig
 
getIndex() - Method in class org.eclipse.rdf4j.sail.elasticsearchstore.ElasticsearchStore
 
getIndexDir() - Method in class org.eclipse.rdf4j.sail.lucene.config.AbstractLuceneSailConfig
 
getIndexName() - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
 
getIndexReader() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneIndex
 
getIndexSearcher() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneIndex
 
getIndexSearcher() - Method in class org.eclipse.rdf4j.sail.lucene.ReaderMonitor
 
getIndexWriter() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneIndex
 
getInferredSailSource() - Method in interface org.eclipse.rdf4j.sail.base.SailStore
 
getInferredSailSource() - Method in class org.eclipse.rdf4j.sail.base.SnapshotSailStore
 
getInferredSailSource() - Method in class org.eclipse.rdf4j.sail.extensiblestore.ExtensibleSailStore
 
getInitializedRepositories() - Method in class org.eclipse.rdf4j.repository.manager.RepositoryManager
Returns all initialized repositories.
getInitializedRepositories() - Method in class org.eclipse.rdf4j.repository.manager.util.TypeFilteringRepositoryManager
 
getInitializedRepositoryIDs() - Method in class org.eclipse.rdf4j.repository.manager.RepositoryManager
Returns all initialized repositories.
getInitializedRepositoryIDs() - Method in class org.eclipse.rdf4j.repository.manager.util.TypeFilteringRepositoryManager
 
getInitParameter(String) - Method in class org.eclipse.rdf4j.workbench.util.BasicServletConfig
 
getInitParameterNames() - Method in class org.eclipse.rdf4j.workbench.util.BasicServletConfig
 
getInitValue() - Method in class org.eclipse.rdf4j.console.setting.ConsoleSetting
 
getInitValue() - Method in interface org.eclipse.rdf4j.console.Setting
Get the initial value
getInputStream(String) - Static method in class org.eclipse.rdf4j.common.io.ResourceUtil
Get an inputstream on the specified resource.
getInsertContext() - Method in class org.eclipse.rdf4j.repository.contextaware.config.ContextAwareConfig
 
getInsertContext() - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
The default context to add the statements to.
getInsertContext() - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareRepository
 
getInsertExpr() - Method in class org.eclipse.rdf4j.query.algebra.Modify
 
getInstance() - Static method in class org.eclipse.rdf4j.common.platform.PlatformFactory
Returns the Platform instance corresponding with the current platform.
getInstance() - Static method in class org.eclipse.rdf4j.common.transaction.TransactionSettingRegistry
Gets the TransactionSettingRegistry singleton.
getInstance() - Static method in class org.eclipse.rdf4j.common.webapp.views.EmptySuccessView
 
getInstance() - Static method in class org.eclipse.rdf4j.common.webapp.views.SimpleCustomResponseView
 
getInstance() - Static method in class org.eclipse.rdf4j.common.webapp.views.SimpleResponseView
 
getInstance() - Static method in class org.eclipse.rdf4j.http.server.repository.BooleanQueryResultView
 
getInstance() - Static method in class org.eclipse.rdf4j.http.server.repository.config.ConfigView
 
getInstance() - Static method in class org.eclipse.rdf4j.http.server.repository.GraphQueryResultView
 
getInstance() - Static method in class org.eclipse.rdf4j.http.server.repository.statements.ExportStatementsView
 
getInstance() - Static method in class org.eclipse.rdf4j.http.server.repository.transaction.TransactionExportStatementsView
 
getInstance() - Static method in class org.eclipse.rdf4j.http.server.repository.TupleQueryResultView
 
getInstance() - Static method in class org.eclipse.rdf4j.model.impl.SimpleValueFactory
Provide a single shared instance of a SimpleValueFactory.
getInstance() - Static method in class org.eclipse.rdf4j.model.impl.ValueFactoryImpl
Deprecated.
since 2.0. Use SimpleValueFactory.getInstance() instead.
getInstance() - Static method in class org.eclipse.rdf4j.query.algebra.evaluation.function.FunctionRegistry
Gets the default FunctionRegistry.
getInstance() - Static method in class org.eclipse.rdf4j.query.algebra.evaluation.function.TupleFunctionRegistry
Gets the default TupleFunctionRegistry.
getInstance() - Static method in class org.eclipse.rdf4j.query.impl.EmptyBindingSet
 
getInstance() - Static method in class org.eclipse.rdf4j.query.parser.QueryParserRegistry
Gets the default QueryParserRegistry.
getInstance() - Static method in class org.eclipse.rdf4j.query.resultio.BooleanQueryResultParserRegistry
Gets the default BooleanQueryResultParserRegistry.
getInstance() - Static method in class org.eclipse.rdf4j.query.resultio.BooleanQueryResultWriterRegistry
Gets the default BooleanQueryResultWriterRegistry.
getInstance() - Static method in class org.eclipse.rdf4j.query.resultio.TupleQueryResultParserRegistry
Gets the default TupleQueryResultParserRegistry.
getInstance() - Static method in class org.eclipse.rdf4j.query.resultio.TupleQueryResultWriterRegistry
Gets the default TupleQueryResultWriterRegistry.
getInstance() - Static method in class org.eclipse.rdf4j.repository.config.RepositoryRegistry
Gets the default RepositoryRegistry.
getInstance(String) - Static method in class org.eclipse.rdf4j.repository.manager.RemoteRepositoryManager
Creates an initialized RemoteRepositoryManager with the specified server URL.
getInstance(String, String, String) - Static method in class org.eclipse.rdf4j.repository.manager.RemoteRepositoryManager
Creates an initialized RemoteRepositoryManager with the specified server URL and credentials.
getInstance() - Static method in class org.eclipse.rdf4j.rio.DatatypeHandlerRegistry
Gets the default DatatypeHandlerRegistry.
getInstance() - Static method in class org.eclipse.rdf4j.rio.LanguageHandlerRegistry
Gets the default LanguageHandlerRegistry.
getInstance() - Static method in class org.eclipse.rdf4j.rio.RDFParserRegistry
Gets the default RDFParserRegistry.
getInstance() - Static method in class org.eclipse.rdf4j.rio.RDFWriterRegistry
Gets the default RDFWriterRegistry.
getInstance() - Static method in class org.eclipse.rdf4j.sail.config.SailRegistry
Gets the default SailRegistry.
getInstance(ExtensibleSailStore) - Method in enum org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics.EvaluationStatisticsEnum
 
getInt(byte[], int) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
Get an integer value from a byte array at a specific offset.
getInt(String) - Method in class org.eclipse.rdf4j.workbench.util.WorkbenchRequest
Get the integer value associated with the given parameter name.
getIntegerValue(Literal, BigInteger) - Static method in class org.eclipse.rdf4j.model.util.Literals
Gets the integer value of the supplied literal.
getIntegerValue(Value, BigInteger) - Static method in class org.eclipse.rdf4j.model.util.Literals
Returns the result of getIntegerValue((Literal)value, fallback) in case the supplied value is a literal, returns the fallback value otherwise.
getInternalID() - Method in class org.eclipse.rdf4j.sail.nativerdf.model.NativeBNode
 
getInternalID() - Method in class org.eclipse.rdf4j.sail.nativerdf.model.NativeIRI
 
getInternalID() - Method in class org.eclipse.rdf4j.sail.nativerdf.model.NativeLiteral
 
getInternalID() - Method in interface org.eclipse.rdf4j.sail.nativerdf.model.NativeValue
Gets the ID that is used in the native store for this Value.
getIntValue(Literal, int) - Static method in class org.eclipse.rdf4j.model.util.Literals
Gets the int value of the supplied literal.
getIntValue(Value, int) - Static method in class org.eclipse.rdf4j.model.util.Literals
Returns the result of getIntValue((Literal)value, fallback) in case the supplied value is a literal, returns the fallback value otherwise.
getIri() - Method in enum org.eclipse.rdf4j.sail.shacl.SourceConstraintComponent
 
getIRIs(Class) - Static method in class org.eclipse.rdf4j.model.util.Vocabularies
Get all the IRIs of the classes and properties of a vocabulary.
getIsolationLevel() - Method in class org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
 
getIsolationLevel() - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
getIsolationLevel() - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Retrieves the current transaction isolation level of the connection.
getItemCount() - Method in class org.eclipse.rdf4j.sail.nativerdf.datastore.HashFile
 
getIterationCacheSyncThreshold() - Method in class org.eclipse.rdf4j.sail.config.AbstractSailImplConfig
 
getIterationCacheSyncThreshold() - Method in interface org.eclipse.rdf4j.sail.config.SailImplConfig
 
getIterationCacheSyncThreshold() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSail
Retrieves the currently configured threshold for syncing query evaluation iteration caches to disk.
getIteratorDataType() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.AggregateIteratorTypeOverride
 
getIteratorDataType() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.BufferedPlanNode
 
getIteratorDataType() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.BulkedExternalInnerJoin
 
getIteratorDataType() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.BulkedExternalLeftOuterJoin
 
getIteratorDataType() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.DebugPlanNode
 
getIteratorDataType() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.EmptyNode
 
getIteratorDataType() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.EnrichWithShape
 
getIteratorDataType() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.EqualsJoin
 
getIteratorDataType() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.ExternalFilterByPredicate
 
getIteratorDataType() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.ExternalPredicateObjectFilter
 
getIteratorDataType() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.FilterPlanNode
 
getIteratorDataType() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.GroupByCount
 
getIteratorDataType() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.InnerJoin
 
getIteratorDataType() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.LeftOuterJoin
 
getIteratorDataType() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.NonUniqueTargetLang
 
getIteratorDataType() - Method in interface org.eclipse.rdf4j.sail.shacl.planNodes.PlanNode
 
getIteratorDataType() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.Select
 
getIteratorDataType() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.SetFilterNode
 
getIteratorDataType() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.Sort
 
getIteratorDataType() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.SparqlTargetSelect
 
getIteratorDataType() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.TrimTuple
 
getIteratorDataType() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.TupleMapper
 
getIteratorDataType() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.UnBufferedPlanNode
 
getIteratorDataType() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.UnionNode
 
getIteratorDataType() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.Unique
 
getIteratorDataType() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.UnorderedSelect
 
getIteratorDataType() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.ValuesBackedNode
 
getJarPath() - Method in class org.eclipse.rdf4j.federated.util.Version
 
getJava() - Method in class org.eclipse.rdf4j.common.webapp.system.SystemInfoController.ServerInfo
 
getJava() - Method in class org.eclipse.rdf4j.common.webapp.system.SystemOverviewController.ServerInfo
 
getJoinArgs(TupleExpr, L) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryJoinOptimizer.JoinVisitor
Deprecated.
 
getJoinArgs(TupleExpr, L) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.QueryMultiJoinOptimizer.JoinVisitor
 
getJoined(Class<? extends PushablePlanNode>) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.InnerJoin
 
getJoinScheduler() - Method in class org.eclipse.rdf4j.federated.FederationManager
 
getJoinVariables(int) - Method in class org.eclipse.rdf4j.federated.algebra.NJoin
Returns the commons variables of the join with the given index.
getJoinVars() - Method in class org.eclipse.rdf4j.federated.evaluation.join.JoinExecutorBase
 
getJoinWorkerThreads() - Method in class org.eclipse.rdf4j.federated.FedXConfig
The (maximum) number of join worker threads used in the ControlledWorkerScheduler for join operations.
getJSONPResultFormat(HttpServletRequest, ServletResponse) - Method in class org.eclipse.rdf4j.workbench.base.AbstractServlet
 
getKey(S) - Method in class org.eclipse.rdf4j.common.lang.service.ServiceRegistry
Gets the key for the specified service.
getKey(TransactionSettingFactory) - Method in class org.eclipse.rdf4j.common.transaction.TransactionSettingRegistry
 
getKey() - Method in class org.eclipse.rdf4j.common.webapp.util.Parameter
 
getKey(Function) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.FunctionRegistry
 
getKey(TupleFunction) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.TupleFunctionRegistry
 
getKey(EvaluationStrategy) - Static method in class org.eclipse.rdf4j.query.algebra.evaluation.util.EvaluationStrategies
Retrieve the registry key for the given EvaluationStrategy
getKey(QueryParserFactory) - Method in class org.eclipse.rdf4j.query.parser.QueryParserRegistry
 
getKey(BooleanQueryResultParserFactory) - Method in class org.eclipse.rdf4j.query.resultio.BooleanQueryResultParserRegistry
 
getKey(BooleanQueryResultWriterFactory) - Method in class org.eclipse.rdf4j.query.resultio.BooleanQueryResultWriterRegistry
 
getKey(TupleQueryResultParserFactory) - Method in class org.eclipse.rdf4j.query.resultio.TupleQueryResultParserRegistry
 
getKey(TupleQueryResultWriterFactory) - Method in class org.eclipse.rdf4j.query.resultio.TupleQueryResultWriterRegistry
 
getKey(RepositoryFactory) - Method in class org.eclipse.rdf4j.repository.config.RepositoryRegistry
 
getKey() - Method in interface org.eclipse.rdf4j.rio.DatatypeHandler
A unique key for this datatype handler to identify it in the DatatypeHandlerRegistry.
getKey(DatatypeHandler) - Method in class org.eclipse.rdf4j.rio.DatatypeHandlerRegistry
 
getKey() - Method in class org.eclipse.rdf4j.rio.datatypes.DBPediaDatatypeHandler
 
getKey() - Method in class org.eclipse.rdf4j.rio.datatypes.GeoSPARQLDatatypeHandler
 
getKey() - Method in class org.eclipse.rdf4j.rio.datatypes.RDFDatatypeHandler
 
getKey() - Method in class org.eclipse.rdf4j.rio.datatypes.VirtuosoGeometryDatatypeHandler
 
getKey() - Method in class org.eclipse.rdf4j.rio.datatypes.XMLSchemaDatatypeHandler
 
getKey() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRioSetting
 
getKey() - Method in interface org.eclipse.rdf4j.rio.LanguageHandler
A unique key for this language handler to identify it in the LanguageHandlerRegistry.
getKey(LanguageHandler) - Method in class org.eclipse.rdf4j.rio.LanguageHandlerRegistry
 
getKey() - Method in class org.eclipse.rdf4j.rio.languages.BCP47LanguageHandler
 
getKey() - Method in class org.eclipse.rdf4j.rio.languages.RFC3066LanguageHandler
 
getKey(RDFParserFactory) - Method in class org.eclipse.rdf4j.rio.RDFParserRegistry
 
getKey(RDFWriterFactory) - Method in class org.eclipse.rdf4j.rio.RDFWriterRegistry
 
getKey() - Method in interface org.eclipse.rdf4j.rio.RioSetting
A unique key for this parser setting.
getKey(SailFactory) - Method in class org.eclipse.rdf4j.sail.config.SailRegistry
 
getKey(Object) - Static method in class org.eclipse.rdf4j.sail.model.NonSerializables
Deprecated.
Retrieves the registry key for the given object.
getKeys() - Method in class org.eclipse.rdf4j.common.lang.service.ServiceRegistry
Gets the set of registered keys.
getLabel() - Method in class org.eclipse.rdf4j.http.protocol.error.ErrorType
 
getLabel() - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
 
getLabel() - Method in interface org.eclipse.rdf4j.model.Literal
Gets the label (the lexical value) of this literal.
getLabel(Literal, String) - Static method in class org.eclipse.rdf4j.model.util.Literals
Gets the label of the supplied literal.
getLabel(Value, String) - Static method in class org.eclipse.rdf4j.model.util.Literals
Returns the result of getLabel((Literal)v, fallback in case the supplied value is a literal, returns the fallback value otherwise.
getLabel(Optional, String) - Static method in class org.eclipse.rdf4j.model.util.Literals
 
getLabel() - Method in enum org.eclipse.rdf4j.rio.helpers.JSONLDMode
 
getLabel() - Method in enum org.eclipse.rdf4j.rio.helpers.RDFaVersion
 
getLanguage() - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
 
getLanguage() - Method in interface org.eclipse.rdf4j.model.Literal
Gets the language tag for this literal, normalized to lower case.
getLanguage() - Method in interface org.eclipse.rdf4j.queryrender.QueryRenderer
Return the language this QueryRenderer will render queries in.
getLanguage() - Method in class org.eclipse.rdf4j.queryrender.serql.SeRQLQueryRenderer
 
getLanguage() - Method in class org.eclipse.rdf4j.queryrender.sparql.SPARQLQueryRenderer
 
getLeftArg() - Method in class org.eclipse.rdf4j.query.algebra.BinaryTupleOperator
Gets the left argument of this binary tuple operator.
getLeftArg() - Method in class org.eclipse.rdf4j.query.algebra.BinaryValueOperator
Gets the left argument of this binary value operator.
getLeftJoinScheduler() - Method in class org.eclipse.rdf4j.federated.FederationManager
 
getLeftJoinWorkerThreads() - Method in class org.eclipse.rdf4j.federated.FedXConfig
The (maximum) number of left join worker threads used in the ControlledWorkerScheduler for join operations.
getLevel() - Method in class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
 
getLevel() - Method in class org.eclipse.rdf4j.common.logging.base.SimpleLogRecord
 
getLevel() - Method in interface org.eclipse.rdf4j.common.logging.LogReader
Level of the log records returned by this log reader.
getLevel() - Method in interface org.eclipse.rdf4j.common.logging.LogRecord
Get log level
getLevel() - Method in class org.eclipse.rdf4j.spin.ConstraintViolation
 
getLimit() - Method in class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
Get the limit.
getLimit() - Method in interface org.eclipse.rdf4j.common.logging.LogReader
Max.
getLimit() - Method in class org.eclipse.rdf4j.federated.optimizer.GenericInfoOptimizer
 
getLimit(QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
Returns the limit of the current variable bindings before any further projection.
getLimit() - Method in class org.eclipse.rdf4j.query.algebra.Slice
 
getLimit() - Method in class org.eclipse.rdf4j.queryrender.BaseTupleExprRenderer
 
getLimit() - Method in class org.eclipse.rdf4j.workbench.util.PagedQuery
 
getLine() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.Tuple
 
getLineNo() - Method in class org.eclipse.rdf4j.rio.helpers.SimpleParseLocationListener
 
getLineNumber() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateDataBlockParser
 
getLineNumber() - Method in exception org.eclipse.rdf4j.query.resultio.QueryResultParseException
Gets the line number associated with this parse exception.
getLineNumber() - Method in exception org.eclipse.rdf4j.rio.RDFParseException
Gets the line number associated with this parse exception.
getLineNumber() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
 
getLineNumberOffset() - Method in class org.eclipse.rdf4j.query.algebra.DeleteData
 
getLineNumberOffset() - Method in class org.eclipse.rdf4j.query.algebra.InsertData
 
getLineReader() - Method in class org.eclipse.rdf4j.console.ConsoleIO
Get the JLine line reader
getLinks() - Method in class org.eclipse.rdf4j.query.resultio.helpers.QueryResultCollector
 
getlist() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.Tuple
 
getListener() - Method in class org.eclipse.rdf4j.common.xml.SimpleSAXParser
Gets the listener that currently will receive any events from this parser.
getLiteralPropertyValueAsString(Statement) - Static method in class org.eclipse.rdf4j.sail.lucene.SearchFields
 
getLocale() - Method in class org.eclipse.rdf4j.workbench.util.DynamicHttpRequest
 
getLocalName() - Method in class org.eclipse.rdf4j.model.impl.SimpleIRI
 
getLocalName() - Method in interface org.eclipse.rdf4j.model.IRI
Gets the local name part of this IRI.
getLocalName() - Method in interface org.eclipse.rdf4j.model.URI
Deprecated.
Gets the local name part of this URI.
getLocalName() - Method in class org.eclipse.rdf4j.sail.memory.model.MemIRI
 
getLocalNameIndex(String) - Static method in class org.eclipse.rdf4j.model.util.URIUtil
Finds the index of the first local name character in an (non-relative) URI.
getLocalPropertySpace() - Method in class org.eclipse.rdf4j.sail.federation.config.FederationConfig
Deprecated.
 
getLocalPropertySpace() - Method in class org.eclipse.rdf4j.sail.federation.Federation
Deprecated.
 
getLocation() - Method in class org.eclipse.rdf4j.federated.endpoint.provider.RepositoryInformation
 
getLocation() - Method in class org.eclipse.rdf4j.repository.manager.LocalRepositoryManager
Gets the base dir against which to resolve relative paths.
getLocation() - Method in class org.eclipse.rdf4j.repository.manager.RemoteRepositoryManager
Gets the URL of the remote server, e.g.
getLocation() - Method in class org.eclipse.rdf4j.repository.manager.RepositoryInfo
 
getLocation() - Method in class org.eclipse.rdf4j.repository.manager.RepositoryManager
Gets the URL of the server or directory.
getLocation() - Method in class org.eclipse.rdf4j.repository.manager.util.TypeFilteringRepositoryManager
 
getLocation() - Method in class org.eclipse.rdf4j.sail.helpers.DirectoryLockManager
 
getLocation() - Method in interface org.eclipse.rdf4j.sail.LockManager
Technical description of where the lock is located, such as a URL.
getLocationString(long, long) - Static method in exception org.eclipse.rdf4j.rio.RDFParseException
Creates a string to that shows the specified line and column number.
getLocator() - Method in class org.eclipse.rdf4j.common.xml.SimpleSAXParser
 
getLockedBy() - Method in exception org.eclipse.rdf4j.repository.RepositoryLockedException
Returns the name representing the Java virtual machine that acquired the lock.
getLockedBy() - Method in exception org.eclipse.rdf4j.sail.SailLockedException
Returns the name representing the Java virtual machine that acquired the lock.
getLockManager() - Method in exception org.eclipse.rdf4j.sail.SailLockedException
 
getLogConfiguration() - Method in class org.eclipse.rdf4j.common.app.AppConfiguration
Get logging configuration
getLoggingDir() - Method in class org.eclipse.rdf4j.common.app.logging.base.AbstractLogConfiguration
 
getLoggingDir() - Method in interface org.eclipse.rdf4j.common.app.logging.LogConfiguration
The location on the file system where logging data is stored.
getLogReader(String) - Method in class org.eclipse.rdf4j.common.app.logging.logback.LogbackConfiguration
 
getLogReader(String) - Method in class org.eclipse.rdf4j.common.app.logging.logback.LogConfigurator
 
getLogReader(String) - Method in interface org.eclipse.rdf4j.common.app.logging.LogConfiguration
A reader that can read logging information as stored by the specific logger's appender.
getLogReader(int, int, HttpServletRequest) - Method in class org.eclipse.rdf4j.common.webapp.system.logging.LoggingOverviewController
 
getLong(byte[], int) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
Get a long value from a byte array at a specific offset.
getLongName() - Method in class org.eclipse.rdf4j.common.app.AppConfiguration
Get the long name of the application (e.g.
getLongQuotedString(String) - Static method in class org.eclipse.rdf4j.sparqlbuilder.util.SparqlBuilderUtils
For string literals that contain single- or double-quotes
getLongValue(Literal, long) - Static method in class org.eclipse.rdf4j.model.util.Literals
Gets the long value of the supplied literal.
getLongValue(Value, long) - Static method in class org.eclipse.rdf4j.model.util.Literals
Returns the result of getLongValue((Literal)value, fallback) in case the supplied value is a literal, returns the fallback value otherwise.
getLongVersion() - Method in class org.eclipse.rdf4j.federated.util.Version
 
getLuceneIndex() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSail
 
getMajor() - Method in class org.eclipse.rdf4j.common.app.AppVersion
Gets the version's major version number.
getManager() - Method in interface org.eclipse.rdf4j.console.ConsoleState
Get repository manager
getManager() - Method in class org.eclipse.rdf4j.federated.FederationContext
 
getManagerID() - Method in interface org.eclipse.rdf4j.console.ConsoleState
Get repository manager ID
getManifestName(Repository, RepositoryConnection, String) - Static method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLQueryTest
Deprecated.
 
getManifestName(Repository, RepositoryConnection, String) - Static method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLUpdateConformanceTest
Deprecated.
 
getManifestURL() - Static method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQL11QueryComplianceTest
 
getManifestURL() - Static method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQL12QueryComplianceTest
 
getMappings() - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
 
getMatcherQuery() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.config.CustomGraphQueryInferencerConfig
 
getMatchesPattern() - Method in class org.eclipse.rdf4j.sail.lucene.QuerySpec
 
getMatchesVariableName() - Method in class org.eclipse.rdf4j.sail.lucene.QuerySpec
return the name of the bound variable that should match the query
getMatchingBooleanFormatOrNull() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTupleTest
 
getMatchingTupleFormatOrNull() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOBooleanTest
 
getMaxAge() - Method in class org.eclipse.rdf4j.workbench.proxy.CookieHandler
 
getMaxCollectionsSize() - Method in class org.eclipse.rdf4j.sail.nativerdf.LimitedSizeNativeStoreConnection
 
getMaxDate() - Method in class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
 
getMaxDate() - Method in class org.eclipse.rdf4j.common.logging.file.logback.MultipleFileLogReader
 
getMaxDate() - Method in interface org.eclipse.rdf4j.common.logging.LogReader
Max (latest) available date of the log records.
getMaxExecutionTime() - Method in class org.eclipse.rdf4j.federated.structures.FedXBooleanQuery
 
getMaxExecutionTime() - Method in class org.eclipse.rdf4j.federated.structures.FedXGraphQuery
 
getMaxExecutionTime() - Method in class org.eclipse.rdf4j.federated.structures.FedXTupleQuery
 
getMaxExecutionTime() - Method in class org.eclipse.rdf4j.query.impl.AbstractOperation
 
getMaxExecutionTime() - Method in interface org.eclipse.rdf4j.query.Operation
Returns the maximum operation execution time.
getMaxID() - Method in class org.eclipse.rdf4j.sail.nativerdf.datastore.DataStore
Returns the maximum value-ID that is in use.
getMaxID() - Method in class org.eclipse.rdf4j.sail.nativerdf.datastore.IDFile
Gets the largest ID that is stored in this ID file.
getMaximum() - Method in class org.eclipse.rdf4j.common.webapp.system.SystemInfoController.MemoryInfo
 
getMaximum() - Method in class org.eclipse.rdf4j.common.webapp.system.SystemOverviewController.MemoryInfo
 
getMaxIterationCount() - Method in class org.eclipse.rdf4j.spin.RuleProperty
 
getMaxQueryTime() - Method in class org.eclipse.rdf4j.federated.structures.FedXBooleanQuery
 
getMaxQueryTime() - Method in class org.eclipse.rdf4j.federated.structures.FedXGraphQuery
 
getMaxQueryTime() - Method in class org.eclipse.rdf4j.federated.structures.FedXTupleQuery
 
getMaxQueryTime() - Method in class org.eclipse.rdf4j.query.impl.AbstractQuery
Deprecated.
getMaxQueryTime() - Method in interface org.eclipse.rdf4j.query.Query
Deprecated.
since 2.0. Use Operation.getMaxExecutionTime() instead.
getMaxQueryTime() - Method in class org.eclipse.rdf4j.repository.contextaware.config.ContextAwareConfig
 
getMaxQueryTime() - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
 
getMaxQueryTime() - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareRepository
 
getMaxRemainingTimeMS() - Method in class org.eclipse.rdf4j.federated.structures.QueryInfo
 
getMembers() - Method in class org.eclipse.rdf4j.federated.FedX
 
getMembers() - Method in class org.eclipse.rdf4j.federated.repository.FedXRepositoryConfig
 
getMembers() - Method in class org.eclipse.rdf4j.sail.federation.config.FederationConfig
Deprecated.
 
getMembers() - Method in class org.eclipse.rdf4j.sail.federation.Federation
Deprecated.
Returns the members of this federation.
getMemBNode(BNode) - Method in class org.eclipse.rdf4j.sail.memory.model.MemValueFactory
See getMemValue() for description.
getMemBNodes() - Method in class org.eclipse.rdf4j.sail.memory.model.MemValueFactory
Gets all bnodes that are managed by this value factory.
getMemLiteral(Literal) - Method in class org.eclipse.rdf4j.sail.memory.model.MemValueFactory
See getMemValue() for description.
getMemLiterals() - Method in class org.eclipse.rdf4j.sail.memory.model.MemValueFactory
Gets all literals that are managed by this value factory.
getMemResource(Resource) - Method in class org.eclipse.rdf4j.sail.memory.model.MemValueFactory
See getMemValue() for description.
getMemURI(IRI) - Method in class org.eclipse.rdf4j.sail.memory.model.MemValueFactory
See getMemValue() for description.
getMemURIs() - Method in class org.eclipse.rdf4j.sail.memory.model.MemValueFactory
Gets all URIs that are managed by this value factory.
getMemValue(Value) - Method in class org.eclipse.rdf4j.sail.memory.model.MemValueFactory
Returns a previously created MemValue that is equal to the supplied value, or null if the supplied value is a new value or is equal to null.
getMergedDataset(Dataset) - Method in class org.eclipse.rdf4j.query.impl.AbstractParserUpdate
Determines the active dataset by appropriately merging the pre-set dataset and the dataset defined in the SPARQL operation itself.
getMergedDataset(Dataset) - Method in class org.eclipse.rdf4j.query.parser.impl.AbstractParserUpdate
Determines the active dataset by appropriately merging the pre-set dataset and the dataset defined in the SPARQL operation itself.
getMessage() - Method in class org.eclipse.rdf4j.common.logging.base.SimpleLogRecord
 
getMessage() - Method in interface org.eclipse.rdf4j.common.logging.LogRecord
Get message
getMessage() - Method in class org.eclipse.rdf4j.spin.ConstraintViolation
 
getMethod() - Method in class org.eclipse.rdf4j.workbench.util.DynamicHttpRequest
 
getMilestone() - Method in class org.eclipse.rdf4j.common.app.AppVersion
Get the milestone number
getMIMEType(String) - Static method in class org.eclipse.rdf4j.common.webapp.util.HttpServerUtil
Extracts the MIME type from the specified content type string.
getMIMETypes() - Method in class org.eclipse.rdf4j.common.lang.FileFormat
Gets the file format's MIME types.
getMinDate() - Method in class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
 
getMinDate() - Method in class org.eclipse.rdf4j.common.logging.file.logback.MultipleFileLogReader
 
getMinDate() - Method in interface org.eclipse.rdf4j.common.logging.LogReader
Min (earliest) available date of the log records.
getMinLength() - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
 
getMinor() - Method in class org.eclipse.rdf4j.common.app.AppVersion
Gets the version's minor version number.
getModelFactory() - Method in class org.eclipse.rdf4j.repository.manager.RepositoryManager
Get the ModelFactory used for creating new Model objects in the manager.
getModelFactory() - Method in class org.eclipse.rdf4j.rio.helpers.RDFHandlerWrapper
 
getModelImplementation() - Method in class org.eclipse.rdf4j.model.ModelNamespacesTest
Implementing tests must return a new, empty, Model for each call to this method.
getModifier() - Method in class org.eclipse.rdf4j.common.app.AppVersion
Gets the version's release modifier part.
getMonitoringInformation(Endpoint) - Method in class org.eclipse.rdf4j.federated.monitoring.MonitoringImpl
 
getMonitoringInformation(Endpoint) - Method in interface org.eclipse.rdf4j.federated.monitoring.MonitoringService
 
getMonitoringService() - Method in class org.eclipse.rdf4j.federated.FederationContext
 
getMultilineMap() - Method in class org.eclipse.rdf4j.repository.config.ConfigTemplate
 
getName() - Method in class org.eclipse.rdf4j.common.lang.FileFormat
Gets the name of this file format.
getName() - Method in class org.eclipse.rdf4j.common.platform.DefaultPlatform
 
getName() - Method in interface org.eclipse.rdf4j.common.platform.Platform
Get a descriptive name for this platform.
getName() - Method in class org.eclipse.rdf4j.common.platform.support.MacOSXPlatform
 
getName() - Method in class org.eclipse.rdf4j.common.platform.support.PosixGnomePlatform
 
getName() - Method in class org.eclipse.rdf4j.common.platform.support.PosixKDEPlatform
 
getName() - Method in class org.eclipse.rdf4j.common.platform.support.PosixPlatform
 
getName() - Method in class org.eclipse.rdf4j.common.platform.support.WindowsPlatform
Returns the name of this windows platform.
getName() - Method in interface org.eclipse.rdf4j.common.transaction.TransactionSetting
The globally unique transaction settings name.
getName() - Method in interface org.eclipse.rdf4j.common.transaction.TransactionSettingFactory
Name of TransactionSetting this factory produces
getName() - Method in class org.eclipse.rdf4j.console.command.Clear
 
getName() - Method in class org.eclipse.rdf4j.console.command.Close
 
getName() - Method in class org.eclipse.rdf4j.console.command.Connect
 
getName() - Method in class org.eclipse.rdf4j.console.command.Convert
 
getName() - Method in class org.eclipse.rdf4j.console.command.Create
 
getName() - Method in class org.eclipse.rdf4j.console.command.Disconnect
 
getName() - Method in class org.eclipse.rdf4j.console.command.Drop
 
getName() - Method in class org.eclipse.rdf4j.console.command.Export
 
getName() - Method in class org.eclipse.rdf4j.console.command.Federate
 
getName() - Method in class org.eclipse.rdf4j.console.command.Load
 
getName() - Method in class org.eclipse.rdf4j.console.command.Open
 
getName() - Method in class org.eclipse.rdf4j.console.command.PrintHelp
 
getName() - Method in class org.eclipse.rdf4j.console.command.PrintInfo
 
getName() - Method in class org.eclipse.rdf4j.console.command.Serql
 
getName() - Method in class org.eclipse.rdf4j.console.command.SetParameters
 
getName() - Method in class org.eclipse.rdf4j.console.command.Show
 
getName() - Method in class org.eclipse.rdf4j.console.command.Sparql
 
getName() - Method in class org.eclipse.rdf4j.console.command.Verify
 
getName() - Method in interface org.eclipse.rdf4j.console.Help
Get the name of the command
getName() - Method in class org.eclipse.rdf4j.console.setting.ConsoleWidth
 
getName() - Method in class org.eclipse.rdf4j.console.setting.LogLevel
 
getName() - Method in class org.eclipse.rdf4j.console.setting.Prefixes
 
getName() - Method in class org.eclipse.rdf4j.console.setting.QueryPrefix
 
getName() - Method in class org.eclipse.rdf4j.console.setting.SaveHistory
 
getName() - Method in class org.eclipse.rdf4j.console.setting.ShowPrefix
 
getName() - Method in class org.eclipse.rdf4j.console.setting.WorkDir
 
getName() - Method in interface org.eclipse.rdf4j.federated.endpoint.Endpoint
 
getName() - Method in class org.eclipse.rdf4j.federated.endpoint.EndpointBase
 
getName() - Method in class org.eclipse.rdf4j.federated.endpoint.provider.RepositoryInformation
 
getName() - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.SetNamespaceOperation
 
getName() - Method in interface org.eclipse.rdf4j.IsolationLevel
 
getName() - Method in class org.eclipse.rdf4j.model.impl.SimpleNamespace
Gets the name of the namespace.
getName() - Method in interface org.eclipse.rdf4j.model.Namespace
Gets the name of the current namespace (i.e.
getName() - Method in class org.eclipse.rdf4j.query.algebra.ExtensionElem
 
getName() - Method in class org.eclipse.rdf4j.query.algebra.GroupElem
 
getName() - Method in class org.eclipse.rdf4j.query.algebra.Var
 
getName() - Method in interface org.eclipse.rdf4j.query.Binding
Gets the name of the binding (e.g.
getName() - Method in class org.eclipse.rdf4j.query.impl.SimpleBinding
 
getName() - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLComplianceTest
 
getName() - Method in class org.eclipse.rdf4j.query.QueryLanguage
Gets the name of this query language.
getName() - Method in enum org.eclipse.rdf4j.sail.shacl.ShaclSail.TransactionSettings.ValidationApproach
 
getName() - Method in class org.eclipse.rdf4j.sail.shacl.ValidationApproachFactory
 
getName() - Method in interface org.eclipse.rdf4j.shacl.manifest.SHACLManifestTestSuiteFactory.TestFactory
 
getNamedGraphs() - Method in class org.eclipse.rdf4j.federated.structures.FedXDataset
 
getNamedGraphs() - Method in interface org.eclipse.rdf4j.query.Dataset
Gets the named graph URIs of this dataset.
getNamedGraphs() - Method in class org.eclipse.rdf4j.query.impl.FallbackDataset
 
getNamedGraphs() - Method in class org.eclipse.rdf4j.query.impl.SimpleDataset
Gets the (unmodifiable) set of named graph URIs.
getNamespace(String) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
getNamespace(String) - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
getNamespace(String) - Method in class org.eclipse.rdf4j.model.impl.EmptyModel
 
getNamespace(String) - Method in class org.eclipse.rdf4j.model.impl.FilteredModel
 
getNamespace(String) - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
getNamespace() - Method in class org.eclipse.rdf4j.model.impl.SimpleIRI
 
getNamespace(String) - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
getNamespace() - Method in interface org.eclipse.rdf4j.model.IRI
Gets the namespace part of this IRI.
getNamespace(String) - Method in interface org.eclipse.rdf4j.model.NamespaceAware
Gets the namespace that is associated with the specified prefix, if any.
getNamespace() - Method in interface org.eclipse.rdf4j.model.URI
Deprecated.
Gets the namespace part of this URI.
getNamespace(String) - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
getNamespace(String) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Gets the namespace that is associated with the specified prefix, if any.
getNamespace(String) - Method in class org.eclipse.rdf4j.repository.sail.SailRepositoryConnection
 
getNamespace(String) - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
 
getNamespace(String) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
Gets the namespace that is associated with the specified prefix or throws an RDFParseException.
getNamespace(String) - Method in interface org.eclipse.rdf4j.sail.base.SailDataset
Gets the namespace that is associated with the specified prefix, if any.
getNamespace(String) - Method in interface org.eclipse.rdf4j.sail.extensiblestore.NamespaceStoreInterface
 
getNamespace(String) - Method in class org.eclipse.rdf4j.sail.extensiblestore.SimpleMemoryNamespaceStore
 
getNamespace(String) - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
getNamespace(String) - Method in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapper
 
getNamespace() - Method in class org.eclipse.rdf4j.sail.memory.model.MemIRI
 
getNamespace(String) - Method in class org.eclipse.rdf4j.sail.model.SailModel
Deprecated.
 
getNamespace(String) - Method in interface org.eclipse.rdf4j.sail.SailConnection
Gets the namespace that is associated with the specified prefix, if any.
getNamespaceCacheSize() - Method in class org.eclipse.rdf4j.sail.nativerdf.config.NativeStoreConfig
 
getNamespaceDeclarations() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
Get a set of useful namespace prefix declarations.
getNamespaceDeclarations() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
Get a set of useful namespace prefix declarations.
getNamespaceIDCacheSize() - Method in class org.eclipse.rdf4j.sail.nativerdf.config.NativeStoreConfig
 
getNamespaceInternal(String) - Method in class org.eclipse.rdf4j.federated.FedXConnection
 
getNamespaceInternal(String) - Method in class org.eclipse.rdf4j.sail.base.SailSourceConnection
 
getNamespaceInternal(String) - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
getNamespacePrefixLocation(String, String) - Static method in class org.eclipse.rdf4j.http.protocol.Protocol
Get the location of the namespace with the specified prefix for a specific repository on the specified server.
getNamespaces() - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
getNamespaces(TupleQueryResultHandler) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
getNamespaces() - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
getNamespaces() - Method in class org.eclipse.rdf4j.model.impl.EmptyModel
 
getNamespaces() - Method in class org.eclipse.rdf4j.model.impl.FilteredModel
 
getNamespaces() - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
getNamespaces() - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
getNamespaces() - Method in interface org.eclipse.rdf4j.model.NamespaceAware
Gets the set that contains the assigned namespaces.
getNamespaces() - Method in interface org.eclipse.rdf4j.query.GraphQueryResult
Retrieves relevant namespaces from the query result.
getNamespaces() - Method in class org.eclipse.rdf4j.query.impl.BackgroundGraphResult
 
getNamespaces() - Method in class org.eclipse.rdf4j.query.impl.IteratingGraphQueryResult
 
getNamespaces() - Method in class org.eclipse.rdf4j.query.parser.ParsedUpdate
 
getNamespaces() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTest
 
getNamespaces() - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
getNamespaces() - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Gets all declared namespaces as a RepositoryResult of Namespace objects.
getNamespaces() - Method in class org.eclipse.rdf4j.repository.sail.SailRepositoryConnection
 
getNamespaces() - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
 
getNamespaces() - Method in class org.eclipse.rdf4j.rio.helpers.ContextStatementCollector
Gets the map that contains the collected namespaces.
getNamespaces() - Method in interface org.eclipse.rdf4j.sail.base.SailDataset
Gets the namespaces relevant to the data contained in this object.
getNamespaces() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
getNamespaces() - Method in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapper
 
getNamespaces() - Method in class org.eclipse.rdf4j.sail.model.SailModel
Deprecated.
 
getNamespaces() - Method in interface org.eclipse.rdf4j.sail.SailConnection
Gets the namespaces relevant to the data contained in this Sail object.
getNamespacesInternal() - Method in class org.eclipse.rdf4j.federated.FedXConnection
 
getNamespacesInternal() - Method in class org.eclipse.rdf4j.sail.base.SailSourceConnection
 
getNamespacesInternal() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
getNamespacesLocation(String) - Static method in class org.eclipse.rdf4j.http.protocol.Protocol
Get the location of the namespaces lists resource for a specific repository on the specified server.
getNamespacesWithEmpty() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTest
 
getNativeBNode(BNode) - Method in class org.eclipse.rdf4j.sail.nativerdf.ValueStore
Deprecated.
Creates a NativeBNode that is equal to the supplied bnode.
getNativeLiteral(Literal) - Method in class org.eclipse.rdf4j.sail.nativerdf.ValueStore
Deprecated.
Creates an NativeLiteral that is equal to the supplied literal.
getNativeResource(Resource) - Method in class org.eclipse.rdf4j.sail.nativerdf.ValueStore
Deprecated.
 
getNativeURI(IRI) - Method in class org.eclipse.rdf4j.sail.nativerdf.ValueStore
Deprecated.
Creates a NativeURI that is equal to the supplied URI.
getNativeValue(Value) - Method in class org.eclipse.rdf4j.sail.nativerdf.ValueStore
Deprecated.
 
getNavigationModel() - Method in class org.eclipse.rdf4j.common.webapp.navigation.NavigationHandlerInterceptor
 
getNewEmptyModel() - Method in class org.eclipse.rdf4j.model.AbstractModelTest
Helper method that asserts that the returned model is empty before returning.
getNewModel() - Method in class org.eclipse.rdf4j.model.AbstractModelTest
 
getNewModelObjectDoubleBNode() - Method in class org.eclipse.rdf4j.model.AbstractModelTest
 
getNewModelObjectDoubleLiteral() - Method in class org.eclipse.rdf4j.model.AbstractModelTest
 
getNewModelObjectDoubleURI() - Method in class org.eclipse.rdf4j.model.AbstractModelTest
 
getNewModelObjectSingleBNode() - Method in class org.eclipse.rdf4j.model.AbstractModelTest
 
getNewModelObjectSingleBNodeDoubleLiteral() - Method in class org.eclipse.rdf4j.model.AbstractModelTest
 
getNewModelObjectSingleBNodeDoubleURI() - Method in class org.eclipse.rdf4j.model.AbstractModelTest
 
getNewModelObjectSingleLiteral() - Method in class org.eclipse.rdf4j.model.AbstractModelTest
 
getNewModelObjectSingleLiteralDoubleBNode() - Method in class org.eclipse.rdf4j.model.AbstractModelTest
 
getNewModelObjectSingleLiteralDoubleURI() - Method in class org.eclipse.rdf4j.model.AbstractModelTest
 
getNewModelObjectSingleLiteralSingleBNode() - Method in class org.eclipse.rdf4j.model.AbstractModelTest
 
getNewModelObjectSingleLiteralSingleURI() - Method in class org.eclipse.rdf4j.model.AbstractModelTest
 
getNewModelObjectSingleLiteralSingleURISingleBNode() - Method in class org.eclipse.rdf4j.model.AbstractModelTest
 
getNewModelObjectSingleURI() - Method in class org.eclipse.rdf4j.model.AbstractModelTest
 
getNewModelObjectSingleURIDoubleBNode() - Method in class org.eclipse.rdf4j.model.AbstractModelTest
 
getNewModelObjectSingleURIDoubleLiteral() - Method in class org.eclipse.rdf4j.model.AbstractModelTest
 
getNewModelObjectSingleURISingleBNode() - Method in class org.eclipse.rdf4j.model.AbstractModelTest
 
getNewModelObjectTripleBNode() - Method in class org.eclipse.rdf4j.model.AbstractModelTest
 
getNewModelObjectTripleLiteral() - Method in class org.eclipse.rdf4j.model.AbstractModelTest
 
getNewModelObjectTripleURI() - Method in class org.eclipse.rdf4j.model.AbstractModelTest
 
getNewModelTwoContexts() - Method in class org.eclipse.rdf4j.model.AbstractModelTest
 
getNewRepositoryID(String) - Method in class org.eclipse.rdf4j.repository.manager.RepositoryManager
Generates an ID for a new repository based on the specified base name.
getNewRepositoryID(String) - Method in class org.eclipse.rdf4j.repository.manager.util.TypeFilteringRepositoryManager
 
getNextElement() - Method in class org.eclipse.rdf4j.common.iteration.LookAheadIteration
Gets the next element.
getNextElement() - Method in class org.eclipse.rdf4j.common.iteration.QueueIteration
Returns the next item in the queue, which may be null, or throws an exception.
getNextElement() - Method in class org.eclipse.rdf4j.common.iteration.UnionIteration
 
getNextElement() - Method in class org.eclipse.rdf4j.common.iterator.LookAheadIterator
Gets the next element.
getNextElement() - Method in class org.eclipse.rdf4j.common.iterator.UnionIterator
 
getNextElement() - Method in class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelExecutorBase
 
getNextElement() - Method in class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelServiceExecutor
 
getNextElement() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.IndependentJoingroupBindingsIteration
 
getNextElement() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.IndependentJoingroupBindingsIteration2
 
getNextElement() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.IndependentJoingroupBindingsIteration3
 
getNextElement() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.BadlyDesignedLeftJoinIterator
 
getNextElement() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.BottomUpJoinIterator
Deprecated.
 
getNextElement() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.CrossProductIteration
 
getNextElement() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.DescribeIteration
 
getNextElement() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.HashJoinIteration
 
getNextElement() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.JoinIterator
 
getNextElement() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.LeftJoinIterator
 
getNextElement() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.MultiProjectionIterator
 
getNextElement() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.PathIteration
 
getNextElement() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.ZeroLengthPathIteration
 
getNextElement() - Method in class org.eclipse.rdf4j.repository.sparql.federation.JoinExecutorBase
 
getNextElement() - Method in class org.eclipse.rdf4j.repository.sparql.federation.SPARQLCrossProductIteration
 
getNextElement() - Method in class org.eclipse.rdf4j.sail.base.DistinctModelReducingUnionIteration
 
getNextElement() - Method in class org.eclipse.rdf4j.sail.extensiblestore.FilteringIteration
 
getNextElement() - Method in class org.eclipse.rdf4j.sail.federation.evaluation.AlternativeCursor
 
getNextElement() - Method in class org.eclipse.rdf4j.sail.federation.evaluation.ParallelJoinCursor
 
getNextElement() - Method in class org.eclipse.rdf4j.sail.federation.evaluation.ParallelLeftJoinCursor
 
getNextElement() - Method in class org.eclipse.rdf4j.sail.memory.model.MemStatementIterator
Searches through statementList, starting from index _nextStatementIdx + 1, for statements that match the constraints that have been set for this iterator.
getNextId() - Static method in class org.eclipse.rdf4j.federated.algebra.NodeFactory
 
getNextQueryId() - Method in class org.eclipse.rdf4j.federated.QueryManager
Computes the (incremental) next query identifier.
getNextRules() - Method in class org.eclipse.rdf4j.spin.RuleProperty
 
getNodeIdExpr() - Method in class org.eclipse.rdf4j.query.algebra.BNodeGenerator
 
getNonFatalErrors() - Method in class org.eclipse.rdf4j.rio.ParserConfig
Get the current set of non-fatal errors.
getNonProxyHostsStarting() - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
Get the semicolon-separated list of hostnames starting with given strings, that do not use the proxy settings.
getNormalizedPath(Path, String) - Static method in class org.eclipse.rdf4j.console.Util
Get path from file string if it's absolute, or from working directory if the file is relative.
getNoTransaction(Repository, Function<RepositoryConnection, T>) - Static method in class org.eclipse.rdf4j.repository.util.Repositories
Opens a RepositoryConnection to the given Repository without opening a transaction, sends the connection to the given Function.
getNoTransaction(Repository, Function<RepositoryConnection, T>, Consumer<RepositoryException>) - Static method in class org.eclipse.rdf4j.repository.util.Repositories
Opens a RepositoryConnection to the given Repository without opening a transaction, sends the connection to the given Function.
getNumberOfArguments() - Method in class org.eclipse.rdf4j.federated.algebra.NTuple
 
getNumberOfArguments() - Method in class org.eclipse.rdf4j.sail.federation.algebra.AbstractNaryOperator
Gets the number of arguments of this n-ary operator.
getNumberOfRequests() - Method in class org.eclipse.rdf4j.federated.monitoring.MonitoringImpl.MonitoringInformation
 
getNumberOfRunningQueries() - Method in class org.eclipse.rdf4j.federated.QueryManager
 
getNumberOfTasks() - Method in class org.eclipse.rdf4j.federated.evaluation.concurrent.ControlledWorkerScheduler
 
getNumberOfTriplePatterns() - Method in class org.eclipse.rdf4j.federated.algebra.FedXService
 
getObject() - Method in class org.eclipse.rdf4j.federated.structures.UnboundStatement
 
getObject() - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.StatementOperation
 
getObject() - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModel.ModelStatement
 
getObject() - Method in class org.eclipse.rdf4j.model.impl.SimpleStatement
 
getObject() - Method in class org.eclipse.rdf4j.model.impl.SimpleTriple
 
getObject() - Method in interface org.eclipse.rdf4j.model.Statement
Gets the object of this statement.
getObject() - Method in interface org.eclipse.rdf4j.model.Triple
Gets the object of this triple.
getObject() - Method in class org.eclipse.rdf4j.sail.memory.model.MemStatement
 
getObject() - Method in class org.eclipse.rdf4j.sail.memory.model.MemTriple
 
getObjectCardinality(StatementPattern) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
Override this if you are able to determine the cardinality based not only on the objectVar itself but also the other vars (e.g.
getObjectCardinality(Var) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
getObjectList() - Method in class org.eclipse.rdf4j.query.parser.sparql.NegatedPropertySet
Deprecated.
 
getObjectLiterals(Resource, IRI, TripleSource) - Static method in class org.eclipse.rdf4j.query.algebra.evaluation.util.TripleSources
 
getObjectResources(Resource, IRI, TripleSource) - Static method in class org.eclipse.rdf4j.query.algebra.evaluation.util.TripleSources
 
getObjectStatementCount() - Method in class org.eclipse.rdf4j.sail.memory.model.MemBNode
 
getObjectStatementCount() - Method in class org.eclipse.rdf4j.sail.memory.model.MemIRI
 
getObjectStatementCount() - Method in class org.eclipse.rdf4j.sail.memory.model.MemLiteral
 
getObjectStatementCount() - Method in class org.eclipse.rdf4j.sail.memory.model.MemTriple
 
getObjectStatementCount() - Method in interface org.eclipse.rdf4j.sail.memory.model.MemValue
Gets the number of statements for which this MemValue is the object.
getObjectStatementList() - Method in class org.eclipse.rdf4j.sail.memory.model.MemBNode
 
getObjectStatementList() - Method in class org.eclipse.rdf4j.sail.memory.model.MemIRI
 
getObjectStatementList() - Method in class org.eclipse.rdf4j.sail.memory.model.MemLiteral
 
getObjectStatementList() - Method in class org.eclipse.rdf4j.sail.memory.model.MemTriple
 
getObjectStatementList() - Method in interface org.eclipse.rdf4j.sail.memory.model.MemValue
Gets the list of statements for which this MemValue is the object.
getObjectURIs(Resource, IRI, TripleSource) - Static method in class org.eclipse.rdf4j.query.algebra.evaluation.util.TripleSources
 
getObjectVar() - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
 
getObjectVar() - Method in class org.eclipse.rdf4j.query.algebra.StatementPattern
 
getObjectVar() - Method in class org.eclipse.rdf4j.query.algebra.TripleRef
 
getObjectVar() - Method in class org.eclipse.rdf4j.query.algebra.ValueExprTripleRef
 
getObjectVar() - Method in class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
 
getOffset() - Method in class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
Get the offset
getOffset() - Method in interface org.eclipse.rdf4j.common.logging.LogReader
Index of the first record returned by this log reader.
getOffset() - Method in class org.eclipse.rdf4j.query.algebra.Slice
 
getOffset() - Method in class org.eclipse.rdf4j.queryrender.BaseTupleExprRenderer
 
getOffset(int) - Method in class org.eclipse.rdf4j.sail.nativerdf.datastore.IDFile
Gets the offset of the data entry with the specified ID.
getOffset() - Method in class org.eclipse.rdf4j.workbench.util.PagedQuery
 
getOldMonitors() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneIndex
 
getOperator() - Method in class org.eclipse.rdf4j.query.algebra.Compare
 
getOperator() - Method in class org.eclipse.rdf4j.query.algebra.CompareAll
 
getOperator() - Method in class org.eclipse.rdf4j.query.algebra.CompareAny
 
getOperator() - Method in class org.eclipse.rdf4j.query.algebra.GroupElem
 
getOperator() - Method in class org.eclipse.rdf4j.query.algebra.MathExpr
 
getOpPattern() - Method in class org.eclipse.rdf4j.query.algebra.Like
 
getOptimizerPipeline() - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.EvaluationStrategyFactory
Get the QueryOptimizerPipeline that this factory will inject into the EvaluationStrategy, if any.
getOptimizerPipeline() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.AbstractEvaluationStrategyFactory
 
getOptimizers() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StandardQueryOptimizerPipeline
 
getOptimizers() - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.QueryOptimizerPipeline
Get the optimizers that make up this pipeline.
getOptionalTEs() - Method in class org.eclipse.rdf4j.query.parser.sparql.GraphPattern
Deprecated.
Retrieves the optional tuple expressions as a list of tuples with the tuple expression as the key and the list of value expressions as the value.
getOptionalXmlFeatureSettings() - Method in class org.eclipse.rdf4j.query.resultio.sparqlxml.AbstractSPARQLXMLParser
Returns a collection of settings that will be used, if set in AbstractQueryResultParser.getParserConfig(), as XML parser features using XMLReader.setFeature(String, boolean).
getOptionalXmlFeatureSettings() - Method in class org.eclipse.rdf4j.rio.helpers.XMLReaderBasedParser
Returns a collection of settings that will be used, if set in AbstractRDFParser.getParserConfig(), as XML parser features using XMLReader.setFeature(String, boolean).
getOptionalXmlPropertySettings() - Method in class org.eclipse.rdf4j.query.resultio.sparqlxml.AbstractSPARQLXMLParser
Returns a collection of settings that will be used, if set in AbstractQueryResultParser.getParserConfig(), as XML parser properties using XMLReader.setProperty(String, Object)
getOptionalXmlPropertySettings() - Method in class org.eclipse.rdf4j.rio.helpers.XMLReaderBasedParser
Returns a collection of settings that will be used, if set in AbstractRDFParser.getParserConfig(), as XML parser properties using XMLReader.setProperty(String, Object)
getOrCreateAndModifyOptional(Optional<O>, Supplier<O>, UnaryOperator<O>) - Static method in class org.eclipse.rdf4j.sparqlbuilder.util.SparqlBuilderUtils
 
getOrCreateMemBNode(BNode) - Method in class org.eclipse.rdf4j.sail.memory.model.MemValueFactory
getOrCreateMemLiteral(Literal) - Method in class org.eclipse.rdf4j.sail.memory.model.MemValueFactory
getOrCreateMemResource(Resource) - Method in class org.eclipse.rdf4j.sail.memory.model.MemValueFactory
getOrCreateMemURI(IRI) - Method in class org.eclipse.rdf4j.sail.memory.model.MemValueFactory
getOrCreateMemValue(Value) - Method in class org.eclipse.rdf4j.sail.memory.model.MemValueFactory
Gets or creates a MemValue for the supplied Value.
getOrdering() - Method in class org.eclipse.rdf4j.queryrender.BaseTupleExprRenderer
 
getOs() - Method in class org.eclipse.rdf4j.common.webapp.system.SystemInfoController.ServerInfo
 
getOs() - Method in class org.eclipse.rdf4j.common.webapp.system.SystemOverviewController.ServerInfo
 
getOSApplicationDataDir(String) - Method in class org.eclipse.rdf4j.common.platform.AbstractPlatform
 
getOSApplicationDataDir() - Method in class org.eclipse.rdf4j.common.platform.DefaultPlatform
 
getOSApplicationDataDir() - Method in interface org.eclipse.rdf4j.common.platform.Platform
Returns the operating system dependent application data directory.
getOSApplicationDataDir(String) - Method in interface org.eclipse.rdf4j.common.platform.Platform
Returns the operating system dependent application data directory.
getOSApplicationDataDir() - Method in class org.eclipse.rdf4j.common.platform.support.MacOSXPlatform
 
getOSApplicationDataDir() - Method in class org.eclipse.rdf4j.common.platform.support.PosixPlatform
 
getOSApplicationDataDir() - Method in class org.eclipse.rdf4j.common.platform.support.WindowsPlatform
Returns an application data directory in the "Application Data" user directory of Windows.
getOutputStream() - Method in class org.eclipse.rdf4j.console.ConsoleIO
Get JLine terminal output stream
getOutputStream() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultWriter
 
getOutputStream() - Method in interface org.eclipse.rdf4j.query.resultio.QueryResultWriter
Gets the OutputStream this writer writes to, if it uses one.
getOutputStream() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFWriter
 
getOutputStream() - Method in class org.eclipse.rdf4j.rio.n3.N3Writer
 
getOutputStream() - Method in interface org.eclipse.rdf4j.rio.RDFWriter
Gets the OutputStream this writer writes to, if it uses one.
getOwnedEndpoint() - Method in class org.eclipse.rdf4j.federated.algebra.ExclusiveGroup
 
getOwner() - Method in class org.eclipse.rdf4j.federated.algebra.ExclusiveArbitraryLengthPath
 
getOwner() - Method in class org.eclipse.rdf4j.federated.algebra.ExclusiveGroup
 
getOwner() - Method in class org.eclipse.rdf4j.federated.algebra.ExclusiveStatement
 
getOwner() - Method in interface org.eclipse.rdf4j.federated.algebra.ExclusiveTupleExpr
 
getOwner() - Method in class org.eclipse.rdf4j.sail.federation.algebra.OwnedTupleExpr
 
getPackages() - Method in class org.eclipse.rdf4j.common.app.logging.base.AbstractLogConfiguration
Get packages as a set
getParameter(int) - Method in class org.eclipse.rdf4j.common.webapp.util.HeaderElement
 
getParameter(String) - Method in class org.eclipse.rdf4j.common.webapp.util.HeaderElement
 
getParameter(String) - Method in class org.eclipse.rdf4j.sail.lucene.config.AbstractLuceneSailConfig
 
getParameter(String) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSail
 
getParameter(String) - Method in class org.eclipse.rdf4j.workbench.util.WorkbenchRequest
 
getParameterCount() - Method in class org.eclipse.rdf4j.common.webapp.util.HeaderElement
 
getParameterNames() - Method in class org.eclipse.rdf4j.sail.lucene.config.AbstractLuceneSailConfig
 
getParameterNames() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSail
 
getParameters() - Method in class org.eclipse.rdf4j.common.webapp.util.HeaderElement
 
getParameters() - Method in class org.eclipse.rdf4j.lucene.spin.LuceneSpinSail
Deprecated.
 
getParameterValue(String) - Method in class org.eclipse.rdf4j.common.webapp.util.HeaderElement
 
getParameterValues(String) - Method in class org.eclipse.rdf4j.workbench.util.WorkbenchRequest
 
getParent() - Method in class org.eclipse.rdf4j.common.webapp.navigation.AbstractNavigationNode
 
getParent() - Method in interface org.eclipse.rdf4j.common.webapp.navigation.NavigationNode
Get the parent node of this node.
getParent() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.EnrichWithShape
 
getParenthesizedString(String) - Static method in class org.eclipse.rdf4j.sparqlbuilder.util.SparqlBuilderUtils
 
getParentNode() - Method in class org.eclipse.rdf4j.federated.algebra.CheckStatementPattern
 
getParentNode() - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
 
getParentNode() - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelNode
Gets the node's parent.
getParentNode() - Method in class org.eclipse.rdf4j.query.algebra.QueryRoot
 
getParentQueryModelNode() - Method in class org.eclipse.rdf4j.sail.lucene.DistanceQuerySpec
 
getParentQueryModelNode() - Method in class org.eclipse.rdf4j.sail.lucene.GeoRelationQuerySpec
 
getParentQueryModelNode() - Method in class org.eclipse.rdf4j.sail.lucene.QuerySpec
 
getParentQueryModelNode() - Method in interface org.eclipse.rdf4j.sail.lucene.SearchQueryEvaluator
 
getParsedOperation() - Method in class org.eclipse.rdf4j.spin.Template
 
getParsedQuery() - Method in class org.eclipse.rdf4j.federated.structures.FedXBooleanQuery
 
getParsedQuery() - Method in class org.eclipse.rdf4j.federated.structures.FedXGraphQuery
 
getParsedQuery() - Method in class org.eclipse.rdf4j.federated.structures.FedXTupleQuery
 
getParsedQuery() - Method in class org.eclipse.rdf4j.query.impl.AbstractParserQuery
 
getParsedQuery() - Method in class org.eclipse.rdf4j.query.parser.impl.AbstractParserQuery
 
getParsedQuery() - Method in class org.eclipse.rdf4j.repository.sail.SailBooleanQuery
 
getParsedQuery() - Method in class org.eclipse.rdf4j.repository.sail.SailGraphQuery
 
getParsedQuery() - Method in class org.eclipse.rdf4j.repository.sail.SailTupleQuery
 
getParsedQuery() - Method in class org.eclipse.rdf4j.sail.SailConnectionBooleanQuery
 
getParsedQuery() - Method in class org.eclipse.rdf4j.sail.SailConnectionGraphQuery
 
getParsedQuery() - Method in class org.eclipse.rdf4j.sail.SailConnectionTupleQuery
 
getParsedQuery() - Method in class org.eclipse.rdf4j.spin.function.SpinFunction
 
getParsedQuery() - Method in class org.eclipse.rdf4j.spin.function.SpinTupleFunction
 
getParsedUpdate() - Method in class org.eclipse.rdf4j.query.impl.AbstractParserUpdate
 
getParsedUpdate() - Method in class org.eclipse.rdf4j.query.parser.impl.AbstractParserUpdate
 
getParseErrorListener() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultParser
 
getParseErrorListener() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
 
getParseLocationListener() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultParser
 
getParseLocationListener() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
 
getParser() - Method in interface org.eclipse.rdf4j.query.parser.QueryParserFactory
Returns a QueryParser instance.
getParser() - Method in class org.eclipse.rdf4j.query.parser.serql.SeRQLParserFactory
Returns a shared, thread-safe, instance of SeRQLParser.
getParser() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLParserFactory
Returns a shared, thread-safe, instance of SPARQLParser.
getParser() - Method in class org.eclipse.rdf4j.query.resultio.binary.BinaryQueryResultParserFactory
Returns a new instance of BinaryQueryResultParser.
getParser() - Method in interface org.eclipse.rdf4j.query.resultio.BooleanQueryResultParserFactory
Returns a BooleanQueryResultParser instance.
getParser() - Method in class org.eclipse.rdf4j.query.resultio.sparqljson.SPARQLBooleanJSONParserFactory
Returns a new instance of SPARQLBooleanJSONParser.
getParser() - Method in class org.eclipse.rdf4j.query.resultio.sparqljson.SPARQLResultsJSONParserFactory
Returns a new instance of SPARQLResultsJSONParser.
getParser() - Method in class org.eclipse.rdf4j.query.resultio.sparqlstarjson.SPARQLStarResultsJSONParserFactory
Returns a new instance of SPARQLStarResultsJSONParser.
getParser() - Method in class org.eclipse.rdf4j.query.resultio.sparqlxml.SPARQLBooleanXMLParserFactory
Returns a new instance of SPARQLBooleanXMLParser.
getParser() - Method in class org.eclipse.rdf4j.query.resultio.sparqlxml.SPARQLResultsXMLParserFactory
Returns a new instance of SPARQLResultsXMLParser.
getParser() - Method in class org.eclipse.rdf4j.query.resultio.text.BooleanTextParserFactory
Returns a new instance of BooleanTextParser.
getParser() - Method in class org.eclipse.rdf4j.query.resultio.text.csv.SPARQLResultsCSVParserFactory
Returns a new instance of SPARQLResultsCSVParser.
getParser() - Method in class org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLResultsTSVParserFactory
Returns a new instance of SPARQLResultsTSVParser.
getParser() - Method in class org.eclipse.rdf4j.query.resultio.textstar.tsv.SPARQLStarResultsTSVParserFactory
Returns a new instance of SPARQLStarResultsTSVParser.
getParser() - Method in interface org.eclipse.rdf4j.query.resultio.TupleQueryResultParserFactory
Returns a TupleQueryResultParser instance.
getParser() - Method in class org.eclipse.rdf4j.rio.binary.BinaryRDFParserFactory
Returns a new instance of BinaryRDFParser.
getParser() - Method in class org.eclipse.rdf4j.rio.hdt.HDTParserFactory
Returns a new instance of HDTParser.
getParser() - Method in class org.eclipse.rdf4j.rio.jsonld.JSONLDParserFactory
 
getParser() - Method in class org.eclipse.rdf4j.rio.n3.N3ParserFactory
Returns a new instance of N3Parser.
getParser() - Method in class org.eclipse.rdf4j.rio.nquads.NQuadsParserFactory
Returns a new instance of NQuadsParser.
getParser() - Method in class org.eclipse.rdf4j.rio.ntriples.NTriplesParserFactory
Returns a new instance of NTriplesParser.
getParser() - Method in class org.eclipse.rdf4j.rio.rdfjson.RDFJSONParserFactory
 
getParser() - Method in interface org.eclipse.rdf4j.rio.RDFParserFactory
Returns a RDFParser instance.
getParser() - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParserFactory
Returns a new instance of RDFXMLParser.
getParser() - Method in class org.eclipse.rdf4j.rio.trig.TriGParserFactory
Returns a new instance of TriGParser.
getParser() - Method in class org.eclipse.rdf4j.rio.trigstar.TriGStarParserFactory
Returns a new instance of TriGStarParser.
getParser() - Method in class org.eclipse.rdf4j.rio.trix.TriXParserFactory
Returns a new instance of TriXParser.
getParser() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParserFactory
Returns a new instance of TurtleParser.
getParser() - Method in class org.eclipse.rdf4j.rio.turtlestar.TurtleStarParserFactory
Returns a new instance of TurtleStarParser.
getParserConfig() - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
getParserConfig() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultParser
 
getParserConfig() - Method in interface org.eclipse.rdf4j.query.resultio.QueryResultParser
Retrieves the current parser configuration as a single object.
getParserConfig() - Method in class org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
 
getParserConfig() - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Returns the parser configuration this connection uses for Rio-based operations.
getParserConfig() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
 
getParserConfig() - Method in interface org.eclipse.rdf4j.rio.RDFParser
Retrieves the current parser configuration as a single object.
getParserConfig() - Method in class org.eclipse.rdf4j.sail.SailConnectionQueryPreparer
 
getParserFormatForFileName(String) - Static method in class org.eclipse.rdf4j.query.resultio.QueryResultIO
Tries to match the extension of a file name against the list of RDF formats that can be parsed.
getParserFormatForFileName(String) - Static method in class org.eclipse.rdf4j.rio.Rio
Tries to match the extension of a file name against the list of RDF formats that can be parsed.
getParserFormatForMIMEType(String) - Static method in class org.eclipse.rdf4j.query.resultio.QueryResultIO
Tries to match a MIME type against the list of tuple query result formats that can be parsed.
getParserFormatForMIMEType(String) - Static method in class org.eclipse.rdf4j.rio.Rio
Tries to match a MIME type against the list of RDF formats that can be parsed.
getParseStandAloneDocuments() - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
Returns whether the parser is currently in a mode to parse stand-alone RDF documents.
getPassword() - Method in class org.eclipse.rdf4j.repository.http.config.HTTPRepositoryConfig
 
getPatch() - Method in class org.eclipse.rdf4j.common.app.AppVersion
Gets the version's micro version / patch level number.
getPath() - Method in class org.eclipse.rdf4j.common.net.ParsedIRI
Returns the raw path component of this IRI.
getPath() - Method in class org.eclipse.rdf4j.common.net.ParsedURI
Deprecated.
 
getPath() - Method in class org.eclipse.rdf4j.common.webapp.navigation.AbstractNavigationNode
 
getPath() - Method in interface org.eclipse.rdf4j.common.webapp.navigation.NavigationNode
 
getPath() - Method in class org.eclipse.rdf4j.common.webapp.navigation.View
 
getPath(String) - Static method in class org.eclipse.rdf4j.console.Util
Deprecated.
getPath() - Method in class org.eclipse.rdf4j.spin.ConstraintViolation
 
getPathExpression() - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
 
getPathInfo() - Method in class org.eclipse.rdf4j.workbench.util.DynamicHttpRequest
 
getPathPrefix() - Method in class org.eclipse.rdf4j.common.webapp.navigation.AbstractNavigationNode
 
getPathPrefix() - Method in class org.eclipse.rdf4j.common.webapp.navigation.NavigationModel
 
getPathPrefix() - Method in interface org.eclipse.rdf4j.common.webapp.navigation.NavigationNode
 
getPathSeparator() - Method in class org.eclipse.rdf4j.common.webapp.navigation.AbstractNavigationNode
 
getPathSeparator() - Method in class org.eclipse.rdf4j.common.webapp.navigation.NavigationModel
 
getPathSeparator() - Method in interface org.eclipse.rdf4j.common.webapp.navigation.NavigationNode
 
getPattern() - Method in class org.eclipse.rdf4j.query.algebra.Like
 
getPatternArg() - Method in class org.eclipse.rdf4j.query.algebra.Regex
 
getPatterns() - Method in class org.eclipse.rdf4j.queryrender.builder.BasicGroup
Deprecated.
 
getPercentageInUse() - Method in class org.eclipse.rdf4j.common.webapp.system.SystemInfoController.MemoryInfo
 
getPercentageInUse() - Method in class org.eclipse.rdf4j.common.webapp.system.SystemOverviewController.MemoryInfo
 
getPersist() - Method in class org.eclipse.rdf4j.sail.memory.config.MemoryStoreConfig
 
getPersist() - Method in class org.eclipse.rdf4j.sail.memory.MemoryStore
 
getPlanAsGraphvizDot(StringBuilder) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.AggregateIteratorTypeOverride
 
getPlanAsGraphvizDot(StringBuilder) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.BufferedPlanNode
 
getPlanAsGraphvizDot(StringBuilder) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.BulkedExternalInnerJoin
 
getPlanAsGraphvizDot(StringBuilder) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.BulkedExternalLeftOuterJoin
 
getPlanAsGraphvizDot(StringBuilder) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.DebugPlanNode
 
getPlanAsGraphvizDot(StringBuilder) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.EmptyNode
 
getPlanAsGraphvizDot(StringBuilder) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.EnrichWithShape
 
getPlanAsGraphvizDot(StringBuilder) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.EqualsJoin
 
getPlanAsGraphvizDot(StringBuilder) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.ExternalFilterByPredicate
 
getPlanAsGraphvizDot(StringBuilder) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.ExternalPredicateObjectFilter
 
getPlanAsGraphvizDot(StringBuilder) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.FilterPlanNode
 
getPlanAsGraphvizDot(StringBuilder) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.GroupByCount
 
getPlanAsGraphvizDot(StringBuilder) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.InnerJoin
 
getPlanAsGraphvizDot(StringBuilder) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.LeftOuterJoin
 
getPlanAsGraphvizDot(StringBuilder) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.NonUniqueTargetLang
 
getPlanAsGraphvizDot(StringBuilder) - Method in interface org.eclipse.rdf4j.sail.shacl.planNodes.PlanNode
 
getPlanAsGraphvizDot(StringBuilder) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.Select
 
getPlanAsGraphvizDot(StringBuilder) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.SetFilterNode
 
getPlanAsGraphvizDot(StringBuilder) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.Sort
 
getPlanAsGraphvizDot(StringBuilder) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.SparqlTargetSelect
 
getPlanAsGraphvizDot(StringBuilder) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.TrimTuple
 
getPlanAsGraphvizDot(StringBuilder) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.TupleMapper
 
getPlanAsGraphvizDot(StringBuilder) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.UnBufferedPlanNode
 
getPlanAsGraphvizDot(StringBuilder) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.UnionNode
 
getPlanAsGraphvizDot(StringBuilder) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.Unique
 
getPlanAsGraphvizDot(StringBuilder) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.UnorderedSelect
 
getPlanAsGraphvizDot(StringBuilder) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.ValuesBackedNode
 
getPlanNode() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.BufferedSplitter
 
getPlanNode() - Method in interface org.eclipse.rdf4j.sail.shacl.planNodes.PlanNodeProvider
 
getPlans() - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
 
getPlatform() - Static method in class org.eclipse.rdf4j.common.platform.PlatformFactory
Returns the Platform instance corresponding with the current platform.
getPort() - Method in class org.eclipse.rdf4j.common.net.ParsedIRI
Returns the port number of this IRI.
getPort() - Method in class org.eclipse.rdf4j.sail.elasticsearchstore.config.ElasticsearchStoreConfig
 
getPort() - Method in class org.eclipse.rdf4j.sail.elasticsearchstore.ElasticsearchStore
 
getPostDataParameter(Map<String, Object>, String) - Static method in class org.eclipse.rdf4j.common.webapp.util.HttpServerUtil
Gets the trimmed value of a request parameter as a String.
getPredicate() - Method in class org.eclipse.rdf4j.federated.structures.UnboundStatement
 
getPredicate() - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.StatementOperation
 
getPredicate() - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModel.ModelStatement
 
getPredicate() - Method in class org.eclipse.rdf4j.model.impl.SimpleStatement
 
getPredicate() - Method in class org.eclipse.rdf4j.model.impl.SimpleTriple
 
getPredicate() - Method in interface org.eclipse.rdf4j.model.Statement
Gets the predicate of this statement.
getPredicate() - Method in interface org.eclipse.rdf4j.model.Triple
Gets the predicate of this triple.
getPredicate() - Method in class org.eclipse.rdf4j.query.parser.sparql.PropertySetElem
Deprecated.
 
getPredicate() - Method in class org.eclipse.rdf4j.sail.memory.model.MemStatement
 
getPredicate() - Method in class org.eclipse.rdf4j.sail.memory.model.MemTriple
 
getPredicate() - Method in class org.eclipse.rdf4j.spin.Argument
 
getPredicateCardinality(StatementPattern) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
Override this if you are able to determine the cardinality based not only on the predicateVar itself but also the other vars (e.g.
getPredicateCardinality(Var) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
getPredicateStatementCount() - Method in class org.eclipse.rdf4j.sail.memory.model.MemIRI
Gets the number of Statements for which this MemURI is the predicate.
getPredicateStatementList() - Method in class org.eclipse.rdf4j.sail.memory.model.MemIRI
Gets the list of statements for which this MemURI is the predicate.
getPredicateVar() - Method in class org.eclipse.rdf4j.query.algebra.StatementPattern
 
getPredicateVar() - Method in class org.eclipse.rdf4j.query.algebra.TripleRef
 
getPredicateVar() - Method in class org.eclipse.rdf4j.query.algebra.ValueExprTripleRef
 
getPreferredBooleanQueryResultFormat() - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
Gets the preferred BooleanQueryResultFormat for encoding boolean query results.
getPreferredRDFFormat() - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
Gets the preferred RDFFormat for encoding RDF documents.
getPreferredRDFFormat() - Method in class org.eclipse.rdf4j.repository.http.HTTPRepository
Indicates the current preferred RDFFormat.
getPreferredTupleQueryResultFormat() - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
Gets the preferred TupleQueryResultFormat for encoding tuple query results.
getPreferredTupleQueryResultFormat() - Method in class org.eclipse.rdf4j.repository.http.HTTPRepository
Indicates the current preferred TupleQueryResultFormat.
getPrefix() - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.RemoveNamespaceOperation
 
getPrefix() - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.SetNamespaceOperation
 
getPrefix() - Method in class org.eclipse.rdf4j.model.impl.SimpleNamespace
Gets the prefix of the namespace.
getPrefix() - Method in interface org.eclipse.rdf4j.model.Namespace
Gets the prefix of the current namespace.
getPrefix() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.DeleteDataQuery
 
getPrefix() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.InsertDataQuery
 
getPrefixDeclarations() - Method in class org.eclipse.rdf4j.federated.FedXConfig
Returns the path to a property file containing prefix declarations as "namespace=prefix" pairs (one per line).
getPrefixDeclarations() - Method in class org.eclipse.rdf4j.federated.QueryManager
Get the prefix declarations that have to be prepended to the query.
getPrefixDeclarations() - Method in class org.eclipse.rdf4j.query.algebra.Service
 
getPrefixDeclarationsCheck(String) - Method in class org.eclipse.rdf4j.federated.QueryManager
Get the prefix declarations that have to be added while considering prefixes that are already declared in the query.
getPrefixedValue(Value, Map<String, String>) - Static method in class org.eclipse.rdf4j.console.Util
Get string representation for a value.
getPreviousStateConnection() - Method in class org.eclipse.rdf4j.sail.shacl.ConnectionsGroup
Deprecated.
 
getProductName() - Method in class org.eclipse.rdf4j.federated.util.Version
 
getProject() - Method in class org.eclipse.rdf4j.federated.util.Version
 
getProjection() - Method in class org.eclipse.rdf4j.queryrender.BaseTupleExprRenderer
 
getProjectionContext() - Method in class org.eclipse.rdf4j.query.algebra.Projection
 
getProjectionElemList() - Method in class org.eclipse.rdf4j.query.algebra.Projection
 
getProjections() - Method in class org.eclipse.rdf4j.query.algebra.MultiProjection
 
getProperties() - Method in class org.eclipse.rdf4j.common.app.AppConfiguration
Get the properties
getProperties(String) - Static method in class org.eclipse.rdf4j.common.io.ResourceUtil
Retrieve a properties resource.
getProperties(Model, Resource, IRI, Resource...) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieve all property values for the supplied subject and property from the given model.
getProperty(Model, Resource, IRI, Resource...) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieve a property value for the supplied subject from the given model.
getProperty(String) - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchDocument
 
getProperty(String) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneDocument
 
getProperty(String) - Method in interface org.eclipse.rdf4j.sail.lucene.SearchDocument
 
getProperty(String) - Method in class org.eclipse.rdf4j.sail.solr.SolrSearchDocument
 
getPropertyField(IRI) - Static method in class org.eclipse.rdf4j.sail.lucene.SearchFields
 
getPropertyFields(Set<String>) - Static method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
Filters the given list of fields, retaining all property fields.
getPropertyFields(Set<String>) - Static method in class org.eclipse.rdf4j.sail.solr.SolrIndex
Filters the given list of fields, retaining all property fields.
getPropertyIRI(Model, Resource, IRI, Resource...) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieve a property value as an IRI for the supplied subject from the given model.
getPropertyIRIs(Model, Resource, IRI, Resource...) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieve all property IRI values for the supplied subject and property from the given model.
getPropertyLiteral(Model, Resource, IRI, Resource...) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieve a property value as a Literal for the supplied subject from the given model.
getPropertyLiterals(Model, Resource, IRI, Resource...) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieve all property Literal values for the supplied subject and property from the given model.
getPropertyNames() - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchDocument
 
getPropertyNames() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneDocument
 
getPropertyNames() - Method in interface org.eclipse.rdf4j.sail.lucene.SearchDocument
Returns a set of the property names.
getPropertyNames() - Method in class org.eclipse.rdf4j.sail.solr.SolrSearchDocument
 
getPropertyPattern() - Method in class org.eclipse.rdf4j.sail.lucene.QuerySpec
 
getPropertyResource(Model, Resource, IRI, Resource...) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieve a property value as an IRI for the supplied subject from the given model.
getPropertyResources(Model, Resource, IRI, Resource...) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieve all property Resource values for the supplied subject and property from the given model.
getPropertySetElems() - Method in class org.eclipse.rdf4j.query.parser.sparql.NegatedPropertySet
Deprecated.
 
getPropertyShape() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.EnrichWithShape
 
getPropertyString(Model, Resource, IRI, Resource...) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieve a property value as a String for the supplied subject from the given model.
getPropertyStrings(Model, Resource, IRI, Resource...) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieve all property values as Strings for the supplied subject and property from the given model.
getPropertyURI() - Method in class org.eclipse.rdf4j.sail.lucene.QuerySpec
 
getPropertyVariableName() - Method in class org.eclipse.rdf4j.sail.lucene.QuerySpec
 
getProtocolLocation(String) - Static method in class org.eclipse.rdf4j.http.protocol.Protocol
Get the location of the protocol resource on the specified server.
getProxiedIdentity() - Method in class org.eclipse.rdf4j.repository.sail.ProxyRepository
 
getProxiedRepositoryID() - Method in class org.eclipse.rdf4j.repository.sail.config.ProxyRepositoryConfig
 
getProxiesEnabled() - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
 
getProxySettings() - Method in class org.eclipse.rdf4j.common.app.AppConfiguration
Get proxy settings
getQuery() - Method in class org.eclipse.rdf4j.common.net.ParsedIRI
Returns the raw query component of this IRI after the first question mark.
getQuery() - Method in class org.eclipse.rdf4j.common.net.ParsedURI
Deprecated.
 
getQuery() - Method in class org.eclipse.rdf4j.federated.algebra.PrecompiledQueryNode
 
getQuery() - Method in class org.eclipse.rdf4j.federated.structures.PreparedQuery
 
getQuery() - Method in class org.eclipse.rdf4j.federated.structures.QueryInfo
 
getQueryActionString() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.AddQuery
 
getQueryActionString() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.ClearQuery
 
getQueryActionString() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.ConstructQuery
 
getQueryActionString() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.CopyQuery
 
getQueryActionString() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.DestinationSourceManagementQuery
 
getQueryActionString() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.DropQuery
 
getQueryActionString() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.ModifyQuery
 
getQueryActionString() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.MoveQuery
 
getQueryActionString() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.Query
 
getQueryActionString() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.SelectQuery
 
getQueryActionString() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.TargetedGraphManagementQuery
 
getQueryActionString() - Method in class org.eclipse.rdf4j.sparqlbuilder.graphpattern.SubSelect
 
getQueryContext() - Static method in class org.eclipse.rdf4j.query.algebra.evaluation.QueryContext
 
getQueryContextInitializers() - Method in class org.eclipse.rdf4j.sail.spin.SpinSail
Deprecated.
 
getQueryEndpointUrl() - Method in class org.eclipse.rdf4j.repository.sparql.config.SPARQLRepositoryConfig
 
getQueryGeometry() - Method in class org.eclipse.rdf4j.sail.lucene.GeoRelationQuerySpec
 
getQueryID() - Method in class org.eclipse.rdf4j.federated.structures.QueryInfo
 
getQueryInfo() - Method in class org.eclipse.rdf4j.federated.algebra.CheckStatementPattern
 
getQueryInfo() - Method in class org.eclipse.rdf4j.federated.algebra.ExclusiveArbitraryLengthPath
 
getQueryInfo() - Method in class org.eclipse.rdf4j.federated.algebra.ExclusiveGroup
 
getQueryInfo() - Method in class org.eclipse.rdf4j.federated.algebra.FedXLeftJoin
 
getQueryInfo() - Method in class org.eclipse.rdf4j.federated.algebra.FedXService
 
getQueryInfo() - Method in class org.eclipse.rdf4j.federated.algebra.FedXStatementPattern
 
getQueryInfo() - Method in class org.eclipse.rdf4j.federated.algebra.NTuple
 
getQueryInfo() - Method in interface org.eclipse.rdf4j.federated.algebra.QueryRef
Retrieve the attached query information of the tuple expression
getQueryInfo() - Method in class org.eclipse.rdf4j.federated.algebra.SingleSourceQuery
 
getQueryInfo() - Method in interface org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelExecutor
Return the query info of the associated query
getQueryInfo() - Method in class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelExecutorBase
 
getQueryInfo() - Method in class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelServiceExecutor
 
getQueryInfo() - Method in interface org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelTask
 
getQueryInfo() - Method in class org.eclipse.rdf4j.federated.evaluation.FederationEvaluationStatistics
 
getQueryInfo() - Method in class org.eclipse.rdf4j.federated.optimizer.SourceSelection.SourceSelectionExecutorWithLatch
 
getQueryLanguage() - Method in class org.eclipse.rdf4j.http.client.query.AbstractHTTPUpdate
 
getQueryLanguage() - Method in interface org.eclipse.rdf4j.query.parser.QueryParserFactory
Returns the query language for this factory.
getQueryLanguage() - Method in class org.eclipse.rdf4j.query.parser.serql.SeRQLParserFactory
getQueryLanguage() - Method in class org.eclipse.rdf4j.query.parser.serql.SeRQLQueryTestCase
 
getQueryLanguage() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLParserFactory
getQueryLanguage() - Method in class org.eclipse.rdf4j.repository.contextaware.config.ContextAwareConfig
 
getQueryLanguage() - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
 
getQueryLanguage() - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareRepository
 
getQueryLanguage() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.config.CustomGraphQueryInferencerConfig
 
getQueryManager() - Method in class org.eclipse.rdf4j.federated.FederationContext
 
getQueryManager() - Method in class org.eclipse.rdf4j.federated.repository.FedXRepository
 
getQueryMethod(QueryLanguage, String, String, Dataset, boolean, int, Binding...) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
getQueryMethod(QueryLanguage, String, String, Dataset, boolean, int, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
getQueryMethodParameters(QueryLanguage, String, String, Dataset, boolean, int, Binding...) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
getQueryMethodParameters(QueryLanguage, String, String, Dataset, boolean, int, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
getQueryNamespaces() - Method in class org.eclipse.rdf4j.query.parser.ParsedGraphQuery
 
getQueryPattern() - Method in class org.eclipse.rdf4j.sail.lucene.QuerySpec
 
getQueryPlan() - Static method in class org.eclipse.rdf4j.federated.monitoring.QueryPlanLog
 
getQueryPlan(String) - Method in class org.eclipse.rdf4j.federated.QueryManager
Retrieve the query plan for the given query string.
getQueryPreparer() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.QueryContext
 
getQueryPreparer() - Method in class org.eclipse.rdf4j.spin.function.AbstractSpinFunction
 
getQueryResult() - Method in class org.eclipse.rdf4j.query.impl.TupleQueryResultBuilder
 
getQueryResultFormat() - Method in class org.eclipse.rdf4j.console.util.ConsoleQueryResultWriter
 
getQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.AbstractTupleQueryResultParser
 
getQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.binary.BinaryQueryResultWriter
 
getQueryResultFormat() - Method in interface org.eclipse.rdf4j.query.resultio.QueryResultParser
Gets the query result format that this parser can parse.
getQueryResultFormat() - Method in interface org.eclipse.rdf4j.query.resultio.QueryResultWriter
Gets the query result format that this writer uses.
getQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.sparqljson.SPARQLBooleanJSONParser
 
getQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.sparqljson.SPARQLBooleanJSONWriter
 
getQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.sparqljson.SPARQLResultsJSONParser
 
getQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.sparqljson.SPARQLResultsJSONWriter
 
getQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.sparqlstarjson.SPARQLStarResultsJSONWriter
 
getQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.sparqlxml.SPARQLBooleanXMLParser
 
getQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.sparqlxml.SPARQLBooleanXMLWriter
 
getQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.sparqlxml.SPARQLResultsXMLParser
 
getQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.sparqlxml.SPARQLResultsXMLWriter
 
getQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.text.BooleanTextParser
 
getQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.text.BooleanTextWriter
 
getQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.text.csv.SPARQLResultsCSVWriter
 
getQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLResultsTSVWriter
 
getQuerySolutionCacheThreshold() - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.EvaluationStrategyFactory
Get the number of query solutions the EvaluationStrategy will keep in main memory before it attempts to sync to a temporary disk cache.
getQuerySolutionCacheThreshold() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.AbstractEvaluationStrategyFactory
 
getQueryString() - Method in class org.eclipse.rdf4j.federated.algebra.SingleSourceQuery
 
getQueryString() - Method in class org.eclipse.rdf4j.http.client.query.AbstractHTTPUpdate
 
getQueryString(String, BindingSet) - Static method in class org.eclipse.rdf4j.repository.sparql.query.QueryStringUtil
getQueryString() - Method in class org.eclipse.rdf4j.repository.sparql.query.SPARQLOperation
Deprecated.
 
getQueryString() - Method in class org.eclipse.rdf4j.repository.sparql.query.SPARQLUpdate
 
getQueryString() - Method in class org.eclipse.rdf4j.sail.lucene.QuerySpec
return the literal expression of the query or null, if none set.
getQueryString() - Method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Aggregate
 
getQueryString() - Method in enum org.eclipse.rdf4j.sparqlbuilder.constraint.SparqlAggregate
 
getQueryString() - Method in enum org.eclipse.rdf4j.sparqlbuilder.constraint.SparqlFunction
 
getQueryString() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.Assignment
 
getQueryString() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.Base
 
getQueryString() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.From
 
getQueryString() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.GraphTemplate
 
getQueryString() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.OrderCondition
 
getQueryString() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.Prefix
 
getQueryString() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.Projection
 
getQueryString() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.CreateQuery
 
getQueryString() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.DestinationSourceManagementQuery
 
getQueryString() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.LoadQuery
 
getQueryString() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.OuterQuery
 
getQueryString() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.Query
 
getQueryString() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.TargetedGraphManagementQuery
 
getQueryString() - Method in interface org.eclipse.rdf4j.sparqlbuilder.core.QueryElement
 
getQueryString() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.QueryElementCollection
 
getQueryString() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.QueryPattern
 
getQueryString() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.StandardQueryElementCollection
 
getQueryString() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.Variable
 
getQueryString() - Method in class org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphPatternNotTriples
 
getQueryString() - Method in class org.eclipse.rdf4j.sparqlbuilder.graphpattern.SubSelect
 
getQueryString() - Method in class org.eclipse.rdf4j.sparqlbuilder.rdf.RdfBlankNode.AnonymousBlankNode
 
getQueryString() - Method in class org.eclipse.rdf4j.sparqlbuilder.rdf.RdfBlankNode.LabeledBlankNode
 
getQueryString() - Method in class org.eclipse.rdf4j.sparqlbuilder.rdf.RdfBlankNode.PropertiesBlankNode
 
getQueryString() - Method in class org.eclipse.rdf4j.sparqlbuilder.rdf.RdfLiteral
 
getQueryString() - Method in class org.eclipse.rdf4j.sparqlbuilder.rdf.RdfLiteral.StringLiteral
 
getQueryString() - Method in class org.eclipse.rdf4j.workbench.util.DynamicHttpRequest
 
getQueryText(WorkbenchRequest) - Method in class org.eclipse.rdf4j.workbench.commands.QueryServlet
 
getQueryText(HTTPRepository, String, String) - Method in class org.eclipse.rdf4j.workbench.util.QueryStorage
Retrieves the specified query text.
getQueryType() - Method in class org.eclipse.rdf4j.federated.structures.QueryInfo
 
getQueryType() - Method in class org.eclipse.rdf4j.sail.lucene.QuerySpec
the type of query, must equal LuceneSailSchema.LUCENE_QUERY.
getQueryURL() - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
getQuotedString(String) - Static method in class org.eclipse.rdf4j.sparqlbuilder.util.SparqlBuilderUtils
 
getRDF(HttpUriRequest, RDFHandler, boolean) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
Parse the response in this thread using the provided RDFHandler.
getRDFBackground(HttpUriRequest, boolean) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
Parse the response in a background thread.
getRDFCollection(RepositoryConnection, Resource, C, Resource...) - Static method in class org.eclipse.rdf4j.repository.util.Connections
Retrieve all Statements that together form the RDF Collection starting with the supplied starting resource.
getRDFFormat() - Method in class org.eclipse.rdf4j.console.util.ConsoleRDFWriter
 
getRDFFormat() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateDataBlockParser
 
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.binary.BinaryRDFParser
 
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.binary.BinaryRDFParserFactory
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.binary.BinaryRDFWriter
 
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.binary.BinaryRDFWriterFactory
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.hdt.HDTParser
 
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.hdt.HDTParserFactory
Returns RDFFormat.HDT.
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.jsonld.JSONLDParser
 
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.jsonld.JSONLDParserFactory
 
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.jsonld.JSONLDWriter
 
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.jsonld.JSONLDWriterFactory
 
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.n3.N3ParserFactory
Returns RDFFormat.N3.
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.n3.N3Writer
 
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.n3.N3WriterFactory
Returns RDFFormat.N3.
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.nquads.NQuadsParser
 
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.nquads.NQuadsParserFactory
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.nquads.NQuadsWriter
 
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.nquads.NQuadsWriterFactory
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.ntriples.NTriplesParser
 
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.ntriples.NTriplesParserFactory
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.ntriples.NTriplesWriter
 
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.ntriples.NTriplesWriterFactory
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.rdfjson.RDFJSONParser
 
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.rdfjson.RDFJSONParserFactory
 
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.rdfjson.RDFJSONWriter
 
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.rdfjson.RDFJSONWriterFactory
 
getRDFFormat() - Method in interface org.eclipse.rdf4j.rio.RDFParser
Gets the RDF format that this parser can parse.
getRDFFormat() - Method in interface org.eclipse.rdf4j.rio.RDFParserFactory
Returns the RDF format for this factory.
getRDFFormat() - Method in interface org.eclipse.rdf4j.rio.RDFWriter
Gets the RDF format that this RDFWriter uses.
getRDFFormat() - Method in interface org.eclipse.rdf4j.rio.RDFWriterFactory
Returns the RDF format for this factory.
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
 
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParserFactory
Returns the RDF format for this factory.
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
 
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriterFactory
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.rdfxml.util.RDFXMLPrettyWriterFactory
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.trig.TriGParser
 
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.trig.TriGParserFactory
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.trig.TriGWriter
 
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.trig.TriGWriterFactory
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.trigstar.TriGStarParser
 
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.trigstar.TriGStarParserFactory
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.trigstar.TriGStarWriter
 
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.trigstar.TriGStarWriterFactory
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.trix.TriXParser
 
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.trix.TriXParserFactory
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.trix.TriXWriter
 
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.trix.TriXWriterFactory
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.turtle.ArrangedWriter
 
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
 
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParserFactory
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleWriter
 
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleWriterFactory
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.turtlestar.TurtleStarParser
 
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.turtlestar.TurtleStarParserFactory
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.turtlestar.TurtleStarWriter
 
getRDFFormat() - Method in class org.eclipse.rdf4j.rio.turtlestar.TurtleStarWriterFactory
getRDFHandler() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
 
getRdfsSubClassOfReasoner() - Method in class org.eclipse.rdf4j.sail.shacl.ConnectionsGroup
Deprecated.
 
getRdfsSubClassOfReasoner() - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSailConnection
 
getRdfStarTriples(Resource, IRI, Value) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.RDFStarTripleSource
Gets all Triple nodes that have a specific subject, predicate and/or object.
getReadContexts() - Method in class org.eclipse.rdf4j.repository.contextaware.config.ContextAwareConfig
 
getReadContexts() - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
The default context(s) to get the data from.
getReadContexts() - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareRepository
 
getReadingCount() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractReaderMonitor
 
getReadLock() - Method in class org.eclipse.rdf4j.common.concurrent.locks.ReadPrefReadWriteLockManager
Gets a read lock.
getReadLock() - Method in interface org.eclipse.rdf4j.common.concurrent.locks.ReadWriteLockManager
Gets a read lock.
getReadLock() - Method in class org.eclipse.rdf4j.common.concurrent.locks.WritePrefReadWriteLockManager
Gets a read lock.
getReadLock() - Method in class org.eclipse.rdf4j.sail.nativerdf.ValueStore
Deprecated.
Gets a read lock on this value store that can be used to prevent values from being removed while the lock is active.
getReference() - Method in enum org.eclipse.rdf4j.rio.helpers.JSONLDMode
 
getReference() - Method in enum org.eclipse.rdf4j.rio.helpers.RDFaVersion
 
getReindexQuery() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSail
See REINDEX_QUERY_KEY parameter.
getRelation() - Method in class org.eclipse.rdf4j.sail.lucene.GeoRelationQuerySpec
 
getRelativeApplicationDataDir(String) - Method in class org.eclipse.rdf4j.common.platform.AbstractPlatform
 
getRelativeApplicationDataDir(String, boolean, boolean, boolean) - Method in class org.eclipse.rdf4j.common.platform.AbstractPlatform
Get the relative name of the application directory
getRelativeApplicationDataDir(String) - Method in interface org.eclipse.rdf4j.common.platform.Platform
Get the directory relative to getApplicationDataDir() for the specified application.
getRelativeFile(File, File) - Static method in class org.eclipse.rdf4j.common.io.FileUtil
Gets the relative representations of a file compared to another.
getRelativePath(File, File) - Static method in class org.eclipse.rdf4j.common.io.FileUtil
Gets the relative representations of a file compared to another.
getRelevantSources() - Method in class org.eclipse.rdf4j.federated.optimizer.SourceSelection
Retrieve a set of relevant sources for this query.
getRemoveContexts() - Method in class org.eclipse.rdf4j.repository.contextaware.config.ContextAwareConfig
 
getRemoveContexts() - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
The context(s) to remove the data from.
getRemoveContexts() - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareRepository
 
getRemoved() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSailBuffer.AddRemoveOperation
Deprecated.
 
getRemovedStatements() - Method in class org.eclipse.rdf4j.sail.shacl.ConnectionsGroup
Deprecated.
 
getRenderedResultCount() - Method in class org.eclipse.rdf4j.workbench.commands.ExploreServlet.ResultCursor
Gets the number of results that were actually rendered.
getRepoInfo() - Method in class org.eclipse.rdf4j.federated.endpoint.EndpointBase
 
getRepositoriesLocation(String) - Static method in class org.eclipse.rdf4j.http.protocol.Protocol
Get the location of the repository list resource on the specified server.
getRepository() - Method in interface org.eclipse.rdf4j.console.ConsoleState
Get repository
getRepository() - Method in interface org.eclipse.rdf4j.federated.endpoint.Endpoint
 
getRepository() - Method in class org.eclipse.rdf4j.federated.endpoint.RepositoryEndpoint
 
getRepository() - Method in class org.eclipse.rdf4j.federated.endpoint.ResolvableEndpoint
 
getRepository(RepositoryImplConfig) - Method in class org.eclipse.rdf4j.federated.repository.FedXRepositoryFactory
 
getRepository(HttpServletRequest) - Static method in class org.eclipse.rdf4j.http.server.repository.RepositoryInterceptor
 
getRepository() - Method in class org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
 
getRepository(RepositoryImplConfig) - Method in interface org.eclipse.rdf4j.repository.config.RepositoryFactory
Returns a Repository instance that has been initialized using the supplied configuration data.
getRepository(RepositoryImplConfig) - Method in class org.eclipse.rdf4j.repository.contextaware.config.ContextAwareFactory
 
getRepository(RepositoryImplConfig) - Method in class org.eclipse.rdf4j.repository.dataset.config.DatasetRepositoryFactory
 
getRepository(RepositoryImplConfig) - Method in class org.eclipse.rdf4j.repository.http.config.HTTPRepositoryFactory
 
getRepository(String) - Method in class org.eclipse.rdf4j.repository.manager.RepositoryManager
Gets the repository that is known by the specified ID from this manager.
getRepository(String) - Static method in class org.eclipse.rdf4j.repository.manager.RepositoryProvider
Retrieves a (new or existing) Repository object for the supplied repository URL.
getRepository(RepositoryImplConfig) - Method in class org.eclipse.rdf4j.repository.manager.SystemRepositoryFactory
 
getRepository(String) - Method in class org.eclipse.rdf4j.repository.manager.util.TypeFilteringRepositoryManager
 
getRepository() - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Returns the Repository object to which this connection belongs.
getRepository(String) - Method in interface org.eclipse.rdf4j.repository.RepositoryResolver
 
getRepository(RepositoryImplConfig) - Method in class org.eclipse.rdf4j.repository.sail.config.ProxyRepositoryFactory
 
getRepository(String) - Method in interface org.eclipse.rdf4j.repository.sail.config.RepositoryResolver
Deprecated.
 
getRepository(RepositoryImplConfig) - Method in class org.eclipse.rdf4j.repository.sail.config.SailRepositoryFactory
 
getRepository(RepositoryImplConfig) - Method in class org.eclipse.rdf4j.repository.sparql.config.SPARQLRepositoryFactory
 
getRepository() - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
 
getRepositoryConfig(StatementCollector) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
Retrieve configuration of the current repository and send it to the supplied StatementCollector
getRepositoryConfig(Model, String) - Static method in class org.eclipse.rdf4j.repository.config.RepositoryConfigUtil
 
getRepositoryConfig(Repository, String) - Static method in class org.eclipse.rdf4j.repository.config.RepositoryConfigUtil
Deprecated.
getRepositoryConfig(String) - Method in class org.eclipse.rdf4j.repository.manager.LocalRepositoryManager
 
getRepositoryConfig(String) - Method in class org.eclipse.rdf4j.repository.manager.RemoteRepositoryManager
 
getRepositoryConfig(String) - Method in class org.eclipse.rdf4j.repository.manager.RepositoryManager
 
getRepositoryConfig(String) - Method in class org.eclipse.rdf4j.repository.manager.util.TypeFilteringRepositoryManager
 
getRepositoryConfigLocation(String) - Static method in class org.eclipse.rdf4j.http.protocol.Protocol
Get the location of the config of a specific repository resource.
getRepositoryConfigModel(Model, String) - Static method in class org.eclipse.rdf4j.repository.config.RepositoryConfigUtil
 
getRepositoryConnection(HttpServletRequest) - Static method in class org.eclipse.rdf4j.http.server.repository.RepositoryInterceptor
Obtain a new RepositoryConnection with suitable parser/writer configuration for handling the incoming HTTP request.
getRepositoryDir(String) - Method in class org.eclipse.rdf4j.repository.manager.LocalRepositoryManager
 
getRepositoryID() - Method in interface org.eclipse.rdf4j.console.ConsoleState
Get repository ID
getRepositoryID(String) - Static method in class org.eclipse.rdf4j.http.protocol.Protocol
Extracts the repository ID from the repository location.
getRepositoryID(HttpServletRequest) - Static method in class org.eclipse.rdf4j.http.server.repository.RepositoryInterceptor
 
getRepositoryIdOfRepository(String) - Static method in class org.eclipse.rdf4j.repository.manager.RepositoryProvider
Retrieves the Repository ID that will be passed to a RepositoryManager for the given repository URL.
getRepositoryIDs(Model) - Static method in class org.eclipse.rdf4j.repository.config.RepositoryConfigUtil
 
getRepositoryIDs(Repository) - Static method in class org.eclipse.rdf4j.repository.config.RepositoryConfigUtil
Deprecated.
getRepositoryIDs() - Method in class org.eclipse.rdf4j.repository.manager.RepositoryManager
 
getRepositoryIDs() - Method in class org.eclipse.rdf4j.repository.manager.util.TypeFilteringRepositoryManager
 
getRepositoryImplConfig() - Method in class org.eclipse.rdf4j.repository.config.RepositoryConfig
 
getRepositoryInfo(String) - Method in class org.eclipse.rdf4j.repository.manager.LocalRepositoryManager
 
getRepositoryInfo(String) - Method in class org.eclipse.rdf4j.repository.manager.RepositoryManager
Gets the repository that is known by the specified ID from this manager.
getRepositoryInfo(String) - Method in class org.eclipse.rdf4j.repository.manager.util.TypeFilteringRepositoryManager
 
getRepositoryList() - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
getRepositoryList(TupleQueryResultHandler) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
getRepositoryLocation(String, String) - Static method in class org.eclipse.rdf4j.http.protocol.Protocol
Get the location of a specific repository resource on the specified server.
getRepositoryManager(String) - Static method in class org.eclipse.rdf4j.repository.manager.RepositoryProvider
Creates a RepositoryManager, if not already created, that will be shutdown when the JVM exits cleanly.
getRepositoryManager(File) - Static method in class org.eclipse.rdf4j.repository.manager.RepositoryProvider
Creates a LocalRepositoryManager, if not already created, that will be shutdown when the JVM exits cleanly.
getRepositoryManagerOfRepository(String) - Static method in class org.eclipse.rdf4j.repository.manager.RepositoryProvider
Retrieves the RepositoryManager that will be used for the given repository URL.
getRepositoryType() - Method in class org.eclipse.rdf4j.federated.repository.FedXRepositoryFactory
 
getRepositoryType() - Method in interface org.eclipse.rdf4j.repository.config.RepositoryFactory
Returns the type of the repositories that this factory creates.
getRepositoryType() - Method in class org.eclipse.rdf4j.repository.contextaware.config.ContextAwareFactory
Returns the repository's type: openrdf:ContextAwareRepository.
getRepositoryType() - Method in class org.eclipse.rdf4j.repository.dataset.config.DatasetRepositoryFactory
Returns the repository's type: openrdf:DatasetRepository.
getRepositoryType() - Method in class org.eclipse.rdf4j.repository.http.config.HTTPRepositoryFactory
Returns the repository's type: openrdf:HTTPRepository.
getRepositoryType() - Method in class org.eclipse.rdf4j.repository.manager.SystemRepositoryFactory
 
getRepositoryType() - Method in class org.eclipse.rdf4j.repository.sail.config.ProxyRepositoryFactory
 
getRepositoryType() - Method in class org.eclipse.rdf4j.repository.sail.config.SailRepositoryFactory
Returns the repository's type: openrdf:SailRepository.
getRepositoryType() - Method in class org.eclipse.rdf4j.repository.sparql.config.SPARQLRepositoryFactory
 
getRepositoryURL() - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
getRepositoryURL() - Method in class org.eclipse.rdf4j.repository.http.HTTPRepository
 
getRequestedBy() - Method in exception org.eclipse.rdf4j.repository.RepositoryLockedException
Returns the name representing the Java virtual machine that requested the lock.
getRequestedBy() - Method in exception org.eclipse.rdf4j.sail.SailLockedException
Returns the name representing the Java virtual machine that requested the lock.
getRequiredTEs() - Method in class org.eclipse.rdf4j.query.parser.sparql.GraphPattern
Deprecated.
 
getResource() - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchDocument
 
getResource(SearchDocument) - Method in class org.eclipse.rdf4j.sail.lucene.AbstractSearchIndex
Returns the Resource corresponding with the specified Document.
getResource() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneDocument
 
getResource() - Method in interface org.eclipse.rdf4j.sail.lucene.SearchDocument
 
getResource() - Method in class org.eclipse.rdf4j.sail.solr.SolrSearchDocument
 
getResource(String) - Method in class org.eclipse.rdf4j.workbench.util.WorkbenchRequest
Returns a Resource corresponding to the value of the given parameter name.
getResourceID(Resource) - Static method in class org.eclipse.rdf4j.sail.lucene.SearchFields
Returns the String ID corresponding with the specified Resource.
getResponseMIMEType(HttpResponse) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
Gets the MIME type specified in the response headers of the supplied method, if any.
getRestOfQueryToken(String) - Static method in class org.eclipse.rdf4j.query.parser.QueryPrologLexer
Tokenizes the input string on prolog elements and returns the final Token.
getResult() - Method in class org.eclipse.rdf4j.query.algebra.If
 
getResultSizeActual() - Method in class org.eclipse.rdf4j.federated.algebra.CheckStatementPattern
 
getResultSizeActual() - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
 
getResultSizeActual() - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelNode
 
getResultSizeActual() - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
The actual number of results that this node produced while the query was executed.
getResultSizeEstimate() - Method in class org.eclipse.rdf4j.federated.algebra.CheckStatementPattern
 
getResultSizeEstimate() - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
 
getResultSizeEstimate() - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelNode
Returns the number of tuples that this QueryNode predicts will be outputted.
getResultSizeEstimate() - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
The number of results that this node was estimated to produce.
getResultVars() - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
 
getResultWriter(HttpServletRequest, ServletResponse, OutputStream) - Method in class org.eclipse.rdf4j.workbench.base.AbstractServlet
 
getReturnType() - Method in class org.eclipse.rdf4j.spin.function.SpinxFunction
 
getRevision() - Method in class org.eclipse.rdf4j.sail.nativerdf.ValueStore
Deprecated.
 
getRightArg() - Method in class org.eclipse.rdf4j.query.algebra.BinaryTupleOperator
Gets the right argument of this binary tuple operator.
getRightArg() - Method in class org.eclipse.rdf4j.query.algebra.BinaryValueOperator
Gets the right argument of this binary value operator.
getRightArg() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.SPARQLMinusIteration
 
getRoot() - Method in class org.eclipse.rdf4j.spin.ConstraintViolation
 
getRuleQuery() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.config.CustomGraphQueryInferencerConfig
 
getRunningQueries() - Method in class org.eclipse.rdf4j.federated.QueryManager
 
getSail(SailImplConfig) - Method in class org.eclipse.rdf4j.lucene.spin.config.LuceneSpinSailFactory
 
getSail() - Method in class org.eclipse.rdf4j.repository.sail.SailRepository
Gets the Sail object that is on top of the Sail stack that this repository operates on.
getSail(SailImplConfig) - Method in interface org.eclipse.rdf4j.sail.config.SailFactory
Returns a Sail instance that has been initialized using the supplied configuration data.
getSail(SailImplConfig) - Method in class org.eclipse.rdf4j.sail.elasticsearch.config.ElasticsearchSailFactory
 
getSail(SailImplConfig) - Method in class org.eclipse.rdf4j.sail.elasticsearchstore.config.ElasticsearchStoreFactory
 
getSail() - Method in class org.eclipse.rdf4j.sail.extensiblestore.ExtensibleStoreConnection
 
getSail(SailImplConfig) - Method in class org.eclipse.rdf4j.sail.federation.config.FederationFactory
Deprecated.
 
getSail() - Method in class org.eclipse.rdf4j.sail.helpers.DefaultSailChangedEvent
 
getSail(SailImplConfig) - Method in class org.eclipse.rdf4j.sail.inferencer.fc.config.CustomGraphQueryInferencerFactory
 
getSail(SailImplConfig) - Method in class org.eclipse.rdf4j.sail.inferencer.fc.config.DedupingInferencerFactory
 
getSail(SailImplConfig) - Method in class org.eclipse.rdf4j.sail.inferencer.fc.config.DirectTypeHierarchyInferencerFactory
 
getSail(SailImplConfig) - Method in class org.eclipse.rdf4j.sail.inferencer.fc.config.ForwardChainingRDFSInferencerFactory
Deprecated.
 
getSail(SailImplConfig) - Method in class org.eclipse.rdf4j.sail.inferencer.fc.config.SchemaCachingRDFSInferencerFactory
 
getSail(SailImplConfig) - Method in class org.eclipse.rdf4j.sail.lucene.config.LuceneSailFactory
 
getSail(SailImplConfig) - Method in class org.eclipse.rdf4j.sail.memory.config.MemoryStoreFactory
 
getSail() - Method in class org.eclipse.rdf4j.sail.memory.MemoryStoreConnection
 
getSail(SailImplConfig) - Method in class org.eclipse.rdf4j.sail.nativerdf.config.NativeStoreFactory
 
getSail() - Method in interface org.eclipse.rdf4j.sail.SailChangedEvent
The Sail object that sent this event.
getSail(SailImplConfig) - Method in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailFactory
 
getSail(SailImplConfig) - Method in class org.eclipse.rdf4j.sail.solr.config.SolrSailFactory
 
getSail(SailImplConfig) - Method in class org.eclipse.rdf4j.sail.spin.config.SpinSailFactory
 
getSailConnection() - Method in class org.eclipse.rdf4j.repository.sail.SailRepositoryConnection
Returns the underlying SailConnection.
getSailConnection() - Method in class org.eclipse.rdf4j.sail.SailConnectionQuery
 
getSailConnection() - Method in class org.eclipse.rdf4j.sail.SailConnectionUpdate
 
getSailEvaluationStrategy() - Method in class org.eclipse.rdf4j.federated.FedXConfig
Returns the class of the FederationEvalStrategy implementation that is used in the case of SAIL implementations, e.g.
getSailImplConfig() - Method in class org.eclipse.rdf4j.repository.sail.config.SailRepositoryConfig
 
getSailType() - Method in class org.eclipse.rdf4j.lucene.spin.config.LuceneSpinSailFactory
 
getSailType() - Method in interface org.eclipse.rdf4j.sail.config.SailFactory
Returns the type of the Sails that this factory creates.
getSailType() - Method in class org.eclipse.rdf4j.sail.elasticsearch.config.ElasticsearchSailFactory
Returns the Sail's type: openrdf:LuceneSail/Elasticsearch.
getSailType() - Method in class org.eclipse.rdf4j.sail.elasticsearchstore.config.ElasticsearchStoreFactory
Returns the Sail's type: rdf4j:ElasticsearchStore.
getSailType() - Method in class org.eclipse.rdf4j.sail.federation.config.FederationFactory
Deprecated.
Returns the Sail's type: openrdf:Federation.
getSailType() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.config.CustomGraphQueryInferencerFactory
Returns the Sail's type: openrdf:CustomGraphQueryInferencer.
getSailType() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.config.DedupingInferencerFactory
Returns the Sail's type: openrdf:DedupingInferencer.
getSailType() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.config.DirectTypeHierarchyInferencerFactory
Returns the Sail's type: openrdf:DirectTypeHierarchyInferencer.
getSailType() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.config.ForwardChainingRDFSInferencerFactory
Deprecated.
Returns the Sail's type: openrdf:ForwardChainingRDFSInferencer.
getSailType() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.config.SchemaCachingRDFSInferencerFactory
Returns the Sail's type: rdf4j:SchemaCachingRDFSInferencer.
getSailType() - Method in class org.eclipse.rdf4j.sail.lucene.config.LuceneSailFactory
Returns the Sail's type: openrdf:LuceneSail.
getSailType() - Method in class org.eclipse.rdf4j.sail.memory.config.MemoryStoreFactory
Returns the Sail's type: openrdf:MemoryStore.
getSailType() - Method in class org.eclipse.rdf4j.sail.nativerdf.config.NativeStoreFactory
Returns the Sail's type: openrdf:NativeStore.
getSailType() - Method in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailFactory
 
getSailType() - Method in class org.eclipse.rdf4j.sail.solr.config.SolrSailFactory
Returns the Sail's type: openrdf:LuceneSail/Solr.
getSailType() - Method in class org.eclipse.rdf4j.sail.spin.config.SpinSailFactory
Returns the Sail's type: openrdf:SpinSail.
getSAXResult(String) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
 
getScheme() - Method in class org.eclipse.rdf4j.common.net.ParsedIRI
Returns the scheme component of this IRI.
getScheme() - Method in class org.eclipse.rdf4j.common.net.ParsedURI
Deprecated.
 
getSchemeSpecificPart() - Method in class org.eclipse.rdf4j.common.net.ParsedURI
Deprecated.
 
getScope() - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
Gets the context scope for the arbitrary-length path.
getScope() - Method in class org.eclipse.rdf4j.query.algebra.Clear
 
getScope() - Method in class org.eclipse.rdf4j.query.algebra.StatementPattern
Gets the context scope for the statement pattern.
getScope() - Method in class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
Gets the context scope for the zero-length path.
getScope() - Method in class org.eclipse.rdf4j.query.parser.sparql.NegatedPropertySet
Deprecated.
 
getScore() - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchDocumentScore
 
getScore() - Method in interface org.eclipse.rdf4j.sail.lucene.DocumentScore
 
getScore() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneDocumentScore
 
getScore() - Method in class org.eclipse.rdf4j.sail.solr.SolrDocumentScore
 
getScorePattern() - Method in class org.eclipse.rdf4j.sail.lucene.QuerySpec
 
getScoreVariableName() - Method in class org.eclipse.rdf4j.sail.lucene.QuerySpec
The variable name associated with the query score
getScript() - Method in class org.eclipse.rdf4j.spin.function.SpinxFunction
 
getScriptEngine() - Method in class org.eclipse.rdf4j.spin.function.SpinxFunction
 
getSearchIndex(QueryContext) - Static method in class org.eclipse.rdf4j.sail.lucene.SearchIndexQueryContextInitializer
 
getSearchQueryInterpreters() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSail
 
getSelectQueryString(Set<String>) - Method in class org.eclipse.rdf4j.query.algebra.Service
Returns a SELECT query string using the provided projection vars.
getSelfTimeActual() - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
The time that this node used by itself (eg.
getSeparator() - Method in class org.eclipse.rdf4j.query.algebra.GroupConcat
 
getSerqlQueryString(Value) - Static method in class org.eclipse.rdf4j.queryrender.RenderUtils
Deprecated.
getServerLocation(String) - Static method in class org.eclipse.rdf4j.http.protocol.Protocol
Extracts the server location from the repository location.
getServerProtocol() - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
getServerURL() - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
getServerURL() - Method in class org.eclipse.rdf4j.repository.manager.RemoteRepositoryManager
Gets the URL of the remote server, e.g.
getService() - Method in class org.eclipse.rdf4j.federated.algebra.FedXService
 
getService(String) - Method in class org.eclipse.rdf4j.federated.evaluation.DelegateFederatedServiceResolver
 
getService(String) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.EvaluationStrategy
Retrieve the FederatedService registered for serviceUrl.
getService(String) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.federation.AbstractFederatedServiceResolver
Retrieve the FederatedService registered for serviceUrl.
getService(String) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.federation.FederatedServiceResolver
Retrieve the FederatedService registered for serviceUrl.
getService(String) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
getServiceExpr() - Method in class org.eclipse.rdf4j.query.algebra.Service
 
getServiceExpressionString() - Method in class org.eclipse.rdf4j.query.algebra.Service
 
getServiceRef() - Method in class org.eclipse.rdf4j.query.algebra.Service
 
getServices() - Method in class org.eclipse.rdf4j.federated.optimizer.GenericInfoOptimizer
 
getServiceVars() - Method in class org.eclipse.rdf4j.query.algebra.Service
 
getServletConfig() - Method in class org.eclipse.rdf4j.workbench.base.AbstractServlet
 
getServletContext() - Method in class org.eclipse.rdf4j.workbench.util.BasicServletConfig
 
getServletInfo() - Method in class org.eclipse.rdf4j.workbench.base.AbstractServlet
 
getServletName() - Method in class org.eclipse.rdf4j.workbench.util.BasicServletConfig
 
getServletPath() - Method in class org.eclipse.rdf4j.workbench.util.DynamicHttpRequest
 
getSesameClient() - Method in interface org.eclipse.rdf4j.http.client.SesameClientDependent
getSesameClient() - Method in class org.eclipse.rdf4j.repository.manager.LocalRepositoryManager
 
getSharedConnectionLock() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
Deprecated.
getSharedHttpClientSessionManager() - Method in class org.eclipse.rdf4j.repository.manager.RemoteRepositoryManager
 
getShortValue(Literal, short) - Static method in class org.eclipse.rdf4j.model.util.Literals
Gets the short value of the supplied literal.
getShortValue(Value, short) - Static method in class org.eclipse.rdf4j.model.util.Literals
Returns the result of getShortValue((Literal)value, fallback) in case the supplied value is a literal, returns the fallback value otherwise.
getSignature() - Method in class org.eclipse.rdf4j.federated.algebra.BoundFiltersNode
 
getSignature() - Method in class org.eclipse.rdf4j.federated.algebra.CheckStatementPattern
 
getSignature() - Method in class org.eclipse.rdf4j.federated.algebra.SingleSourceQuery
 
getSignature() - Method in class org.eclipse.rdf4j.federated.algebra.StatementSource
 
getSignature() - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
Default implementation of QueryModelNode.getSignature() that prints the name of the node's class.
getSignature() - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
 
getSignature() - Method in class org.eclipse.rdf4j.query.algebra.BindingSetAssignment
 
getSignature() - Method in class org.eclipse.rdf4j.query.algebra.Compare
 
getSignature() - Method in class org.eclipse.rdf4j.query.algebra.CompareAll
 
getSignature() - Method in class org.eclipse.rdf4j.query.algebra.CompareAny
 
getSignature() - Method in class org.eclipse.rdf4j.query.algebra.Count
 
getSignature() - Method in class org.eclipse.rdf4j.query.algebra.ExtensionElem
 
getSignature() - Method in class org.eclipse.rdf4j.query.algebra.Filter
 
getSignature() - Method in class org.eclipse.rdf4j.query.algebra.FunctionCall
 
getSignature() - Method in class org.eclipse.rdf4j.query.algebra.Group
 
getSignature() - Method in class org.eclipse.rdf4j.query.algebra.Like
 
getSignature() - Method in class org.eclipse.rdf4j.query.algebra.MathExpr
 
getSignature() - Method in class org.eclipse.rdf4j.query.algebra.OrderElem
 
getSignature() - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElem
 
getSignature() - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelNode
Returns the signature of this query model node.
getSignature() - Method in class org.eclipse.rdf4j.query.algebra.Slice
 
getSignature() - Method in class org.eclipse.rdf4j.query.algebra.StatementPattern
 
getSignature() - Method in class org.eclipse.rdf4j.query.algebra.TripleRef
 
getSignature() - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
 
getSignature() - Method in class org.eclipse.rdf4j.query.algebra.ValueConstant
 
getSignature() - Method in class org.eclipse.rdf4j.query.algebra.Var
 
getSignature() - Method in class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
 
getSignature() - Method in class org.eclipse.rdf4j.sail.federation.algebra.OwnedTupleExpr
 
getSilent(Repository, Function<RepositoryConnection, T>) - Static method in class org.eclipse.rdf4j.repository.util.Repositories
Opens a RepositoryConnection to the given Repository within a transaction, sends the connection to the given Function, before either rolling back the transaction if it failed, or committing the transaction if it was successful.
getSilentNoTransaction(Repository, Function<RepositoryConnection, T>) - Static method in class org.eclipse.rdf4j.repository.util.Repositories
Opens a RepositoryConnection to the given Repository without opening a transaction, sends the connection to the given Function.
getSinceSnapshot() - Method in class org.eclipse.rdf4j.sail.memory.model.MemStatement
 
getSingleParameterMap() - Method in class org.eclipse.rdf4j.workbench.util.WorkbenchRequest
Gets a map of the all parameters with values, also caching them in this WorkbenchRequest.
getSingletonInstance(AppConfiguration) - Static method in class org.eclipse.rdf4j.workbench.util.QueryStorage
 
getSize() - Method in class org.eclipse.rdf4j.sail.SailConcurrencyTest.UploadTransaction
 
getSizeLocation(String) - Static method in class org.eclipse.rdf4j.http.protocol.Protocol
Get the location of the 'size' resource for a specific repository on the specified server.
getSnippet(String, String, Highlighter) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneIndex
 
getSnippet(String) - Static method in class org.eclipse.rdf4j.sail.lucene.SearchFields
 
getSnippetPattern() - Method in class org.eclipse.rdf4j.sail.lucene.QuerySpec
 
getSnippets(String) - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchDocumentScore
 
getSnippets(String) - Method in interface org.eclipse.rdf4j.sail.lucene.DocumentScore
 
getSnippets(String) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneDocumentScore
 
getSnippets(String) - Method in class org.eclipse.rdf4j.sail.solr.SolrDocumentScore
 
getSnippetVariableName() - Method in class org.eclipse.rdf4j.sail.lucene.QuerySpec
 
getSocksProxyHost() - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
 
getSocksProxyPort() - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
 
getSource() - Method in class org.eclipse.rdf4j.federated.algebra.SingleSourceQuery
 
getSource() - Method in class org.eclipse.rdf4j.query.algebra.Load
 
getSource() - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchDocument
 
getSourceConstraintComponent() - Method in class org.eclipse.rdf4j.sail.shacl.results.ValidationResult
Deprecated.
 
getSourceCount() - Method in class org.eclipse.rdf4j.federated.algebra.FedXStatementPattern
 
getSourceExpression() - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElem
 
getSourceGraph() - Method in class org.eclipse.rdf4j.query.algebra.Add
The named graph from which to add.
getSourceGraph() - Method in class org.eclipse.rdf4j.query.algebra.Copy
The named graph from which to copy.
getSourceGraph() - Method in class org.eclipse.rdf4j.query.algebra.Move
The named graph from which to copy.
getSourceName() - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElem
 
getSourceSelectionCacheSpec() - Method in class org.eclipse.rdf4j.federated.FedXConfig
Returns the configured CacheBuilderSpec (if any) for the SourceSelectionMemoryCache.
getSourceShapeResource() - Method in class org.eclipse.rdf4j.sail.shacl.results.ValidationResult
Deprecated.
 
getSourceString() - Method in class org.eclipse.rdf4j.query.parser.ParsedOperation
 
getSPARQLEvaluationStrategy() - Method in class org.eclipse.rdf4j.federated.FedXConfig
Returns the class of the FederationEvalStrategy implementation that is used in the case of SPARQL implementations, e.g.
getSPARQLQueryString(Value) - Static method in class org.eclipse.rdf4j.queryrender.RenderUtils
Deprecated.
getSpatialContext(String) - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
 
getSpatialContext(String) - Method in class org.eclipse.rdf4j.sail.lucene.AbstractSearchIndex
 
getSpatialContext(String) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneIndex
 
getSpatialContext(String) - Method in class org.eclipse.rdf4j.sail.solr.SolrIndex
 
getSpatialStrategyMapper() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneIndex
 
getSpinParser() - Method in class org.eclipse.rdf4j.sail.spin.SpinSail
Deprecated.
 
getSpinParser() - Method in class org.eclipse.rdf4j.spin.function.AskFunction
 
getSpinParser() - Method in class org.eclipse.rdf4j.spin.function.ConstructTupleFunction
 
getSpinParser() - Method in class org.eclipse.rdf4j.spin.function.EvalFunction
 
getSpinParser() - Method in class org.eclipse.rdf4j.spin.function.SelectTupleFunction
 
getSpinParser() - Method in class org.eclipse.rdf4j.spin.function.spif.CanInvoke
 
getSpinParser() - Method in class org.eclipse.rdf4j.spin.function.spif.ConvertSpinRDFToString
 
getSSLTrustAllHttpClientBuilder() - Static method in class org.eclipse.rdf4j.http.client.util.HttpClientBuilders
Return an HttpClientBuilder that can be used to build an HttpClient which trusts all certificates (particularly including self-signed certificates).
getStackTrace() - Method in class org.eclipse.rdf4j.common.logging.base.SimpleLogRecord
 
getStackTrace() - Method in interface org.eclipse.rdf4j.common.logging.LogRecord
Get stack trace as list of strings
getStandardOutput() - Method in class org.eclipse.rdf4j.common.platform.ProcessLauncher
Deprecated.
Get standard output, in case no listeners were registered - never returns null.
getStandardURI() - Method in class org.eclipse.rdf4j.query.resultio.QueryResultFormat
 
getStandardURI() - Method in class org.eclipse.rdf4j.rio.RDFFormat
 
getStartDate() - Method in class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
 
getStartDate() - Method in class org.eclipse.rdf4j.common.logging.file.logback.MultipleFileLogReader
Return the start date
getStartDate() - Method in interface org.eclipse.rdf4j.common.logging.LogReader
Start (earliest) date of the log records returned by this log reader.
getStartValue() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.PathIteration.ValuePair
 
getState() - Method in class org.eclipse.rdf4j.console.Console
Get console state
getStatement() - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModel.ModelStatement
 
getStatement(RepositoryConnection, Resource, IRI, Value, Resource...) - Static method in class org.eclipse.rdf4j.repository.util.Connections
Retrieve a single Statement matching with the supplied subject, predicate, object and context(s) from the given RepositoryConnection.
GetStatementOptional - Interface in org.eclipse.rdf4j.model.util
Either supplies a statement matching the given pattern, or Optional.empty() otherwise.
getStatementPattern() - Method in class org.eclipse.rdf4j.federated.algebra.CheckStatementPattern
 
getStatementPatterns() - Method in class org.eclipse.rdf4j.query.algebra.helpers.BGPCollector
 
getStatementPatterns() - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternCollector
 
getStatementPatternScope() - Method in class org.eclipse.rdf4j.query.parser.sparql.GraphPattern
Deprecated.
 
getStatementPatternVars(TupleExpr) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryJoinOptimizer.JoinVisitor
Deprecated.
 
getStatementPatternVars(TupleExpr) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.QueryMultiJoinOptimizer.JoinVisitor
 
getStatements() - Method in class org.eclipse.rdf4j.console.VerificationListener
Get number of statements
getStatements(Resource, IRI, Value, Resource...) - Method in interface org.eclipse.rdf4j.federated.api.FedXApi
 
getStatements() - Method in class org.eclipse.rdf4j.federated.cache.EndpointEntry
 
getStatements(QueryInfo, Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.federated.evaluation.FederationEvalStrategy
Retrieve the statements matching the provided subject, predicate and object value from the federation members.
getStatements(StatementPattern, BindingSet, FilterValueExpr, QueryInfo) - Method in class org.eclipse.rdf4j.federated.evaluation.SailTripleSource
 
getStatements(Resource, IRI, Value, QueryInfo, Resource...) - Method in class org.eclipse.rdf4j.federated.evaluation.SailTripleSource
 
getStatements(TupleExpr, BindingSet, FilterValueExpr, QueryInfo) - Method in class org.eclipse.rdf4j.federated.evaluation.SailTripleSource
 
getStatements(StatementPattern, BindingSet, FilterValueExpr, QueryInfo) - Method in class org.eclipse.rdf4j.federated.evaluation.SparqlTripleSource
 
getStatements(TupleExpr, BindingSet, FilterValueExpr, QueryInfo) - Method in class org.eclipse.rdf4j.federated.evaluation.SparqlTripleSource
 
getStatements(Resource, IRI, Value, QueryInfo, Resource...) - Method in class org.eclipse.rdf4j.federated.evaluation.SparqlTripleSource
 
getStatements(TupleExpr, BindingSet, FilterValueExpr, QueryInfo) - Method in interface org.eclipse.rdf4j.federated.evaluation.TripleSource
Evaluate the prepared query in its internal representation on the provided endpoint.
getStatements(String, BindingSet, FilterValueExpr, QueryInfo) - Method in interface org.eclipse.rdf4j.federated.evaluation.TripleSource
Evaluate the prepared query (SPARQL query as String) on the provided endpoint.
getStatements(String, QueryType, QueryInfo) - Method in interface org.eclipse.rdf4j.federated.evaluation.TripleSource
Deprecated.
getStatements(String, BindingSet, QueryType, QueryInfo) - Method in interface org.eclipse.rdf4j.federated.evaluation.TripleSource
Evaluate a given SPARQL query of the provided query type at the given source.
getStatements(StatementPattern, BindingSet, FilterValueExpr, QueryInfo) - Method in interface org.eclipse.rdf4j.federated.evaluation.TripleSource
Evaluate the query expression on the provided endpoint.
getStatements(Resource, IRI, Value, QueryInfo, Resource...) - Method in interface org.eclipse.rdf4j.federated.evaluation.TripleSource
Return the statements matching the given pattern as a Statement iteration.
getStatements(String, BindingSet, QueryType, QueryInfo) - Method in class org.eclipse.rdf4j.federated.evaluation.TripleSourceBase
 
getStatements(String, BindingSet, FilterValueExpr, QueryInfo) - Method in class org.eclipse.rdf4j.federated.evaluation.TripleSourceBase
 
getStatements() - Method in class org.eclipse.rdf4j.federated.optimizer.GenericInfoOptimizer
 
getStatements(Resource, IRI, Value, boolean, RDFHandler, Resource...) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
getStatements(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
getStatements(Resource, IRI, Value, Resource...) - Method in interface org.eclipse.rdf4j.model.Model
Returns an Iterable over all Statements in this Model that match the supplied criteria.
getStatements(Resource, IRI, Value, Resource...) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.TripleSource
Gets all statements that have a specific subject, predicate and/or object.
getStatements(Resource, IRI, Value, boolean, Resource...) - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
getStatements(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
Gets all statements with a specific subject, predicate and/or object from the repository.
getStatements(Resource, IRI, Value, boolean, Resource...) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
 
getStatements(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.repository.evaluation.RepositoryTripleSource
 
getStatements(Resource, IRI, Value, Resource...) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Gets all statements with a specific subject, predicate and/or object from the repository.
getStatements(Resource, URI, Value, boolean, Resource...) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
getStatements(Resource, IRI, Value, boolean, Resource...) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Gets all statements with a specific subject, predicate and/or object from the repository.
getStatements(Resource, IRI, Value, boolean, Resource...) - Method in class org.eclipse.rdf4j.repository.sail.SailRepositoryConnection
 
getStatements(Resource, IRI, Value, boolean, Resource...) - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
 
getStatements() - Method in class org.eclipse.rdf4j.rio.helpers.ContextStatementCollector
Gets the collection that contains the collected statements.
getStatements(Resource, IRI, Value, Resource...) - Method in interface org.eclipse.rdf4j.sail.base.SailDataset
Gets all statements that have a specific subject, predicate and/or object.
getStatements(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.evaluation.SailTripleSource
 
getStatements(Resource, IRI, Value, boolean, Resource...) - Method in interface org.eclipse.rdf4j.sail.extensiblestore.DataStructureInterface
 
getStatements(Resource, IRI, Value, boolean, Resource...) - Method in class org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics.EvaluationStatisticsWrapper
 
getStatements(Resource, IRI, Value, boolean, Resource...) - Method in class org.eclipse.rdf4j.sail.extensiblestore.ReadCache
 
getStatements(Resource, IRI, Value, boolean, Resource...) - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
getStatements(Resource, IRI, Value, boolean, Resource...) - Method in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapper
 
getStatements(Resource, IRI, Value, boolean, Resource...) - Method in class org.eclipse.rdf4j.sail.inferencer.InferencerConnectionWrapper
Calls InferencerConnectionWrapper.flushUpdates() before forwarding the call to the wrapped connection.
getStatements(Resource, IRI, Value, boolean, Resource...) - Method in interface org.eclipse.rdf4j.sail.SailConnection
Gets all statements from the specified contexts that have a specific subject, predicate and/or object.
getStatements(Resource, URI, Value, boolean, Resource...) - Method in interface org.eclipse.rdf4j.sail.SailConnection
getStatements(Resource, IRI, Value, boolean, Resource...) - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSailConnection
 
getStatements(Resource, IRI, Value, boolean, Resource...) - Method in class org.eclipse.rdf4j.sail.shacl.VerySimpleRdfsBackwardsChainingConnection
Deprecated.
 
getStatementsInternal(Resource, IRI, Value, boolean, Resource...) - Method in class org.eclipse.rdf4j.federated.FedXConnection
 
getStatementsInternal(Resource, IRI, Value, boolean, Resource...) - Method in class org.eclipse.rdf4j.sail.base.SailSourceConnection
 
getStatementsInternal(Resource, IRI, Value, boolean, Resource...) - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
getStatementsLocation(String) - Static method in class org.eclipse.rdf4j.http.protocol.Protocol
Get the location of the statements resource for a specific repository.
getStatementSources() - Method in class org.eclipse.rdf4j.federated.algebra.CheckStatementPattern
 
getStatementSources() - Method in class org.eclipse.rdf4j.federated.algebra.ExclusiveGroup
 
getStatementSources() - Method in class org.eclipse.rdf4j.federated.algebra.FedXStatementPattern
 
getStatementSources() - Method in interface org.eclipse.rdf4j.federated.algebra.StatementTupleExpr
 
getStats() - Method in class org.eclipse.rdf4j.sail.shacl.ConnectionsGroup
Deprecated.
 
getStatusCode() - Method in exception org.eclipse.rdf4j.http.server.HTTPException
 
getStrategy() - Method in class org.eclipse.rdf4j.federated.FederationContext
 
getStrategy() - Method in class org.eclipse.rdf4j.federated.FederationManager
 
getStream() - Method in class org.eclipse.rdf4j.repository.event.util.DebugRepositoryConnectionListener
 
getString(String) - Static method in class org.eclipse.rdf4j.common.io.ResourceUtil
Retrieve the String contents of the specified resource, obtained by opening in inputstream on the resource and then interpreting the bytes contained in the inputstream as if they represented characters.
getStringValue() - Method in class org.eclipse.rdf4j.query.parser.QueryPrologLexer.Token
Get the corresponding string value for this token.
getSubject() - Method in class org.eclipse.rdf4j.federated.structures.UnboundStatement
 
getSubject() - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.StatementOperation
 
getSubject() - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModel.ModelStatement
 
getSubject() - Method in class org.eclipse.rdf4j.model.impl.SimpleStatement
 
getSubject() - Method in class org.eclipse.rdf4j.model.impl.SimpleTriple
 
getSubject() - Method in interface org.eclipse.rdf4j.model.Statement
Gets the subject of this statement.
getSubject() - Method in interface org.eclipse.rdf4j.model.Triple
Gets the subject of this triple.
getSubject() - Method in class org.eclipse.rdf4j.sail.lucene.QuerySpec
 
getSubject() - Method in class org.eclipse.rdf4j.sail.memory.model.MemStatement
 
getSubject() - Method in class org.eclipse.rdf4j.sail.memory.model.MemTriple
 
getSubjectCardinality(StatementPattern) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
Override this if you are able to determine the cardinality based not only on the subjectVar itself but also the other vars (e.g.
getSubjectCardinality(Var) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
getSubjectStatementCount() - Method in class org.eclipse.rdf4j.sail.memory.model.MemBNode
 
getSubjectStatementCount() - Method in class org.eclipse.rdf4j.sail.memory.model.MemIRI
 
getSubjectStatementCount() - Method in interface org.eclipse.rdf4j.sail.memory.model.MemResource
Gets the number of statements for which this MemResource is the subject.
getSubjectStatementCount() - Method in class org.eclipse.rdf4j.sail.memory.model.MemTriple
 
getSubjectStatementList() - Method in class org.eclipse.rdf4j.sail.memory.model.MemBNode
 
getSubjectStatementList() - Method in class org.eclipse.rdf4j.sail.memory.model.MemIRI
 
getSubjectStatementList() - Method in interface org.eclipse.rdf4j.sail.memory.model.MemResource
Gets the list of statements for which this MemResource is the subject.
getSubjectStatementList() - Method in class org.eclipse.rdf4j.sail.memory.model.MemTriple
 
getSubjectURIs(IRI, Value, TripleSource) - Static method in class org.eclipse.rdf4j.query.algebra.evaluation.util.TripleSources
 
getSubjectVar() - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
 
getSubjectVar() - Method in class org.eclipse.rdf4j.query.algebra.StatementPattern
 
getSubjectVar() - Method in class org.eclipse.rdf4j.query.algebra.TripleRef
 
getSubjectVar() - Method in class org.eclipse.rdf4j.query.algebra.ValueExprTripleRef
 
getSubjectVar() - Method in class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
 
getSubjectVar() - Method in class org.eclipse.rdf4j.query.parser.sparql.NegatedPropertySet
Deprecated.
 
getSubjectVar() - Method in class org.eclipse.rdf4j.sail.lucene.DistanceQuerySpec
 
getSubjectVar() - Method in class org.eclipse.rdf4j.sail.lucene.GeoRelationQuerySpec
 
getSubManifests() - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLQueryComplianceTest.SPARQLQueryTestManifest
 
getSubQuery() - Method in class org.eclipse.rdf4j.query.algebra.SubQueryValueOperator
 
getSubSelects(List<TupleExpr>) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryJoinOptimizer.JoinVisitor
Deprecated.
 
getSupportedIsolationLevels() - Method in class org.eclipse.rdf4j.sail.extensiblestore.ExtensibleStore
 
getSupportedIsolationLevels() - Method in class org.eclipse.rdf4j.sail.federation.Federation
Deprecated.
 
getSupportedIsolationLevels() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSail
 
getSupportedIsolationLevels() - Method in class org.eclipse.rdf4j.sail.helpers.SailWrapper
 
getSupportedIsolationLevels() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.AbstractForwardChainingInferencer
 
getSupportedIsolationLevels() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.SchemaCachingRDFSInferencer
 
getSupportedIsolationLevels() - Method in interface org.eclipse.rdf4j.sail.Sail
Retrieve the IsolationLevels supported by this SAIL, ordered by increasing complexity.
getSupportedSettings() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultParser
 
getSupportedSettings() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultWriter
 
getSupportedSettings() - Method in interface org.eclipse.rdf4j.query.resultio.QueryResultParser
 
getSupportedSettings() - Method in interface org.eclipse.rdf4j.query.resultio.QueryResultWriter
 
getSupportedSettings() - Method in class org.eclipse.rdf4j.query.resultio.sparqljson.AbstractSPARQLJSONParser
 
getSupportedSettings() - Method in class org.eclipse.rdf4j.query.resultio.sparqlxml.AbstractSPARQLXMLParser
 
getSupportedSettings() - Method in class org.eclipse.rdf4j.rio.hdt.HDTParser
 
getSupportedSettings() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
 
getSupportedSettings() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFWriter
 
getSupportedSettings() - Method in class org.eclipse.rdf4j.rio.jsonld.JSONLDParser
 
getSupportedSettings() - Method in class org.eclipse.rdf4j.rio.jsonld.JSONLDWriter
 
getSupportedSettings() - Method in class org.eclipse.rdf4j.rio.n3.N3Writer
 
getSupportedSettings() - Method in class org.eclipse.rdf4j.rio.ntriples.NTriplesParser
 
getSupportedSettings() - Method in class org.eclipse.rdf4j.rio.ntriples.NTriplesWriter
 
getSupportedSettings() - Method in class org.eclipse.rdf4j.rio.rdfjson.RDFJSONParser
 
getSupportedSettings() - Method in class org.eclipse.rdf4j.rio.rdfjson.RDFJSONWriter
 
getSupportedSettings() - Method in interface org.eclipse.rdf4j.rio.RDFParser
 
getSupportedSettings() - Method in interface org.eclipse.rdf4j.rio.RDFWriter
 
getSupportedSettings() - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
 
getSupportedSettings() - Method in class org.eclipse.rdf4j.rio.trix.TriXParser
 
getSupportedSettings() - Method in class org.eclipse.rdf4j.rio.turtle.ArrangedWriter
 
getSupportedSettings() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
 
getSupportedShaclPredicates() - Static method in class org.eclipse.rdf4j.sail.shacl.ShaclSail
Lists the predicates that have been implemented in the ShaclSail.
getSymbol() - Method in enum org.eclipse.rdf4j.query.algebra.Compare.CompareOp
 
getSymbol() - Method in enum org.eclipse.rdf4j.query.algebra.MathExpr.MathOp
 
getSyncDelay() - Method in class org.eclipse.rdf4j.sail.memory.config.MemoryStoreConfig
 
getSyncDelay() - Method in class org.eclipse.rdf4j.sail.memory.MemoryStore
Gets the currently configured sync delay.
getSystemRepository() - Method in class org.eclipse.rdf4j.repository.manager.LocalRepositoryManager
Deprecated.
getSystemRepository() - Method in class org.eclipse.rdf4j.repository.manager.RepositoryManager
Deprecated.
Repository configuration is no longer stored in a centralized system repository, instead using a file config.ttl per repository, stored in that repository's datadir.
getSystemRepository() - Method in class org.eclipse.rdf4j.repository.manager.util.TypeFilteringRepositoryManager
 
getTargetName() - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElem
 
getTargetNames() - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElemList
 
getTargetNamesFor(Collection<String>) - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElemList
 
getTask(List<BindingSet>) - Method in class org.eclipse.rdf4j.federated.evaluation.join.ControlledWorkerBoundJoin.BoundJoinTaskCreator
 
getTask(List<BindingSet>) - Method in class org.eclipse.rdf4j.federated.evaluation.join.ControlledWorkerBoundJoin.CheckJoinTaskCreator
 
getTask(List<BindingSet>) - Method in class org.eclipse.rdf4j.federated.evaluation.join.ControlledWorkerBoundJoin.FedXServiceJoinTaskCreator
 
getTask(List<BindingSet>) - Method in interface org.eclipse.rdf4j.federated.evaluation.join.ControlledWorkerBoundJoin.TaskCreator
 
getTaskWrapper() - Method in class org.eclipse.rdf4j.federated.FedXConfig
Returns a TaskWrapper which may be used for wrapping any background Runnables.
getTemplate() - Method in class org.eclipse.rdf4j.repository.config.ConfigTemplate
 
getTemplate() - Method in class org.eclipse.rdf4j.spin.ParsedBooleanTemplate
 
getTemplate() - Method in class org.eclipse.rdf4j.spin.ParsedGraphTemplate
 
getTemplate() - Method in interface org.eclipse.rdf4j.spin.ParsedTemplate
 
getTemplate() - Method in class org.eclipse.rdf4j.spin.ParsedTupleTemplate
 
getTemplate() - Method in class org.eclipse.rdf4j.spin.ParsedUpdateTemplate
 
getTestData() - Static method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQL11QueryComplianceTest
 
getTestData() - Static method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQL12QueryComplianceTest
 
getTests() - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLQueryComplianceTest.SPARQLQueryTestManifest
 
getTestURI() - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLComplianceTest
 
getThread() - Method in class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
 
getThread() - Method in interface org.eclipse.rdf4j.common.logging.LogReader
Thread name of the log records returned by this log reader.
getThreadName() - Method in class org.eclipse.rdf4j.common.logging.base.SimpleLogRecord
 
getThreadName() - Method in interface org.eclipse.rdf4j.common.logging.LogRecord
Get thread name
getThreadName() - Method in class org.eclipse.rdf4j.http.server.protocol.ProtocolInterceptor
 
getThreadName() - Method in class org.eclipse.rdf4j.http.server.repository.RepositoryInterceptor
 
getThreadName() - Method in class org.eclipse.rdf4j.http.server.ServerInterceptor
Determine the thread name to use.
getThreadNames() - Method in class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
 
getThreadNames() - Method in interface org.eclipse.rdf4j.common.logging.LogReader
All available thread names of the log records.
getTillSnapshot() - Method in class org.eclipse.rdf4j.sail.memory.model.MemStatement
 
getTime() - Method in class org.eclipse.rdf4j.common.logging.base.SimpleLogRecord
 
getTime() - Method in interface org.eclipse.rdf4j.common.logging.LogRecord
Get date time
getTimedOut() - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
 
getTimeout(TimeUnit) - Method in enum org.eclipse.rdf4j.http.server.repository.transaction.ActiveTransactionRegistry
 
getTitle() - Method in class org.eclipse.rdf4j.repository.config.RepositoryConfig
 
getTotalNumberOfWorkers() - Method in class org.eclipse.rdf4j.federated.evaluation.concurrent.ControlledWorkerScheduler
 
getTotalResultCount() - Method in class org.eclipse.rdf4j.workbench.commands.ExploreServlet.ResultCursor
Gets the total number of results.
getTotalTimeActual() - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
The total time in milliseconds that this node-tree (all children and so on) used while the query was executed.
getTotalTimeNanosActual() - Method in class org.eclipse.rdf4j.federated.algebra.CheckStatementPattern
 
getTotalTimeNanosActual() - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
 
getTotalTimeNanosActual() - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelNode
 
getTransaction(UUID) - Method in enum org.eclipse.rdf4j.http.server.repository.transaction.ActiveTransactionRegistry
 
getTransactionIsolation() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
Retrieve the currently set IsolationLevel.
getTransactionLock() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
Deprecated.
Use AbstractSailConnection.updateLock directly instead.
getTransactionLock(IsolationLevel) - Method in class org.eclipse.rdf4j.sail.nativerdf.NativeStore
This call will block when IsolationLevels.NONE is provided when there are active transactions with a higher isolation and block when a higher isolation is provided when there are active transactions with IsolationLevels.NONE isolation.
getTransactionSetting(String) - Method in interface org.eclipse.rdf4j.common.transaction.TransactionSettingFactory
Retrieve a TransactionSetting with the supplied value.
getTransactionSetting(String) - Method in class org.eclipse.rdf4j.sail.shacl.ValidationApproachFactory
 
getTransactionSettings() - Method in class org.eclipse.rdf4j.sail.shacl.ConnectionsGroup
Deprecated.
 
getTransactionsLocation(String) - Static method in class org.eclipse.rdf4j.http.protocol.Protocol
Get the location of the transaction resources for a specific repository.
getTreeString() - Method in class org.eclipse.rdf4j.query.algebra.helpers.QueryModelTreePrinter
 
getTripleIndexes() - Method in class org.eclipse.rdf4j.sail.nativerdf.config.NativeStoreConfig
 
getTripleIndexes() - Method in class org.eclipse.rdf4j.sail.nativerdf.NativeStore
 
getTripleRefs() - Method in class org.eclipse.rdf4j.query.parser.sparql.TripleRefCollector
 
getTriples(Resource, IRI, Value) - Method in interface org.eclipse.rdf4j.sail.base.SailDataset
Gets all RDF* triples that have a specific subject, predicate and/or object.
getTripleSource() - Method in interface org.eclipse.rdf4j.federated.endpoint.Endpoint
 
getTripleSource() - Method in class org.eclipse.rdf4j.federated.endpoint.EndpointBase
 
getTripleSource() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.AbstractQueryPreparer
 
getTripleSource() - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.QueryPreparer
 
getTripleSource() - Method in class org.eclipse.rdf4j.repository.sail.SailQueryPreparer
 
getTripleSource() - Method in class org.eclipse.rdf4j.sail.SailConnectionQueryPreparer
 
getTrueNode(Class<? extends PushablePlanNode>) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.FilterPlanNode
 
getTupleExpr() - Method in class org.eclipse.rdf4j.query.parser.ParsedQuery
Gets the tuple expression underlying this operation.
getTupleExprCardinality(TupleExpr, Map<TupleExpr, Double>, Map<TupleExpr, List<Var>>, Map<Var, Integer>, Set<String>) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryJoinOptimizer.JoinVisitor
Deprecated.
getTupleExprCost(TupleExpr, Map<TupleExpr, Double>, Map<TupleExpr, List<Var>>, Map<Var, Integer>, Set<String>) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryJoinOptimizer.JoinVisitor
Deprecated.
 
getTupleExprCost(TupleExpr, Map<TupleExpr, Double>, Map<TupleExpr, List<Var>>, Map<Var, Integer>, Set<String>) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.QueryMultiJoinOptimizer.JoinVisitor
 
getTupleFormat() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTupleTest
 
getTupleFunctionParsers() - Method in class org.eclipse.rdf4j.spin.SpinParser
 
getTupleFunctionRegistry() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSail
 
getTupleFunctionRegistry() - Method in class org.eclipse.rdf4j.sail.spin.SpinSail
Deprecated.
 
getTupleQueryResult(HttpUriRequest, TupleQueryResultHandler) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
Parse the response in this thread using the provided TupleQueryResultHandler.
getTupleQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.binary.BinaryQueryResultParser
 
getTupleQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.binary.BinaryQueryResultParserFactory
getTupleQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.binary.BinaryQueryResultWriter
 
getTupleQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.binary.BinaryQueryResultWriterFactory
getTupleQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.sparqljson.SPARQLResultsJSONParser
 
getTupleQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.sparqljson.SPARQLResultsJSONParserFactory
getTupleQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.sparqljson.SPARQLResultsJSONWriter
 
getTupleQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.sparqljson.SPARQLResultsJSONWriterFactory
getTupleQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.sparqlstarjson.SPARQLStarResultsJSONParser
 
getTupleQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.sparqlstarjson.SPARQLStarResultsJSONParserFactory
getTupleQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.sparqlstarjson.SPARQLStarResultsJSONWriter
 
getTupleQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.sparqlstarjson.SPARQLStarResultsJSONWriterFactory
getTupleQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.sparqlxml.SPARQLResultsXMLParser
 
getTupleQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.sparqlxml.SPARQLResultsXMLParserFactory
getTupleQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.sparqlxml.SPARQLResultsXMLWriter
 
getTupleQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.sparqlxml.SPARQLResultsXMLWriterFactory
getTupleQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.text.csv.SPARQLResultsCSVParser
 
getTupleQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.text.csv.SPARQLResultsCSVParserFactory
getTupleQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.text.csv.SPARQLResultsCSVWriter
 
getTupleQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.text.csv.SPARQLResultsCSVWriterFactory
getTupleQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLResultsTSVParser
 
getTupleQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLResultsTSVParserFactory
getTupleQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLResultsTSVWriter
 
getTupleQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLResultsTSVWriterFactory
getTupleQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.textstar.tsv.SPARQLStarResultsTSVParser
 
getTupleQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.textstar.tsv.SPARQLStarResultsTSVParserFactory
getTupleQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.textstar.tsv.SPARQLStarResultsTSVWriter
 
getTupleQueryResultFormat() - Method in class org.eclipse.rdf4j.query.resultio.textstar.tsv.SPARQLStarResultsTSVWriterFactory
getTupleQueryResultFormat() - Method in interface org.eclipse.rdf4j.query.resultio.TupleQueryResultParser
Gets the query result format that this parser can parse.
getTupleQueryResultFormat() - Method in interface org.eclipse.rdf4j.query.resultio.TupleQueryResultParserFactory
Returns the tuple query result format for this factory.
getTupleQueryResultFormat() - Method in interface org.eclipse.rdf4j.query.resultio.TupleQueryResultWriter
Gets the query result format that this writer uses.
getTupleQueryResultFormat() - Method in interface org.eclipse.rdf4j.query.resultio.TupleQueryResultWriterFactory
Returns the tuple query result format for this factory.
getTupleQueryString(String, BindingSet) - Static method in class org.eclipse.rdf4j.repository.sparql.query.QueryStringUtil
Retrieve a modified queryString into which all bindings of the given argument are replaced, with the binding names included in the SELECT clause.
getTupleResultBuilder(HttpServletRequest, HttpServletResponse, OutputStream) - Method in class org.eclipse.rdf4j.workbench.base.AbstractServlet
Gets a TupleResultBuilder based on the Accept header, and sets the result content type to the best available match for that, returning a builder that can be used to write out the results.
getTupleResultFormat(HttpServletRequest, ServletResponse) - Method in class org.eclipse.rdf4j.workbench.base.AbstractServlet
 
getTuples() - Method in class org.eclipse.rdf4j.sail.shacl.results.lazy.ValidationResultIterator
Deprecated.
 
getType() - Method in class org.eclipse.rdf4j.common.webapp.Message
 
getType() - Method in class org.eclipse.rdf4j.console.setting.ConsoleSetting
 
getType() - Method in interface org.eclipse.rdf4j.console.Setting
Get the parameter type
getType() - Method in class org.eclipse.rdf4j.federated.endpoint.EndpointBase
 
getType() - Method in class org.eclipse.rdf4j.federated.endpoint.provider.RepositoryInformation
 
getType() - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
 
getType() - Method in class org.eclipse.rdf4j.query.parser.QueryPrologLexer.Token
 
getType() - Method in class org.eclipse.rdf4j.repository.config.AbstractRepositoryImplConfig
 
getType() - Method in interface org.eclipse.rdf4j.repository.config.RepositoryImplConfig
 
getType() - Method in class org.eclipse.rdf4j.sail.config.AbstractSailImplConfig
 
getType() - Method in interface org.eclipse.rdf4j.sail.config.SailImplConfig
 
getType() - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchDocument
 
getTypeParameter() - Method in class org.eclipse.rdf4j.workbench.util.WorkbenchRequest
Gets the value of the 'type' parameter.
getTypePattern() - Method in class org.eclipse.rdf4j.sail.lucene.QuerySpec
 
getTypes() - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
 
getUnboundVars(Iterable<Var>) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryJoinOptimizer.JoinVisitor
Deprecated.
 
getUnboundVars(Iterable<Var>) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.QueryMultiJoinOptimizer.JoinVisitor
 
getUnionScheduler() - Method in class org.eclipse.rdf4j.federated.FederationManager
 
getUnionWorkerThreads() - Method in class org.eclipse.rdf4j.federated.FedXConfig
The (maximum) number of union worker threads used in the ControlledWorkerScheduler for join operations.
getUnits() - Method in class org.eclipse.rdf4j.sail.lucene.DistanceQuerySpec
 
getUpdateEndpointUrl() - Method in class org.eclipse.rdf4j.repository.sparql.config.SPARQLRepositoryConfig
 
getUpdateExpr() - Method in class org.eclipse.rdf4j.sail.UpdateContext
 
getUpdateExprs() - Method in class org.eclipse.rdf4j.query.parser.ParsedUpdate
 
getUpdateMethod(QueryLanguage, String, String, Dataset, boolean, int, Binding...) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
getUpdateMethod(QueryLanguage, String, String, Dataset, boolean, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
getUpdateMethod(QueryLanguage, String, String, Dataset, boolean, int, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
getUpdateMethodParameters(QueryLanguage, String, String, Dataset, boolean, int, Binding...) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
getUpdateMethodParameters(QueryLanguage, String, String, Dataset, boolean, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
getUpdateMethodParameters(QueryLanguage, String, String, Dataset, boolean, int, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
getUpdateString() - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.SPARQLUpdateOperation
 
getUpdateString(String, BindingSet) - Static method in class org.eclipse.rdf4j.repository.sparql.query.QueryStringUtil
Retrieve a modified queryString into which all bindings of the given argument are replaced with their value.
getUpdateURL() - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
getUpdateURL() - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
getUpperLimit() - Method in class org.eclipse.rdf4j.federated.algebra.FedXStatementPattern
 
getURI() - Method in interface org.eclipse.rdf4j.IsolationLevel
Deprecated.
use getName() and getValue() instead.
getURI() - Method in enum org.eclipse.rdf4j.IsolationLevels
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.datetime.Day
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.datetime.Hours
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.datetime.Minutes
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.datetime.Month
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.datetime.Now
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.datetime.Seconds
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.datetime.Timezone
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.datetime.Tz
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.datetime.Year
 
getURI() - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.function.Function
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.Boundary
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.Buffer
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.ConvexHull
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.Difference
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.Distance
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.EhContains
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.EhCoveredBy
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.EhCovers
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.EhDisjoint
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.EhEquals
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.EhInside
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.EhMeet
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.EhOverlap
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.Envelope
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.Intersection
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.RCC8DC
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.RCC8EC
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.RCC8EQ
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.RCC8NTPP
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.RCC8NTPPI
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.RCC8PO
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.RCC8TPP
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.RCC8TPPI
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.Relate
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SfContains
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SfCrosses
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SfDisjoint
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SfEquals
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SfIntersects
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SfOverlaps
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SfTouches
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SfWithin
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SRID
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SymmetricDifference
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.Union
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.hash.MD5
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.hash.SHA1
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.hash.SHA256
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.hash.SHA384
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.hash.SHA512
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.numeric.Abs
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.numeric.Ceil
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.numeric.Floor
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.numeric.Rand
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.numeric.Round
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.rdfterm.StrDt
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.rdfterm.StrLang
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.rdfterm.STRUUID
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.rdfterm.UUID
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.string.Concat
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.string.Contains
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.string.EncodeForUri
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.string.LowerCase
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.string.Replace
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.string.StrAfter
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.string.StrBefore
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.string.StrEnds
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.string.StrLen
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.string.StrStarts
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.string.Substring
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.string.UpperCase
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.triple.IsTripleFunction
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.triple.StatementFunction
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.triple.TripleObjectFunction
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.triple.TriplePredicateFunction
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.triple.TripleSubjectFunction
 
getURI() - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.function.TupleFunction
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.CastFunction
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.FunctionCall
 
getURI() - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
 
getURI() - Method in class org.eclipse.rdf4j.sail.lucene.fn.DistanceTupleFunction
Deprecated.
 
getURI() - Method in class org.eclipse.rdf4j.sail.lucene.fn.QueryTupleFunction
Deprecated.
 
getURI() - Method in class org.eclipse.rdf4j.spin.function.AbstractSpinFunction
 
getURI() - Method in class org.eclipse.rdf4j.spin.function.Add
 
getURI() - Method in class org.eclipse.rdf4j.spin.function.And
 
getURI() - Method in class org.eclipse.rdf4j.spin.function.apf.ConcatTupleFunction
 
getURI() - Method in class org.eclipse.rdf4j.spin.function.apf.StrSplit
 
getURI() - Method in class org.eclipse.rdf4j.spin.function.Concat
 
getURI() - Method in class org.eclipse.rdf4j.spin.function.Divide
 
getURI() - Method in class org.eclipse.rdf4j.spin.function.EqualTo
 
getURI() - Method in class org.eclipse.rdf4j.spin.function.GreaterThan
 
getURI() - Method in class org.eclipse.rdf4j.spin.function.GreaterThanOrEqualTo
 
getURI() - Method in class org.eclipse.rdf4j.spin.function.LessThan
 
getURI() - Method in class org.eclipse.rdf4j.spin.function.LessThanOrEqualTo
 
getURI() - Method in class org.eclipse.rdf4j.spin.function.list.Index
 
getURI() - Method in class org.eclipse.rdf4j.spin.function.list.Length
 
getURI() - Method in class org.eclipse.rdf4j.spin.function.list.Member
 
getURI() - Method in class org.eclipse.rdf4j.spin.function.Localname
 
getURI() - Method in class org.eclipse.rdf4j.spin.function.Multiply
 
getURI() - Method in class org.eclipse.rdf4j.spin.function.Not
 
getURI() - Method in class org.eclipse.rdf4j.spin.function.NotEqualTo
 
getURI() - Method in class org.eclipse.rdf4j.spin.function.Or
 
getURI() - Method in class org.eclipse.rdf4j.spin.function.spif.BuildString
 
getURI() - Method in class org.eclipse.rdf4j.spin.function.spif.BuildURI
 
getURI() - Method in class org.eclipse.rdf4j.spin.function.spif.Cast
 
getURI() - Method in class org.eclipse.rdf4j.spin.function.spif.CurrentTimeMillis
 
getURI() - Method in class org.eclipse.rdf4j.spin.function.spif.DateFormat
 
getURI() - Method in class org.eclipse.rdf4j.spin.function.spif.DecimalFormat
 
getURI() - Method in class org.eclipse.rdf4j.spin.function.spif.DecodeURL
 
getURI() - Method in class org.eclipse.rdf4j.spin.function.spif.EncodeURL
 
getURI() - Method in class org.eclipse.rdf4j.spin.function.spif.For
 
getURI() - Method in class org.eclipse.rdf4j.spin.function.spif.ForEach
 
getURI() - Method in class org.eclipse.rdf4j.spin.function.spif.GenerateUUID
 
getURI() - Method in class org.eclipse.rdf4j.spin.function.spif.IndexOf
 
getURI() - Method in class org.eclipse.rdf4j.spin.function.spif.IsValidURI
 
getURI() - Method in class org.eclipse.rdf4j.spin.function.spif.LastIndexOf
 
getURI() - Method in class org.eclipse.rdf4j.spin.function.spif.Mod
 
getURI() - Method in class org.eclipse.rdf4j.spin.function.spif.ParseDate
 
getURI() - Method in class org.eclipse.rdf4j.spin.function.spif.Random
 
getURI() - Method in class org.eclipse.rdf4j.spin.function.spif.ReplaceAll
 
getURI() - Method in class org.eclipse.rdf4j.spin.function.spif.Split
 
getURI() - Method in class org.eclipse.rdf4j.spin.function.spif.TimeMillis
 
getURI() - Method in class org.eclipse.rdf4j.spin.function.spif.Trim
 
getURI() - Method in class org.eclipse.rdf4j.spin.function.spif.UnCamelCase
 
getURI() - Method in class org.eclipse.rdf4j.spin.function.SpinxFunction
 
getURI() - Method in class org.eclipse.rdf4j.spin.function.Subtract
 
getUri() - Method in class org.eclipse.rdf4j.spin.RuleProperty
 
getUri() - Method in class org.eclipse.rdf4j.spin.Template
 
getURI(String) - Method in class org.eclipse.rdf4j.workbench.util.WorkbenchRequest
Gets the URI referred to by the parameter value.
getURL(String) - Static method in class org.eclipse.rdf4j.common.io.ResourceUtil
The URL to the specified resource
getURL() - Method in class org.eclipse.rdf4j.repository.http.config.HTTPRepositoryConfig
 
getUrl() - Method in class org.eclipse.rdf4j.repository.sparql.query.SPARQLOperation
Deprecated.
 
getUrl(String) - Method in class org.eclipse.rdf4j.workbench.util.WorkbenchRequest
Gets the URL referred to by the parameter value.
getURLs(String) - Static method in class org.eclipse.rdf4j.common.io.ResourceUtil
Get the URLs for a resource name using the class loaders of the current thread and of the caller.
getUsed() - Method in class org.eclipse.rdf4j.common.webapp.system.SystemInfoController.MemoryInfo
 
getUsed() - Method in class org.eclipse.rdf4j.common.webapp.system.SystemOverviewController.MemoryInfo
 
getUser() - Method in class org.eclipse.rdf4j.common.webapp.system.SystemInfoController.ServerInfo
 
getUser() - Method in class org.eclipse.rdf4j.common.webapp.system.SystemOverviewController.ServerInfo
 
getUserHome() - Method in class org.eclipse.rdf4j.common.platform.AbstractPlatform
 
getUserHome() - Method in interface org.eclipse.rdf4j.common.platform.Platform
Returns the directory for the current user.
getUserHome() - Method in class org.eclipse.rdf4j.common.platform.support.WindowsPlatform
 
getUserInfo() - Method in class org.eclipse.rdf4j.common.net.ParsedIRI
Returns the raw user-information component of this IRI.
getUsername() - Method in class org.eclipse.rdf4j.repository.http.config.HTTPRepositoryConfig
 
getUUID() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
getUUID() - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
 
getUUID() - Method in interface org.eclipse.rdf4j.util.UUIDable
Returns the UUID of this object.
getValidationApproach() - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSailConnection.Settings
 
getValidationReport() - Method in exception org.eclipse.rdf4j.sail.shacl.ShaclSailValidationException
Deprecated.
The returned ValidationReport is planned to be moved to a different package and this method is planned to return that class.
getValidationResult() - Method in class org.eclipse.rdf4j.sail.shacl.results.lazy.LazyValidationReport
Deprecated.
 
getValidationResult() - Method in class org.eclipse.rdf4j.sail.shacl.results.ValidationReport
Deprecated.
 
getValidationResultsLimitPerConstraint() - Method in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
getValidationResultsLimitPerConstraint() - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSail
ValidationReports contain validation results.
getValidationResultsLimitTotal() - Method in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
getValidationResultsLimitTotal() - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSail
ValidationReports contain validation results.
getValidNodeId(BNode) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
Create a syntactically valid node id from the supplied blank node id.
getValue() - Method in interface org.eclipse.rdf4j.common.transaction.TransactionSetting
The value for this transaction setting.
getValue() - Method in class org.eclipse.rdf4j.common.webapp.util.HeaderElement
 
getValue() - Method in class org.eclipse.rdf4j.common.webapp.util.Parameter
 
getValue() - Method in interface org.eclipse.rdf4j.IsolationLevel
 
getValue(String) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.QueryBindingSet
 
getValue() - Method in class org.eclipse.rdf4j.query.algebra.ValueConstant
 
getValue() - Method in class org.eclipse.rdf4j.query.algebra.Var
 
getValue() - Method in interface org.eclipse.rdf4j.query.Binding
Gets the value of the binding.
getValue(String) - Method in interface org.eclipse.rdf4j.query.BindingSet
Gets the value of the binding with the specified name from this BindingSet.
getValue() - Method in class org.eclipse.rdf4j.query.dawg.DAWGTestBooleanParser
 
getValue(String) - Method in class org.eclipse.rdf4j.query.impl.EmptyBindingSet
 
getValue(String) - Method in class org.eclipse.rdf4j.query.impl.ListBindingSet
 
getValue(String) - Method in class org.eclipse.rdf4j.query.impl.MapBindingSet
 
getValue() - Method in class org.eclipse.rdf4j.query.impl.SimpleBinding
 
getValue(String) - Method in class org.eclipse.rdf4j.repository.sparql.query.SPARQLQueryBindingSet
 
getValue(int) - Method in class org.eclipse.rdf4j.sail.nativerdf.ValueStore
Deprecated.
Gets the value for the specified ID.
getValue() - Method in class org.eclipse.rdf4j.sail.shacl.results.ValidationResult
Deprecated.
 
getValue() - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSail.TransactionSettings
 
getValue() - Method in enum org.eclipse.rdf4j.sail.shacl.ShaclSail.TransactionSettings.ValidationApproach
 
getValue() - Method in class org.eclipse.rdf4j.spin.ConstraintViolation
 
getValue(String) - Method in class org.eclipse.rdf4j.workbench.util.WorkbenchRequest
Gets the Value referred to by the parameter value.
getValueCacheSize() - Method in class org.eclipse.rdf4j.sail.nativerdf.config.NativeStoreConfig
 
getValueCountEstimate() - Method in class org.eclipse.rdf4j.sail.nativerdf.btree.BTree
Returns an estimate for the number of values stored in this BTree.
getValueCountEstimate(byte[], byte[]) - Method in class org.eclipse.rdf4j.sail.nativerdf.btree.BTree
Gives an estimate of the number of values between minValue and maxValue.
getValueFactory() - Method in class org.eclipse.rdf4j.federated.FedX
 
getValueFactory() - Method in class org.eclipse.rdf4j.federated.FedXConnection.SailBaseDefaultImpl
 
getValueFactory() - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
getValueFactory() - Method in class org.eclipse.rdf4j.http.server.repository.RepositoryConfigRepository
 
getValueFactory() - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.TripleSource
Gets a ValueFactory object that can be used to create URI-, blank node- and literal objects.
getValueFactory() - Method in class org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
 
getValueFactory() - Method in class org.eclipse.rdf4j.repository.base.RepositoryWrapper
 
getValueFactory() - Method in class org.eclipse.rdf4j.repository.evaluation.RepositoryTripleSource
 
getValueFactory() - Method in class org.eclipse.rdf4j.repository.http.HTTPRepository
 
getValueFactory() - Method in interface org.eclipse.rdf4j.repository.Repository
Gets a ValueFactory for this Repository.
getValueFactory() - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Gets a ValueFactory for this RepositoryConnection.
getValueFactory() - Method in class org.eclipse.rdf4j.repository.sail.ProxyRepository
 
getValueFactory() - Method in class org.eclipse.rdf4j.repository.sail.SailRepository
 
getValueFactory() - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLRepository
 
getValueFactory() - Method in interface org.eclipse.rdf4j.sail.base.SailStore
The ValueFactory that should be used in association with this.
getValueFactory() - Method in class org.eclipse.rdf4j.sail.base.SnapshotSailStore
 
getValueFactory() - Method in class org.eclipse.rdf4j.sail.evaluation.SailTripleSource
 
getValueFactory() - Method in class org.eclipse.rdf4j.sail.extensiblestore.ExtensibleSailStore
 
getValueFactory() - Method in class org.eclipse.rdf4j.sail.extensiblestore.ExtensibleStore
 
getValueFactory() - Method in class org.eclipse.rdf4j.sail.federation.Federation
Deprecated.
 
getValueFactory() - Method in class org.eclipse.rdf4j.sail.helpers.SailWrapper
 
getValueFactory() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.SchemaCachingRDFSInferencer
 
getValueFactory() - Method in class org.eclipse.rdf4j.sail.memory.MemoryStore
 
getValueFactory() - Method in class org.eclipse.rdf4j.sail.nativerdf.NativeStore
 
getValueFactory() - Method in interface org.eclipse.rdf4j.sail.Sail
Gets a ValueFactory object that can be used to create IRI-, blank node-, literal- and statement objects.
getValueForExpr(ValueExpr) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
Retrieve the associated Value (if any) for the given valueExpr.
getValueIDCacheSize() - Method in class org.eclipse.rdf4j.sail.nativerdf.config.NativeStoreConfig
 
getValueStore() - Method in class org.eclipse.rdf4j.sail.nativerdf.ValueStoreRevision
Deprecated.
 
getValueStoreRevision() - Method in class org.eclipse.rdf4j.sail.nativerdf.model.NativeBNode
 
getValueStoreRevision() - Method in class org.eclipse.rdf4j.sail.nativerdf.model.NativeIRI
 
getValueStoreRevision() - Method in class org.eclipse.rdf4j.sail.nativerdf.model.NativeLiteral
 
getValueStoreRevision() - Method in interface org.eclipse.rdf4j.sail.nativerdf.model.NativeValue
Gets the revision of the value store that created this value.
getValueString(Value) - Static method in class org.eclipse.rdf4j.federated.util.QueryStringUtil
Return the string representation of this value, see QueryStringUtil.appendValue(StringBuilder, Value) for details.
getValueType() - Method in class org.eclipse.rdf4j.spin.Argument
 
getVarFreqMap(List<Var>, M) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryJoinOptimizer.JoinVisitor
Deprecated.
 
getVarFreqMap(List<Var>, M) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.QueryMultiJoinOptimizer.JoinVisitor
 
getVariableMap() - Method in class org.eclipse.rdf4j.repository.config.ConfigTemplate
 
getVarList() - Method in class org.eclipse.rdf4j.query.algebra.StatementPattern
 
getVarList() - Method in class org.eclipse.rdf4j.query.algebra.TripleRef
 
getVarList() - Method in class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
 
getVarNames() - Method in class org.eclipse.rdf4j.query.algebra.helpers.VarNameCollector
 
getVars() - Method in class org.eclipse.rdf4j.federated.algebra.FilterExpr
 
getVars(L) - Method in class org.eclipse.rdf4j.query.algebra.StatementPattern
Adds the variables of this statement pattern to the supplied collection.
getVars(L) - Method in class org.eclipse.rdf4j.query.algebra.TripleRef
Adds the variables of this statement pattern to the supplied collection.
getVars(L) - Method in class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
Adds the variables of this statement pattern to the supplied collection.
getVarValue(Var, BindingSet) - Static method in class org.eclipse.rdf4j.federated.util.QueryAlgebraUtil
Return the Value of the variable which is either taken from the variable itself (bound) or from the bindingsset (unbound).
getVarValue(Var, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
getVersion() - Method in class org.eclipse.rdf4j.common.app.AppConfiguration
Get the version of the application.
getVersion() - Method in class org.eclipse.rdf4j.federated.util.Version
 
getVersion() - Static method in class org.eclipse.rdf4j.RDF4J
Get version number string
getVersion() - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchDocument
 
getVersionInfo() - Static method in class org.eclipse.rdf4j.federated.util.Version
Return the version instance
getVersionString() - Method in class org.eclipse.rdf4j.federated.util.Version
 
getView(String) - Method in class org.eclipse.rdf4j.common.webapp.navigation.Group
 
getView() - Method in class org.eclipse.rdf4j.common.webapp.system.SystemInfoController
 
getView() - Method in class org.eclipse.rdf4j.common.webapp.system.SystemOverviewController
 
getViewByName(String) - Method in class org.eclipse.rdf4j.common.webapp.navigation.Group
Get the view with the specified name.
getViews() - Method in class org.eclipse.rdf4j.common.webapp.navigation.Group
Get the list of views.
getViewSuffix() - Method in class org.eclipse.rdf4j.common.webapp.navigation.AbstractNavigationNode
 
getViewSuffix() - Method in class org.eclipse.rdf4j.common.webapp.navigation.NavigationModel
 
getViewSuffix() - Method in interface org.eclipse.rdf4j.common.webapp.navigation.NavigationNode
 
getWarnings() - Method in class org.eclipse.rdf4j.console.VerificationListener
Get number of warnings
getWarnings() - Method in class org.eclipse.rdf4j.rio.helpers.ParseErrorCollector
 
getWatchObjects() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.CustomGraphQueryInferencer
Exposed for test purposes.
getWatchPredicates() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.CustomGraphQueryInferencer
Exposed for test purposes.
getWatchSubjects() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.CustomGraphQueryInferencer
Exposed for test purposes.
getWhereExpr() - Method in class org.eclipse.rdf4j.query.algebra.Modify
 
getWrappedConnection() - Method in class org.eclipse.rdf4j.sail.helpers.NotifyingSailConnectionWrapper
 
getWrappedConnection() - Method in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapper
Gets the connection that is wrapped by this object.
getWrappedConnection() - Method in class org.eclipse.rdf4j.sail.inferencer.InferencerConnectionWrapper
Gets the connection that is wrapped by this object.
getWriteLock() - Method in class org.eclipse.rdf4j.common.concurrent.locks.ReadPrefReadWriteLockManager
Gets an exclusive write lock.
getWriteLock() - Method in interface org.eclipse.rdf4j.common.concurrent.locks.ReadWriteLockManager
Gets an exclusive write lock.
getWriteLock() - Method in class org.eclipse.rdf4j.common.concurrent.locks.WritePrefReadWriteLockManager
Gets an exclusive write lock.
getWriter(OutputStream) - Method in class org.eclipse.rdf4j.query.resultio.binary.BinaryQueryResultWriterFactory
Returns a new instance of BinaryQueryResultWriter.
getWriter(OutputStream) - Method in interface org.eclipse.rdf4j.query.resultio.BooleanQueryResultWriterFactory
Returns a BooleanQueryResultWriter instance that will write to the supplied output stream.
getWriter(OutputStream) - Method in class org.eclipse.rdf4j.query.resultio.sparqljson.SPARQLBooleanJSONWriterFactory
Returns a new instance of SPARQLResultsJSONWriter.
getWriter(OutputStream) - Method in class org.eclipse.rdf4j.query.resultio.sparqljson.SPARQLResultsJSONWriterFactory
Returns a new instance of SPARQLResultsJSONWriter.
getWriter(OutputStream) - Method in class org.eclipse.rdf4j.query.resultio.sparqlstarjson.SPARQLStarResultsJSONWriterFactory
Returns a new instance of SPARQLStarResultsJSONWriter.
getWriter(OutputStream) - Method in class org.eclipse.rdf4j.query.resultio.sparqlxml.SPARQLBooleanXMLWriterFactory
Returns a new instance of SPARQLBooleanXMLWriter.
getWriter(OutputStream) - Method in class org.eclipse.rdf4j.query.resultio.sparqlxml.SPARQLResultsXMLWriterFactory
Returns a new instance of SPARQLResultsXMLWriter.
getWriter(OutputStream) - Method in class org.eclipse.rdf4j.query.resultio.text.BooleanTextWriterFactory
Returns a new instance of BinaryQueryResultWriter.
getWriter(OutputStream) - Method in class org.eclipse.rdf4j.query.resultio.text.csv.SPARQLResultsCSVWriterFactory
Returns a new instance of SPARQLResultsCSVWriter.
getWriter(OutputStream) - Method in class org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLResultsTSVWriterFactory
Returns a new instance of SPARQLResultsTSVWriter.
getWriter(OutputStream) - Method in class org.eclipse.rdf4j.query.resultio.textstar.tsv.SPARQLStarResultsTSVWriterFactory
Returns a new instance of SPARQLStarResultsTSVWriter.
getWriter(OutputStream) - Method in interface org.eclipse.rdf4j.query.resultio.TupleQueryResultWriterFactory
Returns a TupleQueryResultWriter instance that will write to the supplied output stream.
getWriter(OutputStream) - Method in class org.eclipse.rdf4j.rio.binary.BinaryRDFWriterFactory
Returns a new instance of BinaryRDFWriter.
getWriter(OutputStream, String) - Method in class org.eclipse.rdf4j.rio.binary.BinaryRDFWriterFactory
 
getWriter(Writer) - Method in class org.eclipse.rdf4j.rio.binary.BinaryRDFWriterFactory
throws UnsupportedOperationException
getWriter(Writer, String) - Method in class org.eclipse.rdf4j.rio.binary.BinaryRDFWriterFactory
throws UnsupportedOperationException
getWriter(OutputStream) - Method in class org.eclipse.rdf4j.rio.jsonld.JSONLDWriterFactory
 
getWriter(OutputStream, String) - Method in class org.eclipse.rdf4j.rio.jsonld.JSONLDWriterFactory
 
getWriter(Writer) - Method in class org.eclipse.rdf4j.rio.jsonld.JSONLDWriterFactory
 
getWriter(Writer, String) - Method in class org.eclipse.rdf4j.rio.jsonld.JSONLDWriterFactory
 
getWriter(OutputStream) - Method in class org.eclipse.rdf4j.rio.n3.N3WriterFactory
Returns a new instance of N3Writer.
getWriter(OutputStream, String) - Method in class org.eclipse.rdf4j.rio.n3.N3WriterFactory
 
getWriter(Writer) - Method in class org.eclipse.rdf4j.rio.n3.N3WriterFactory
Returns a new instance of N3Writer.
getWriter(Writer, String) - Method in class org.eclipse.rdf4j.rio.n3.N3WriterFactory
 
getWriter(OutputStream) - Method in class org.eclipse.rdf4j.rio.nquads.NQuadsWriterFactory
Returns a new instance of NQuadsWriter.
getWriter(OutputStream, String) - Method in class org.eclipse.rdf4j.rio.nquads.NQuadsWriterFactory
 
getWriter(Writer) - Method in class org.eclipse.rdf4j.rio.nquads.NQuadsWriterFactory
Returns a new instance of NQuadsWriter.
getWriter(Writer, String) - Method in class org.eclipse.rdf4j.rio.nquads.NQuadsWriterFactory
 
getWriter(OutputStream) - Method in class org.eclipse.rdf4j.rio.ntriples.NTriplesWriterFactory
Returns a new instance of NTriplesWriter.
getWriter(OutputStream, String) - Method in class org.eclipse.rdf4j.rio.ntriples.NTriplesWriterFactory
 
getWriter(Writer) - Method in class org.eclipse.rdf4j.rio.ntriples.NTriplesWriterFactory
Returns a new instance of NTriplesWriter.
getWriter(Writer, String) - Method in class org.eclipse.rdf4j.rio.ntriples.NTriplesWriterFactory
 
getWriter(OutputStream) - Method in class org.eclipse.rdf4j.rio.rdfjson.RDFJSONWriterFactory
 
getWriter(OutputStream, String) - Method in class org.eclipse.rdf4j.rio.rdfjson.RDFJSONWriterFactory
 
getWriter(Writer) - Method in class org.eclipse.rdf4j.rio.rdfjson.RDFJSONWriterFactory
 
getWriter(Writer, String) - Method in class org.eclipse.rdf4j.rio.rdfjson.RDFJSONWriterFactory
 
getWriter(OutputStream) - Method in interface org.eclipse.rdf4j.rio.RDFWriterFactory
Returns an RDFWriter instance that will write to the supplied output stream.
getWriter(OutputStream, String) - Method in interface org.eclipse.rdf4j.rio.RDFWriterFactory
Returns an RDFWriter instance that will write to the supplied output stream.
getWriter(Writer) - Method in interface org.eclipse.rdf4j.rio.RDFWriterFactory
Returns an RDFWriter instance that will write to the supplied writer.
getWriter(Writer, String) - Method in interface org.eclipse.rdf4j.rio.RDFWriterFactory
Returns an RDFWriter instance that will write to the supplied writer.
getWriter(OutputStream) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriterFactory
Returns a new instance of RDFXMLWriter.
getWriter(OutputStream, String) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriterFactory
Returns a new instance of RDFXMLWriter.
getWriter(Writer) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriterFactory
Returns a new instance of RDFXMLWriter.
getWriter(Writer, String) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriterFactory
Returns a new instance of RDFXMLWriter.
getWriter(OutputStream) - Method in class org.eclipse.rdf4j.rio.rdfxml.util.RDFXMLPrettyWriterFactory
Returns a new instance of RDFXMLPrettyWriter.
getWriter(OutputStream, String) - Method in class org.eclipse.rdf4j.rio.rdfxml.util.RDFXMLPrettyWriterFactory
Returns a new instance of RDFXMLPrettyWriter.
getWriter(Writer) - Method in class org.eclipse.rdf4j.rio.rdfxml.util.RDFXMLPrettyWriterFactory
Returns a new instance of RDFXMLPrettyWriter.
getWriter(Writer, String) - Method in class org.eclipse.rdf4j.rio.rdfxml.util.RDFXMLPrettyWriterFactory
Returns a new instance of RDFXMLPrettyWriter.
getWriter(OutputStream) - Method in class org.eclipse.rdf4j.rio.trig.TriGWriterFactory
Returns a new instance of TriGWriter.
getWriter(OutputStream, String) - Method in class org.eclipse.rdf4j.rio.trig.TriGWriterFactory
Returns a new instance of TriGWriter.
getWriter(Writer) - Method in class org.eclipse.rdf4j.rio.trig.TriGWriterFactory
Returns a new instance of TriGWriter.
getWriter(Writer, String) - Method in class org.eclipse.rdf4j.rio.trig.TriGWriterFactory
Returns a new instance of TriGWriter.
getWriter(OutputStream) - Method in class org.eclipse.rdf4j.rio.trigstar.TriGStarWriterFactory
Returns a new instance of TriGStarWriter.
getWriter(OutputStream, String) - Method in class org.eclipse.rdf4j.rio.trigstar.TriGStarWriterFactory
Returns a new instance of TriGStarWriter.
getWriter(Writer) - Method in class org.eclipse.rdf4j.rio.trigstar.TriGStarWriterFactory
Returns a new instance of TriGStarWriter.
getWriter(Writer, String) - Method in class org.eclipse.rdf4j.rio.trigstar.TriGStarWriterFactory
Returns a new instance of TriGStarWriter.
getWriter(OutputStream) - Method in class org.eclipse.rdf4j.rio.trix.TriXWriterFactory
Returns a new instance of TriXWriter.
getWriter(OutputStream, String) - Method in class org.eclipse.rdf4j.rio.trix.TriXWriterFactory
Returns a new instance of TriXWriter.
getWriter(Writer) - Method in class org.eclipse.rdf4j.rio.trix.TriXWriterFactory
Returns a new instance of TriXWriter.
getWriter(Writer, String) - Method in class org.eclipse.rdf4j.rio.trix.TriXWriterFactory
Returns a new instance of TriXWriter.
getWriter(OutputStream) - Method in class org.eclipse.rdf4j.rio.turtle.TurtleWriterFactory
Returns a new instance of TurtleWriter.
getWriter(OutputStream, String) - Method in class org.eclipse.rdf4j.rio.turtle.TurtleWriterFactory
 
getWriter(Writer) - Method in class org.eclipse.rdf4j.rio.turtle.TurtleWriterFactory
Returns a new instance of TurtleWriter.
getWriter(Writer, String) - Method in class org.eclipse.rdf4j.rio.turtle.TurtleWriterFactory
 
getWriter(OutputStream) - Method in class org.eclipse.rdf4j.rio.turtlestar.TurtleStarWriterFactory
Returns a new instance of TurtleStarWriter.
getWriter(OutputStream, String) - Method in class org.eclipse.rdf4j.rio.turtlestar.TurtleStarWriterFactory
 
getWriter(Writer) - Method in class org.eclipse.rdf4j.rio.turtlestar.TurtleStarWriterFactory
Returns a new instance of TurtleStarWriter.
getWriter(Writer, String) - Method in class org.eclipse.rdf4j.rio.turtlestar.TurtleStarWriterFactory
 
getWriterConfig() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultWriter
 
getWriterConfig() - Method in interface org.eclipse.rdf4j.query.resultio.QueryResultWriter
Retrieves the current writer configuration as a single object.
getWriterConfig() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFWriter
 
getWriterConfig() - Method in class org.eclipse.rdf4j.rio.n3.N3Writer
 
getWriterConfig() - Method in interface org.eclipse.rdf4j.rio.RDFWriter
Retrieves the current writer configuration as a single object.
getWriterConfig() - Method in class org.eclipse.rdf4j.rio.turtle.ArrangedWriter
 
getWriterFormatForFileName(String) - Static method in class org.eclipse.rdf4j.query.resultio.QueryResultIO
Tries to match the extension of a file name against the list of RDF formats that can be written.
getWriterFormatForFileName(String) - Static method in class org.eclipse.rdf4j.rio.Rio
Tries to match the extension of a file name against the list of RDF formats that can be written.
getWriterFormatForMIMEType(String) - Static method in class org.eclipse.rdf4j.query.resultio.QueryResultIO
Tries to match a MIME type against the list of tuple query result formats that can be written.
getWriterFormatForMIMEType(String) - Static method in class org.eclipse.rdf4j.rio.Rio
Tries to match a MIME type against the list of RDF formats that can be written.
getWriteStrategy() - Method in class org.eclipse.rdf4j.federated.FedX
Compute and return the WriteStrategy depending on the current federation configuration.
getWriteStrategyFactory() - Method in class org.eclipse.rdf4j.federated.FedXConfig
Returns the class of the WriteStrategyFactory implementation.
getWriteStrategyInternal() - Method in class org.eclipse.rdf4j.federated.FedXConnection
Return the initialized FedXConnection.writeStrategy.
getXMLReader() - Method in class org.eclipse.rdf4j.rio.helpers.XMLReaderBasedParser
Creates an XML Reader configured using the current parser settings.
getXsdDatatype() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.BooleanCast
 
getXsdDatatype() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.ByteCast
 
getXsdDatatype() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.CastFunction
Get the specific XML Schema datatype which this function returns.
getXsdDatatype() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.DateTimeCast
 
getXsdDatatype() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.DecimalCast
 
getXsdDatatype() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.DoubleCast
 
getXsdDatatype() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.FloatCast
 
getXsdDatatype() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.IntCast
 
getXsdDatatype() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.IntegerCast
 
getXsdDatatype() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.LongCast
 
getXsdDatatype() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.NegativeIntegerCast
 
getXsdDatatype() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.NonNegativeIntegerCast
 
getXsdDatatype() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.NonPositiveIntegerCast
 
getXsdDatatype() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.PositiveIntegerCast
 
getXsdDatatype() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.ShortCast
 
getXsdDatatype() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.StringCast
 
getXsdDatatype() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.UnsignedByteCast
 
getXsdDatatype() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.UnsignedIntCast
 
getXsdDatatype() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.UnsignedLongCast
 
getXsdDatatype() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.UnsignedShortCast
 
getXsdName() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.CastFunction
Returns a prefixed name representation of the specific datatype that this function returns
getZeroLengthPathIterator(BindingSet, Var, Var, Var, Value, Value) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
getZeroLengthPathIterator(BindingSet, Var, Var, Var, Value, Value) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.limited.LimitedSizeEvaluationStrategy
 
GIT_BRANCH - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:GitBranch
GIT_REPOSITORY - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:GitRepository
GIVE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:give
GIVEN_NAME - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
GIVEN_NAME - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:given-name
GIVENNAME - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
Deprecated.
Use GIVEN_NAME instead for new statements
GLOBAL_LOG_VALIDATION_EXECUTION - Static variable in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailSchema
http://rdf4j.org/config/sail/shacl#globalLogValidationExecution
GLOBAL_LOG_VALIDATION_EXECUTION_DEFAULT - Static variable in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
GlobalValidationExecutionLogging - Class in org.eclipse.rdf4j.sail.shacl
Deprecated.
since 3.0. This feature is for internal use only: its existence, signature or behavior may change without warning from one release to the next.
GlobalValidationExecutionLogging() - Constructor for class org.eclipse.rdf4j.sail.shacl.GlobalValidationExecutionLogging
Deprecated.
 
GMONTH - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#gMonth
GMONTHDAY - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#gMonthDay
GRANT_USE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:grantUse
graph - Variable in class org.eclipse.rdf4j.federated.endpoint.EndpointFactory.DefaultRDFHandler
 
graph - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.GraphToBindingSetConversionIteration
 
GRAPH - Static variable in class org.eclipse.rdf4j.rio.jsonld.JSONLDHierarchicalProcessor
 
graph(Iri) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.CreateQuery
Specify the graph to create
graph(Iri) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.TargetedGraphManagementQuery
Specify which graph to target
graph1 - Variable in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
graph2 - Variable in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
GRAPH_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SD
Graph
GRAPH_COLLECTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SD
Graph Collection
GRAPH_IRI_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#graphIRI Points to graph names (IRIs) in various sp:Update operations.
GRAPH_NAME_NODE_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#graphNameNode The name (IRI or Variable) of a NamedGraph.
GRAPH_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
Parameter name for the graph parameter.
GRAPH_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SD
graph
GraphController - Class in org.eclipse.rdf4j.http.server.repository.graph
Handles requests for manipulating the named graphs in a repository.
GraphController() - Constructor for class org.eclipse.rdf4j.http.server.repository.graph.GraphController
 
GraphName - Interface in org.eclipse.rdf4j.sparqlbuilder.graphpattern
Denotes a query element that can be used as a Graph Name
GraphPattern - Class in org.eclipse.rdf4j.query.parser.sparql
Deprecated.
since 3.0. This feature is for internal use only: its existence, signature or behavior may change without warning from one release to the next.
GraphPattern() - Constructor for class org.eclipse.rdf4j.query.parser.sparql.GraphPattern
Deprecated.
Creates a new graph pattern.
GraphPattern(GraphPattern) - Constructor for class org.eclipse.rdf4j.query.parser.sparql.GraphPattern
Deprecated.
Creates a new graph pattern that inherits the context and scope from a parent graph pattern.
GraphPattern - Interface in org.eclipse.rdf4j.sparqlbuilder.graphpattern
Denotes a SPARQL Graph Pattern
GraphPatternGroupable - Interface in org.eclipse.rdf4j.query.algebra
Deprecated.
since 3.2. Use VariableScopeChange instead.
GraphPatternNotTriples - Class in org.eclipse.rdf4j.sparqlbuilder.graphpattern
 
GraphPatterns - Class in org.eclipse.rdf4j.sparqlbuilder.graphpattern
A class with static methods to create graph patterns.
GraphQuery - Interface in org.eclipse.rdf4j.query
 
graphQuery(Repository, String, Function<GraphQueryResult, T>) - Static method in class org.eclipse.rdf4j.repository.util.Repositories
Performs a SPARQL Construct or Describe query on the given Repository within a transaction and passes the results to the given Function with the result from the function returned by the method.
graphQuery(Repository, String, RDFHandler) - Static method in class org.eclipse.rdf4j.repository.util.Repositories
Performs a SPARQL Construct or Describe query on the given Repository within a transaction and passes the results to the given RDFHandler.
graphQueryNoTransaction(Repository, String, Function<GraphQueryResult, T>) - Static method in class org.eclipse.rdf4j.repository.util.Repositories
Performs a SPARQL Construct or Describe query on the given Repository without opening a transaction and passes the results to the given Function with the result from the function returned by the method.
graphQueryNoTransaction(Repository, String, RDFHandler) - Static method in class org.eclipse.rdf4j.repository.util.Repositories
Performs a SPARQL Construct or Describe query on the given Repository without opening a transaction and passes the results to the given RDFHandler.
GraphQueryResult - Interface in org.eclipse.rdf4j.query
A representation of a query result as a sequence of Statement objects.
GraphQueryResultImpl - Class in org.eclipse.rdf4j.query.impl
Deprecated.
since 2.0. Use IteratingGraphQueryResult instead.
GraphQueryResultImpl(Map<String, String>, CloseableIteration<? extends Statement, ? extends QueryEvaluationException>) - Constructor for class org.eclipse.rdf4j.query.impl.GraphQueryResultImpl
Deprecated.
 
GraphQueryResultTest - Class in org.eclipse.rdf4j.repository
 
GraphQueryResultTest() - Constructor for class org.eclipse.rdf4j.repository.GraphQueryResultTest
 
GraphQueryResultView - Class in org.eclipse.rdf4j.http.server.repository
View used to render graph query results.
GraphTemplate - Class in org.eclipse.rdf4j.sparqlbuilder.core
A SPARQL Graph Template, used in Construct queries
GraphToBindingSetConversionIteration - Class in org.eclipse.rdf4j.federated.evaluation.iterator
Converts graph results into a binding set iteration
GraphToBindingSetConversionIteration(GraphQueryResult) - Constructor for class org.eclipse.rdf4j.federated.evaluation.iterator.GraphToBindingSetConversionIteration
 
GreaterThan - Class in org.eclipse.rdf4j.spin.function
 
GreaterThan() - Constructor for class org.eclipse.rdf4j.spin.function.GreaterThan
 
GreaterThanOrEqualTo - Class in org.eclipse.rdf4j.spin.function
 
GreaterThanOrEqualTo() - Constructor for class org.eclipse.rdf4j.spin.function.GreaterThanOrEqualTo
 
Group - Class in org.eclipse.rdf4j.common.webapp.navigation
Group represents a logical group of views in a NavigationModel.
Group(String) - Constructor for class org.eclipse.rdf4j.common.webapp.navigation.Group
Construct a new group with the specified ID.
GROUP - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
GROUP - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
Deprecated.
GROUP - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:group
GROUP - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:Group
Group - Class in org.eclipse.rdf4j.query.algebra
A tuple operator that groups tuples that have a specific set of equivalent variable bindings, and that can apply aggregate functions on the grouped results.
Group() - Constructor for class org.eclipse.rdf4j.query.algebra.Group
 
Group(TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Group
 
Group(TupleExpr, Iterable<String>) - Constructor for class org.eclipse.rdf4j.query.algebra.Group
 
Group(TupleExpr, Iterable<String>, Iterable<GroupElem>) - Constructor for class org.eclipse.rdf4j.query.algebra.Group
 
group() - Method in class org.eclipse.rdf4j.queryrender.builder.AbstractQueryBuilder
Deprecated.
 
Group - Interface in org.eclipse.rdf4j.queryrender.builder
Deprecated.
use SparqlBuilder instead.
group() - Method in class org.eclipse.rdf4j.queryrender.builder.GroupBuilder
Deprecated.
 
group() - Method in interface org.eclipse.rdf4j.queryrender.builder.QueryBuilder
Deprecated.
Create a new sub-group of the query
GROUP_BY_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#groupBy Points from a Query to the list of GROUP BY expressions.
group_concat(Operand...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
 
group_concat(String, Operand...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
 
GROUP_CONCAT_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
Groupable - Interface in org.eclipse.rdf4j.sparqlbuilder.core
Denotes a groupable SPARQL query element (can be used in a GROUP BY clause)
GroupBuilder<T extends ParsedQuery,E extends SupportsGroups> - Class in org.eclipse.rdf4j.queryrender.builder
Deprecated.
use SparqlBuilder instead.
GroupBuilder(E) - Constructor for class org.eclipse.rdf4j.queryrender.builder.GroupBuilder
Deprecated.
 
GroupBuilder(E, boolean) - Constructor for class org.eclipse.rdf4j.queryrender.builder.GroupBuilder
Deprecated.
 
GroupBuilder(E, boolean, BasicGroup) - Constructor for class org.eclipse.rdf4j.queryrender.builder.GroupBuilder
Deprecated.
 
GroupBy - Class in org.eclipse.rdf4j.sparqlbuilder.core
A SPARQL Group By clause
groupBy - Variable in class org.eclipse.rdf4j.sparqlbuilder.core.query.Query
 
groupBy(Groupable...) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.Query
Add grouping specifiers for the query results.
groupBy(GroupBy) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.Query
Set this query's Group By clause
groupBy(Groupable...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.core.SparqlBuilder
Create a SPARQL Group By clause
GroupByCount - Class in org.eclipse.rdf4j.sail.shacl.planNodes
 
GroupByCount(PlanNode) - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.GroupByCount
 
GroupConcat - Class in org.eclipse.rdf4j.query.algebra
The GROUP_CONCAT operator as defined in http://www.w3.org/TR/sparql11-query/#aggregates
GroupConcat(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.GroupConcat
 
GroupConcat(ValueExpr, boolean) - Constructor for class org.eclipse.rdf4j.query.algebra.GroupConcat
 
GroupedCheckConversionIteration - Class in org.eclipse.rdf4j.federated.evaluation.iterator
Retrieves the original bindings for the particular result
GroupedCheckConversionIteration(CloseableIteration<BindingSet, QueryEvaluationException>, List<BindingSet>) - Constructor for class org.eclipse.rdf4j.federated.evaluation.iterator.GroupedCheckConversionIteration
 
GroupElem - Class in org.eclipse.rdf4j.query.algebra
A tuple operator that groups tuples that have a specific set of equivalent variable bindings, and that can apply aggregate functions on the grouped results.
GroupElem(String, AggregateOperator) - Constructor for class org.eclipse.rdf4j.query.algebra.GroupElem
 
GroupIterator - Class in org.eclipse.rdf4j.query.algebra.evaluation.iterator
 
GroupIterator(EvaluationStrategy, Group, BindingSet) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.iterator.GroupIterator
 
GroupIterator(EvaluationStrategy, Group, BindingSet, long) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.iterator.GroupIterator
 
GroupIterator.Key - Class in org.eclipse.rdf4j.query.algebra.evaluation.iterator
A unique key for a set of existing bindings.
groups - Variable in class org.eclipse.rdf4j.common.webapp.navigation.Group
 
gsub(String, String, String) - Static method in class org.eclipse.rdf4j.common.text.StringUtil
Substitute String "old" by String "new" in String "text" everywhere.
GT - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:gt
GT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
gt(String, String) - Method in class org.eclipse.rdf4j.queryrender.builder.FilterBuilder
Deprecated.
 
gt(String, Value) - Method in class org.eclipse.rdf4j.queryrender.builder.FilterBuilder
Deprecated.
 
gt(String, String) - Static method in class org.eclipse.rdf4j.queryrender.builder.ValueExprFactory
Deprecated.
 
gt(String, Value) - Static method in class org.eclipse.rdf4j.queryrender.builder.ValueExprFactory
Deprecated.
 
gt(Number, Number) - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
left > right
gt(Number, Operand) - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
left > right
gt(Operand, Number) - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
left > right
gt(Operand, Operand) - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
left > right
gte(Operand, Operand) - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
left >= right
GTEQ - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:gteq
guernica - Variable in class org.eclipse.rdf4j.sail.RDFStoreTest
 
GYEAR - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#gYear
GYEARMONTH - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#gYearMonth
GZipUtil - Class in org.eclipse.rdf4j.common.io
GZip-related utilities.
GZipUtil() - Constructor for class org.eclipse.rdf4j.common.io.GZipUtil
 

H

HAD_ACTIVITY - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:hadActivity
HAD_DICTIONARY_MEMBER - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:hadDictionaryMember
HAD_GENERATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:hadGeneration
HAD_MEMBER - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:hadMember
HAD_PLAN - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:hadPlan
HAD_PRIMARY_SOURCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:hadPrimarySource
HAD_ROLE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCAT
dcat:hadRole
HAD_ROLE - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:hadRole
HAD_USAGE - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:hadUsage
handleAlreadyClosed() - Method in class org.eclipse.rdf4j.common.iterator.AbstractCloseableIterator
 
handleAlreadyClosed() - Method in class org.eclipse.rdf4j.common.iterator.LookAheadIterator
 
handleBindings() - Method in class org.eclipse.rdf4j.federated.evaluation.join.ControlledWorkerBoundJoin
 
handleBindings() - Method in class org.eclipse.rdf4j.federated.evaluation.join.ControlledWorkerJoin
 
handleBindings() - Method in class org.eclipse.rdf4j.federated.evaluation.join.ControlledWorkerLeftJoin
 
handleBindings() - Method in class org.eclipse.rdf4j.federated.evaluation.join.HashJoin
 
handleBindings() - Method in class org.eclipse.rdf4j.federated.evaluation.join.JoinExecutorBase
Implementations must implement this method to handle bindings.
handleBindings() - Method in class org.eclipse.rdf4j.federated.evaluation.join.SynchronousBoundJoin
 
handleBindings() - Method in class org.eclipse.rdf4j.federated.evaluation.join.SynchronousJoin
 
handleBindings() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.federation.ServiceJoinIterator
 
handleBindings() - Method in class org.eclipse.rdf4j.repository.sparql.federation.JoinExecutorBase
Implementations must implement this method to handle bindings.
handleBoolean(boolean) - Method in class org.eclipse.rdf4j.console.util.ConsoleQueryResultWriter
 
handleBoolean(boolean) - Method in class org.eclipse.rdf4j.query.AbstractTupleQueryResultHandler
 
handleBoolean(boolean) - Method in class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetWriter
 
handleBoolean(boolean) - Method in interface org.eclipse.rdf4j.query.QueryResultHandler
Handles the specified boolean value.
handleBoolean(boolean) - Method in class org.eclipse.rdf4j.query.resultio.binary.BinaryQueryResultWriter
 
handleBoolean(boolean) - Method in class org.eclipse.rdf4j.query.resultio.helpers.BackgroundTupleResult
 
handleBoolean(boolean) - Method in class org.eclipse.rdf4j.query.resultio.helpers.QueryResultCollector
 
handleBoolean(boolean) - Method in class org.eclipse.rdf4j.query.resultio.text.BooleanTextWriter
 
handleBoolean(boolean) - Method in class org.eclipse.rdf4j.query.resultio.text.csv.SPARQLResultsCSVWriter
 
handleBoolean(boolean) - Method in class org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLResultsTSVWriter
 
handleClose() - Method in class org.eclipse.rdf4j.common.concurrent.locks.LockingIteration
 
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration
Called by AbstractCloseableIteration.close() when it is called for the first time.
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.ConvertingIteration
Closes this iteration as well as the wrapped iteration if it is a CloseableIteration.
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.DelayedIteration
Closes this iteration as well as the underlying iteration if it has already been created and happens to be a CloseableIteration.
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.ExceptionConvertingIteration
Closes this Iteration as well as the wrapped Iteration if it happens to be a CloseableIteration .
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.FilterIteration
 
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.IntersectIteration
 
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.IterationWrapper
Closes this Iteration and also closes the wrapped Iteration if it is a CloseableIteration.
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.LookAheadIteration
 
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.MinusIteration
 
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.QueueIteration
 
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.SilentIteration
 
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.SingletonIteration
 
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.TimeLimitIteration
 
handleClose() - Method in class org.eclipse.rdf4j.common.iteration.UnionIteration
 
handleClose() - Method in class org.eclipse.rdf4j.common.iterator.AbstractCloseableIterator
Called by AbstractCloseableIterator.close() when it is called for the first time.
handleClose() - Method in class org.eclipse.rdf4j.common.iterator.LookAheadIterator
 
handleClose() - Method in class org.eclipse.rdf4j.common.iterator.UnionIterator
 
handleClose() - Method in class org.eclipse.rdf4j.federated.evaluation.concurrent.FedXQueueCursor
 
handleClose() - Method in class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelExecutorBase
 
handleClose() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.CloseDependentConnectionIteration
 
handleClose() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.PrintingIteration
 
handleClose() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.QueryResultIteration
 
handleClose() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.SingleBindingSetIteration
 
handleClose() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.StatementConversionIteration
 
handleClose() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.StopRemainingExecutionsOnCloseIteration
 
handleClose() - Method in class org.eclipse.rdf4j.federated.evaluation.join.JoinExecutorBase
 
handleClose() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.BottomUpJoinIterator
Deprecated.
 
handleClose() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.CrossProductIteration
 
handleClose() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.GroupIterator
 
handleClose() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.HashJoinIteration
 
handleClose() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.JoinIterator
 
handleClose() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.LeftJoinIterator
 
handleClose() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.MultiProjectionIterator
 
handleClose() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.OrderIterator
 
handleClose() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.PathIteration
 
handleClose() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.QueryContextIteration
 
handleClose() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.SPARQLMinusIteration
 
handleClose() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator.LimitedSizeBottomUpJoinIterator
Deprecated.
 
handleClose() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator.LimitedSizeIntersectIteration
After closing the set is cleared and any "used" capacity for collections is returned.
handleClose() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator.LimitedSizeSPARQLMinusIteration
After closing the set is cleared and any "used" capacity for collections is returned.
handleClose() - Method in class org.eclipse.rdf4j.query.impl.BackgroundGraphResult
 
handleClose() - Method in class org.eclipse.rdf4j.query.resultio.helpers.BackgroundTupleResult
 
handleClose() - Method in class org.eclipse.rdf4j.repository.RepositoryResult
 
handleClose() - Method in class org.eclipse.rdf4j.repository.sparql.federation.JoinExecutorBase
 
handleClose() - Method in class org.eclipse.rdf4j.repository.sparql.federation.SPARQLCrossProductIteration
 
handleClose() - Method in class org.eclipse.rdf4j.sail.base.DistinctModelReducingUnionIteration
 
handleClose() - Method in class org.eclipse.rdf4j.sail.extensiblestore.FilteringIteration
 
handleClose() - Method in class org.eclipse.rdf4j.sail.federation.evaluation.AlternativeCursor
 
handleClose() - Method in class org.eclipse.rdf4j.sail.federation.evaluation.ParallelJoinCursor
 
handleClose() - Method in class org.eclipse.rdf4j.sail.federation.evaluation.ParallelLeftJoinCursor
 
handleClose() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractReaderMonitor
This method is thread-safe (i.e.
handleClose() - Method in class org.eclipse.rdf4j.sail.lucene.ReaderMonitor
 
handleComment(String) - Method in class org.eclipse.rdf4j.console.util.ConsoleRDFWriter
 
handleComment(String) - Method in class org.eclipse.rdf4j.federated.endpoint.EndpointFactory.DefaultRDFHandler
 
handleComment(String) - Method in class org.eclipse.rdf4j.query.impl.BackgroundGraphResult
 
handleComment(String) - Method in class org.eclipse.rdf4j.rio.binary.BinaryRDFWriter
 
handleComment(String) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFHandler
 
handleComment(String) - Method in class org.eclipse.rdf4j.rio.helpers.RDFHandlerWrapper
 
handleComment(String) - Method in class org.eclipse.rdf4j.rio.helpers.TimeLimitRDFHandler
 
handleComment(String) - Method in class org.eclipse.rdf4j.rio.jsonld.JSONLDWriter
 
handleComment(String) - Method in class org.eclipse.rdf4j.rio.n3.N3Writer
 
handleComment(String) - Method in class org.eclipse.rdf4j.rio.ntriples.NTriplesWriter
 
handleComment(String) - Method in interface org.eclipse.rdf4j.rio.RDFHandler
Handles a comment.
handleComment(String) - Method in class org.eclipse.rdf4j.rio.rdfjson.RDFJSONWriter
 
handleComment(String) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
 
handleComment(String) - Method in class org.eclipse.rdf4j.rio.trix.TriXWriter
 
handleComment(String) - Method in class org.eclipse.rdf4j.rio.turtle.ArrangedWriter
 
handleComment(String) - Method in class org.eclipse.rdf4j.rio.turtle.TurtleWriter
 
handleLinks(List<String>) - Method in class org.eclipse.rdf4j.console.util.ConsoleQueryResultWriter
 
handleLinks(List<String>) - Method in class org.eclipse.rdf4j.query.AbstractTupleQueryResultHandler
 
handleLinks(List<String>) - Method in class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetWriter
 
handleLinks(List<String>) - Method in interface org.eclipse.rdf4j.query.QueryResultHandler
Handles the links elements which are present in SPARQL Results JSON and SPARQL Results XML documents in the header.
handleLinks(List<String>) - Method in class org.eclipse.rdf4j.query.resultio.binary.BinaryQueryResultWriter
 
handleLinks(List<String>) - Method in class org.eclipse.rdf4j.query.resultio.helpers.BackgroundTupleResult
 
handleLinks(List<String>) - Method in class org.eclipse.rdf4j.query.resultio.helpers.QueryResultCollector
 
handleLinks(List<String>) - Method in class org.eclipse.rdf4j.query.resultio.text.BooleanTextWriter
 
handleLinks(List<String>) - Method in class org.eclipse.rdf4j.query.resultio.text.csv.SPARQLResultsCSVWriter
 
handleLinks(List<String>) - Method in class org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLResultsTSVWriter
 
handleNamespace(String, String) - Method in class org.eclipse.rdf4j.console.util.ConsoleQueryResultWriter
 
handleNamespace(String, String) - Method in class org.eclipse.rdf4j.console.util.ConsoleRDFWriter
 
handleNamespace(String, String) - Method in class org.eclipse.rdf4j.federated.endpoint.EndpointFactory.DefaultRDFHandler
 
handleNamespace(String, String) - Method in class org.eclipse.rdf4j.query.impl.BackgroundGraphResult
 
handleNamespace(String, String) - Method in class org.eclipse.rdf4j.query.resultio.binary.BinaryQueryResultWriter
 
handleNamespace(String, String) - Method in interface org.eclipse.rdf4j.query.resultio.QueryResultWriter
Handles a namespace prefix declaration.
handleNamespace(String, String) - Method in class org.eclipse.rdf4j.query.resultio.text.BooleanTextWriter
 
handleNamespace(String, String) - Method in class org.eclipse.rdf4j.query.resultio.text.csv.SPARQLResultsCSVWriter
 
handleNamespace(String, String) - Method in class org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLResultsTSVWriter
 
handleNamespace(String, String) - Method in class org.eclipse.rdf4j.repository.util.AbstractRDFInserter
 
handleNamespace(String, String) - Method in class org.eclipse.rdf4j.rio.binary.BinaryRDFWriter
 
handleNamespace(String, String) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFHandler
 
handleNamespace(String, String) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFWriter
 
handleNamespace(String, String) - Method in class org.eclipse.rdf4j.rio.helpers.ContextStatementCollector
 
handleNamespace(String, String) - Method in class org.eclipse.rdf4j.rio.helpers.RDFHandlerWrapper
 
handleNamespace(String, String) - Method in class org.eclipse.rdf4j.rio.helpers.TimeLimitRDFHandler
 
handleNamespace(String, String) - Method in class org.eclipse.rdf4j.rio.jsonld.JSONLDWriter
 
handleNamespace(String, String) - Method in class org.eclipse.rdf4j.rio.n3.N3Writer
 
handleNamespace(String, String) - Method in class org.eclipse.rdf4j.rio.ntriples.NTriplesWriter
 
handleNamespace(String, String) - Method in interface org.eclipse.rdf4j.rio.RDFHandler
Handles a namespace declaration/definition.
handleNamespace(String, String) - Method in class org.eclipse.rdf4j.rio.rdfjson.RDFJSONWriter
 
handleNamespace(String, String) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
 
handleNamespace(String, String) - Method in class org.eclipse.rdf4j.rio.trix.TriXWriter
 
handleNamespace(String, String) - Method in class org.eclipse.rdf4j.rio.turtle.ArrangedWriter
 
handleNamespace(String, String) - Method in class org.eclipse.rdf4j.rio.turtle.TurtleWriter
 
handler - Variable in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultParser
The QueryResultHandler that will handle the parsed query results.
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.rdf4j.common.webapp.system.logging.LoggingOverviewController
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.rdf4j.common.webapp.system.SystemInfoController
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.rdf4j.common.webapp.system.SystemOverviewController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.rdf4j.http.server.protocol.ProtocolController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.rdf4j.http.server.repository.config.ConfigController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.rdf4j.http.server.repository.contexts.ContextsController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.rdf4j.http.server.repository.graph.GraphController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.rdf4j.http.server.repository.namespaces.NamespaceController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.rdf4j.http.server.repository.namespaces.NamespacesController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.rdf4j.http.server.repository.RepositoryController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.rdf4j.http.server.repository.RepositoryListController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.rdf4j.http.server.repository.size.SizeController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.rdf4j.http.server.repository.statements.StatementsController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.rdf4j.http.server.repository.transaction.TransactionController
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.rdf4j.http.server.repository.transaction.TransactionStartController
 
handleResult(CloseableIteration<T, QueryEvaluationException>) - Method in class org.eclipse.rdf4j.federated.evaluation.concurrent.ControlledWorkerScheduler
 
handleResult(CloseableIteration<T, QueryEvaluationException>) - Method in interface org.eclipse.rdf4j.federated.evaluation.concurrent.Scheduler
Callback to handle the result.
handleSolution(BindingSet) - Method in class org.eclipse.rdf4j.query.AbstractTupleQueryResultHandler
 
handleSolution(BindingSet) - Method in class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetWriter
 
handleSolution(BindingSet) - Method in class org.eclipse.rdf4j.query.impl.TupleQueryResultBuilder
 
handleSolution(BindingSet) - Method in interface org.eclipse.rdf4j.query.QueryResultHandler
Handles a solution.
handleSolution(BindingSet) - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultWriter
 
handleSolution(BindingSet) - Method in class org.eclipse.rdf4j.query.resultio.helpers.BackgroundTupleResult
 
handleSolution(BindingSet) - Method in class org.eclipse.rdf4j.query.resultio.helpers.QueryResultCollector
 
handleSolutionImpl(BindingSet) - Method in class org.eclipse.rdf4j.console.util.ConsoleQueryResultWriter
 
handleSolutionImpl(BindingSet) - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultWriter
Extending classes must implement this method instead of overriding AbstractQueryResultWriter.handleSolution(BindingSet) in order to benefit from automatic handling of RDF* encoding.
handleSolutionImpl(BindingSet) - Method in class org.eclipse.rdf4j.query.resultio.binary.BinaryQueryResultWriter
 
handleSolutionImpl(BindingSet) - Method in class org.eclipse.rdf4j.query.resultio.text.BooleanTextWriter
 
handleSolutionImpl(BindingSet) - Method in class org.eclipse.rdf4j.query.resultio.text.csv.SPARQLResultsCSVWriter
 
handleSolutionImpl(BindingSet) - Method in class org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLResultsTSVWriter
 
handleStatement(Statement) - Method in class org.eclipse.rdf4j.console.VerificationListener
 
handleStatement(Statement) - Method in class org.eclipse.rdf4j.federated.endpoint.EndpointFactory.DefaultRDFHandler
 
handleStatement(Statement) - Method in class org.eclipse.rdf4j.query.dawg.DAWGTestBooleanParser
 
handleStatement(Statement) - Method in class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetParser
 
handleStatement(Statement) - Method in class org.eclipse.rdf4j.query.impl.BackgroundGraphResult
 
handleStatement(Statement) - Method in class org.eclipse.rdf4j.repository.util.AbstractRDFInserter
 
handleStatement(Statement) - Method in class org.eclipse.rdf4j.repository.util.RDFRemover
 
handleStatement(Statement) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFHandler
 
handleStatement(Statement) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFWriter
 
handleStatement(Statement) - Method in class org.eclipse.rdf4j.rio.helpers.BufferedGroupingRDFHandler
 
handleStatement(Statement) - Method in class org.eclipse.rdf4j.rio.helpers.ContextStatementCollector
 
handleStatement(Statement) - Method in class org.eclipse.rdf4j.rio.helpers.RDFHandlerWrapper
 
handleStatement(Statement) - Method in class org.eclipse.rdf4j.rio.helpers.TimeLimitRDFHandler
 
handleStatement(Statement) - Method in class org.eclipse.rdf4j.rio.n3.N3Writer
 
handleStatement(Statement) - Method in interface org.eclipse.rdf4j.rio.RDFHandler
Handles a statement.
handleStatement(Statement) - Method in class org.eclipse.rdf4j.spin.ConstraintViolationRDFHandler
 
handleStatementInternal(Statement, boolean, boolean, boolean) - Method in class org.eclipse.rdf4j.rio.trig.TriGWriter
 
handleStatementInternal(Statement, boolean, boolean, boolean) - Method in class org.eclipse.rdf4j.rio.turtle.TurtleWriter
Internal method that differentiates between the pretty-print and streaming writer cases.
handleStatementSourcePatternCheck(BindingSet) - Method in class org.eclipse.rdf4j.federated.algebra.StatementSourcePattern
 
handleStylesheet(String) - Method in class org.eclipse.rdf4j.console.util.ConsoleQueryResultWriter
 
handleStylesheet(String) - Method in class org.eclipse.rdf4j.query.resultio.binary.BinaryQueryResultWriter
 
handleStylesheet(String) - Method in interface org.eclipse.rdf4j.query.resultio.QueryResultWriter
Handles a stylesheet URL.
handleStylesheet(String) - Method in class org.eclipse.rdf4j.query.resultio.text.BooleanTextWriter
 
handleStylesheet(String) - Method in class org.eclipse.rdf4j.query.resultio.text.csv.SPARQLResultsCSVWriter
 
handleStylesheet(String) - Method in class org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLResultsTSVWriter
 
handleUnionArgs(Union, List<TupleExpr>) - Method in class org.eclipse.rdf4j.federated.optimizer.UnionOptimizer
Add the union arguments to the args list, includes a recursion step for nested unions.
has(K) - Method in class org.eclipse.rdf4j.common.lang.service.ServiceRegistry
Checks whether a service for the specified key is available.
has(RdfPredicate, RdfObject...) - Method in interface org.eclipse.rdf4j.sparqlbuilder.rdf.RdfSubject
Create a triple pattern from this subject and the given predicate and object
has(RdfPredicate, Value...) - Method in interface org.eclipse.rdf4j.sparqlbuilder.rdf.RdfSubject
Create a triple pattern from this subject and the given predicate and object
has(IRI, RdfObject...) - Method in interface org.eclipse.rdf4j.sparqlbuilder.rdf.RdfSubject
Create a triple pattern from this subject and the given predicate and object
has(IRI, Value...) - Method in interface org.eclipse.rdf4j.sparqlbuilder.rdf.RdfSubject
Create a triple pattern from this subject and the given predicate and object
has(RdfPredicateObjectList...) - Method in interface org.eclipse.rdf4j.sparqlbuilder.rdf.RdfSubject
Create a triple pattern from this subject and the given predicate-object list(s)
has(RdfPredicate, String...) - Method in interface org.eclipse.rdf4j.sparqlbuilder.rdf.RdfSubject
Wrapper for RdfSubject.has(RdfPredicate, RdfObject...) that converts String objects into RdfLiteral instances
has(RdfPredicate, Number...) - Method in interface org.eclipse.rdf4j.sparqlbuilder.rdf.RdfSubject
Wrapper for RdfSubject.has(RdfPredicate, RdfObject...) that converts Number objects into RdfLiteral instances
has(RdfPredicate, Boolean...) - Method in interface org.eclipse.rdf4j.sparqlbuilder.rdf.RdfSubject
Wrapper for RdfSubject.has(RdfPredicate, RdfObject...) that converts Boolean objects into RdfLiteral instances
HAS_ADDITIONAL_NAME - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:hasAdditionalName
HAS_ADDRESS - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:hasAddress
HAS_ALL_OBJECTS_FUNCTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIF
 
HAS_ANCHOR - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:has_anchor
HAS_BEGINNING - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:hasBeginning
HAS_CALENDAR_BUSY - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:hasCalendarBusy
HAS_CALENDAR_LINK - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:hasCalendarLink
HAS_CALENDAR_REQUEST - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:hasCalendarRequest
HAS_CATALOG - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCAT
dcat:catalog
HAS_CATEGORY - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:hasCategory
HAS_COUNTRY_NAME - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:hasCountryName
HAS_DATASET - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCAT
dcat:dataset
HAS_DATE_TIME_DESCRIPTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:hasDateTimeDescription
HAS_DISTRIBUTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCAT
dcat:distribution
HAS_DURATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:hasDuration
HAS_DURATION_DESCRIPTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:hasDurationDescription
HAS_EMAIL - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:hasEmail
HAS_END - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:hasEnd
HAS_FAMILY_NAME - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:hasFamilyName
HAS_FN - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:hasFN
HAS_FORMAT - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/hasFormat
HAS_GENDER - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:hasGender
HAS_GEO - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:hasGeo
HAS_GIVEN_NAME - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:hasGivenName
HAS_HONORIFIC_PREFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:hasHonorificPrefix
HAS_HONORIFIC_SUFFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:hasHonorificSuffix
HAS_INSTANT_MESSAGE - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:hasInstantMessage
HAS_KEY - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:hasKey
HAS_LANGUAGE - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:hasLanguage
HAS_LOCALITY - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:hasLocality
HAS_LOGO - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:hasLogo
HAS_MEMBER - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
void:hasMember
HAS_MEMBER - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:hasMember
HAS_MEMBER_RELATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.LDP
ldp:hasMemberRelation
HAS_MEMBERSHIP - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
void:hasMembership
HAS_NAME - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:hasName
HAS_NICKNAME - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:hasNickname
HAS_NOTE - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:hasNote
HAS_ORGANIZATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
void:organization
HAS_ORGANIZATION_NAME - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:hasOrganizationName
HAS_ORGANIZATION_UNIT - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:hasOrganizationUnit
HAS_PART - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/hasPart
HAS_PART - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:hasPart
HAS_PHOTO - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:hasPhoto
HAS_POLICY - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:hasPolicy
HAS_POST - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
void:hasPost
HAS_POSTAL_CODE - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:hasPostalCode
HAS_PRIMARY_SITE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
void:hasPrimarySite
HAS_PROVENANCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:has_provenance
HAS_QUERY_SERVICE - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:has_query_service
HAS_RECORD - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCAT
dcat:record
HAS_REGION - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:hasRegion
HAS_REGISTERED_ORGANIZATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.ROV
rov:hasRegisteredOrganization
HAS_REGISTERED_SITE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
void:hasRegisteredSite
HAS_RELATED - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:hasRelated
HAS_ROLE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
void:role
HAS_ROLE - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:hasRole
HAS_SERVICE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCAT
dcat:service
HAS_SITE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
void:hasSite
HAS_SOUND - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:hasSound
HAS_SOURCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:hasSource
HAS_STREET_ADDRESS - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:hasStreetAddress
HAS_SUB_ORGANIZATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
void:hasSubOrganization
HAS_TELEPHONE - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:hasTelephone
HAS_TEMPORAL_DURATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:hasTemporalDuration
HAS_TIME - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:hasTime
HAS_TITLE - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:hasTitle
HAS_TOP_CONCEPT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SKOS
The skos:hasTopConcept relation.
HAS_TRS - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:hasTRS
HAS_UID - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:hasUID
HAS_UNIT - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
void:hasUnit
HAS_URL - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:hasURL
HAS_VALUE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:hasValue
HAS_VALUE - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:hasValue
HAS_VALUE_CONSTRAINT_COMPONENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:HasValueConstraintComponent
HAS_VALUE_CONSTRAINT_COMPONENT_HAS_VALUE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:HasValueConstraintComponent-hasValue
HAS_VERSION - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/hasVersion
HAS_XSDDURATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:hasXSDDuration
hasAdded() - Method in class org.eclipse.rdf4j.sail.shacl.Stats
Deprecated.
 
hasAdditionalSettings(Model, Resource) - Method in class org.eclipse.rdf4j.federated.endpoint.provider.SPARQLRepositoryInformation
 
hasAggregateOperatorInExpression() - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElem
 
HasAllObjects - Class in org.eclipse.rdf4j.spin.function.spif
 
HasAllObjects() - Constructor for class org.eclipse.rdf4j.spin.function.spif.HasAllObjects
 
hasBinding(String) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.QueryBindingSet
 
hasBinding(String) - Method in interface org.eclipse.rdf4j.query.BindingSet
Checks whether this BindingSet has a binding with the specified name.
hasBinding(String) - Method in class org.eclipse.rdf4j.query.impl.EmptyBindingSet
 
hasBinding(String) - Method in class org.eclipse.rdf4j.query.impl.ListBindingSet
 
hasBinding(String) - Method in class org.eclipse.rdf4j.query.impl.MapBindingSet
 
hasBinding(String) - Method in class org.eclipse.rdf4j.repository.sparql.query.SPARQLQueryBindingSet
 
hasCharset() - Method in class org.eclipse.rdf4j.common.lang.FileFormat
Checks if the FileFormat has a (default) charset.
hasCondition() - Method in class org.eclipse.rdf4j.query.algebra.LeftJoin
 
hasConnectionListeners() - Method in class org.eclipse.rdf4j.sail.helpers.NotifyingSailConnectionBase
 
hasDefaultFileExtension(String) - Method in class org.eclipse.rdf4j.common.lang.FileFormat
Checks if the specified file name extension matches the FileFormat's default file name extension.
hasDefaultMIMEType(String) - Method in class org.eclipse.rdf4j.common.lang.FileFormat
Checks if the specified MIME type matches the FileFormat's default MIME type.
hasFailed() - Method in class org.eclipse.rdf4j.sail.SailConcurrencyTest
 
hasFileExtension(String) - Method in class org.eclipse.rdf4j.common.lang.FileFormat
Checks if the FileFormat's file extension is equal to the specified file extension.
hasFilter() - Method in class org.eclipse.rdf4j.federated.algebra.ExclusiveGroup
 
hasFilter() - Method in class org.eclipse.rdf4j.federated.algebra.FedXStatementPattern
 
hasFilter() - Method in interface org.eclipse.rdf4j.federated.algebra.FilterTuple
 
hasFilter - Variable in class org.eclipse.rdf4j.federated.optimizer.GenericInfoOptimizer
 
hasFilter() - Method in class org.eclipse.rdf4j.federated.optimizer.GenericInfoOptimizer
 
hasFinished() - Method in class org.eclipse.rdf4j.common.platform.ProcessLauncher
Deprecated.
Check whether execution has finished.
hasFreeVars(StatementPattern, BindingSet) - Static method in class org.eclipse.rdf4j.federated.util.QueryAlgebraUtil
returns true iff there is at least one free variable, i.e.
hasFreeVars(StatementPattern, BindingSet) - Static method in class org.eclipse.rdf4j.federated.util.QueryStringUtil
returns true iff there is at least one free variable, i.e.
hasFreeVarsFor(BindingSet) - Method in class org.eclipse.rdf4j.federated.algebra.CheckStatementPattern
 
hasFreeVarsFor(BindingSet) - Method in class org.eclipse.rdf4j.federated.algebra.ExclusiveGroup
 
hasFreeVarsFor(BindingSet) - Method in class org.eclipse.rdf4j.federated.algebra.FedXStatementPattern
 
hasFreeVarsFor(BindingSet) - Method in interface org.eclipse.rdf4j.federated.algebra.StatementTupleExpr
returns true iff this statement has free variables in the presence of the specified binding set
hash(String, String) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.hash.HashFunction
Calculate hash value, represented as hexadecimal string.
hashCode() - Method in class org.eclipse.rdf4j.common.app.AppVersion
 
hashCode() - Method in class org.eclipse.rdf4j.common.lang.FileFormat
 
hashCode() - Method in class org.eclipse.rdf4j.common.net.ParsedIRI
 
hashCode() - Method in class org.eclipse.rdf4j.common.webapp.navigation.AbstractNavigationNode
 
hashCode() - Method in class org.eclipse.rdf4j.common.webapp.util.HeaderElement
 
hashCode() - Method in class org.eclipse.rdf4j.common.webapp.util.Parameter
 
hashCode() - Method in class org.eclipse.rdf4j.federated.algebra.StatementSource
 
hashCode() - Method in class org.eclipse.rdf4j.federated.endpoint.EndpointBase
 
hashCode() - Method in class org.eclipse.rdf4j.federated.structures.FedXBooleanQuery
 
hashCode() - Method in class org.eclipse.rdf4j.federated.structures.FedXGraphQuery
 
hashCode() - Method in class org.eclipse.rdf4j.federated.structures.FedXTupleQuery
 
hashCode() - Method in class org.eclipse.rdf4j.federated.structures.QueryInfo
 
hashCode() - Method in class org.eclipse.rdf4j.federated.structures.SubQuery
 
hashCode() - Method in class org.eclipse.rdf4j.http.protocol.error.ErrorType
 
hashCode() - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.ClearNamespacesOperation
 
hashCode() - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.ContextOperation
 
hashCode() - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.RemoveNamespaceOperation
 
hashCode() - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.SetNamespaceOperation
 
hashCode() - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.StatementOperation
 
hashCode() - Method in interface org.eclipse.rdf4j.model.BNode
The hash code of a blank node is defined as the hash code of its identifier: id.hashCode().
hashCode() - Method in class org.eclipse.rdf4j.model.impl.AbstractModel
 
hashCode() - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
hashCode() - Method in class org.eclipse.rdf4j.model.impl.SimpleBNode
 
hashCode() - Method in class org.eclipse.rdf4j.model.impl.SimpleIRI
 
hashCode() - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
 
hashCode() - Method in class org.eclipse.rdf4j.model.impl.SimpleNamespace
 
hashCode() - Method in class org.eclipse.rdf4j.model.impl.SimpleStatement
 
hashCode() - Method in class org.eclipse.rdf4j.model.impl.SimpleTriple
 
hashCode() - Method in interface org.eclipse.rdf4j.model.IRI
The hash code of an IRI is defined as the hash code of its String-representation: toString().hashCode.
hashCode() - Method in interface org.eclipse.rdf4j.model.Literal
Returns the literal's hash code.
hashCode() - Method in interface org.eclipse.rdf4j.model.Statement
The hash code of a statement.
hashCode() - Method in interface org.eclipse.rdf4j.model.URI
Deprecated.
The hash code of an URI is defined as the hash code of its String-representation: toString().hashCode.
hashCode() - Method in class org.eclipse.rdf4j.query.AbstractBindingSet
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.AbstractAggregateOperator
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Add
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.And
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Avg
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.BinaryTupleOperator
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.BinaryValueOperator
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.BindingSetAssignment
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.BNodeGenerator
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Bound
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Clear
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Compare
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.CompareAll
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.CompareAny
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.CompareSubQueryValueOperator
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Copy
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Count
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Create
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Datatype
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.DeleteData
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Difference
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Distinct
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.EmptySet
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.BindingSetHashKey
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.GroupIterator.Key
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.PathIteration.ValuePair
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Exists
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Extension
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.ExtensionElem
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Filter
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.FunctionCall
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Group
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.GroupConcat
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.GroupElem
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.If
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.In
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.InsertData
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Intersection
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.IRIFunction
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.IsBNode
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.IsLiteral
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.IsNumeric
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.IsResource
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.IsURI
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Join
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Label
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Lang
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.LangMatches
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.LeftJoin
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Like
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.ListMemberOperator
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Load
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.LocalName
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.MathExpr
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Max
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Min
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Modify
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Move
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.MultiProjection
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Namespace
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.NAryValueOperator
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Not
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Or
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Order
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.OrderElem
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Projection
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElem
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElemList
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.QueryRoot
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Reduced
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Regex
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.SameTerm
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Sample
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Service
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.SingletonSet
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Slice
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.StatementPattern
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Str
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.SubQueryValueOperator
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Sum
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.TripleRef
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.UnaryTupleOperator
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.UnaryValueOperator
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Union
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.ValueConstant
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.ValueExprTripleRef
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.Var
 
hashCode() - Method in class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
 
hashCode() - Method in interface org.eclipse.rdf4j.query.Binding
The hash code of a binding is defined as the bit-wise XOR of the hash codes of its name and value:
hashCode() - Method in interface org.eclipse.rdf4j.query.BindingSet
The hash code of a binding is defined as the bit-wise XOR of the hash codes of its bindings:
hashCode() - Method in class org.eclipse.rdf4j.query.impl.EmptyBindingSet
 
hashCode() - Method in class org.eclipse.rdf4j.query.impl.SimpleBinding
 
hashCode() - Method in class org.eclipse.rdf4j.query.QueryLanguage
 
hashCode() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRioSetting
 
hashCode() - Method in class org.eclipse.rdf4j.sail.extensiblestore.PartialStatement
 
hashCode() - Method in class org.eclipse.rdf4j.sail.extensiblestore.valuefactory.ExtensibleContextStatement
 
hashCode() - Method in class org.eclipse.rdf4j.sail.extensiblestore.valuefactory.ExtensibleStatementImpl
 
hashCode() - Method in class org.eclipse.rdf4j.sail.memory.model.MemIRI
 
hashCode() - Method in class org.eclipse.rdf4j.sail.memory.model.MemTriple
 
hashCode() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.Select
 
hashCode() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.Sort
 
hashCode() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.SparqlTargetSelect
 
hashCode() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.Tuple
 
hashCode() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.UnorderedSelect
 
hashCode() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.ValuesBackedNode
 
hashCode() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.Prefix
 
hashCode() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.Variable
 
hashCode() - Method in class org.eclipse.rdf4j.sparqlbuilder.rdf.RdfLiteral
 
HashFile - Class in org.eclipse.rdf4j.sail.nativerdf.datastore
Class supplying access to a hash file.
HashFile(File) - Constructor for class org.eclipse.rdf4j.sail.nativerdf.datastore.HashFile
 
HashFile(File, boolean) - Constructor for class org.eclipse.rdf4j.sail.nativerdf.datastore.HashFile
 
HashFile(File, boolean, int) - Constructor for class org.eclipse.rdf4j.sail.nativerdf.datastore.HashFile
 
HashFile.IDIterator - Class in org.eclipse.rdf4j.sail.nativerdf.datastore
 
HashFunction - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.hash
Abstract hash function
HashFunction() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.hash.HashFunction
 
HashJoin - Class in org.eclipse.rdf4j.federated.evaluation.join
Operator for a hash join of tuple expressions.
HashJoin(FederationEvalStrategy, CloseableIteration<BindingSet, QueryEvaluationException>, TupleExpr, Set<String>, BindingSet, QueryInfo) - Constructor for class org.eclipse.rdf4j.federated.evaluation.join.HashJoin
 
HashJoinIteration - Class in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Generic hash join implementation suitable for use by Sail implementations.
HashJoinIteration(EvaluationStrategy, Join, BindingSet) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.iterator.HashJoinIteration
 
HashJoinIteration(EvaluationStrategy, LeftJoin, BindingSet) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.iterator.HashJoinIteration
 
HashJoinIteration(EvaluationStrategy, TupleExpr, TupleExpr, BindingSet, boolean) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.iterator.HashJoinIteration
 
HashJoinIteration(EvaluationStrategy, CloseableIteration<BindingSet, QueryEvaluationException>, Set<String>, CloseableIteration<BindingSet, QueryEvaluationException>, Set<String>, boolean) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.iterator.HashJoinIteration
 
HASKEY - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#hasKey
hasLimit() - Method in class org.eclipse.rdf4j.federated.optimizer.GenericInfoOptimizer
 
hasLimit() - Method in class org.eclipse.rdf4j.query.algebra.Slice
Checks whether the row selection has a (valid) limit.
hasLocalStatements - Variable in class org.eclipse.rdf4j.federated.cache.EndpointEntry
 
hasLocalStatements() - Method in class org.eclipse.rdf4j.federated.cache.EndpointEntry
 
hasMIMEType(String) - Method in class org.eclipse.rdf4j.common.lang.FileFormat
Checks if specified MIME type matches one of the FileFormat's MIME types.
hasName(String) - Method in class org.eclipse.rdf4j.query.QueryLanguage
 
hasNamedGraphs() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLDataSet
 
hasNewStatements() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.AbstractForwardChainingInferencerConnection
 
hasNext() - Method in class org.eclipse.rdf4j.common.concurrent.locks.LockingIteration
 
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.CloseableIteratorIteration
 
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.ConvertingIteration
Checks whether the source type iteration contains more elements.
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.DelayedIteration
Calls the hasNext method of the underlying iteration.
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.EmptyIteration
 
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.ExceptionConvertingIteration
Checks whether the underlying Iteration contains more elements.
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.FilterIteration
 
hasNext() - Method in interface org.eclipse.rdf4j.common.iteration.Iteration
Returns true if the iteration has more elements.
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.IterationWrapper
Checks whether the wrapped Iteration contains more elements, closing this Iteration when this is not the case.
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.IteratorIteration
 
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.LimitIteration
 
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.LookAheadIteration
 
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.SilentIteration
 
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.SingletonIteration
 
hasNext() - Method in class org.eclipse.rdf4j.common.iteration.TimeLimitIteration
 
hasNext() - Method in class org.eclipse.rdf4j.common.iterator.CloseableIterationIterator
 
hasNext() - Method in class org.eclipse.rdf4j.common.iterator.LookAheadIterator
 
hasNext() - Method in class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
 
hasNext() - Method in class org.eclipse.rdf4j.common.logging.file.logback.FileLogReader
 
hasNext() - Method in class org.eclipse.rdf4j.common.logging.file.logback.MultipleFileLogReader
 
hasNext() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.CloseDependentConnectionIteration
 
hasNext() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.ConsumingIteration
 
hasNext() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.GraphToBindingSetConversionIteration
 
hasNext() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.LazyMutableClosableIteration
 
hasNext() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.PrintingIteration
 
hasNext() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.QueryResultIteration
 
hasNext - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.SingleBindingSetIteration
 
hasNext() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.SingleBindingSetIteration
 
hasNext() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.StatementConversionIteration
 
hasNext() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.StopRemainingExecutionsOnCloseIteration
 
hasNext() - Method in class org.eclipse.rdf4j.model.util.PatternIterator
 
hasNext() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.GroupIterator
 
hasNext() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.QueryContextIteration
 
hasNext() - Method in class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
 
hasNext() - Method in class org.eclipse.rdf4j.repository.RepositoryResult
 
hasNext() - Method in class org.eclipse.rdf4j.repository.sparql.federation.CollectionIteration
 
hasNext(byte) - Static method in class org.eclipse.rdf4j.rio.hdt.VByte
Checks if the most significant bit is set.
hasNext() - Method in class org.eclipse.rdf4j.rio.helpers.CodePointIterator
 
hasNext() - Method in class org.eclipse.rdf4j.sail.nativerdf.datastore.DataFile.DataIterator
 
hasNext() - Method in class org.eclipse.rdf4j.sail.shacl.CloseablePeakableIteration
Deprecated.
 
hasNext() - Method in class org.eclipse.rdf4j.sail.shacl.results.lazy.ValidationResultIterator
Deprecated.
 
hasNext() - Method in class org.eclipse.rdf4j.util.iterators.ConvertingIterator
Checks whether the source type itertor contains more elements.
hasNext() - Method in class org.eclipse.rdf4j.util.iterators.EmptyIterator
 
hasNext() - Method in class org.eclipse.rdf4j.util.iterators.FilterIterator
 
hasNext() - Method in class org.eclipse.rdf4j.util.iterators.SingletonIterator
 
hasOffset() - Method in class org.eclipse.rdf4j.query.algebra.Slice
Checks whether the row selection has a (valid) offset.
hasPrevious() - Method in class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
 
hasProperty(String, String) - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchDocument
 
hasProperty(String, String) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneDocument
Checks whether a field occurs with a specified value in a Document.
hasProperty(String, String) - Method in interface org.eclipse.rdf4j.sail.lucene.SearchDocument
Checks whether a field occurs with a specified value in a Document.
hasProperty(String, String) - Method in class org.eclipse.rdf4j.sail.solr.SolrSearchDocument
 
hasQuery() - Method in class org.eclipse.rdf4j.sail.federation.algebra.OwnedTupleExpr
 
hasQueryPrefixes(String) - Method in class org.eclipse.rdf4j.console.command.QueryEvaluator
Check if query string already contains query prefixes
hasQueryPrefixes(String) - Method in class org.eclipse.rdf4j.console.command.Serql
 
hasQueryPrefixes(String) - Method in class org.eclipse.rdf4j.console.command.Sparql
 
hasRemoved() - Method in class org.eclipse.rdf4j.sail.shacl.Stats
Deprecated.
 
hasRepositoryConfig(Repository, String) - Static method in class org.eclipse.rdf4j.repository.config.RepositoryConfigUtil
Deprecated.
hasRepositoryConfig(String) - Method in class org.eclipse.rdf4j.repository.manager.RepositoryManager
 
hasRepositoryConfig(String) - Method in class org.eclipse.rdf4j.repository.manager.util.TypeFilteringRepositoryManager
 
HASSELF - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#hasSelf
hasService() - Method in class org.eclipse.rdf4j.federated.optimizer.GenericInfoOptimizer
 
hasService(String) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.federation.AbstractFederatedServiceResolver
Verify if a registered FederatedService exists for the given serviceUrul.
hasStandardURI() - Method in class org.eclipse.rdf4j.query.resultio.QueryResultFormat
 
hasStandardURI() - Method in class org.eclipse.rdf4j.rio.RDFFormat
 
hasStatement(Resource, IRI, Value, boolean, Resource...) - Method in class org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
 
hasStatement(Statement, boolean, Resource...) - Method in class org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
 
hasStatement(Resource, IRI, Value, boolean, Resource...) - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
hasStatement(Statement, boolean, Resource...) - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
hasStatement(Resource, IRI, Value, boolean, Resource...) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
 
hasStatement(Statement, boolean, Resource...) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
 
hasStatement(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
Checks whether the repository contains statements with a specific subject, predicate and/or object, optionally in the specified contexts.
hasStatement(Statement, Resource...) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
Checks whether the repository contains the specified statement, optionally in the specified contexts.
hasStatement(Resource, IRI, Value, boolean, Resource...) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Checks whether the repository contains statements with a specific subject, predicate and/or object, optionally in the specified contexts.
hasStatement(Resource, URI, Value, boolean, Resource...) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
hasStatement(Statement, boolean, Resource...) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Checks whether the repository contains the specified statement, optionally in the specified contexts.
hasStatement(Resource, IRI, Value, boolean, Resource...) - Method in class org.eclipse.rdf4j.repository.sail.SailRepositoryConnection
 
hasStatement(Resource, IRI, Value, boolean, Resource...) - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
 
hasStatement(Resource, IRI, Value, boolean, Resource...) - Method in interface org.eclipse.rdf4j.sail.SailConnection
Determines if the store contains any statements from the specified contexts that have a specific subject, predicate and/or object.
hasStatement(Resource, IRI, Value, boolean, Resource...) - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSailConnection
 
hasStatement(Resource, IRI, Value, boolean, Resource...) - Method in class org.eclipse.rdf4j.sail.shacl.VerySimpleRdfsBackwardsChainingConnection
Deprecated.
 
hasStatements(StatementPattern, BindingSet, QueryInfo, Dataset) - Method in class org.eclipse.rdf4j.federated.evaluation.SailTripleSource
 
hasStatements(Resource, IRI, Value, QueryInfo, Resource...) - Method in class org.eclipse.rdf4j.federated.evaluation.SparqlTripleSource
 
hasStatements(StatementPattern, BindingSet, QueryInfo, Dataset) - Method in class org.eclipse.rdf4j.federated.evaluation.SparqlTripleSource
 
hasStatements(ExclusiveTupleExpr, BindingSet) - Method in class org.eclipse.rdf4j.federated.evaluation.SparqlTripleSource
 
hasStatements(StatementPattern, BindingSet, QueryInfo, Dataset) - Method in interface org.eclipse.rdf4j.federated.evaluation.TripleSource
Check if the provided statement can return results.
hasStatements(Resource, IRI, Value, QueryInfo, Resource...) - Method in interface org.eclipse.rdf4j.federated.evaluation.TripleSource
Check if the repository can return results for the given triple pattern represented by subj, pred and obj
hasStatements(ExclusiveTupleExpr, BindingSet) - Method in interface org.eclipse.rdf4j.federated.evaluation.TripleSource
Check if the repository can return results for the given ExclusiveTupleExpr, e.g.
hasStatements(Resource, IRI, Value, QueryInfo, Resource...) - Method in class org.eclipse.rdf4j.federated.evaluation.TripleSourceBase
 
hasStatements(ExclusiveTupleExpr, BindingSet) - Method in class org.eclipse.rdf4j.federated.evaluation.TripleSourceBase
 
hasStatements() - Method in class org.eclipse.rdf4j.sail.memory.model.MemBNode
 
hasStatements() - Method in class org.eclipse.rdf4j.sail.memory.model.MemIRI
 
hasStatements() - Method in class org.eclipse.rdf4j.sail.memory.model.MemLiteral
 
hasStatements() - Method in class org.eclipse.rdf4j.sail.memory.model.MemTriple
 
hasStatements() - Method in interface org.eclipse.rdf4j.sail.memory.model.MemValue
Checks whether this MemValue has any statements.
hasSubSelectInRightArg() - Method in class org.eclipse.rdf4j.query.algebra.Join
Deprecated.
hasUnion - Variable in class org.eclipse.rdf4j.federated.optimizer.GenericInfoOptimizer
 
hasUnion() - Method in class org.eclipse.rdf4j.federated.optimizer.GenericInfoOptimizer
 
HASVALUE - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#hasValue
hasValue() - Method in class org.eclipse.rdf4j.query.algebra.Var
 
hasValueIn - Static variable in class org.eclipse.rdf4j.model.vocabulary.DASH
 
HasValueInConstraintComponent - Static variable in class org.eclipse.rdf4j.model.vocabulary.DASH
 
Having - Class in org.eclipse.rdf4j.sparqlbuilder.core
A SPARQL Having clause
having(Expression<?>...) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.Having
Add having conditions
having - Variable in class org.eclipse.rdf4j.sparqlbuilder.core.query.Query
 
having(Expression<?>...) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.Query
Specify constraints for this query's Having clause.
having(Having) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.Query
Set this query's Having clause
having(Expression<?>...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.core.SparqlBuilder
Create a SPARQL Having clause
HAVING_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#having Points from a SELECT query to a list of HAVING expressions.
HDT - Static variable in class org.eclipse.rdf4j.rio.RDFFormat
The HDT file format, an RDF serialization format.
HDTParser - Class in org.eclipse.rdf4j.rio.hdt
RDF parser for HDT v1.0 files.
HDTParser() - Constructor for class org.eclipse.rdf4j.rio.hdt.HDTParser
Creates a new HDTParser that will use a SimpleValueFactory to create RDF model objects.
HDTParser(ValueFactory) - Constructor for class org.eclipse.rdf4j.rio.hdt.HDTParser
Creates a new HDTParser that will use the supplied ValueFactory to create RDF model objects.
HDTParserFactory - Class in org.eclipse.rdf4j.rio.hdt
An RDFParserFactory for HDT parsers.
HDTParserFactory() - Constructor for class org.eclipse.rdf4j.rio.hdt.HDTParserFactory
 
HEAD - Static variable in class org.eclipse.rdf4j.query.resultio.sparqljson.AbstractSPARQLJSONParser
 
HEAD_OF - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
void:headOf
HeaderElement - Class in org.eclipse.rdf4j.common.webapp.util
An element in an HTTP header value.
HeaderElement() - Constructor for class org.eclipse.rdf4j.common.webapp.util.HeaderElement
 
HeaderElement(String) - Constructor for class org.eclipse.rdf4j.common.webapp.util.HeaderElement
 
HEADERS_ONLY - Static variable in class org.eclipse.rdf4j.http.server.repository.config.ConfigView
 
HEADERS_ONLY - Static variable in class org.eclipse.rdf4j.http.server.repository.QueryResultView
 
HEADERS_ONLY - Static variable in class org.eclipse.rdf4j.http.server.repository.statements.ExportStatementsView
 
HEADERS_ONLY - Static variable in class org.eclipse.rdf4j.http.server.repository.transaction.TransactionExportStatementsView
 
headerWritten - Variable in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
 
headSet(Statement) - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
HELD_BY - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
void:heldBy
Help - Interface in org.eclipse.rdf4j.console
Help interface
HELPER - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:helper
HEURISTIC - Static variable in class org.eclipse.rdf4j.model.vocabulary.EARL
 
HEXBINARY - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#hexBinary
HG_REPOSITORY - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:HgRepository
HIDDEN_LABEL - Static variable in class org.eclipse.rdf4j.model.vocabulary.SKOS
The skos:hiddenLabel lexical label property.
HIDDEN_LABEL - Static variable in class org.eclipse.rdf4j.model.vocabulary.SKOSXL
The skosxl:hiddenLabel property.
HIERARCHICAL_VIEW - Static variable in class org.eclipse.rdf4j.rio.helpers.JSONLDSettings
If set to true, the JSON-LD processor will try to represent the JSON-LD object in a hierarchical view.
higher(Statement) - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
highlight(IRI) - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchQuery
Deprecated.
Highlights the given field or all fields if null.
highlight(IRI) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneQuery
Deprecated.
highlight(IRI) - Method in interface org.eclipse.rdf4j.sail.lucene.SearchQuery
Deprecated.
Highlights the given field or all fields if null.
highlight(IRI) - Method in class org.eclipse.rdf4j.sail.solr.SolrSearchQuery
Deprecated.
Highlights the given field or all fields if null.
HIGHLIGHTER_PATTERN - Static variable in class org.eclipse.rdf4j.sail.lucene.SearchFields
 
HIGHLIGHTER_POST_TAG - Static variable in class org.eclipse.rdf4j.sail.lucene.SearchFields
 
HIGHLIGHTER_PRE_TAG - Static variable in class org.eclipse.rdf4j.sail.lucene.SearchFields
 
HISTORY_NOTE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SKOS
The skos:historyNote property.
hit - Variable in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchDocumentResult
 
HOLDS - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
void:holds
HOLDS_ACCOUNT - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
HOME - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:Home
HOMEPAGE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:homepage
HOMEPAGE - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
HONORIFIC_PREFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:honorific-prefix
HONORIFIC_SUFFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:honorific-suffix
hostname - Static variable in class org.eclipse.rdf4j.sail.elasticsearchstore.config.ElasticsearchStoreSchema
 
HOUR - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:hour
HOURS - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:hours
Hours - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.datetime
The SPARQL built-in Function HOURS, as defined in SPARQL Query Language for RDF
Hours() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.datetime.Hours
 
HOURS_FROM_DATETIME - Static variable in class org.eclipse.rdf4j.model.vocabulary.FN
fn:hours-from-dateTime
HTML - Static variable in class org.eclipse.rdf4j.model.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML
HTTPBooleanQuery - Class in org.eclipse.rdf4j.repository.http
TupleQuery specific to the HTTP protocol.
HTTPBooleanQuery(HTTPRepositoryConnection, QueryLanguage, String, String) - Constructor for class org.eclipse.rdf4j.repository.http.HTTPBooleanQuery
 
HttpClientBuilders - Class in org.eclipse.rdf4j.http.client.util
Convenience utility class offering helper methods to configure HttpClients and HttpClientBuilders.
HttpClientBuilders() - Constructor for class org.eclipse.rdf4j.http.client.util.HttpClientBuilders
 
HttpClientDependent - Interface in org.eclipse.rdf4j.http.client
Common interface for objects, such as Repository and RepositoryConnection, that are dependent on HttpClient.
HttpClientSessionManager - Interface in org.eclipse.rdf4j.http.client
Manager for remote HTTP sessions using a HttpClient.
httpErrorPattern - Static variable in class org.eclipse.rdf4j.federated.exception.ExceptionUtil
Regex pattern to identify http error codes from the title of the returned document: Matcher m = httpErrorPattern.matcher("[..] 503 Service Unavailable [..]"); if (m.matches()) { System.out.println("HTTP Error: " + m.group(1); }
HTTPException - Exception in org.eclipse.rdf4j.http.server
HTTP-related exception that includes the relevant HTTP status code.
HTTPException(int) - Constructor for exception org.eclipse.rdf4j.http.server.HTTPException
 
HTTPException(int, String) - Constructor for exception org.eclipse.rdf4j.http.server.HTTPException
 
HTTPException(int, String, Throwable) - Constructor for exception org.eclipse.rdf4j.http.server.HTTPException
 
HTTPException(int, Throwable) - Constructor for exception org.eclipse.rdf4j.http.server.HTTPException
 
HTTPGraphQuery - Class in org.eclipse.rdf4j.repository.http
GraphQuery implementation specific to the HTTP protocol.
HTTPGraphQuery(HTTPRepositoryConnection, QueryLanguage, String, String) - Constructor for class org.eclipse.rdf4j.repository.http.HTTPGraphQuery
 
HTTPQueryEvaluationException - Exception in org.eclipse.rdf4j.repository.http
 
HTTPQueryEvaluationException(String) - Constructor for exception org.eclipse.rdf4j.repository.http.HTTPQueryEvaluationException
 
HTTPQueryEvaluationException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.repository.http.HTTPQueryEvaluationException
 
HTTPQueryEvaluationException(Throwable) - Constructor for exception org.eclipse.rdf4j.repository.http.HTTPQueryEvaluationException
 
HTTPRepository - Class in org.eclipse.rdf4j.repository.http
A repository that serves as a proxy for a remote repository on a Sesame Server.
HTTPRepository(String, String) - Constructor for class org.eclipse.rdf4j.repository.http.HTTPRepository
 
HTTPRepository(String) - Constructor for class org.eclipse.rdf4j.repository.http.HTTPRepository
 
HTTPRepositoryConfig - Class in org.eclipse.rdf4j.repository.http.config
 
HTTPRepositoryConfig() - Constructor for class org.eclipse.rdf4j.repository.http.config.HTTPRepositoryConfig
 
HTTPRepositoryConfig(String) - Constructor for class org.eclipse.rdf4j.repository.http.config.HTTPRepositoryConfig
 
HTTPRepositoryFactory - Class in org.eclipse.rdf4j.repository.http.config
A RepositoryFactory that creates HTTPRepositorys based on RDF configuration data.
HTTPRepositoryFactory() - Constructor for class org.eclipse.rdf4j.repository.http.config.HTTPRepositoryFactory
 
HTTPRepositorySchema - Class in org.eclipse.rdf4j.repository.http.config
Defines constants for the HTTPRepository schema which is used by HTTPRepositoryFactorys to initialize HTTPRepositorys.
HTTPRepositorySchema() - Constructor for class org.eclipse.rdf4j.repository.http.config.HTTPRepositorySchema
 
HTTPRepositorySettings - Class in org.eclipse.rdf4j.repository.http.helpers
Class encapsulates configuration settings specific for HTTPRepository.
HTTPRepositorySettings() - Constructor for class org.eclipse.rdf4j.repository.http.helpers.HTTPRepositorySettings
 
HttpServerUtil - Class in org.eclipse.rdf4j.common.webapp.util
 
HttpServerUtil() - Constructor for class org.eclipse.rdf4j.common.webapp.util.HttpServerUtil
 
HTTPTupleQuery - Class in org.eclipse.rdf4j.repository.http
TupleQuery specific to the HTTP protocol.
HTTPTupleQuery(HTTPRepositoryConnection, QueryLanguage, String, String) - Constructor for class org.eclipse.rdf4j.repository.http.HTTPTupleQuery
 
HTTPUpdate - Class in org.eclipse.rdf4j.repository.http
Update specific to the HTTP protocol.
HTTPUpdate(HTTPRepositoryConnection, QueryLanguage, String, String) - Constructor for class org.eclipse.rdf4j.repository.http.HTTPUpdate
 
HTTPUpdateExecutionException - Exception in org.eclipse.rdf4j.repository.http
 
HTTPUpdateExecutionException(String) - Constructor for exception org.eclipse.rdf4j.repository.http.HTTPUpdateExecutionException
 
HTTPUpdateExecutionException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.repository.http.HTTPUpdateExecutionException
 
HTTPUpdateExecutionException(Throwable) - Constructor for exception org.eclipse.rdf4j.repository.http.HTTPUpdateExecutionException
 
HYDRA - Class in org.eclipse.rdf4j.model.vocabulary
Constants for the Hydra Core Vocabulary.
HYDRA() - Constructor for class org.eclipse.rdf4j.model.vocabulary.HYDRA
 

I

i18n - Variable in class org.eclipse.rdf4j.common.webapp.navigation.AbstractNavigationNode
 
icon - Variable in class org.eclipse.rdf4j.common.webapp.navigation.AbstractNavigationNode
 
ICQ_CHAT_ID - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
id - Variable in class org.eclipse.rdf4j.federated.algebra.CheckStatementPattern
 
id - Variable in class org.eclipse.rdf4j.federated.algebra.ExclusiveGroup
 
id - Variable in class org.eclipse.rdf4j.federated.algebra.FedXStatementPattern
 
id - Variable in class org.eclipse.rdf4j.federated.algebra.StatementSource
 
ID - Static variable in class org.eclipse.rdf4j.http.server.repository.RepositoryConfigRepository
The repository identifier for the system repository that contains the configuration data.
ID - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#ID
ID - Static variable in class org.eclipse.rdf4j.repository.manager.SystemRepository
Deprecated.
The repository identifier for the system repository that contains the configuration data.
ID - Static variable in class org.eclipse.rdf4j.rio.jsonld.JSONLDHierarchicalProcessor
 
id - Variable in class org.eclipse.rdf4j.sail.shacl.results.ValidationReport
Deprecated.
 
ID_FIELD_NAME - Static variable in class org.eclipse.rdf4j.sail.lucene.SearchFields
The name of the Document field holding the document identifier.
IDENTIFIER - Static variable in class org.eclipse.rdf4j.model.vocabulary.DC
dc:identifier
IDENTIFIER - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/identifier
IDENTIFIER - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
void:identifier
IDFile - Class in org.eclipse.rdf4j.sail.nativerdf.datastore
Class supplying access to an ID file.
IDFile(File) - Constructor for class org.eclipse.rdf4j.sail.nativerdf.datastore.IDFile
 
IDFile(File, boolean) - Constructor for class org.eclipse.rdf4j.sail.nativerdf.datastore.IDFile
 
IDREF - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#IDREF
IDREFS - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#IDREFS
IEOVisitor() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.IterativeEvaluationOptimizer.IEOVisitor
 
IF - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
If - Class in org.eclipse.rdf4j.query.algebra
The IF function, as defined in SPARQL 1.1 Query.
If() - Constructor for class org.eclipse.rdf4j.query.algebra.If
 
If(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.If
 
If(ValueExpr, ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.If
 
If(ValueExpr, ValueExpr, ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.If
 
IGNORE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
Deprecated.
IGNORE_NO_SHAPES_LOADED_EXCEPTION - Static variable in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailSchema
http://rdf4j.org/config/sail/shacl#ignoreNoShapesLoadedException
IGNORE_NO_SHAPES_LOADED_EXCEPTION_DEFAULT - Static variable in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
IGNORED_PROPERTIES - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:ignoredProperties
ignoredTests - Variable in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLQueryTest
Deprecated.
 
ignoreFailure() - Method in enum org.eclipse.rdf4j.rio.FailureMode
 
IllegalQueryException - Exception in org.eclipse.rdf4j.federated.exception
Thrown if something is wrong while constructing the query string.
IllegalQueryException() - Constructor for exception org.eclipse.rdf4j.federated.exception.IllegalQueryException
 
IllegalQueryException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.federated.exception.IllegalQueryException
 
IllegalQueryException(String) - Constructor for exception org.eclipse.rdf4j.federated.exception.IllegalQueryException
 
IllegalQueryException(Throwable) - Constructor for exception org.eclipse.rdf4j.federated.exception.IllegalQueryException
 
IMAGE - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
IMG - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
IMPLEMENTS - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:implements
IMPLIES - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:implies
IMPORTS - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#imports
IMPORTS_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#imports Can be used to link an RDF graph (usually the instance of owl:Ontology) with a SPIN library to define constraints.
IMT - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/IMT
IN - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:in
In - Class in org.eclipse.rdf4j.query.algebra
Checks whether a certain value is contained in a set of results produced by a query.
In() - Constructor for class org.eclipse.rdf4j.query.algebra.In
 
In(ValueExpr, TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.In
 
IN_CONSTRAINT_COMPONENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:InConstraintComponent
IN_CONSTRAINT_COMPONENT_IN - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:InConstraintComponent-in
IN_DATASET - Static variable in class org.eclipse.rdf4j.model.vocabulary.VOID
void:inDataset
IN_DATE_TIME - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:inDateTime
IN_SCHEME - Static variable in class org.eclipse.rdf4j.model.vocabulary.SKOS
The skos:inScheme relation.
IN_TEMPORAL_POSITION - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:inTemporalPosition
IN_TIME_POSITION - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:inTimePosition
IN_XSDDATE - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:inXSDDate
IN_XSDDATE_TIME - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
Deprecated.
IN_XSDDATE_TIME_STAMP - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:inXSDDateTimeStamp
IN_XSDG_YEAR - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:inXSDgYear
IN_XSDG_YEAR_MONTH - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:inXSDgYearMonth
InaccurateRepositoryBloomFilter - Class in org.eclipse.rdf4j.repository.filters
A zero-cost bloom filter that always returns true (no negatives).
InaccurateRepositoryBloomFilter() - Constructor for class org.eclipse.rdf4j.repository.filters.InaccurateRepositoryBloomFilter
 
INBOX - Static variable in class org.eclipse.rdf4j.model.vocabulary.LDP
ldp:inbox
INCLUDE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:include
INCLUDE_INFERRED - Static variable in class org.eclipse.rdf4j.repository.contextaware.config.ContextAwareSchema
http://www.openrdf.org/config/repository/contextaware#includeInferred
INCLUDE_INFERRED_INSTANCE - Static variable in class org.eclipse.rdf4j.repository.filters.AccurateRepositoryBloomFilter
 
INCLUDE_INFERRED_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
Parameter name for the 'includeInferred' parameter.
INCLUDE_ROOT_RDF_TAG - Static variable in class org.eclipse.rdf4j.rio.helpers.XMLWriterSettings
Boolean setting for RDF/XML Writer to determine whether the rdf:RDF root tag is to be written.
INCLUDE_SOURCE_IN_LOCATION - Static variable in class org.eclipse.rdf4j.rio.helpers.JSONSettings
Boolean setting for JSON parsers to determine if errors should include a reference to the source or not.
INCLUDE_XML_PI - Static variable in class org.eclipse.rdf4j.rio.helpers.XMLWriterSettings
Boolean setting for XML Writer to determine whether the XML PI (Processing Instruction) should be printed.
INCLUDED_IN - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:includedIn
includeInferred - Variable in class org.eclipse.rdf4j.query.impl.AbstractOperation
 
includeSubManifest(String, List<String>) - Static method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLComplianceTest
Verifies if the selected subManifest occurs in the supplied list of excluded subdirs.
IncompatibleOperationException - Exception in org.eclipse.rdf4j.query
An exception indicating that a string could not be parsed into an operation of the expected type by the parser.
IncompatibleOperationException() - Constructor for exception org.eclipse.rdf4j.query.IncompatibleOperationException
 
IncompatibleOperationException(String) - Constructor for exception org.eclipse.rdf4j.query.IncompatibleOperationException
 
IncompatibleOperationException(Throwable) - Constructor for exception org.eclipse.rdf4j.query.IncompatibleOperationException
 
IncompatibleOperationException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.query.IncompatibleOperationException
 
INCOMPATIBLEWITH - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#incompatibleWith
INCOMPLETE_QUERY_FAIL_KEY - Static variable in class org.eclipse.rdf4j.sail.lucene.LuceneSail
Set this key as sail parameter to influence whether incomplete queries are treated as failure (Malformed queries) or whether they are ignored.
increaseIndentation() - Method in class org.eclipse.rdf4j.common.io.IndentingWriter
Increase indentation level by 1.
increment() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.OrderIterator
 
increment() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator.LimitedSizeOrderIteration
 
incrementBy(CountDownLatch, CountDownLatch, IsolationLevels, ValueFactory, IRI, IRI, int) - Method in class org.eclipse.rdf4j.repository.optimistic.IsolationLevelTest
 
incrementBy(CountDownLatch, CountDownLatch, IsolationLevels, ValueFactory, IRI, IRI, int) - Method in class org.eclipse.rdf4j.sail.SailIsolationLevelTest
 
incrementIterator() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.FilterPlanNode
 
incrementIterator() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.InnerJoin
 
incrementIterator() - Method in interface org.eclipse.rdf4j.sail.shacl.planNodes.MultiStreamPlanNode
 
indentationLevel - Variable in class org.eclipse.rdf4j.common.io.IndentingWriter
The current indentation level, i.e.
IndentingWriter - Class in org.eclipse.rdf4j.common.io
A writer that adds indentation to written text.
IndentingWriter(Writer) - Constructor for class org.eclipse.rdf4j.common.io.IndentingWriter
 
IndependentJoingroupBindingsIteration - Class in org.eclipse.rdf4j.federated.evaluation.iterator
Inserts original bindings into the result.
IndependentJoingroupBindingsIteration(CloseableIteration<BindingSet, QueryEvaluationException>, BindingSet) - Constructor for class org.eclipse.rdf4j.federated.evaluation.iterator.IndependentJoingroupBindingsIteration
 
IndependentJoingroupBindingsIteration2 - Class in org.eclipse.rdf4j.federated.evaluation.iterator
Inserts original bindings into the result.
IndependentJoingroupBindingsIteration2(CloseableIteration<BindingSet, QueryEvaluationException>, List<BindingSet>) - Constructor for class org.eclipse.rdf4j.federated.evaluation.iterator.IndependentJoingroupBindingsIteration2
 
IndependentJoingroupBindingsIteration2.BindingInfo - Class in org.eclipse.rdf4j.federated.evaluation.iterator
 
IndependentJoingroupBindingsIteration3 - Class in org.eclipse.rdf4j.federated.evaluation.iterator
Inserts original bindings into the result.
IndependentJoingroupBindingsIteration3(CloseableIteration<BindingSet, QueryEvaluationException>, List<BindingSet>) - Constructor for class org.eclipse.rdf4j.federated.evaluation.iterator.IndependentJoingroupBindingsIteration3
 
IndependentJoingroupBindingsIteration3.BindingInfo - Class in org.eclipse.rdf4j.federated.evaluation.iterator
 
INDEX - Static variable in class org.eclipse.rdf4j.model.vocabulary.LIST
 
INDEX - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:index
index - Static variable in class org.eclipse.rdf4j.sail.elasticsearchstore.config.ElasticsearchStoreSchema
 
index - Variable in class org.eclipse.rdf4j.sail.lucene.LuceneDocumentResult
 
Index - Class in org.eclipse.rdf4j.spin.function.list
 
Index() - Constructor for class org.eclipse.rdf4j.spin.function.list.Index
 
INDEX_BINDING_NAME - Static variable in class org.eclipse.rdf4j.federated.evaluation.iterator.BoundJoinVALUESConversionIteration
The binding name for the index
INDEX_CLASS_KEY - Static variable in class org.eclipse.rdf4j.sail.lucene.LuceneSail
Set this key to configure the SearchIndex class implementation.
INDEX_DIR - Static variable in class org.eclipse.rdf4j.sail.lucene.config.LuceneSailConfigSchema
 
INDEX_NAME_KEY - Static variable in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
Set the parameter "indexName=" to specify the index to use.
INDEX_OF_FUNCTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIF
 
IndexableStatementFilter - Interface in org.eclipse.rdf4j.sail.lucene
Specifies a filter, which determines whether a statement should be included in the keyword index when performing complete reindexing.
INDEXEDFIELDS - Static variable in class org.eclipse.rdf4j.sail.lucene.LuceneSail
Set the parameter "indexedfields=..." to configure a selection of fields to index, and projections of properties.
IndexOf - Class in org.eclipse.rdf4j.spin.function.spif
 
IndexOf() - Constructor for class org.eclipse.rdf4j.spin.function.spif.IndexOf
 
INDIRECT_CONTAINER - Static variable in class org.eclipse.rdf4j.model.vocabulary.LDP
ldp:IndirectContainer
INDIVIDUAL - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
Deprecated.
INDIVIDUAL - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
Deprecated.
INDIVIDUAL - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:Individual
INDUSTRY - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:industry
InferencerConnection - Interface in org.eclipse.rdf4j.sail.inferencer
An extension of the SailConnection interface offering methods that can be used by inferencers to store and remove inferred statements.
InferencerConnectionWrapper - Class in org.eclipse.rdf4j.sail.inferencer
An extension of ConnectionWrapper that implements the InferencerConnection interface.
InferencerConnectionWrapper(InferencerConnection) - Constructor for class org.eclipse.rdf4j.sail.inferencer.InferencerConnectionWrapper
Creates a new InferencerConnectionWrapper object that wraps the supplied transaction.
InferencingTest - Class in org.eclipse.rdf4j.sail
 
InferencingTest() - Constructor for class org.eclipse.rdf4j.sail.InferencingTest
 
INFLUENCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:Influence
INFLUENCED - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:influenced
INFLUENCER - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:influencer
INFO - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:Info
info - Variable in class org.eclipse.rdf4j.workbench.base.AbstractRepositoryServlet
 
INFO - Static variable in class org.eclipse.rdf4j.workbench.base.TransformationServlet
 
INFO_VIOLATION_LEVEL - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
 
INFORM - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:inform
InformationServlet - Class in org.eclipse.rdf4j.workbench.commands
 
InformationServlet() - Constructor for class org.eclipse.rdf4j.workbench.commands.InformationServlet
 
INFORMED_PARTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:informedParty
informFinish() - Method in class org.eclipse.rdf4j.federated.evaluation.concurrent.ControlledWorkerScheduler
 
informFinish(ParallelExecutor<T>) - Method in class org.eclipse.rdf4j.federated.evaluation.concurrent.ControlledWorkerScheduler
Inform this scheduler that the specified control instance will no longer submit tasks.
informFinish() - Method in interface org.eclipse.rdf4j.federated.evaluation.concurrent.Scheduler
Inform the scheduler that no more tasks will be scheduled.
INFORMING_PARTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:informingParty
InfoServlet - Class in org.eclipse.rdf4j.workbench.commands
 
InfoServlet() - Constructor for class org.eclipse.rdf4j.workbench.commands.InfoServlet
 
INHERIT_ALLOWED - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
Deprecated.
INHERIT_FROM - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:inheritFrom
INHERIT_RELATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
Deprecated.
inIncludeSet(E) - Method in class org.eclipse.rdf4j.common.iteration.IntersectIteration
 
init() - Method in class org.eclipse.rdf4j.common.app.AppConfiguration
 
init(boolean) - Method in class org.eclipse.rdf4j.common.app.AppConfiguration
Initialize configuration and proxy settings, optionally load (logback) logging
init() - Method in interface org.eclipse.rdf4j.common.app.config.Configuration
Initialize the configuration settings.
init() - Method in class org.eclipse.rdf4j.common.app.logging.logback.LogbackConfiguration
 
init() - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
 
init() - Method in class org.eclipse.rdf4j.common.logging.file.logback.FileLogReader
 
init() - Method in class org.eclipse.rdf4j.common.logging.file.logback.MultipleFileLogReader
 
init() - Method in interface org.eclipse.rdf4j.common.logging.LogReader
Initialize the log reader.
init(FilterConfig) - Method in class org.eclipse.rdf4j.common.webapp.filters.PathFilter
 
init() - Method in class org.eclipse.rdf4j.federated.algebra.ExclusiveGroup
Initialize free variables
init(FederationContext) - Method in interface org.eclipse.rdf4j.federated.endpoint.Endpoint
Initialize this Endpoint
init(FederationContext) - Method in class org.eclipse.rdf4j.federated.endpoint.EndpointBase
 
init(FederationContext) - Method in class org.eclipse.rdf4j.federated.endpoint.ManagedRepositoryEndpoint
 
init() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.StatementConversionIteration
 
init(FedX, FederationContext) - Method in class org.eclipse.rdf4j.federated.FederationManager
 
init(FedXRepository, FederationContext) - Method in class org.eclipse.rdf4j.federated.QueryManager
 
init(QueryContext) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.QueryContextInitializer
Called after a QueryContext has begun.
init() - Method in class org.eclipse.rdf4j.repository.base.AbstractRepository
 
init() - Method in class org.eclipse.rdf4j.repository.manager.RepositoryManager
Initializes the repository manager.
init() - Method in interface org.eclipse.rdf4j.repository.Repository
Initializes this repository.
init() - Method in interface org.eclipse.rdf4j.sail.extensiblestore.DataStructureInterface
 
init() - Method in class org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics.EvaluationStatisticsWrapper
 
init() - Method in class org.eclipse.rdf4j.sail.extensiblestore.ExtensibleSailStore
 
init() - Method in interface org.eclipse.rdf4j.sail.extensiblestore.NamespaceStoreInterface
 
init() - Method in class org.eclipse.rdf4j.sail.extensiblestore.ReadCache
 
init() - Method in class org.eclipse.rdf4j.sail.extensiblestore.SimpleMemoryNamespaceStore
 
init() - Method in class org.eclipse.rdf4j.sail.federation.Federation
Deprecated.
 
init() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSail
 
init(QueryContext, SearchIndex) - Static method in class org.eclipse.rdf4j.sail.lucene.SearchIndexQueryContextInitializer
 
init(QueryContext) - Method in class org.eclipse.rdf4j.sail.lucene.SearchIndexQueryContextInitializer
 
init() - Method in interface org.eclipse.rdf4j.sail.Sail
Initializes the Sail.
init() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.FilterPlanNode
 
init() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.InnerJoin
 
init() - Method in interface org.eclipse.rdf4j.sail.shacl.planNodes.MultiStreamPlanNode
 
init(ServletConfig) - Method in class org.eclipse.rdf4j.workbench.base.AbstractRepositoryServlet
 
init(ServletConfig) - Method in class org.eclipse.rdf4j.workbench.base.AbstractServlet
 
init(ServletConfig) - Method in class org.eclipse.rdf4j.workbench.base.TransformationServlet
 
init(ServletConfig) - Method in class org.eclipse.rdf4j.workbench.commands.CreateServlet
 
init(ServletConfig) - Method in class org.eclipse.rdf4j.workbench.commands.QueryServlet
Initialize this instance of the servlet.
init(ServletConfig) - Method in class org.eclipse.rdf4j.workbench.commands.SavedQueriesServlet
 
init(FilterConfig) - Method in class org.eclipse.rdf4j.workbench.proxy.CacheFilter
Parse the Cache-Control configuration parameter as a long integer, and set the filter expiry value, modulo the minimum and maximum expiry constraints.
init(FilterConfig) - Method in class org.eclipse.rdf4j.workbench.proxy.CookieCacheControlFilter
 
init(ServletConfig) - Method in class org.eclipse.rdf4j.workbench.proxy.ProxyRepositoryServlet
 
init(FilterConfig) - Method in class org.eclipse.rdf4j.workbench.proxy.RedirectFilter
 
init(ServletConfig) - Method in class org.eclipse.rdf4j.workbench.proxy.WorkbenchGateway
 
init(ServletConfig) - Method in class org.eclipse.rdf4j.workbench.proxy.WorkbenchServlet
 
initBNodeParams() - Method in class org.eclipse.rdf4j.model.impl.AbstractValueFactory
Generates a new bnode prefix and resets nextBNodeID to 1 .
initFreeVars() - Method in class org.eclipse.rdf4j.federated.algebra.FedXStatementPattern
 
initializationLock - Variable in class org.eclipse.rdf4j.sail.helpers.AbstractSail
Lock used to synchronize the initialization state of a sail.
initialize(Model, Resource) - Method in class org.eclipse.rdf4j.federated.endpoint.provider.NativeRepositoryInformation
 
initialize(Model, Resource) - Method in class org.eclipse.rdf4j.federated.endpoint.provider.RemoteRepositoryRepositoryInformation
 
initialize(Model, Resource) - Method in class org.eclipse.rdf4j.federated.endpoint.provider.ResolvableRepositoryInformation
 
initialize(Model, Resource) - Method in class org.eclipse.rdf4j.federated.endpoint.provider.SPARQLRepositoryInformation
 
initialize(List<Endpoint>) - Static method in class org.eclipse.rdf4j.federated.EndpointManager
Initialize the singleton endpoint manager with the provided endpoints
initialize() - Method in class org.eclipse.rdf4j.federated.evaluation.DelegateFederatedServiceResolver
 
initialize(FilterExpr) - Method in class org.eclipse.rdf4j.federated.optimizer.FilterOptimizer.FilterExprInsertVisitor
 
initialize() - Method in class org.eclipse.rdf4j.http.client.SharedHttpClientSessionManager
Deprecated.
Create a new instance instead of trying to reactivate an old instance.
initialize() - Method in class org.eclipse.rdf4j.lucene.spin.LuceneSpinSail
Deprecated.
 
initialize() - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.federation.FederatedService
Method to perform any initializations, invoked after construction.
initialize() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.federation.TupleFunctionFederatedService
 
initialize() - Method in class org.eclipse.rdf4j.repository.base.AbstractRepository
Deprecated.
initialize() - Method in class org.eclipse.rdf4j.repository.base.RepositoryWrapper
 
initialize() - Method in class org.eclipse.rdf4j.repository.event.base.InterceptingRepositoryWrapper
 
initialize() - Method in class org.eclipse.rdf4j.repository.event.base.NotifyingRepositoryWrapper
 
initialize(Repository) - Method in interface org.eclipse.rdf4j.repository.event.RepositoryInterceptor
 
initialize(NotifyingRepository) - Method in interface org.eclipse.rdf4j.repository.event.RepositoryListener
 
initialize() - Method in class org.eclipse.rdf4j.repository.manager.RepositoryManager
Deprecated.
since 2.0. Use RepositoryManager.init() instead.
initialize() - Method in class org.eclipse.rdf4j.repository.manager.SystemRepository
Deprecated.
 
initialize() - Method in class org.eclipse.rdf4j.repository.manager.util.NotifyingLocalRepositoryManager
 
initialize() - Method in class org.eclipse.rdf4j.repository.manager.util.TypeFilteringRepositoryManager
 
initialize() - Method in interface org.eclipse.rdf4j.repository.Repository
Deprecated.
Use Repository.init() instead.
initialize() - Method in class org.eclipse.rdf4j.repository.sparql.federation.RepositoryFederatedService
 
initialize(Properties) - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
 
initialize() - Method in class org.eclipse.rdf4j.sail.federation.Federation
Deprecated.
initialize() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSail
 
initialize() - Method in class org.eclipse.rdf4j.sail.helpers.SailWrapper
 
initialize() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.CustomGraphQueryInferencer
 
initialize() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.DirectTypeHierarchyInferencer
 
initialize() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.ForwardChainingRDFSInferencer
Deprecated.
Adds axiom statements to the underlying Sail.
initialize() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.SchemaCachingRDFSInferencer
 
initialize(Properties) - Method in class org.eclipse.rdf4j.sail.lucene.AbstractSearchIndex
 
initialize(Properties) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneIndex
 
initialize() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSail
 
initialize(Properties) - Method in interface org.eclipse.rdf4j.sail.lucene.SearchIndex
 
initialize() - Method in interface org.eclipse.rdf4j.sail.Sail
Deprecated.
Use {Sail.init() instead.
initialize() - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSail
 
initialize(Properties) - Method in class org.eclipse.rdf4j.sail.solr.SolrIndex
 
initialize() - Method in class org.eclipse.rdf4j.sail.spin.SpinSail
Deprecated.
 
initialized - Variable in class org.eclipse.rdf4j.federated.endpoint.EndpointBase
 
initialized(RepositoryManager) - Method in interface org.eclipse.rdf4j.repository.manager.util.RepositoryManagerListener
 
initializedRepositories - Variable in class org.eclipse.rdf4j.repository.manager.RepositoryManager
 
initializeInternal() - Method in class org.eclipse.rdf4j.federated.FedX
 
initializeInternal() - Method in class org.eclipse.rdf4j.federated.repository.FedXRepository
 
initializeInternal() - Method in class org.eclipse.rdf4j.http.server.repository.RepositoryConfigRepository
 
initializeInternal() - Method in class org.eclipse.rdf4j.repository.base.AbstractRepository
 
initializeInternal() - Method in class org.eclipse.rdf4j.repository.http.HTTPRepository
 
initializeInternal() - Method in class org.eclipse.rdf4j.repository.sail.ProxyRepository
 
initializeInternal() - Method in class org.eclipse.rdf4j.repository.sail.SailRepository
 
initializeInternal() - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLRepository
 
initializeInternal() - Method in class org.eclipse.rdf4j.sail.elasticsearchstore.ElasticsearchStore
 
initializeInternal() - Method in class org.eclipse.rdf4j.sail.extensiblestore.ExtensibleStore
 
initializeInternal() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSail
Do store-specific operations to initialize the store.
initializeInternal() - Method in class org.eclipse.rdf4j.sail.memory.MemoryStore
Initializes this repository.
initializeInternal() - Method in class org.eclipse.rdf4j.sail.nativerdf.NativeStore
Initializes this NativeStore.
initializeLuceneIndex() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSail
 
initializeMember(Endpoint) - Method in class org.eclipse.rdf4j.federated.FedX
 
initializeNamespaceTableFromConfiguration() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
 
INLINE_BLANK_NODES - Static variable in class org.eclipse.rdf4j.rio.helpers.BasicWriterSettings
Inline blanks nodes by their value and don't write any blank node labels when this setting is true.
inner - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.CloseDependentConnectionIteration
 
inner - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.LazyMutableClosableIteration
 
inner - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.PrintingIteration
 
inner - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.QueryResultIteration
 
inner - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.StopRemainingExecutionsOnCloseIteration
 
InnerJoin - Class in org.eclipse.rdf4j.sail.shacl.planNodes
 
InnerJoin(PlanNode, PlanNode) - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.InnerJoin
 
INPUT_FORMAT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SD
input format
inputBindings - Variable in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.CrossProductIteration
 
inputBindings - Variable in class org.eclipse.rdf4j.repository.sparql.federation.SPARQLCrossProductIteration
 
inputBindingsIterator - Variable in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.CrossProductIteration
 
inputBindingsIterator - Variable in class org.eclipse.rdf4j.repository.sparql.federation.SPARQLCrossProductIteration
 
inRepair - Variable in class org.eclipse.rdf4j.federated.EndpointManager
 
Insert - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
Deprecated.
insert(BindingSet) - Method in class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
Inserts the specified binding set into the list.
insert(int, BindingSet) - Method in class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
 
insert(byte[]) - Method in class org.eclipse.rdf4j.sail.nativerdf.btree.BTree
Inserts the supplied value into the B-Tree.
insert(TriplePattern...) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.ModifyQuery
Specify triples to insert
INSERT(TriplePattern...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.core.query.Queries
Convenience method, creates a SPARQL INSERT query using ModifyQuery.
INSERT_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
Deprecated.
INSERT_CONTEXT - Static variable in class org.eclipse.rdf4j.repository.contextaware.config.ContextAwareSchema
http://www.openrdf.org/config/repository/contextaware#insertContext
INSERT_DATA(TriplePattern...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.core.query.Queries
Create a SPARQL INSERT DATA query
INSERT_DATA(TriplesTemplate) - Static method in class org.eclipse.rdf4j.sparqlbuilder.core.query.Queries
Create a SPARQL INSERT DATA query
INSERT_DATA_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#InsertData An Update operation to insert specific triples.
INSERT_GRAPH_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
Parameter name for the default insert graph URI parameter.
INSERT_PATTERN_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#insertPattern Points to a list of sp:TripleTemplates or sp:NamedGraphs in a modify command.
InsertBindingSetCursor - Class in org.eclipse.rdf4j.repository.sparql.query
Adds more bindings to each of the results.
InsertBindingSetCursor(CloseableIteration<BindingSet, QueryEvaluationException>, BindingSet) - Constructor for class org.eclipse.rdf4j.repository.sparql.query.InsertBindingSetCursor
 
InsertBindingSetCursor - Class in org.eclipse.rdf4j.sail.federation.evaluation
Adds more bindings to each of the results.
InsertBindingSetCursor(CloseableIteration<BindingSet, QueryEvaluationException>, BindingSet) - Constructor for class org.eclipse.rdf4j.sail.federation.evaluation.InsertBindingSetCursor
 
InsertBindingsIteration - Class in org.eclipse.rdf4j.federated.evaluation.iterator
Inserts original bindings into the result.
InsertBindingsIteration(CloseableIteration<BindingSet, QueryEvaluationException>, BindingSet) - Constructor for class org.eclipse.rdf4j.federated.evaluation.iterator.InsertBindingsIteration
 
InsertData - Class in org.eclipse.rdf4j.query.algebra
 
InsertData(String) - Constructor for class org.eclipse.rdf4j.query.algebra.InsertData
 
insertData(TriplePattern...) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.InsertDataQuery
Add triples to be inserted
insertData(TriplesTemplate) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.InsertDataQuery
Set this query's triples template
InsertDataQuery - Class in org.eclipse.rdf4j.sparqlbuilder.core.query
The SPARQL Insert Data Query
InsertDataQuery() - Constructor for class org.eclipse.rdf4j.sparqlbuilder.core.query.InsertDataQuery
 
INSERTED_CONTENT_RELATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.LDP
ldp:insertedContentRelation
INSERTED_KEY_ENTITY_PAIR - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:insertedKeyEntityPair
INSERTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:Insertion
insertTestStatement(RepositoryConnection, int) - Method in class org.eclipse.rdf4j.repository.optimistic.IsolationLevelTest
 
insertTestStatement(SailConnection, int) - Method in class org.eclipse.rdf4j.sail.SailConcurrencyTest
 
insertTestStatement(SailConnection, int) - Method in class org.eclipse.rdf4j.sail.SailIsolationLevelTest
 
insertValuesClause(String, String) - Method in class org.eclipse.rdf4j.repository.sparql.federation.RepositoryFederatedService
Insert the constructed VALUES clause in the beginning of the WHERE block.
INSIDE - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:inside
INSTALL - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:install
INSTANCE - Static variable in class org.eclipse.rdf4j.federated.optimizer.DefaultFedXCostModel
 
INSTANCE - Static variable in class org.eclipse.rdf4j.federated.write.ReadOnlyWriteStrategy
 
INSTANCE - Static variable in class org.eclipse.rdf4j.workbench.util.QueryEvaluator
 
INSTANT - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:Instant
INSTANTANEOUS_EVENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:InstantaneousEvent
INSTRUCTIONAL_METHOD - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/instructionalMethod
INT - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#int
IntCast - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.xsd
A Function that tries to cast its argument to an xsd:int .
IntCast() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.IntCast
 
INTEGER - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#integer
IntegerCast - Class in org.eclipse.rdf4j.query.algebra.evaluation.function
Deprecated.
use IntegerCast instead
IntegerCast() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.IntegerCast
Deprecated.
 
IntegerCast - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.xsd
A Function that tries to cast its argument to an xsd:integer .
IntegerCast() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.IntegerCast
 
IntegerCastFunction - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.xsd
Abstract superclass for CastFunctions that cast their arguments to an xsd:integer or one of its derived types.
IntegerCastFunction() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.IntegerCastFunction
 
IntegerLiteral - Class in org.eclipse.rdf4j.model.impl
An extension of SimpleLiteral that stores an integer value using a BigInteger object.
IntegerLiteral(BigInteger) - Constructor for class org.eclipse.rdf4j.model.impl.IntegerLiteral
Creates an xsd:integer literal with the specified value.
IntegerLiteral(BigInteger, IRI) - Constructor for class org.eclipse.rdf4j.model.impl.IntegerLiteral
Creates a literal with the specified value and datatype.
IntegerMemLiteral - Class in org.eclipse.rdf4j.sail.memory.model
An extension of MemLiteral that stores an integer value to avoid parsing.
IntegerMemLiteral(Object, BigInteger) - Constructor for class org.eclipse.rdf4j.sail.memory.model.IntegerMemLiteral
 
IntegerMemLiteral(Object, BigInteger, IRI) - Constructor for class org.eclipse.rdf4j.sail.memory.model.IntegerMemLiteral
 
IntegerMemLiteral(Object, String, BigInteger, IRI) - Constructor for class org.eclipse.rdf4j.sail.memory.model.IntegerMemLiteral
 
integerValue() - Method in class org.eclipse.rdf4j.model.impl.DecimalLiteral
 
integerValue() - Method in class org.eclipse.rdf4j.model.impl.IntegerLiteral
 
integerValue() - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
 
integerValue() - Method in interface org.eclipse.rdf4j.model.Literal
Returns the integer value of this literal.
integerValue() - Method in class org.eclipse.rdf4j.sail.memory.model.DecimalMemLiteral
 
integerValue() - Method in class org.eclipse.rdf4j.sail.memory.model.IntegerMemLiteral
 
InterceptingRepository - Interface in org.eclipse.rdf4j.repository.event
 
InterceptingRepositoryConnection - Interface in org.eclipse.rdf4j.repository.event
 
InterceptingRepositoryConnectionWrapper - Class in org.eclipse.rdf4j.repository.event.base
Wrapper that notifies interceptors of events on RepositoryConnections before they happen.
InterceptingRepositoryConnectionWrapper(Repository, RepositoryConnection) - Constructor for class org.eclipse.rdf4j.repository.event.base.InterceptingRepositoryConnectionWrapper
 
InterceptingRepositoryWrapper - Class in org.eclipse.rdf4j.repository.event.base
Wrapper that notifies interceptors of events on Repositories before they happen.
InterceptingRepositoryWrapper() - Constructor for class org.eclipse.rdf4j.repository.event.base.InterceptingRepositoryWrapper
 
InterceptingRepositoryWrapper(Repository) - Constructor for class org.eclipse.rdf4j.repository.event.base.InterceptingRepositoryWrapper
 
INTEREST - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
internalIterator() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.InnerJoin
 
InternalUseOnly - Annotation Type in org.eclipse.rdf4j.common.annotation
This feature is intended for internal use only and is not considered part of the public API: its existence, signature or behavior may change without warning from one release to the next.
INTERNET - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
Deprecated.
INTERSECTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEOF
 
Intersection - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql
The GeoSPARQL Function geof:intersection, as defined in OGC GeoSPARQL - A Geographic Query Language for RDF Data.
Intersection() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.Intersection
 
intersection(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.JtsSpatialAlgebra
 
intersection(Shape, Shape) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SpatialAlgebra
 
Intersection - Class in org.eclipse.rdf4j.query.algebra
The INTERSECT set operator, which returns the intersection of the result sets of two tuple expressions.
Intersection() - Constructor for class org.eclipse.rdf4j.query.algebra.Intersection
 
Intersection(TupleExpr, TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Intersection
Creates a new intersection operator that operates on the two specified arguments.
INTERSECTIONOF - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#intersectionOf
IntersectIteration<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
An Iteration that returns the intersection of the results of two Iterations.
IntersectIteration(Iteration<? extends E, ? extends X>, Iteration<? extends E, ? extends X>) - Constructor for class org.eclipse.rdf4j.common.iteration.IntersectIteration
Creates a new IntersectIteration that returns the intersection of the results of two Iterations.
IntersectIteration(Iteration<? extends E, ? extends X>, Iteration<? extends E, ? extends X>, boolean) - Constructor for class org.eclipse.rdf4j.common.iteration.IntersectIteration
Creates a new IntersectIteration that returns the intersection of the results of two Iterations.
INTERVAL - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:Interval
INTERVAL_AFTER - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:intervalAfter
INTERVAL_BEFORE - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:intervalBefore
INTERVAL_CONTAINS - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:intervalContains
INTERVAL_DISJOINT - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:intervalDisjoint
INTERVAL_DURING - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:intervalDuring
INTERVAL_EQUALS - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:intervalEquals
INTERVAL_FINISHED_BY - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:intervalFinishedBy
INTERVAL_FINISHES - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:intervalFinishes
INTERVAL_IN - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:intervalIn
INTERVAL_MEETS - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:intervalMeets
INTERVAL_MET_BY - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:intervalMetBy
INTERVAL_OVERLAPPED_BY - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:intervalOverlappedBy
INTERVAL_OVERLAPS - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:intervalOverlaps
INTERVAL_STARTED_BY - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:intervalStartedBy
INTERVAL_STARTS - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:intervalStarts
intFromLiteral(Literal) - Static method in class org.eclipse.rdf4j.query.algebra.evaluation.function.string.Substring
 
INTL - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
Deprecated.
into(GraphName) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.InsertDataQuery
Specify a graph to insert the data into
into(GraphName) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.ModifyQuery
Specify the graph to insert triples into
INTO_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#into The (optional) target of a LOAD Update operation.
intValue() - Method in class org.eclipse.rdf4j.model.impl.DecimalLiteral
 
intValue() - Method in class org.eclipse.rdf4j.model.impl.IntegerLiteral
 
intValue() - Method in class org.eclipse.rdf4j.model.impl.NumericLiteral
 
intValue() - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
 
intValue() - Method in interface org.eclipse.rdf4j.model.Literal
Returns the int value of this literal.
intValue() - Method in class org.eclipse.rdf4j.sail.memory.model.DecimalMemLiteral
 
intValue() - Method in class org.eclipse.rdf4j.sail.memory.model.IntegerMemLiteral
 
intValue() - Method in class org.eclipse.rdf4j.sail.memory.model.NumericMemLiteral
 
INVALID - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:invalid
INVALIDATED - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:invalidated
INVALIDATED_AT_TIME - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:invalidatedAtTime
INVALIDATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:Invalidation
INVERSE_PATH - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:inversePath
INVERSEFUNCTIONALPROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#InverseFunctionalProperty
InverseMagicProperty - Interface in org.eclipse.rdf4j.spin.function
Magic properties are normally treated as TupleFunctions acting on the subject of a statement.
INVERSEOF - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#inverseOf
Invoke - Class in org.eclipse.rdf4j.spin.function.spif
 
Invoke() - Constructor for class org.eclipse.rdf4j.spin.function.spif.Invoke
 
INVOKE_FUNCTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIF
 
IOUtil - Class in org.eclipse.rdf4j.common.io
Utility methods for I/O working with Readers, Writers, InputStreams and OutputStreams.
IOUtil() - Constructor for class org.eclipse.rdf4j.common.io.IOUtil
 
iri(String) - Static method in class org.eclipse.rdf4j.federated.util.FedXUtil
 
IRI - Interface in org.eclipse.rdf4j.model
An Internationalized Resource Identifier (IRI).
IRI - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:IRI
IRI - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
iri(String) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.Prefix
Create a prefixed IRI reference from this prefix
Iri - Interface in org.eclipse.rdf4j.sparqlbuilder.rdf
Denotes an RDF IRI
iri(String) - Static method in class org.eclipse.rdf4j.sparqlbuilder.rdf.Rdf
Create a SparqlBuilder Iri instance from a String iri
iri(IRI) - Static method in class org.eclipse.rdf4j.sparqlbuilder.rdf.Rdf
Create a SparqlBuilder Iri instance from an IRI
iri(String, String) - Static method in class org.eclipse.rdf4j.sparqlbuilder.rdf.Rdf
Create a SparqlBuilder Iri instance from a namespace and local name
IRI_OR_LITERAL - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:IRIOrLiteral
IRI_TEMPLATE - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
IRI_TEMPLATE_MAPPING - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
IRIFunction - Class in org.eclipse.rdf4j.query.algebra
The IRI function, as defined in SPARQL 1.1 Query Language for RDF.
IRIFunction() - Constructor for class org.eclipse.rdf4j.query.algebra.IRIFunction
 
IRIFunction(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.IRIFunction
 
IRREFLEXIVEPROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#IrreflexiveProperty
IS_A - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:isA
IS_ALL_OF - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:isAllOf
IS_ANY_OF - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:isAnyOf
IS_BLANK - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
IS_FORMAT_OF - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/isFormatOf
IS_IRI - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
IS_LITERAL - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
IS_MEMBER_OF_RELATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.LDP
ldp:isMemberOfRelation
IS_NONE_OF - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:isNoneOf
IS_NUMERIC - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
IS_PART_OF - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/isPartOf
IS_PART_OF - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:isPartOf
IS_PRIMARY_TOPIC_OF - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
IS_REFERENCED_BY - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/isReferencedBy
IS_REPLACED_BY - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/isReplacedBy
IS_REQUIRED_BY - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/isRequiredBy
IS_URI - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
IS_VALID_URI_FUNCTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIF
 
IS_VERSION_OF - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/isVersionOf
isA(RdfObject...) - Method in interface org.eclipse.rdf4j.sparqlbuilder.rdf.RdfSubject
Use the built-in shortcut "a" for rdf:type to build a triple with this subject and the given objects
isAbsolute() - Method in class org.eclipse.rdf4j.common.net.ParsedIRI
Tells whether or not this IRI is absolute.
isAbsolute() - Method in class org.eclipse.rdf4j.common.net.ParsedURI
Deprecated.
 
isActive() - Method in interface org.eclipse.rdf4j.common.concurrent.locks.Lock
Checks whether the lock is still active.
isActive() - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
isActive() - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Indicates if a transaction is currently active on the connection.
isActive() - Method in class org.eclipse.rdf4j.repository.sail.SailRepositoryConnection
 
isActive() - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
 
isActive() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
isActive() - Method in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapper
 
isActive() - Method in interface org.eclipse.rdf4j.sail.SailConnection
Indicates if a transaction is currently active on the connection.
isActiveLock() - Method in class org.eclipse.rdf4j.common.concurrent.locks.LockManager
If any locks in this collection that are still active.
isActiveOperation() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
isAddInferredStatementsToDefaultContext() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.SchemaCachingRDFSInferencer
Inferred statements can either be added to the default context or to the context that the original inserted statement has.
isAllowBlankNodes() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateDataBlockParser
 
isAnnotationDriven() - Method in class org.eclipse.rdf4j.query.resultio.text.SPARQLResultsXSVMappingStrategy
 
isAnonymous() - Method in class org.eclipse.rdf4j.query.algebra.Var
 
isApplied - Variable in class org.eclipse.rdf4j.federated.optimizer.FilterOptimizer.FilterExprInsertVisitor
 
isAscending() - Method in class org.eclipse.rdf4j.query.algebra.OrderElem
 
isAutoCommit() - Method in class org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
Deprecated.
since 2.0. Use RepositoryConnection.isActive() instead.
isAutoCommit() - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
Deprecated.
isAutoCommit() - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Deprecated.
since 2.0. Use RepositoryConnection.isActive() instead.
isAxiomClosureNeeded() - Method in class org.eclipse.rdf4j.sail.spin.config.SpinSailConfig
 
isAxiomClosureNeeded() - Method in class org.eclipse.rdf4j.sail.spin.SpinSail
Deprecated.
Indicates if the SPIN Sail should itself load the full deductive closure of the SPIN axioms.
isBaseSailEmpty() - Method in class org.eclipse.rdf4j.sail.shacl.Stats
Deprecated.
 
isBLANK_NODE_LABEL_Char(int) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
Check if the supplied code point represents a valid blank node label character.
isBLANK_NODE_LABEL_EndChar(int) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
Check if the supplied code point represents a valid blank node label end character.
isBLANK_NODE_LABEL_StartChar(int) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
Check if the supplied code point represents a valid start character for a blank node label.
IsBNode - Class in org.eclipse.rdf4j.query.algebra
 
IsBNode() - Constructor for class org.eclipse.rdf4j.query.algebra.IsBNode
 
IsBNode(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.IsBNode
 
isBuiltInDatatype(IRI) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Checks whether the supplied datatype is a built-in XML Schema datatype.
isCacheSelectNodes() - Method in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
isCacheSelectNodes() - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSail
Check if selected nodes caches is enabled.
isCacheSelectNodes() - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSailConnection.Settings
 
isCalendarDatatype(IRI) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Checks whether the supplied datatype is equal to xsd:dateTime, xsd:date, xsd:time, xsd:gYearMonth, xsd:gMonthDay, xsd:gYear, xsd:gMonth or xsd:gDay.These are the primitive datatypes that represent dates and/or times.
isCaseSensitive() - Method in class org.eclipse.rdf4j.query.algebra.Like
 
isCausedByIOException() - Method in exception org.eclipse.rdf4j.repository.http.HTTPQueryEvaluationException
 
isCausedByIOException() - Method in exception org.eclipse.rdf4j.repository.http.HTTPUpdateExecutionException
 
isCausedByMalformedQueryException() - Method in exception org.eclipse.rdf4j.repository.http.HTTPQueryEvaluationException
 
isCausedByMalformedQueryException() - Method in exception org.eclipse.rdf4j.repository.http.HTTPUpdateExecutionException
 
isCausedByRepositoryException() - Method in exception org.eclipse.rdf4j.repository.http.HTTPQueryEvaluationException
 
isCausedByRepositoryException() - Method in exception org.eclipse.rdf4j.repository.http.HTTPUpdateExecutionException
 
isClosed() - Method in class org.eclipse.rdf4j.common.io.NioFile
Check if a file was closed explicitly.
isClosed() - Method in class org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration
Checks whether this CloseableIteration has been closed.
isClosed() - Method in class org.eclipse.rdf4j.common.iterator.AbstractCloseableIterator
Checks whether this Iterator has been closed.
isClosed() - Method in class org.eclipse.rdf4j.sail.elasticsearchstore.SingletonClientProvider
 
isClosed() - Method in class org.eclipse.rdf4j.sail.elasticsearchstore.UserProvidedClientProvider
 
isClosed() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.BufferedPlanNode
 
isClosed() - Method in interface org.eclipse.rdf4j.sail.shacl.planNodes.PushablePlanNode
 
isClosed() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.UnBufferedPlanNode
 
isCombiningChar(char) - Static method in class org.eclipse.rdf4j.common.xml.XMLUtil
 
isCompareEq() - Method in class org.eclipse.rdf4j.federated.algebra.FilterExpr
 
isCompatibleExpr(ValueExpr) - Method in class org.eclipse.rdf4j.federated.optimizer.FilterOptimizer
returns true if this filter can be used for optimization.
isCompatibleWith(IsolationLevel) - Method in interface org.eclipse.rdf4j.IsolationLevel
Verifies if this transaction isolation level is compatible with the supplied other isolation level - that is, if this transaction isolation level offers at least the same guarantees as the other level.
isCompatibleWith(IsolationLevel) - Method in enum org.eclipse.rdf4j.IsolationLevels
 
isConstant() - Method in class org.eclipse.rdf4j.query.algebra.Var
 
isCorrectType(String) - Method in class org.eclipse.rdf4j.repository.manager.util.TypeFilteringRepositoryManager
 
isCorrectType(RepositoryConfig) - Method in class org.eclipse.rdf4j.repository.manager.util.TypeFilteringRepositoryManager
 
isCorrectURISplit(String, String) - Static method in class org.eclipse.rdf4j.model.util.URIUtil
Checks whether the URI consisting of the specified namespace and local name has been split correctly according to the URI splitting rules specified in URI.
isDashDataShapes() - Method in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
isDashDataShapes() - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSail
Support for DASH Data Shapes Vocabulary Unofficial Draft (http://datashapes.org/dash).
isDebugLoggingEnabled() - Method in class org.eclipse.rdf4j.common.app.logging.base.AbstractLogConfiguration
 
isDebugLoggingEnabled() - Method in interface org.eclipse.rdf4j.common.app.logging.LogConfiguration
Is debug logging enabled?
isDebugQueryPlan() - Method in class org.eclipse.rdf4j.federated.FedXConfig
The debug mode for query plan.
isDecimalDatatype(IRI) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Checks whether the supplied datatype is equal to xsd:decimal or one of the built-in datatypes that is derived from xsd:decimal.
ISDEFINEDBY - Static variable in class org.eclipse.rdf4j.model.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#isDefinedBy
isDelegatingAdd() - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
isDelegatingAdd() - Method in class org.eclipse.rdf4j.repository.event.base.InterceptingRepositoryConnectionWrapper
 
isDelegatingAdd() - Method in class org.eclipse.rdf4j.repository.event.base.NotifyingRepositoryConnectionWrapper
 
isDelegatingRead() - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
If false then the following has/export/isEmpty methods will call RepositoryConnectionWrapper.getStatements(Resource, IRI, Value, boolean, Resource[]).
isDelegatingRemove() - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
If false then the following remove methods will call RepositoryConnectionWrapper.removeWithoutCommit(Resource, IRI, Value, Resource[]).
isDelegatingRemove() - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
 
isDelegatingRemove() - Method in class org.eclipse.rdf4j.repository.event.base.InterceptingRepositoryConnectionWrapper
 
isDelegatingRemove() - Method in class org.eclipse.rdf4j.repository.event.base.NotifyingRepositoryConnectionWrapper
 
isDerivedDatatype(IRI) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Checks whether the supplied datatype is a derived XML Schema datatype.
isDigit(char) - Static method in class org.eclipse.rdf4j.common.xml.XMLUtil
 
isDistinct() - Method in class org.eclipse.rdf4j.query.algebra.AbstractAggregateOperator
 
isDistinct() - Method in interface org.eclipse.rdf4j.query.algebra.AggregateOperator
 
isDistinct() - Method in class org.eclipse.rdf4j.queryrender.BaseTupleExprRenderer
 
isDistinct() - Method in class org.eclipse.rdf4j.sail.federation.config.FederationConfig
Deprecated.
 
isDistinct() - Method in class org.eclipse.rdf4j.sail.federation.Federation
Deprecated.
 
ISDN - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
Deprecated.
isDot(int) - Static method in class org.eclipse.rdf4j.rio.helpers.NTriplesUtil
Checks whether the supplied character is Dot '.'.
isDumpingStack() - Method in class org.eclipse.rdf4j.repository.event.util.DebugRepositoryConnectionListener
 
isDurationDatatype(IRI) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Checks whether the supplied datatype is equal to xsd:duration, xsd:dayTimeDuration, xsd:yearMonthDuration.
isEclipseRdf4jShaclExtensions() - Method in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
isEclipseRdf4jShaclExtensions() - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSail
Support for Eclipse RDF4J SHACL Extensions (http://rdf4j.org/shacl-extensions#).
isEmpty(String) - Static method in class org.eclipse.rdf4j.common.webapp.util.HttpServerUtil
 
isEmpty() - Method in class org.eclipse.rdf4j.model.impl.AbstractModel
 
isEmpty() - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
isEmpty() - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
isEmpty() - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
isEmpty() - Method in class org.eclipse.rdf4j.queryrender.builder.BasicGroup
Deprecated.
 
isEmpty() - Method in class org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
 
isEmpty() - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
isEmpty() - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Returns true if this repository does not contain any (explicit) statements.
isEmpty() - Method in class org.eclipse.rdf4j.repository.sail.SailRepositoryConnection
 
isEmpty() - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
 
isEmpty() - Method in class org.eclipse.rdf4j.sail.memory.model.MemStatementList
 
isEmpty() - Method in class org.eclipse.rdf4j.sail.shacl.RdfsSubClassOfReasoner
Deprecated.
 
isEmpty() - Method in class org.eclipse.rdf4j.sail.shacl.Stats
Deprecated.
 
isEmpty() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.QueryElementCollection
 
isEmpty() - Method in interface org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphPattern
 
isEmpty() - Method in class org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphPatternNotTriples
 
isEmpty() - Method in class org.eclipse.rdf4j.sparqlbuilder.graphpattern.SubSelect
 
isEmpty() - Method in interface org.eclipse.rdf4j.sparqlbuilder.graphpattern.TriplePattern
 
isEnabled() - Method in class org.eclipse.rdf4j.common.webapp.navigation.AbstractNavigationNode
 
isEnabled() - Method in interface org.eclipse.rdf4j.common.webapp.navigation.NavigationNode
Is the node enabled/active?
isEnableMonitoring() - Method in class org.eclipse.rdf4j.federated.FedXConfig
Flag to enable/disable monitoring features.
isEncodedTriple(Value) - Static method in class org.eclipse.rdf4j.rio.helpers.RDFStarUtil
Checks if the supplied Value represents an RDF* triple encoded as an IRI.
isEvaluable() - Method in class org.eclipse.rdf4j.sail.lucene.DistanceQuerySpec
 
isEvaluable() - Method in class org.eclipse.rdf4j.sail.lucene.QuerySpec
 
isExplicit() - Method in class org.eclipse.rdf4j.sail.memory.model.MemStatement
 
isExtender(char) - Static method in class org.eclipse.rdf4j.common.xml.XMLUtil
 
isFalse(String) - Static method in class org.eclipse.rdf4j.common.webapp.util.HttpServerUtil
 
isFedXEndpoint(String) - Method in class org.eclipse.rdf4j.federated.evaluation.DelegateFederatedServiceResolver
 
isFilterExistsFunction(TupleExpr) - Static method in class org.eclipse.rdf4j.query.algebra.helpers.TupleExprs
Verifies if the supplied expression is a FILTER (NOT) EXISTS operation
isFinished() - Method in interface org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelExecutor
Return true if this executor is finished or aborted
isFinished() - Method in class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelExecutorBase
Return true if this executor is finished or aborted
isFinished() - Method in class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelServiceExecutor
 
isFinished() - Method in class org.eclipse.rdf4j.federated.optimizer.SourceSelection.SourceSelectionExecutorWithLatch
 
isFinished() - Method in class org.eclipse.rdf4j.repository.sparql.federation.JoinExecutorBase
Gets whether this executor is finished or aborted.
isFloatingPointDatatype(IRI) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Checks whether the supplied datatype is equal to xsd:float or xsd:double.
isGarbageText(String) - Static method in class org.eclipse.rdf4j.common.text.StringUtil
Titles shorter than MIN_TITLE_LENGTH and long titles that don't contain a single space character are considered to be garbage.
isGeoField(String) - Method in class org.eclipse.rdf4j.sail.lucene.AbstractSearchIndex
 
isGeoField(String) - Method in interface org.eclipse.rdf4j.sail.lucene.SearchIndex
Returns true if the given property contains a geometry.
isGlobalLogValidationExecution() - Method in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
isGlobalLogValidationExecution() - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSail
Check if logging of every execution steps is enabled.
isGraphPatternGroup() - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
Deprecated.
isGraphPatternGroup() - Method in interface org.eclipse.rdf4j.query.algebra.GraphPatternGroupable
Deprecated.
isGraphPatternGroup(TupleExpr) - Static method in class org.eclipse.rdf4j.query.algebra.helpers.TupleExprs
Deprecated.
isGZipStream(InputStream) - Static method in class org.eclipse.rdf4j.common.io.GZipUtil
Check if a stream is a GZIP stream, by checking the first bytes of the stream.
isHex(int) - Static method in class org.eclipse.rdf4j.common.text.ASCIIUtil
Check whether the supplied character is a Hexadecimal character.
isHidden() - Method in class org.eclipse.rdf4j.common.webapp.navigation.AbstractNavigationNode
 
isHidden() - Method in interface org.eclipse.rdf4j.common.webapp.navigation.NavigationNode
Is the node hidden?
isHierarchical() - Method in class org.eclipse.rdf4j.common.net.ParsedURI
Deprecated.
 
isHighlighted() - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchDocumentScore
 
isHighlighted() - Method in interface org.eclipse.rdf4j.sail.lucene.DocumentScore
 
isHighlighted() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneDocumentScore
 
isHighlighted() - Method in class org.eclipse.rdf4j.sail.solr.SolrDocumentScore
 
isHttpOrFile(String) - Static method in class org.eclipse.rdf4j.console.Util
Check if a string looks like a HTTP, HTTPS or file URI.
isIdeographic(char) - Static method in class org.eclipse.rdf4j.common.xml.XMLUtil
 
isIgnoreNoShapesLoadedException() - Method in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
Deprecated.
isIgnoreNoShapesLoadedException() - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSail
Deprecated.
isIncludeInferred() - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.SPARQLUpdateOperation
 
isIncludeInferred() - Method in class org.eclipse.rdf4j.repository.contextaware.config.ContextAwareConfig
 
isIncludeInferred() - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
if false, no inferred statements are considered; if true, inferred statements are considered if available
isIncludeInferred() - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareRepository
 
isIncludeInferred() - Method in class org.eclipse.rdf4j.sail.UpdateContext
 
isIncompleteQueryFails() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSail
When this is true, incomplete queries will trigger a SailException.
isInferred() - Method in class org.eclipse.rdf4j.sail.extensiblestore.valuefactory.ExtensibleContextStatement
 
isInferred() - Method in interface org.eclipse.rdf4j.sail.extensiblestore.valuefactory.ExtensibleStatement
 
isInferred() - Method in class org.eclipse.rdf4j.sail.extensiblestore.valuefactory.ExtensibleStatementImpl
 
isInitialized() - Method in interface org.eclipse.rdf4j.federated.endpoint.Endpoint
 
isInitialized() - Method in class org.eclipse.rdf4j.federated.endpoint.EndpointBase
 
isInitialized() - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.federation.FederatedService
Method to check if FederatedService.initialize() had been called.
isInitialized() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.federation.TupleFunctionFederatedService
 
isInitialized() - Method in class org.eclipse.rdf4j.repository.base.AbstractRepository
 
isInitialized() - Method in class org.eclipse.rdf4j.repository.base.RepositoryWrapper
 
isInitialized() - Method in class org.eclipse.rdf4j.repository.manager.RepositoryManager
Indicates if this RepositoryManager has been initialized.
isInitialized() - Method in interface org.eclipse.rdf4j.repository.Repository
Indicates if the Repository has been initialized.
isInitialized() - Method in class org.eclipse.rdf4j.repository.sparql.federation.RepositoryFederatedService
 
isInitialized() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSail
Checks whether the Sail has been initialized.
isInitializing() - Method in class org.eclipse.rdf4j.sail.spin.SpinSail
Deprecated.
 
isInSnapshot(int) - Method in class org.eclipse.rdf4j.sail.memory.model.MemStatement
 
isIntegerDatatype(IRI) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Checks whether the supplied datatype is equal to xsd:integer or one of the built-in datatypes that is derived from xsd:integer.
isInverse() - Method in class org.eclipse.rdf4j.query.parser.sparql.PropertySetElem
Deprecated.
 
isLanguageChar(int) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
Check if the supplied code point represents a valid language tag character.
isLanguageLiteral(Literal) - Static method in class org.eclipse.rdf4j.model.util.Literals
Helper method to determine whether a literal is a language literal, and not a typed literal.
isLanguageStartChar(int) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
Check if the supplied code point represents a valid language tag start character.
isLegalFileName(String) - Static method in class org.eclipse.rdf4j.common.io.FileUtil
Checks whether the specified file name is a legal (DOS/Windows-) file name.
isLegalFileNameChar(char) - Static method in class org.eclipse.rdf4j.common.io.FileUtil
Checks whether the specified character is a legal (DOS/Windows-) file name character.
isLetter(int) - Static method in class org.eclipse.rdf4j.common.text.ASCIIUtil
Checks whether the supplied character is a letter.
isLetter(char) - Static method in class org.eclipse.rdf4j.common.xml.XMLUtil
 
isLetter(int) - Static method in class org.eclipse.rdf4j.rio.helpers.NTriplesUtil
Deprecated.
isLetterOrNumber(int) - Static method in class org.eclipse.rdf4j.common.text.ASCIIUtil
Checks whether the supplied character is a letter or number.
isLetterOrNumber(int) - Static method in class org.eclipse.rdf4j.rio.helpers.NTriplesUtil
isLiberalCharactersButNotDot(int) - Static method in class org.eclipse.rdf4j.rio.helpers.NTriplesUtil
Checks whether the supplied character is in list of liberal characters according to the N-Triples specification except Dot.
IsLiteral - Class in org.eclipse.rdf4j.query.algebra
 
IsLiteral() - Constructor for class org.eclipse.rdf4j.query.algebra.IsLiteral
 
IsLiteral(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.IsLiteral
 
isLocal() - Method in class org.eclipse.rdf4j.federated.algebra.StatementSource
 
isLocal() - Method in class org.eclipse.rdf4j.federated.endpoint.EndpointBase
 
isLocalEscapedChar(int) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
Check if the supplied code point represents a valid local escaped character.
isLocked() - Method in class org.eclipse.rdf4j.sail.helpers.DirectoryLockManager
Determines if the directory is locked.
isLocked() - Method in interface org.eclipse.rdf4j.sail.LockManager
Determines if the SAIL is locked.
isLogQueries() - Method in class org.eclipse.rdf4j.federated.FedXConfig
Flag to enable/disable query logging via QueryLog.
isLogQueryPlan() - Method in class org.eclipse.rdf4j.federated.FedXConfig
Flag to enable/disable query plan logging via QueryPlanLog.
isLogValidationPlans() - Method in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
isLogValidationPlans() - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSail
Check if logging of validation plans is enabled.
isLogValidationViolations() - Method in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
isLogValidationViolations() - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSail
Check if logging a list of violations and the triples that caused the violations is enabled.
isLowerCaseLetter(int) - Static method in class org.eclipse.rdf4j.common.text.ASCIIUtil
Checks whether the supplied character is an lower-case letter.
isMoreAvailable() - Method in class org.eclipse.rdf4j.common.logging.file.logback.FileLogReader
 
isMoreAvailable() - Method in class org.eclipse.rdf4j.common.logging.file.logback.MultipleFileLogReader
 
isMoreAvailable() - Method in interface org.eclipse.rdf4j.common.logging.LogReader
Check if more records are available after limit is reached.
isNameChar(int) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
Check if the supplied code point represents a valid name character.
isNameEndChar(int) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
Check if the supplied code point represents a valid name end character.
isNameStartChar(int) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
Check if the supplied code point represents a valid name start character.
isNCName(String) - Static method in class org.eclipse.rdf4j.common.xml.XMLUtil
Checks whether the supplied String is an NCName (Namespace Classified Name) as specified at http://www.w3.org/TR/REC-xml-names/#NT-NCName .
isNCNameChar(char) - Static method in class org.eclipse.rdf4j.common.xml.XMLUtil
 
isNCNameStartChar(char) - Static method in class org.eclipse.rdf4j.common.xml.XMLUtil
 
isNewScope() - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
 
isNonFatalError(RioSetting<?>) - Method in class org.eclipse.rdf4j.rio.ParserConfig
This method is used by the parser to check whether they should throw an exception or attempt to recover from a non-fatal error.
isNormalized() - Method in class org.eclipse.rdf4j.model.datatypes.XMLDateTime
Checks whether this object has already been normalized.
isNumber(int) - Static method in class org.eclipse.rdf4j.common.text.ASCIIUtil
Checks whether the supplied character is a number.
isNumber(int) - Static method in class org.eclipse.rdf4j.rio.helpers.NTriplesUtil
Deprecated.
IsNumeric - Class in org.eclipse.rdf4j.query.algebra
IsNumeric - Boolean operator determining if the supplied expression represents a numeric value.
IsNumeric() - Constructor for class org.eclipse.rdf4j.query.algebra.IsNumeric
 
IsNumeric(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.IsNumeric
 
isNumericDatatype(IRI) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Checks whether the supplied datatype is a numeric datatype, i.e.if it is equal to xsd:float, xsd:double, xsd:decimal or one of the datatypes derived from xsd:decimal.
ISO3166 - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/ISO3166
ISO639_2 - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/ISO639-2
ISO639_3 - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/ISO639-3
ISO8601_TIMESTAMP_FORMAT - Static variable in interface org.eclipse.rdf4j.common.logging.LogRecord
 
ISOLATION_LEVEL_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
Deprecated.
since 3.3.0. Use transaction-setting__isolation-level instead.
IsolationLevel - Interface in org.eclipse.rdf4j
A Transaction Isolation Level.
IsolationLevels - Enum in org.eclipse.rdf4j
Enumeration of Transaction IsolationLevels supported by Sesame.
IsolationLevelTest - Class in org.eclipse.rdf4j.repository.optimistic
Test that the Repository correctly supports claimed isolation levels.
IsolationLevelTest() - Constructor for class org.eclipse.rdf4j.repository.optimistic.IsolationLevelTest
 
isomorphic(Iterable<? extends Statement>, Iterable<? extends Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
Compares two RDF models, and returns true if they consist of isomorphic graphs and the isomorphic graph identifiers map 1:1 to each other.
isOpaque() - Method in class org.eclipse.rdf4j.common.net.ParsedIRI
Tells whether or not this IRI is opaque.
isOpaque() - Method in class org.eclipse.rdf4j.common.net.ParsedURI
Deprecated.
 
isOpen() - Method in class org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
 
isOpen() - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
isOpen() - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Checks whether this connection is open.
isOpen() - Method in class org.eclipse.rdf4j.repository.sail.SailRepositoryConnection
 
isOpen() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
isOpen() - Method in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapper
 
isOpen() - Method in interface org.eclipse.rdf4j.sail.SailConnection
Checks whether this SailConnection is open.
isOptional() - Method in class org.eclipse.rdf4j.queryrender.builder.BasicGroup
Deprecated.
 
isOptional() - Method in interface org.eclipse.rdf4j.queryrender.builder.Group
Deprecated.
 
isOptional() - Method in class org.eclipse.rdf4j.queryrender.builder.UnionBuilder
Deprecated.
 
isOptional() - Method in class org.eclipse.rdf4j.spin.Argument
 
isOrderedDatatype(IRI) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Checks whether the supplied datatype is ordered.The values of an ordered datatype can be compared to each other using operators like < and >.
isPaged() - Method in class org.eclipse.rdf4j.workbench.util.PagedQuery
 
isParallelValidation() - Method in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
isParallelValidation() - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSail
Check if SHACL validation is run in parellel.
isParameterPresent(String) - Method in class org.eclipse.rdf4j.workbench.util.WorkbenchRequest
Returns whether a non-null, non-empty value is available for the given parameter name.
isParent(NavigationNode) - Method in class org.eclipse.rdf4j.common.webapp.navigation.AbstractNavigationNode
 
isParent(NavigationNode, NavigationNode) - Static method in class org.eclipse.rdf4j.common.webapp.navigation.functions.NavigationFunctions
Is the specified potential parent indeed a parent of the specified node.
isParent(NavigationNode) - Method in interface org.eclipse.rdf4j.common.webapp.navigation.NavigationNode
Is this node a parent of the specified node?
isPERCENT(String) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
 
isPerformanceLogging() - Method in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
isPerformanceLogging() - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSail
 
isPlainLiteral(Value) - Static method in class org.eclipse.rdf4j.query.algebra.evaluation.util.QueryEvaluationUtil
Checks whether the supplied value is a "plain literal".
isPLX_INTERNAL(String) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
 
isPLX_START(String) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
 
isPN_CHARS(int) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
Check if the supplied code point represents a valid prefixed name character.
isPN_CHARS_BASE(int) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
Check if the supplied code point represents a valid prefixed name base character.
isPN_CHARS_U(int) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
Check if the supplied code point represents either a valid prefixed name base character or an underscore.
isPN_LOCAL(String) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
 
isPN_LOCAL_ESC(String) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
 
isPN_PREFIX(String) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
Checks if the supplied prefix string is a valid Turtle namespace prefix.
isPrefixChar(int) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
Check if the supplied code point represents a valid prefix character.
isPrefixStartChar(int) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
Check if the supplied code point represents a valid prefixed name start character.
isPreserveBNodeIDs() - Method in class org.eclipse.rdf4j.rio.ParserConfig
This method is preserved for backwards compatibility.
isPreserveWhitespace() - Method in class org.eclipse.rdf4j.common.xml.SimpleSAXParser
Checks whether leading and trailing whitespace characters in text elements are preserved.
isPrimitiveDatatype(IRI) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Checks whether the supplied datatype is a primitive XML Schema datatype.
isPrinting() - Method in class org.eclipse.rdf4j.repository.event.util.DebugRepositoryConnectionListener
 
isPropertyField(String) - Static method in class org.eclipse.rdf4j.sail.lucene.SearchFields
Determines whether the specified field name is a property field name.
isQuadMode() - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
Shall graph information also be retrieved, e.g.
isRdfsSubClassReasoning() - Method in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
isRdfsSubClassReasoning() - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSail
 
isReadable() - Method in class org.eclipse.rdf4j.repository.manager.RepositoryInfo
 
isReaderActive() - Method in class org.eclipse.rdf4j.common.concurrent.locks.AbstractReadWriteLockManager
If one or more readers are active
isReadOnly() - Method in class org.eclipse.rdf4j.sail.federation.config.FederationConfig
Deprecated.
 
isReadOnly() - Method in class org.eclipse.rdf4j.sail.federation.Federation
Deprecated.
 
isRecognizedDatatype(IRI) - Method in interface org.eclipse.rdf4j.rio.DatatypeHandler
Checks if the given datatype URI is recognized by this datatype handler.
isRecognizedDatatype(IRI) - Method in class org.eclipse.rdf4j.rio.datatypes.DBPediaDatatypeHandler
 
isRecognizedDatatype(IRI) - Method in class org.eclipse.rdf4j.rio.datatypes.GeoSPARQLDatatypeHandler
 
isRecognizedDatatype(IRI) - Method in class org.eclipse.rdf4j.rio.datatypes.RDFDatatypeHandler
 
isRecognizedDatatype(IRI) - Method in class org.eclipse.rdf4j.rio.datatypes.VirtuosoGeometryDatatypeHandler
 
isRecognizedDatatype(IRI) - Method in class org.eclipse.rdf4j.rio.datatypes.XMLSchemaDatatypeHandler
 
isRecognizedLanguage(String) - Method in interface org.eclipse.rdf4j.rio.LanguageHandler
Checks if the given language tag is recognized by this language handler, including cases where the language tag is recognized, but is not yet normalized.
isRecognizedLanguage(String) - Method in class org.eclipse.rdf4j.rio.languages.BCP47LanguageHandler
 
isRecognizedLanguage(String) - Method in class org.eclipse.rdf4j.rio.languages.RFC3066LanguageHandler
 
isReduced() - Method in class org.eclipse.rdf4j.queryrender.BaseTupleExprRenderer
 
isReducedOrDistinct(QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
isRelative() - Method in class org.eclipse.rdf4j.common.net.ParsedURI
Deprecated.
 
isResource(ValueExpr) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.CompareOptimizer.CompareVisitor
 
IsResource - Class in org.eclipse.rdf4j.query.algebra
 
IsResource() - Constructor for class org.eclipse.rdf4j.query.algebra.IsResource
 
IsResource(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.IsResource
 
isRunning() - Method in class org.eclipse.rdf4j.federated.evaluation.concurrent.ControlledWorkerScheduler
 
isRunning(ParallelExecutor<T>) - Method in class org.eclipse.rdf4j.federated.evaluation.concurrent.ControlledWorkerScheduler
Determine if there are still task running or queued for the specified control.
isRunning() - Method in interface org.eclipse.rdf4j.federated.evaluation.concurrent.Scheduler
Determine if the scheduler has unfinished tasks.
isRunning(QueryInfo) - Method in class org.eclipse.rdf4j.federated.QueryManager
 
isSafeToRemove(String) - Method in class org.eclipse.rdf4j.repository.manager.RepositoryManager
Checks on whether the given repository is referred to by a ProxyRepository configuration.
isSameTriple(Statement, Statement) - Static method in class org.eclipse.rdf4j.model.util.Statements
Checks if the two statements represent the same triple (that is, they have equal subject, predicate, and object).
isSelect() - Method in class org.eclipse.rdf4j.queryrender.BaseTupleExprRenderer
Returns whether or not the results of scanning the query model indicates that this represents a select query
isSelfReference() - Method in class org.eclipse.rdf4j.common.net.ParsedURI
Deprecated.
Checks whether this URI is a relative URI that references itself (i.e.
isSerializableValidation() - Method in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
isSerializableValidation() - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSail
On transactions using SNAPSHOT isolation the ShaclSail can run the validation serializably.
isServerFixed() - Method in class org.eclipse.rdf4j.workbench.proxy.WorkbenchGateway
Whether the server path is fixed, which is when the change-server-path configuration value is not set.
isSet(RioSetting<T>) - Method in class org.eclipse.rdf4j.rio.RioConfig
Checks for whether a RioSetting has been explicitly set by a user.
isSilent() - Method in class org.eclipse.rdf4j.query.algebra.Add
 
isSilent() - Method in class org.eclipse.rdf4j.query.algebra.Clear
 
isSilent() - Method in class org.eclipse.rdf4j.query.algebra.Copy
 
isSilent() - Method in class org.eclipse.rdf4j.query.algebra.Create
 
isSilent() - Method in class org.eclipse.rdf4j.query.algebra.DeleteData
 
isSilent() - Method in class org.eclipse.rdf4j.query.algebra.InsertData
 
isSilent() - Method in class org.eclipse.rdf4j.query.algebra.Load
 
isSilent() - Method in class org.eclipse.rdf4j.query.algebra.Modify
 
isSilent() - Method in class org.eclipse.rdf4j.query.algebra.Move
 
isSilent() - Method in class org.eclipse.rdf4j.query.algebra.Service
 
isSilent() - Method in interface org.eclipse.rdf4j.query.algebra.UpdateExpr
 
isSilentMode() - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
 
isSimple() - Method in class org.eclipse.rdf4j.federated.algebra.FedXService
 
isSimpleLiteral(Value) - Static method in class org.eclipse.rdf4j.query.algebra.evaluation.util.QueryEvaluationUtil
Checks whether the supplied value is a "simple literal".
isSimpleLiteral(Literal) - Static method in class org.eclipse.rdf4j.query.algebra.evaluation.util.QueryEvaluationUtil
Checks whether the supplied literal is a "simple literal".
isSPOElemList(ProjectionElemList) - Static method in class org.eclipse.rdf4j.queryrender.BaseTupleExprRenderer
Return whether or not this projection looks like an spo binding for a construct query
isStrict() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.util.ValueComparator
 
isStrictFunctionChecking() - Method in class org.eclipse.rdf4j.spin.SpinParser
 
isStringLiteral(Value) - Static method in class org.eclipse.rdf4j.query.algebra.evaluation.util.QueryEvaluationUtil
Checks whether the supplied literal is a "string literal".
isStringLiteral(Literal) - Static method in class org.eclipse.rdf4j.query.algebra.evaluation.util.QueryEvaluationUtil
Checks whether the supplied literal is a "string literal".
isSubquery() - Method in class org.eclipse.rdf4j.query.algebra.Projection
 
isSubset(Iterable<? extends Statement>, Iterable<? extends Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
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.
isSubset(Set<? extends Statement>, Set<? extends Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
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.
isSubset(TupleQueryResult, TupleQueryResult) - Static method in class org.eclipse.rdf4j.query.QueryResults
 
isSubset(Repository, Repository) - Static method in class org.eclipse.rdf4j.repository.util.RepositoryUtil
Compares the models of the default context of two repositories and returns true if rep1 is a subset of rep2.
ISSUED - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/issued
isSupported(IsolationLevels) - Method in class org.eclipse.rdf4j.repository.optimistic.IsolationLevelTest
 
isSupported(IsolationLevels) - Method in class org.eclipse.rdf4j.sail.SailIsolationLevelTest
 
isSupportedFormat(String) - Static method in enum org.eclipse.rdf4j.federated.endpoint.EndpointType
returns true if the given format is supported by some repository type.
isThisUnbound(Resource, TripleSource) - Method in class org.eclipse.rdf4j.spin.SpinParser
 
isTrackResultSize() - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.EvaluationStrategyFactory
Returns the status of the result size tracking for the query plan.
isTrackResultSize() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.AbstractEvaluationStrategyFactory
 
isTrackResultSize() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSail
Returns the status of the result size tracking for the query plan.
IsTripleFunction - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.triple
Function that return "true"^^xsd:boolean if its argument is RDF* Triple otherwise return "false"^^xsd:boolean the function's IRI uses RDF namespace to match the other functions in the package
IsTripleFunction() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.triple.IsTripleFunction
 
isTrue(String) - Static method in class org.eclipse.rdf4j.common.webapp.util.HttpServerUtil
 
isTrue(ValueExpr, BindingSet) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.EvaluationStrategy
Evaluates the boolean expression on the supplied TripleSource object.
isTrue(ValueExpr, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
isTruncated() - Method in class org.eclipse.rdf4j.sail.shacl.results.lazy.LazyValidationReport
Deprecated.
 
isTruncated() - Method in class org.eclipse.rdf4j.sail.shacl.results.lazy.ValidationResultIterator
Deprecated.
 
isTruncated() - Method in class org.eclipse.rdf4j.sail.shacl.results.ValidationReport
Deprecated.
Users can enable a limit for the number of validation results they want to accept.
isUnbound() - Method in class org.eclipse.rdf4j.federated.structures.SubQuery
 
isUnbound(Var, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
isUnbound(Var, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.PathIteration
 
isUndefinedTargetValidatesAllSubjects() - Method in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
Deprecated.
isUndefinedTargetValidatesAllSubjects() - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSail
Deprecated.
isUnderscore(int) - Static method in class org.eclipse.rdf4j.rio.helpers.NTriplesUtil
Checks whether the supplied character is Underscore.
isUpperCaseLetter(int) - Static method in class org.eclipse.rdf4j.common.text.ASCIIUtil
Checks whether the supplied character is an upper-case letter.
IsURI - Class in org.eclipse.rdf4j.query.algebra
 
IsURI() - Constructor for class org.eclipse.rdf4j.query.algebra.IsURI
 
IsURI(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.IsURI
 
isValidAnyURI(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Determines if the supplied value is an Internationalized Resource Identifier Reference (IRI).
isValidateConstraints() - Method in class org.eclipse.rdf4j.sail.spin.config.SpinSailConfig
 
isValidateConstraints() - Method in class org.eclipse.rdf4j.sail.spin.SpinSail
Deprecated.
Check is SPIN constraint validation is enabled.
isValidationEnabled() - Method in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
isValidationEnabled() - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSail
Check if SHACL validation on commit() is enabled.
isValidBoolean(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is a valid boolean or not.
isValidByte(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is a valid byte or not.
isValidCharacterDataChar(char) - Static method in class org.eclipse.rdf4j.common.xml.XMLUtil
Returns whether the specified character can appear in XML character data.
isValidCharacterDataChar(int) - Static method in class org.eclipse.rdf4j.common.xml.XMLUtil
Returns whether the specified character can appear in XML character data.
isValidCharacterForBNodeLabel(int) - Static method in class org.eclipse.rdf4j.rio.helpers.NTriplesUtil
Checks whether the supplied character is valid character as per N-Triples specification.
isValidDate(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Determines if the supplied value is a valid xsd:date string.
isValidDateTime(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is a valid date-time.
isValidDateTimeStamp(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is a valid date-timestamp.
isValidDayTimeDuration(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is a valid day-time duration ot not.
isValidDecimal(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is a valid decimal or not.
isValidDouble(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is a valid double or not.
isValidDuration(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is a valid duration.
isValidFloat(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is a valid float or not.
isValidForDatatype(String) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.BooleanCast
 
isValidForDatatype(String) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.ByteCast
 
isValidForDatatype(String) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.CastFunction
Verifies that the supplied lexical value is valid for the datatype.
isValidForDatatype(String) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.DateTimeCast
 
isValidForDatatype(String) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.DecimalCast
 
isValidForDatatype(String) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.DoubleCast
 
isValidForDatatype(String) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.FloatCast
 
isValidForDatatype(String) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.IntCast
 
isValidForDatatype(String) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.IntegerCast
 
isValidForDatatype(String) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.LongCast
 
isValidForDatatype(String) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.NegativeIntegerCast
 
isValidForDatatype(String) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.NonNegativeIntegerCast
 
isValidForDatatype(String) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.NonPositiveIntegerCast
 
isValidForDatatype(String) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.PositiveIntegerCast
 
isValidForDatatype(String) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.ShortCast
 
isValidForDatatype(String) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.StringCast
 
isValidForDatatype(String) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.UnsignedByteCast
 
isValidForDatatype(String) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.UnsignedIntCast
 
isValidForDatatype(String) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.UnsignedLongCast
 
isValidForDatatype(String) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.UnsignedShortCast
 
isValidGDay(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Determines if the supplied value is a valid xsd:gDay string.
isValidGMonth(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Determines if the supplied value is a valid xsd:gMonth string.
isValidGMonthDay(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Determines if the supplied value is a valid xsd:gMonthDay string.
isValidGYear(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Determines if the supplied value is a valid xsd:gYear string.
isValidGYearMonth(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Determines if the supplied value is a valid xsd:gYearMonth string.
isValidInt(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is a valid integer or not.
isValidInteger(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is a valid integer or not.
isValidLanguageTag(String) - Static method in class org.eclipse.rdf4j.model.util.Literals
Checks if the given string is a BCP47 language tag according to the rules defined by the JDK in the Locale API.
isValidLong(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is a valid long or not.
isValidNegativeInteger(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is a valid negative integer or not.
isValidNonNegativeInteger(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is a valid non-negative integer or not.
isValidNonPositiveInteger(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is a valid non-positive integer or not.
isValidPositiveInteger(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is a valid positive integer or not.
isValidQName(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Determines if the supplied value is a valid xsd:QName string.
isValidShort(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is a valid short or not.
isValidTime(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Determines if the supplied value is a valid xsd:time string.
isValidUnsignedByte(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is a valid unsigned byte or not.
isValidUnsignedInt(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is a valid unsigned int.
isValidUnsignedLong(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is a valid unsigned long or not.
isValidUnsignedShort(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is a valid unsigned short or not.
IsValidURI - Class in org.eclipse.rdf4j.spin.function.spif
 
IsValidURI() - Constructor for class org.eclipse.rdf4j.spin.function.spif.IsValidURI
 
isValidURIReference(String) - Static method in class org.eclipse.rdf4j.model.util.URIUtil
Verifies that the supplied string is a valid RDF (1.0) URI reference, as defined in section 6.4 of the RDF Concepts and Abstract Syntax specification (RDF 1.0 Recommendation of February 10, 2004).
isValidValue(String, IRI) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is valid for the given datatype.
isValidYearMonthDuration(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Verifies if the supplied lexical value is a valid year-month duration.
isVar(ValueExpr) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.CompareOptimizer.CompareVisitor
 
isVariableScopeChange() - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
 
isVariableScopeChange(TupleExpr) - Static method in class org.eclipse.rdf4j.query.algebra.helpers.TupleExprs
Verifies if the supplied TupleExpr represents a variable scope change.
isVariableScopeChange() - Method in interface org.eclipse.rdf4j.query.algebra.VariableScopeChange
indicates if the node represents a variable scope change.
isWhitespace(int) - Static method in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
Check if the supplied code point represents a whitespace character
isWin2000() - Method in class org.eclipse.rdf4j.common.platform.support.WindowsPlatform
Deprecated.
isWin2003() - Method in class org.eclipse.rdf4j.common.platform.support.WindowsPlatform
Deprecated.
isWin9x() - Method in class org.eclipse.rdf4j.common.platform.support.WindowsPlatform
Deprecated.
isWinNT() - Method in class org.eclipse.rdf4j.common.platform.support.WindowsPlatform
Deprecated.
isWinVista() - Method in class org.eclipse.rdf4j.common.platform.support.WindowsPlatform
Deprecated.
isWinXP() - Method in class org.eclipse.rdf4j.common.platform.support.WindowsPlatform
Deprecated.
isWritable() - Method in interface org.eclipse.rdf4j.federated.endpoint.Endpoint
 
isWritable() - Method in class org.eclipse.rdf4j.federated.endpoint.EndpointBase
 
isWritable() - Method in class org.eclipse.rdf4j.federated.endpoint.provider.RepositoryInformation
 
isWritable() - Method in class org.eclipse.rdf4j.federated.FedX
 
isWritable() - Method in class org.eclipse.rdf4j.federated.FedXConnection.SailBaseDefaultImpl
 
isWritable() - Method in class org.eclipse.rdf4j.http.server.repository.RepositoryConfigRepository
 
isWritable() - Method in class org.eclipse.rdf4j.repository.base.RepositoryWrapper
 
isWritable() - Method in class org.eclipse.rdf4j.repository.http.HTTPRepository
 
isWritable() - Method in class org.eclipse.rdf4j.repository.manager.RepositoryInfo
 
isWritable() - Method in interface org.eclipse.rdf4j.repository.Repository
Checks whether this repository is writable, i.e.
isWritable() - Method in class org.eclipse.rdf4j.repository.sail.ProxyRepository
 
isWritable() - Method in class org.eclipse.rdf4j.repository.sail.SailRepository
 
isWritable() - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLRepository
 
isWritable() - Method in class org.eclipse.rdf4j.sail.elasticsearchstore.ElasticsearchStore
 
isWritable() - Method in class org.eclipse.rdf4j.sail.federation.Federation
Deprecated.
 
isWritable() - Method in class org.eclipse.rdf4j.sail.helpers.SailWrapper
 
isWritable() - Method in class org.eclipse.rdf4j.sail.memory.MemoryStore
Checks whether this Sail object is writable.
isWritable() - Method in class org.eclipse.rdf4j.sail.nativerdf.NativeStore
 
isWritable() - Method in interface org.eclipse.rdf4j.sail.Sail
Checks whether this Sail object is writable, i.e.
isWriterActive() - Method in class org.eclipse.rdf4j.common.concurrent.locks.AbstractReadWriteLockManager
If a writer is active
isWritingStarted() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFWriter
See if writing has started
isZipStream(InputStream) - Static method in class org.eclipse.rdf4j.common.io.ZipUtil
Test if an input stream is a zip input stream by checking the "magic number"
iter - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.IndependentJoingroupBindingsIteration
 
iter - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.IndependentJoingroupBindingsIteration2
 
iter - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.IndependentJoingroupBindingsIteration3
 
iterateAll() - Method in class org.eclipse.rdf4j.sail.nativerdf.btree.BTree
Returns an iterator that iterates over all values in this B-Tree.
iterateRange(byte[], byte[]) - Method in class org.eclipse.rdf4j.sail.nativerdf.btree.BTree
Returns an iterator that iterates over all values between minValue and maxValue, inclusive.
iterateRangedValues(byte[], byte[], byte[], byte[]) - Method in class org.eclipse.rdf4j.sail.nativerdf.btree.BTree
Returns an iterator that iterates over all values between minValue and maxValue (inclusive) and returns the values that match the supplied searchKey after searchMask has been applied to the value.
iterateValues(byte[], byte[]) - Method in class org.eclipse.rdf4j.sail.nativerdf.btree.BTree
Returns an iterator that iterates over all values and returns the values that match the supplied searchKey after searchMask has been applied to the value.
IteratingGraphQueryResult - Class in org.eclipse.rdf4j.query.impl
An iterating implementation of the GraphQueryResult interface.
IteratingGraphQueryResult(Map<String, String>, Iterable<? extends Statement>) - Constructor for class org.eclipse.rdf4j.query.impl.IteratingGraphQueryResult
 
IteratingGraphQueryResult(Map<String, String>, Iterator<? extends Statement>) - Constructor for class org.eclipse.rdf4j.query.impl.IteratingGraphQueryResult
 
IteratingGraphQueryResult(Map<String, String>, CloseableIteration<? extends Statement, ? extends QueryEvaluationException>) - Constructor for class org.eclipse.rdf4j.query.impl.IteratingGraphQueryResult
 
IteratingTupleQueryResult - Class in org.eclipse.rdf4j.query.impl
An iterating implementation of the TupleQueryResult interface.
IteratingTupleQueryResult(List<String>, Iterable<? extends BindingSet>) - Constructor for class org.eclipse.rdf4j.query.impl.IteratingTupleQueryResult
Creates a query result object with the supplied binding names.
IteratingTupleQueryResult(List<String>, Iterator<? extends BindingSet>) - Constructor for class org.eclipse.rdf4j.query.impl.IteratingTupleQueryResult
 
IteratingTupleQueryResult(List<String>, CloseableIteration<? extends BindingSet, QueryEvaluationException>) - Constructor for class org.eclipse.rdf4j.query.impl.IteratingTupleQueryResult
Creates a query result object with the supplied binding names.
Iteration<E,X extends Exception> - Interface in org.eclipse.rdf4j.common.iteration
An Iteration is a typed Iterator-like object that can throw (typed) Exceptions while iterating.
ITERATION_CACHE_SYNC_THRESHOLD - Static variable in class org.eclipse.rdf4j.sail.config.SailConfigSchema
http://www.openrdf.org/config/sail#iterationCacheSyncTreshold
iterationClosed(SailBaseIteration) - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
Called by SailBaseIteration to indicate that it has been closed.
Iterations - Class in org.eclipse.rdf4j.common.iteration
This class consists exclusively of static methods that operate on or return Iterations.
Iterations() - Constructor for class org.eclipse.rdf4j.common.iteration.Iterations
 
IterationSpliterator<T> - Class in org.eclipse.rdf4j.common.iteration
A Spliterator implementation that wraps an Iteration.
IterationSpliterator(Iteration<T, ? extends Exception>) - Constructor for class org.eclipse.rdf4j.common.iteration.IterationSpliterator
Creates a Spliterator implementation that wraps the supplied Iteration.
IterationWrapper<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
Abstract superclass for Iterations that wrap other Iterations.
IterationWrapper(Iteration<? extends E, ? extends X>) - Constructor for class org.eclipse.rdf4j.common.iteration.IterationWrapper
Creates a new IterationWrapper that operates on the supplied Iteration.
IterativeEvaluationOptimizer - Class in org.eclipse.rdf4j.query.algebra.evaluation.impl
 
IterativeEvaluationOptimizer() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.IterativeEvaluationOptimizer
 
IterativeEvaluationOptimizer.IEOVisitor - Class in org.eclipse.rdf4j.query.algebra.evaluation.impl
 
iterator() - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
iterator() - Method in class org.eclipse.rdf4j.model.impl.EmptyModel
 
iterator() - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
iterator() - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
iterator() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.QueryBindingSet
 
iterator() - Method in interface org.eclipse.rdf4j.query.BindingSet
Creates an iterator over the bindings in this BindingSet.
iterator() - Method in class org.eclipse.rdf4j.query.impl.EmptyBindingSet
 
iterator() - Method in class org.eclipse.rdf4j.query.impl.ListBindingSet
 
iterator() - Method in class org.eclipse.rdf4j.query.impl.MapBindingSet
 
iterator() - Method in interface org.eclipse.rdf4j.query.QueryResult
 
iterator() - Method in class org.eclipse.rdf4j.repository.RepositoryResult
 
iterator - Variable in class org.eclipse.rdf4j.repository.sparql.federation.CollectionIteration
 
iterator() - Method in class org.eclipse.rdf4j.repository.sparql.query.SPARQLQueryBindingSet
 
iterator() - Method in class org.eclipse.rdf4j.rio.helpers.CodePointSequence
 
iterator() - Method in class org.eclipse.rdf4j.sail.extensiblestore.SimpleMemoryNamespaceStore
 
iterator() - Method in class org.eclipse.rdf4j.sail.memory.model.WeakObjectRegistry
 
iterator() - Method in class org.eclipse.rdf4j.sail.model.SailModel
Deprecated.
The returned Iterator implements Closeable.
iterator() - Method in class org.eclipse.rdf4j.sail.nativerdf.datastore.DataFile
Gets an iterator that can be used to iterate over all stored data.
iterator() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.AggregateIteratorTypeOverride
 
iterator() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.BufferedPlanNode
 
iterator() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.BulkedExternalInnerJoin
 
iterator() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.BulkedExternalLeftOuterJoin
 
iterator() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.DebugPlanNode
 
iterator() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.EmptyNode
 
iterator() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.EnrichWithShape
 
iterator() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.EqualsJoin
 
iterator() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.ExternalFilterByPredicate
 
iterator() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.ExternalPredicateObjectFilter
 
iterator() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.FilterPlanNode
 
iterator() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.GroupByCount
 
iterator() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.InnerJoin
 
iterator() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.LeftOuterJoin
 
iterator() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.NonUniqueTargetLang
 
iterator() - Method in interface org.eclipse.rdf4j.sail.shacl.planNodes.PlanNode
 
iterator() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.Select
 
iterator() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.SetFilterNode
 
iterator() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.Sort
 
iterator() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.SparqlTargetSelect
 
iterator() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.TrimTuple
 
iterator() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.TupleMapper
 
iterator() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.UnBufferedPlanNode
 
iterator() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.UnionNode
 
iterator() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.Unique
 
iterator() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.UnorderedSelect
 
iterator() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.ValuesBackedNode
 
IteratorCloseableIteration<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
Deprecated.
since 3.0. This feature is for internal use only: its existence, signature or behavior may change without warning from one release to the next.
IteratorCloseableIteration(Iterator<? extends E>) - Constructor for class org.eclipse.rdf4j.common.iteration.IteratorCloseableIteration
Deprecated.
 
IteratorData - Enum in org.eclipse.rdf4j.sail.shacl.planNodes
 
IteratorIteration<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
An Iteration that can convert an Iterator to a Iteration.
IteratorIteration(Iterator<? extends E>) - Constructor for class org.eclipse.rdf4j.common.iteration.IteratorIteration
 
Iterators - Class in org.eclipse.rdf4j.util.iterators
This class consists exclusively of static methods that operate on or return iterators.
Iterators() - Constructor for class org.eclipse.rdf4j.util.iterators.Iterators
 

J

JABBER_ID - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
JANUARY - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
Deprecated.
JAVA_SCRIPT_CODE_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPINX
 
JAVA_SCRIPT_FILE_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPINX
 
join - Variable in class org.eclipse.rdf4j.federated.evaluation.join.ControlledWorkerLeftJoin
 
join - Variable in class org.eclipse.rdf4j.federated.evaluation.join.ParallelLeftJoinTask
 
Join - Class in org.eclipse.rdf4j.query.algebra
A natural join between two tuple expressions.
Join() - Constructor for class org.eclipse.rdf4j.query.algebra.Join
 
Join(TupleExpr, TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Join
Creates a new natural join operator.
join(Tuple, Tuple) - Static method in class org.eclipse.rdf4j.sail.shacl.planNodes.TupleHelper
 
joinAttributes - Variable in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.HashJoinIteration
 
joinControl - Variable in class org.eclipse.rdf4j.federated.evaluation.join.ParallelBoundJoinTask
 
joinControl - Variable in class org.eclipse.rdf4j.federated.evaluation.join.ParallelCheckJoinTask
 
joinControl - Variable in class org.eclipse.rdf4j.federated.evaluation.join.ParallelJoinTask
 
joinControl - Variable in class org.eclipse.rdf4j.federated.evaluation.join.ParallelLeftJoinTask
 
joinControl - Variable in class org.eclipse.rdf4j.federated.evaluation.join.ParallelServiceJoinTask
 
JoinExecutorBase<T> - Class in org.eclipse.rdf4j.federated.evaluation.join
Base class for any join parallel join executor.
JoinExecutorBase(FederationEvalStrategy, CloseableIteration<T, QueryEvaluationException>, TupleExpr, BindingSet, QueryInfo) - Constructor for class org.eclipse.rdf4j.federated.evaluation.join.JoinExecutorBase
 
JoinExecutorBase<T> - Class in org.eclipse.rdf4j.query.algebra.evaluation.federation
Deprecated.
since 2.3 use JoinExecutorBase
JoinExecutorBase(CloseableIteration<T, QueryEvaluationException>, TupleExpr, BindingSet) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.federation.JoinExecutorBase
Deprecated.
 
JoinExecutorBase<T> - Class in org.eclipse.rdf4j.repository.sparql.federation
Base class for any join parallel join executor.
JoinExecutorBase(CloseableIteration<T, QueryEvaluationException>, TupleExpr, BindingSet) - Constructor for class org.eclipse.rdf4j.repository.sparql.federation.JoinExecutorBase
 
JoinIterator - Class in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Interleaved join iterator.
JoinIterator(EvaluationStrategy, Join, BindingSet) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.iterator.JoinIterator
 
joinVars - Variable in class org.eclipse.rdf4j.federated.evaluation.join.JoinExecutorBase
 
JoinVisitor() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryJoinOptimizer.JoinVisitor
Deprecated.
 
JoinVisitor() - Constructor for class org.eclipse.rdf4j.sail.federation.optimizers.QueryMultiJoinOptimizer.JoinVisitor
 
JSON - Static variable in class org.eclipse.rdf4j.query.resultio.BooleanQueryResultFormat
SPARQL Query Results JSON Format.
JSON - Static variable in class org.eclipse.rdf4j.query.resultio.TupleQueryResultFormat
SPARQL Query Results JSON Format.
JSON_STAR - Static variable in class org.eclipse.rdf4j.query.resultio.TupleQueryResultFormat
SPARQL* Query Results JSON Format (like SPARQL JSON but with RDF* support).
JSONLD - Static variable in class org.eclipse.rdf4j.rio.RDFFormat
The JSON-LD file format, an RDF serialization format that supports recording of named graphs.
JSONLD_MODE - Static variable in class org.eclipse.rdf4j.rio.helpers.JSONLDSettings
The JSONLDMode that the writer will use to reorganise the JSONLD document after it is created.
JSONLDHierarchicalProcessor - Class in org.eclipse.rdf4j.rio.jsonld
Converts a JSON-LD object to a hierarchical form
JSONLDHierarchicalProcessor() - Constructor for class org.eclipse.rdf4j.rio.jsonld.JSONLDHierarchicalProcessor
 
JSONLDMode - Enum in org.eclipse.rdf4j.rio.helpers
Specifies constants to identify various modes that are relevant to JSONLD documents.
JSONLDParser - Class in org.eclipse.rdf4j.rio.jsonld
An RDFParser that links to JSONLDInternalTripleCallback.
JSONLDParser() - Constructor for class org.eclipse.rdf4j.rio.jsonld.JSONLDParser
Default constructor
JSONLDParser(ValueFactory) - Constructor for class org.eclipse.rdf4j.rio.jsonld.JSONLDParser
Creates a Sesame JSONLD Parser using the given ValueFactory to create new Values.
JSONLDParserFactory - Class in org.eclipse.rdf4j.rio.jsonld
An RDFParserFactory that creates instances of JSONLDParser.
JSONLDParserFactory() - Constructor for class org.eclipse.rdf4j.rio.jsonld.JSONLDParserFactory
 
JSONLDSettings - Class in org.eclipse.rdf4j.rio.helpers
Settings that can be passed to JSONLD Parsers and Writers.
JSONLDWriter - Class in org.eclipse.rdf4j.rio.jsonld
An RDFWriter that links to JSONLDInternalRDFParser.
JSONLDWriter(OutputStream) - Constructor for class org.eclipse.rdf4j.rio.jsonld.JSONLDWriter
Create a SesameJSONLDWriter using a OutputStream
JSONLDWriter(OutputStream, String) - Constructor for class org.eclipse.rdf4j.rio.jsonld.JSONLDWriter
Create a JSONLDWriter using a OutputStream
JSONLDWriter(Writer) - Constructor for class org.eclipse.rdf4j.rio.jsonld.JSONLDWriter
Create a SesameJSONLDWriter using a Writer
JSONLDWriter(Writer, String) - Constructor for class org.eclipse.rdf4j.rio.jsonld.JSONLDWriter
Create a SesameJSONLDWriter using a Writer
JSONLDWriterFactory - Class in org.eclipse.rdf4j.rio.jsonld
An RDFWriterFactory that creates instances of JSONLDWriter.
JSONLDWriterFactory() - Constructor for class org.eclipse.rdf4j.rio.jsonld.JSONLDWriterFactory
 
JSONP_CALLBACK - Static variable in class org.eclipse.rdf4j.query.resultio.BasicQueryWriterSettings
Specifies a callback function name for wrapping JSON results to support the JSONP cross-origin request methodology.
JSONP_CALLBACK_PARAMETER - Static variable in class org.eclipse.rdf4j.workbench.base.AbstractServlet
 
JSONP_ENABLED - Static variable in class org.eclipse.rdf4j.workbench.base.AbstractServlet
JSONP property for enabling/disabling jsonp functionality.
JSONP_VALIDATOR - Static variable in class org.eclipse.rdf4j.http.server.repository.TupleQueryResultView
 
JSONP_VALIDATOR - Static variable in class org.eclipse.rdf4j.workbench.base.AbstractServlet
 
JSONSettings - Class in org.eclipse.rdf4j.rio.helpers
Generic JSON settings, mostly related to Jackson Features.
JtsSpatialAlgebra - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql
JTS-enabled implementation of spatial algebra, with full support for polygon-related geospatial functions
JtsSpatialAlgebra(JtsSpatialContext) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.JtsSpatialAlgebra
 
JURISDICTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/Jurisdiction

K

KEY - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:key
Key(BindingSet) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.iterator.GroupIterator.Key
 
KEY_ENTITY_PAIR - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:KeyEntityPair
KEYWORD - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCAT
dcat:keyword
KIN - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:Kin
KIND - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:Kind
KnownFunctionParser - Class in org.eclipse.rdf4j.spin.function
 
KnownFunctionParser(FunctionRegistry, Function<IRI, String>) - Constructor for class org.eclipse.rdf4j.spin.function.KnownFunctionParser
 
KnownTupleFunctionParser - Class in org.eclipse.rdf4j.spin.function
 
KnownTupleFunctionParser(TupleFunctionRegistry) - Constructor for class org.eclipse.rdf4j.spin.function.KnownTupleFunctionParser
 
KNOWS - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 

L

LABEL - Static variable in class org.eclipse.rdf4j.model.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#label
LABEL - Static variable in class org.eclipse.rdf4j.model.vocabulary.SKOSXL
The skosxl:Label class.
LABEL - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
Deprecated.
Label - Class in org.eclipse.rdf4j.query.algebra
The LABEL function, which selects the label of literals.
Label() - Constructor for class org.eclipse.rdf4j.query.algebra.Label
 
Label(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Label
 
LABEL_PROP - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
Deprecated.
LABEL_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
LABEL_RELATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SKOSXL
The skosxl:labelRelation relation.
LABEL_TEMPLATE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:labelTemplate
LABEL_TEMPLATE_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#labelTemplate A template string for displaying instantiations of a module in human-readable form.
LANDING_PAGE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCAT
dcat:landingPage
LANG - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
Lang - Class in org.eclipse.rdf4j.query.algebra
The LANG function, as defined in SPARQL Query Language for RDF.
Lang() - Constructor for class org.eclipse.rdf4j.query.algebra.Lang
 
Lang(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Lang
 
LANG_LITERAL_RECORD_MARKER - Static variable in interface org.eclipse.rdf4j.query.resultio.binary.BinaryQueryResultConstants
 
LangMatches - Class in org.eclipse.rdf4j.query.algebra
Checks whether a language tag (e.g.
LangMatches() - Constructor for class org.eclipse.rdf4j.query.algebra.LangMatches
 
LangMatches(ValueExpr, ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.LangMatches
 
langMatches(ValueExpr, ValueExpr) - Method in class org.eclipse.rdf4j.queryrender.builder.FilterBuilder
Deprecated.
 
langMatches(String, String) - Static method in class org.eclipse.rdf4j.queryrender.builder.ValueExprFactory
Deprecated.
 
LANGSTRING - Static variable in class org.eclipse.rdf4j.model.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#langString
LANGUAGE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DC
dc:language
LANGUAGE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/language
LANGUAGE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:language
LANGUAGE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:language
LANGUAGE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SD
Language
LANGUAGE - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:language
LANGUAGE - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#language
LANGUAGE_ATT - Static variable in interface org.eclipse.rdf4j.rio.trix.TriXConstants
The attribute for language tags of plain literal.
LANGUAGE_EXTENSION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SD
language extension
LANGUAGE_HANDLERS - Static variable in class org.eclipse.rdf4j.rio.helpers.BasicParserSettings
Setting used to specify which LanguageHandler implementations are to be used for a given parser configuration.
LANGUAGE_IN - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:languageIn
LANGUAGE_IN_CONSTRAINT_COMPONENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:LanguageInConstraintComponent
LANGUAGE_IN_CONSTRAINT_COMPONENT_LANGUAGE_IN - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:LanguageInConstraintComponent-languageIn
LanguageHandler - Interface in org.eclipse.rdf4j.rio
An interface defining methods related to verification and normalization of language tags.
LanguageHandlerRegistry - Class in org.eclipse.rdf4j.rio
Registry of LanguageHandlers.
LanguageHandlerRegistry() - Constructor for class org.eclipse.rdf4j.rio.LanguageHandlerRegistry
 
LanguageInFilter - Class in org.eclipse.rdf4j.sail.shacl.planNodes
 
LanguageInFilter(PlanNode, Set<String>) - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.LanguageInFilter
 
LARGE_LITERALS_HANDLING - Static variable in class org.eclipse.rdf4j.rio.helpers.BasicParserSettings
Boolean setting for parser to determine whether parser should preserve, truncate, drop, or otherwise manipulate statements that contain long literals.
LARGE_LITERALS_LIMIT - Static variable in class org.eclipse.rdf4j.rio.helpers.BasicParserSettings
If BasicParserSettings.LARGE_LITERALS_HANDLING is set to LargeLiteralHandling.PRESERVE, which it is by default, then the value of this setting is not used.
LargeLiteralHandling - Enum in org.eclipse.rdf4j.rio.helpers
An enumeration used to define constants used with the BasicParserSettings.LARGE_LITERALS_HANDLING parser setting.
last() - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
LAST - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
LAST_INDEX_OF_FUNCTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIF
 
LAST_NAME - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
LastIndexOf - Class in org.eclipse.rdf4j.spin.function.spif
 
LastIndexOf() - Constructor for class org.eclipse.rdf4j.spin.function.spif.LastIndexOf
 
lastRepaired - Variable in class org.eclipse.rdf4j.federated.EndpointManager
 
lastWrittenPredicate - Variable in class org.eclipse.rdf4j.rio.turtle.TurtleWriter
 
lastWrittenSubject - Variable in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
 
lastWrittenSubject - Variable in class org.eclipse.rdf4j.rio.turtle.TurtleWriter
 
LAT - Static variable in class org.eclipse.rdf4j.model.vocabulary.WGS84
The wgs84:lat relation.
LAT_LONG - Static variable in class org.eclipse.rdf4j.model.vocabulary.WGS84
The wgs84:lat_long relation.
LATITUDE - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
Deprecated.
launch() - Method in class org.eclipse.rdf4j.common.platform.ProcessLauncher
Deprecated.
Launches the process, and blocks until that process completes execution.
laxCardinality - Variable in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLQueryTest
Deprecated.
 
LazyMutableClosableIteration - Class in org.eclipse.rdf4j.federated.evaluation.iterator
A specialized CloseableIteration that allows repetitive iterations after resetting the cursor using LazyMutableClosableIteration.resetCursor().
LazyMutableClosableIteration(CloseableIteration<BindingSet, QueryEvaluationException>) - Constructor for class org.eclipse.rdf4j.federated.evaluation.iterator.LazyMutableClosableIteration
 
LazyValidationReport - Class in org.eclipse.rdf4j.sail.shacl.results.lazy
Deprecated.
LazyValidationReport(List<ValidationResultIterator>, long) - Constructor for class org.eclipse.rdf4j.sail.shacl.results.lazy.LazyValidationReport
Deprecated.
 
LCC - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/LCC
LCSH - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/LCSH
LDP - Class in org.eclipse.rdf4j.model.vocabulary
Constants for the Linked Data Platform.
LDP() - Constructor for class org.eclipse.rdf4j.model.vocabulary.LDP
 
LE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
le(String, String) - Method in class org.eclipse.rdf4j.queryrender.builder.FilterBuilder
Deprecated.
 
le(String, Value) - Method in class org.eclipse.rdf4j.queryrender.builder.FilterBuilder
Deprecated.
 
le(String, String) - Static method in class org.eclipse.rdf4j.queryrender.builder.ValueExprFactory
Deprecated.
 
le(String, Value) - Static method in class org.eclipse.rdf4j.queryrender.builder.ValueExprFactory
Deprecated.
 
LEASE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
Deprecated.
left() - Method in class org.eclipse.rdf4j.queryrender.builder.UnionBuilder
Deprecated.
Return a builder for creating the left operand of the union
LEFT_OPERAND - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:LeftOperand
LEFT_OPERAND_PROP - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:leftOperand
leftArg - Variable in class org.eclipse.rdf4j.query.algebra.BinaryTupleOperator
The operator's left argument.
leftArg - Variable in class org.eclipse.rdf4j.query.algebra.BinaryValueOperator
The operator's left argument.
leftBindings - Variable in class org.eclipse.rdf4j.federated.evaluation.join.ParallelLeftJoinTask
 
leftIter - Variable in class org.eclipse.rdf4j.federated.evaluation.join.JoinExecutorBase
 
leftIter - Variable in class org.eclipse.rdf4j.repository.sparql.federation.JoinExecutorBase
 
LeftJoin - Class in org.eclipse.rdf4j.query.algebra
The LeftJoin operator, as defined in SPARQL Query Language for RDF.
LeftJoin() - Constructor for class org.eclipse.rdf4j.query.algebra.LeftJoin
 
LeftJoin(TupleExpr, TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.LeftJoin
 
LeftJoin(TupleExpr, TupleExpr, ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.LeftJoin
 
LeftJoinIterator - Class in org.eclipse.rdf4j.query.algebra.evaluation.iterator
 
LeftJoinIterator(EvaluationStrategy, LeftJoin, BindingSet) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.iterator.LeftJoinIterator
 
LeftOuterJoin - Class in org.eclipse.rdf4j.sail.shacl.planNodes
 
LeftOuterJoin(PlanNode, PlanNode) - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.LeftOuterJoin
 
LEGAL_NAME - Static variable in class org.eclipse.rdf4j.model.vocabulary.ROV
rov:legalName
LEND - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
Deprecated.
LENGTH - Static variable in class org.eclipse.rdf4j.model.vocabulary.LIST
 
length() - Method in class org.eclipse.rdf4j.rio.helpers.CodePointSequence
 
Length - Class in org.eclipse.rdf4j.spin.function.list
 
Length() - Constructor for class org.eclipse.rdf4j.spin.function.list.Length
 
LESS_THAN - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:lessThan
LESS_THAN_CONSTRAINT_COMPONENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:LessThanConstraintComponent
LESS_THAN_CONSTRAINT_COMPONENT_LESS_THAN - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:LessThanConstraintComponent-lessThan
LESS_THAN_OR_EQUALS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:lessThanOrEquals
LESS_THAN_OR_EQUALS_CONSTRAINT_COMPONENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:LessThanOrEqualsConstraintComponent
LESS_THAN_OR_EQUALS_CONSTRAINT_COMPONENT_LESS_THAN_OR_EQUALS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:LessThanOrEqualsConstraintComponent-lessThanOrEquals
LessThan - Class in org.eclipse.rdf4j.spin.function
 
LessThan() - Constructor for class org.eclipse.rdf4j.spin.function.LessThan
 
LessThanOrEqualTo - Class in org.eclipse.rdf4j.spin.function
 
LessThanOrEqualTo() - Constructor for class org.eclipse.rdf4j.spin.function.LessThanOrEqualTo
 
Let - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
Deprecated.
LET_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
Deprecated.
level - Variable in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
lex(String) - Static method in class org.eclipse.rdf4j.query.parser.QueryPrologLexer
Tokenizes a syntactically legal input SPARQL query on prolog elements.
LexicalValueComparator - Class in org.eclipse.rdf4j.model.util
A lexical rdf term Comparator, this class does not compare numerically and is therefore a bit faster than a SPARQL compliant comparator.
LexicalValueComparator() - Constructor for class org.eclipse.rdf4j.model.util.LexicalValueComparator
 
LI - Static variable in class org.eclipse.rdf4j.model.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#li
LIBRARY_ONTOLOGY_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#LibraryOntology A marker class that can be attached to base URIs (ontologies) to instruct SPIN engines that this ontology only contains a library of SPIN declarations.
LICENSE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/license
LICENSE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:license
LICENSE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
Deprecated.
LICENSE_DOCUMENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/LicenseDocument
Like - Class in org.eclipse.rdf4j.query.algebra
Compares the string representation of a value expression to a pattern.
Like() - Constructor for class org.eclipse.rdf4j.query.algebra.Like
 
Like(ValueExpr, String, boolean) - Constructor for class org.eclipse.rdf4j.query.algebra.Like
 
limit - Variable in class org.eclipse.rdf4j.federated.optimizer.GenericInfoOptimizer
 
LIMIT - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
limit(int) - Method in class org.eclipse.rdf4j.queryrender.builder.AbstractQueryBuilder
Deprecated.
 
limit(int) - Method in interface org.eclipse.rdf4j.queryrender.builder.QueryBuilder
Deprecated.
Specify a limit for the query
LIMIT - Static variable in class org.eclipse.rdf4j.sparqlbuilder.core.query.Query
 
limit - Variable in class org.eclipse.rdf4j.sparqlbuilder.core.query.Query
 
limit(int) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.Query
Set a limit on the number of results returned by this query.
LIMIT - Static variable in class org.eclipse.rdf4j.workbench.commands.ExploreServlet
 
LIMIT - Static variable in class org.eclipse.rdf4j.workbench.commands.QueryServlet
 
LIMIT_DEFAULT - Static variable in class org.eclipse.rdf4j.workbench.commands.ExploreServlet
 
LIMIT_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
 
LIMIT_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#limit The LIMIT solution modifier of a Query.
LimitedSizeBottomUpJoinIterator - Class in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator
Deprecated.
replaced by LimitedSizeHashJoinIteration
LimitedSizeBottomUpJoinIterator(EvaluationStrategy, Join, BindingSet, AtomicLong, long) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator.LimitedSizeBottomUpJoinIterator
Deprecated.
 
LimitedSizeDistinctIteration - Class in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator
 
LimitedSizeDistinctIteration(Iteration<? extends BindingSet, ? extends QueryEvaluationException>, AtomicLong, long) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator.LimitedSizeDistinctIteration
 
LimitedSizeEvaluationStrategy - Class in org.eclipse.rdf4j.query.algebra.evaluation.limited
 
LimitedSizeEvaluationStrategy(TripleSource, long, FederatedServiceResolver) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.limited.LimitedSizeEvaluationStrategy
 
LimitedSizeEvaluationStrategy(TripleSource, Dataset, int, FederatedServiceResolver) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.limited.LimitedSizeEvaluationStrategy
 
LimitedSizeHashJoinIteration - Class in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator
 
LimitedSizeHashJoinIteration(EvaluationStrategy, Join, BindingSet, AtomicLong, long) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator.LimitedSizeHashJoinIteration
 
LimitedSizeIntersectIteration - Class in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator
 
LimitedSizeIntersectIteration(Iteration<? extends BindingSet, ? extends QueryEvaluationException>, Iteration<? extends BindingSet, ? extends QueryEvaluationException>, AtomicLong, long) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator.LimitedSizeIntersectIteration
Creates a new IntersectIteration that returns the intersection of the results of two Iterations.
LimitedSizeIntersectIteration(Iteration<? extends BindingSet, ? extends QueryEvaluationException>, Iteration<? extends BindingSet, ? extends QueryEvaluationException>, boolean, AtomicLong, long) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator.LimitedSizeIntersectIteration
 
LimitedSizeIteratorUtil - Class in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator
 
LimitedSizeIteratorUtil() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator.LimitedSizeIteratorUtil
 
LimitedSizeNativeStore - Class in org.eclipse.rdf4j.sail.nativerdf
 
LimitedSizeNativeStore(File, String) - Constructor for class org.eclipse.rdf4j.sail.nativerdf.LimitedSizeNativeStore
 
LimitedSizeNativeStore() - Constructor for class org.eclipse.rdf4j.sail.nativerdf.LimitedSizeNativeStore
 
LimitedSizeNativeStore(File) - Constructor for class org.eclipse.rdf4j.sail.nativerdf.LimitedSizeNativeStore
 
LimitedSizeNativeStoreConnection - Class in org.eclipse.rdf4j.sail.nativerdf
 
LimitedSizeNativeStoreConnection(NativeStore) - Constructor for class org.eclipse.rdf4j.sail.nativerdf.LimitedSizeNativeStoreConnection
 
LimitedSizeOrderIteration - Class in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator
 
LimitedSizeOrderIteration(CloseableIteration<BindingSet, QueryEvaluationException>, Comparator<BindingSet>, AtomicLong, long) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator.LimitedSizeOrderIteration
 
LimitedSizeOrderIteration(CloseableIteration<BindingSet, QueryEvaluationException>, Comparator<BindingSet>, long, boolean, AtomicLong, long) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator.LimitedSizeOrderIteration
 
LimitedSizePathIterator - Class in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator
 
LimitedSizePathIterator(StrictEvaluationStrategy, StatementPattern.Scope, Var, TupleExpr, Var, Var, long, BindingSet, AtomicLong, long) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator.LimitedSizePathIterator
 
LimitedSizeSPARQLMinusIteration - Class in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator
 
LimitedSizeSPARQLMinusIteration(Iteration<BindingSet, QueryEvaluationException>, Iteration<BindingSet, QueryEvaluationException>, AtomicLong, long) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator.LimitedSizeSPARQLMinusIteration
Creates a new MinusIteration that returns the results of the left argument minus the results of the right argument.
LimitedSizeSPARQLMinusIteration(Iteration<BindingSet, QueryEvaluationException>, Iteration<BindingSet, QueryEvaluationException>, boolean, AtomicLong, long) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator.LimitedSizeSPARQLMinusIteration
Creates a new SPARQLMinusIteration that returns the results of the left argument minus the results of the right argument.
LimitedSizeZeroLengthPathIteration - Class in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator
 
LimitedSizeZeroLengthPathIteration(EvaluationStrategy, Var, Var, Value, Value, Var, BindingSet, AtomicLong, long) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator.LimitedSizeZeroLengthPathIteration
 
LimitIteration<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
An Iteration that limits the amount of elements that it returns from an underlying Iteration to a fixed amount.
LimitIteration(Iteration<? extends E, X>, long) - Constructor for class org.eclipse.rdf4j.common.iteration.LimitIteration
Creates a new LimitIteration.
LimitOptimizer - Class in org.eclipse.rdf4j.federated.optimizer
An optimizer that attempts to push upper limits into BGPs of the query.
LimitOptimizer() - Constructor for class org.eclipse.rdf4j.federated.optimizer.LimitOptimizer
 
limitResults(TupleQueryResult, long, long) - Static method in class org.eclipse.rdf4j.query.QueryResults
Returns a TupleQueryResult that returns at most the specified maximum number of solutions, starting at the supplied offset.
limitResults(GraphQueryResult, long, long) - Static method in class org.eclipse.rdf4j.query.QueryResults
Returns a GraphQueryResult that returns at most the specified maximum number of solutions, starting at the supplied offset.
LinearTest - Class in org.eclipse.rdf4j.repository.optimistic
Various tests on linear execution of updates.
LinearTest() - Constructor for class org.eclipse.rdf4j.repository.optimistic.LinearTest
 
lineNo - Variable in class org.eclipse.rdf4j.rio.ntriples.NTriplesParser
 
LINGUISTIC_SYSTEM - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/LinguisticSystem
LINK - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
LINK - Static variable in class org.eclipse.rdf4j.query.resultio.sparqljson.AbstractSPARQLJSONParser
 
link(List<String>) - Method in class org.eclipse.rdf4j.workbench.util.TupleResultBuilder
 
LINK_PREDICATE - Static variable in class org.eclipse.rdf4j.model.vocabulary.VOID
void:linkPredicate
LINKED_TO - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
void:linkedTo
LinkedHashModel - Class in org.eclipse.rdf4j.model.impl
Hash table based implementation of the Model interface.
LinkedHashModel() - Constructor for class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
LinkedHashModel(Model) - Constructor for class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
LinkedHashModel(Collection<? extends Statement>) - Constructor for class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
LinkedHashModel(int) - Constructor for class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
LinkedHashModel(Set<Namespace>, Collection<? extends Statement>) - Constructor for class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
LinkedHashModel(Set<Namespace>) - Constructor for class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
LinkedHashModel(Set<Namespace>, int) - Constructor for class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
LinkedHashModel.ModelStatement - Class in org.eclipse.rdf4j.model.impl
 
LinkedHashModelFactory - Class in org.eclipse.rdf4j.model.impl
LinkedHashModelFactory() - Constructor for class org.eclipse.rdf4j.model.impl.LinkedHashModelFactory
 
LINKSET - Static variable in class org.eclipse.rdf4j.model.vocabulary.VOID
void:Linkset
LIST - Class in org.eclipse.rdf4j.model.vocabulary
http://jena.hpl.hp.com/ARQ/list#.
LIST - Static variable in class org.eclipse.rdf4j.model.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#List
list(Resource, TripleSource) - Static method in class org.eclipse.rdf4j.query.algebra.evaluation.util.TripleSources
 
ListBindingSet - Class in org.eclipse.rdf4j.query.impl
A List-based implementation of the BindingSet interface.
ListBindingSet(List<String>, Value...) - Constructor for class org.eclipse.rdf4j.query.impl.ListBindingSet
Creates a new List-based BindingSet containing the supplied bindings.
ListBindingSet(List<String>, List<? extends Value>) - Constructor for class org.eclipse.rdf4j.query.impl.ListBindingSet
Creates a new List-based BindingSet containing the supplied bindings.
ListMemberOperator - Class in org.eclipse.rdf4j.query.algebra
ValueOperator that verifies if the first of its arguments occurs in any of the subsequent arguments.
ListMemberOperator() - Constructor for class org.eclipse.rdf4j.query.algebra.ListMemberOperator
 
listResources(Resource, TripleSource) - Static method in class org.eclipse.rdf4j.query.algebra.evaluation.util.TripleSources
 
literal(String) - Static method in class org.eclipse.rdf4j.federated.util.FedXUtil
 
Literal - Interface in org.eclipse.rdf4j.model
An RDF-1.1 literal consisting of a label (the lexical value), a datatype, and optionally a language tag.
LITERAL - Static variable in class org.eclipse.rdf4j.model.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#Literal
LITERAL - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:Literal
LITERAL - Static variable in class org.eclipse.rdf4j.query.resultio.sparqljson.AbstractSPARQLJSONParser
 
literal1 - Variable in class org.eclipse.rdf4j.model.AbstractModelTest
 
literal2 - Variable in class org.eclipse.rdf4j.model.AbstractModelTest
 
literal3 - Variable in class org.eclipse.rdf4j.model.AbstractModelTest
 
LITERAL_FORM - Static variable in class org.eclipse.rdf4j.model.vocabulary.SKOSXL
The skosxl:literalForm property.
LiteralComparatorFilter - Class in org.eclipse.rdf4j.sail.shacl.planNodes
 
LiteralComparatorFilter(PlanNode, Literal, Function<Integer, Boolean>) - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.LiteralComparatorFilter
 
LiteralImpl - Class in org.eclipse.rdf4j.model.impl
Deprecated.
since 2.0. Use SimpleLiteral for extending, and instantiate using a ValueFactory.
LiteralImpl(String) - Constructor for class org.eclipse.rdf4j.model.impl.LiteralImpl
Deprecated.
since 2.0. Use ValueFactory.createLiteral(String) instead.
LiteralImpl(String, String) - Constructor for class org.eclipse.rdf4j.model.impl.LiteralImpl
Deprecated.
LiteralImpl(String, URI) - Constructor for class org.eclipse.rdf4j.model.impl.LiteralImpl
Deprecated.
literalOf(String) - Static method in class org.eclipse.rdf4j.sparqlbuilder.rdf.Rdf
create an RDF string literal
literalOf(Number) - Static method in class org.eclipse.rdf4j.sparqlbuilder.rdf.Rdf
create an RDF numeric literal
literalOf(Boolean) - Static method in class org.eclipse.rdf4j.sparqlbuilder.rdf.Rdf
create an RDF boolean literal
literalOfLanguage(String, String) - Static method in class org.eclipse.rdf4j.sparqlbuilder.rdf.Rdf
create a literal with a language tag
literalOfType(String, Iri) - Static method in class org.eclipse.rdf4j.sparqlbuilder.rdf.Rdf
create a literal with a datatype
literalOfType(String, IRI) - Static method in class org.eclipse.rdf4j.sparqlbuilder.rdf.Rdf
create a literal with a datatype
Literals - Class in org.eclipse.rdf4j.model.util
Various utility methods related to Literal.
Literals() - Constructor for class org.eclipse.rdf4j.model.util.Literals
 
LiteralUtilException - Exception in org.eclipse.rdf4j.model.util
An exception thrown by Literals when specific conditions are not met.
LiteralUtilException() - Constructor for exception org.eclipse.rdf4j.model.util.LiteralUtilException
 
LiteralUtilException(String) - Constructor for exception org.eclipse.rdf4j.model.util.LiteralUtilException
 
LiteralUtilException(Throwable) - Constructor for exception org.eclipse.rdf4j.model.util.LiteralUtilException
 
LiteralUtilException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.model.util.LiteralUtilException
 
load() - Method in class org.eclipse.rdf4j.common.app.AppConfiguration
 
load() - Method in interface org.eclipse.rdf4j.common.app.config.Configuration
Load the configuration settings.
load() - Method in class org.eclipse.rdf4j.common.app.logging.logback.LogbackConfiguration
 
load() - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
(Re-)loads the proxy system properties.
Load - Class in org.eclipse.rdf4j.console.command
Load command
Load(ConsoleIO, ConsoleState, Map<String, ConsoleSetting>) - Constructor for class org.eclipse.rdf4j.console.command.Load
Constructor
Load - Class in org.eclipse.rdf4j.query.algebra
 
Load(ValueConstant) - Constructor for class org.eclipse.rdf4j.query.algebra.Load
 
load(File, String, RDFFormat, RDFHandler) - Method in class org.eclipse.rdf4j.repository.util.RDFLoader
Parses RDF data from the specified file to the given RDFHandler.
load(URL, String, RDFFormat, RDFHandler) - Method in class org.eclipse.rdf4j.repository.util.RDFLoader
Parses the RDF data that can be found at the specified URL to the RDFHandler.
load(InputStream, String, RDFFormat, RDFHandler) - Method in class org.eclipse.rdf4j.repository.util.RDFLoader
Parses RDF data from an InputStream to the RDFHandler.
load(Reader, String, RDFFormat, RDFHandler) - Method in class org.eclipse.rdf4j.repository.util.RDFLoader
Parses RDF data from a Reader to the RDFHandler.
LOAD() - Static method in class org.eclipse.rdf4j.sparqlbuilder.core.query.Queries
Creates a SPARQL LOAD query
LOAD_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#Load A LOAD Update operation.
LOAD_EXTERNAL_DTD - Static variable in class org.eclipse.rdf4j.rio.helpers.XMLParserSettings
Parser setting specifying whether external DTDs should be loaded.
loadConfigurationContents(File) - Static method in class org.eclipse.rdf4j.common.app.util.ConfigurationUtil
Load configuration settings from the specified file.
loadConfigurationContents(String) - Static method in class org.eclipse.rdf4j.common.app.util.ConfigurationUtil
Load configuration settings from a resource on the classpath.
loadConfigurationProperties(File, Properties) - Static method in class org.eclipse.rdf4j.common.app.util.ConfigurationUtil
Load configuration properties from the specified file.
loadConfigurationProperties(String, Properties) - Static method in class org.eclipse.rdf4j.common.app.util.ConfigurationUtil
Load configuration properties from a resource on the classpath.
loadDataset(String) - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
loadDataset(URL, IRI, ParserConfig) - Method in class org.eclipse.rdf4j.repository.dataset.DatasetRepository
Inspects if the dataset at the supplied URL location has been modified since the last load into this repository and if so loads it into the supplied context.
loadEndpoint(String, Repository) - Static method in class org.eclipse.rdf4j.federated.endpoint.EndpointFactory
Load an Endpoint for a given (configured) Repository.
loadEndpoint(T) - Method in interface org.eclipse.rdf4j.federated.endpoint.provider.EndpointProvider
 
loadEndpoint(NativeRepositoryInformation) - Method in class org.eclipse.rdf4j.federated.endpoint.provider.NativeStoreProvider
 
loadEndpoint(RemoteRepositoryRepositoryInformation) - Method in class org.eclipse.rdf4j.federated.endpoint.provider.RemoteRepositoryProvider
 
loadEndpoint(RepositoryInformation) - Method in class org.eclipse.rdf4j.federated.endpoint.provider.RepositoryEndpointProvider
 
loadEndpoint(ResolvableRepositoryInformation) - Method in class org.eclipse.rdf4j.federated.endpoint.provider.ResolvableRepositoryProvider
 
loadEndpoint(SPARQLRepositoryInformation) - Method in class org.eclipse.rdf4j.federated.endpoint.provider.SPARQLProvider
 
loadFederationMembers(File, File) - Static method in class org.eclipse.rdf4j.federated.endpoint.EndpointFactory
Utility function to load federation members from a data configuration file.
loadFederationMembers(Model, File) - Static method in class org.eclipse.rdf4j.federated.endpoint.EndpointFactory
Utility function to load federation members from a model.
loadNativeEndpoint(String, File) - Static method in class org.eclipse.rdf4j.federated.endpoint.EndpointFactory
Construct a NativeStore endpoint using the provided information.
loadNativeEndpoint(File) - Static method in class org.eclipse.rdf4j.federated.endpoint.EndpointFactory
Construct a NativeStore endpoint using the provided information and the file location as name.
loadPoints() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailGeoSPARQLTest
 
loadPolygons() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailGeoSPARQLTest
 
loadPomProperties(String, String) - Static method in class org.eclipse.rdf4j.common.io.MavenUtil
Loads the Maven pom.properties for the specified artifact.
loadQueries(String) - Static method in class org.eclipse.rdf4j.federated.util.QueryStringUtil
load the queries from a queries file located at the specified path.
LoadQuery - Class in org.eclipse.rdf4j.sparqlbuilder.core.query
A SPARQL LOAD Query
loadRemoteRepository(String, String) - Static method in class org.eclipse.rdf4j.federated.endpoint.EndpointFactory
 
loadRemoteRepository(String, String, boolean) - Static method in class org.eclipse.rdf4j.federated.endpoint.EndpointFactory
 
loadResolvableRepository(String) - Static method in class org.eclipse.rdf4j.federated.endpoint.EndpointFactory
loadResolvableRepository(String, boolean) - Static method in class org.eclipse.rdf4j.federated.endpoint.EndpointFactory
loadSPARQLEndpoint(String, String) - Static method in class org.eclipse.rdf4j.federated.endpoint.EndpointFactory
Construct a SPARQL endpoint using the the provided information.
loadSPARQLEndpoint(String) - Static method in class org.eclipse.rdf4j.federated.endpoint.EndpointFactory
Construct a SPARQL endpoint using the the provided information and the host of the url as name.
loadTestData(String, Resource...) - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
loadVersion(String, String, String) - Static method in class org.eclipse.rdf4j.common.io.MavenUtil
Loads the version number from the pom.properties file for the specified artifact.
LOCAL_ESCAPED_CHARS - Static variable in class org.eclipse.rdf4j.rio.turtle.TurtleUtil
 
LOCALITY - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:locality
LOCALNAME - Static variable in class org.eclipse.rdf4j.model.vocabulary.AFN
http://jena.hpl.hp.com/ARQ/function#localname The LocalName QueryModelNode as a SPARQL function.
LocalName - Class in org.eclipse.rdf4j.query.algebra
The LOCAL NAME function, which selects the local name of URIs.
LocalName() - Constructor for class org.eclipse.rdf4j.query.algebra.LocalName
 
LocalName(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.LocalName
 
Localname - Class in org.eclipse.rdf4j.spin.function
 
Localname() - Constructor for class org.eclipse.rdf4j.spin.function.Localname
 
LOCALPROPERTYSPACE - Static variable in class org.eclipse.rdf4j.sail.federation.config.FederationConfig
Deprecated.
For all triples with a predicate in this space, the container RDF store contains all triples with that subject and any predicate in this space.
LocalRepositoryManager - Class in org.eclipse.rdf4j.repository.manager
An implementation of the RepositoryManager interface that operates directly on the repository data files in the local file system.
LocalRepositoryManager(File) - Constructor for class org.eclipse.rdf4j.repository.manager.LocalRepositoryManager
Creates a new RepositoryManager that operates on the specfified base directory.
LOCATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/Location
LOCATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:location
LOCATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.LOCN
locn:location
LOCATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
void:location
LOCATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:Location
LOCATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:Location
LOCATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.WGS84
The wgs84:location relation.
LOCATION_PERIOD_OR_JURISDICTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/LocationPeriodOrJurisdiction
LOCATOR_DESIGNATOR - Static variable in class org.eclipse.rdf4j.model.vocabulary.LOCN
locn:locatorDesignator
LOCATOR_NAME - Static variable in class org.eclipse.rdf4j.model.vocabulary.LOCN
locn:locatorName
Lock - Interface in org.eclipse.rdf4j.common.concurrent.locks
A lock on a specific monitor that can be used for synchronization purposes.
LockingIteration<E,X extends Exception> - Class in org.eclipse.rdf4j.common.concurrent.locks
An Iteration that holds on to a lock until the Iteration is closed.
LockingIteration(Lock, Iteration<? extends E, X>) - Constructor for class org.eclipse.rdf4j.common.concurrent.locks.LockingIteration
Creates a new LockingIteration.
LockManager - Class in org.eclipse.rdf4j.common.concurrent.locks
Manages a set of active locks.
LockManager() - Constructor for class org.eclipse.rdf4j.common.concurrent.locks.LockManager
Create a new set of locks.
LockManager(boolean) - Constructor for class org.eclipse.rdf4j.common.concurrent.locks.LockManager
Creates a new set of locks, optionally with lock tracking enabled.
LockManager(boolean, int) - Constructor for class org.eclipse.rdf4j.common.concurrent.locks.LockManager
Creates a new set of locks, optionally with lock tracking enabled.
LockManager - Interface in org.eclipse.rdf4j.sail
 
lockOrFail() - Method in class org.eclipse.rdf4j.sail.helpers.DirectoryLockManager
Creates a lock in a directory if it does not yet exist.
lockOrFail() - Method in interface org.eclipse.rdf4j.sail.LockManager
Creates a lock in a SAIL if it does not yet exist.
LockRemover - Class in org.eclipse.rdf4j.console
 
LockRemover() - Constructor for class org.eclipse.rdf4j.console.LockRemover
 
lockTrackingEnabled() - Static method in class org.eclipse.rdf4j.common.concurrent.locks.Properties
 
LOCN - Class in org.eclipse.rdf4j.model.vocabulary
Constants for the ISA Programme Location Core Vocabulary.
LOCN() - Constructor for class org.eclipse.rdf4j.model.vocabulary.LOCN
 
log - Static variable in class org.eclipse.rdf4j.federated.endpoint.EndpointBase
 
log - Static variable in class org.eclipse.rdf4j.federated.EndpointManager
 
log - Static variable in class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelExecutorBase
 
log - Static variable in class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelServiceExecutor
 
log - Static variable in class org.eclipse.rdf4j.federated.exception.ExceptionUtil
 
log - Static variable in class org.eclipse.rdf4j.federated.FedXFactory
 
log - Static variable in class org.eclipse.rdf4j.federated.repository.FedXRepositoryFactory
 
log - Static variable in class org.eclipse.rdf4j.federated.util.Version
 
log - Variable in class org.eclipse.rdf4j.rio.RioConfig
 
log - Variable in class org.eclipse.rdf4j.workbench.base.AbstractServlet
 
LOG_FILE - Static variable in interface org.eclipse.rdf4j.common.app.logging.LogConfiguration
 
LOG_VALIDATION_PLANS - Static variable in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailSchema
http://rdf4j.org/config/sail/shacl#logValidationPlans
LOG_VALIDATION_PLANS_DEFAULT - Static variable in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
LOG_VALIDATION_VIOLATIONS - Static variable in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailSchema
http://rdf4j.org/config/sail/shacl#logValidationViolations
LOG_VALIDATION_VIOLATIONS_DEFAULT - Static variable in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
logAcceptableFormats(HttpServletRequest) - Static method in class org.eclipse.rdf4j.http.server.ProtocolUtil
 
LogbackConfiguration - Class in org.eclipse.rdf4j.common.app.logging.logback
 
LogbackConfiguration() - Constructor for class org.eclipse.rdf4j.common.app.logging.logback.LogbackConfiguration
 
LogConfiguration - Interface in org.eclipse.rdf4j.common.app.logging
Configuration settings for application logging.
LogConfigurationBase - Class in org.eclipse.rdf4j.common.app.logging.base
Deprecated.
since 4.0. Use AbstractLogConfiguration instead.
LogConfigurationBase() - Constructor for class org.eclipse.rdf4j.common.app.logging.base.LogConfigurationBase
Deprecated.
Constructor
LogConfigurator - Class in org.eclipse.rdf4j.common.app.logging.logback
 
LogConfigurator() - Constructor for class org.eclipse.rdf4j.common.app.logging.logback.LogConfigurator
 
LogConfigurator.LogReaderAction - Class in org.eclipse.rdf4j.common.app.logging.logback
 
LogConverterHandler - Class in org.eclipse.rdf4j.common.app.logging.base
Handler to convert java.util.logging events to SLF4J logging events.
LogConverterHandler() - Constructor for class org.eclipse.rdf4j.common.app.logging.base.LogConverterHandler
Constructor
logEndOfRequest(HttpServletRequest) - Method in class org.eclipse.rdf4j.http.server.repository.QueryResultView
 
logger - Variable in class org.eclipse.rdf4j.common.lang.service.ServiceRegistry
 
logger - Variable in class org.eclipse.rdf4j.common.platform.AbstractPlatform
 
LOGGER - Variable in class org.eclipse.rdf4j.console.command.ConsoleCommand
 
logger - Static variable in class org.eclipse.rdf4j.query.algebra.evaluation.impl.ConstantOptimizer
 
logger - Variable in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
logger - Variable in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLQueryTest
Deprecated.
 
logger - Static variable in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
logger - Variable in class org.eclipse.rdf4j.repository.base.AbstractRepository
 
logger - Variable in class org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
 
logger - Variable in class org.eclipse.rdf4j.repository.manager.RepositoryManager
 
logger - Variable in class org.eclipse.rdf4j.shacl.manifest.AbstractSHACLTest
Deprecated.
 
LOGGING_DIR - Static variable in interface org.eclipse.rdf4j.common.app.logging.LogConfiguration
 
LOGGING_DIR_PROPERTY - Static variable in class org.eclipse.rdf4j.common.app.logging.logback.LogbackConfiguration
 
loggingEnabled - Static variable in class org.eclipse.rdf4j.sail.shacl.GlobalValidationExecutionLogging
Deprecated.
 
LoggingOverviewController - Class in org.eclipse.rdf4j.common.webapp.system.logging
 
LoggingOverviewController() - Constructor for class org.eclipse.rdf4j.common.webapp.system.logging.LoggingOverviewController
 
LOGICAL_CONSTRAINT - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:LogicalConstraint
LogLevel - Enum in org.eclipse.rdf4j.common.logging
Generic log level enumeration
LogLevel - Class in org.eclipse.rdf4j.console.setting
Console log level setting.
LogLevel() - Constructor for class org.eclipse.rdf4j.console.setting.LogLevel
Constructor
LOGO - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
LOGO - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:logo
logQuery(QueryInfo) - Method in class org.eclipse.rdf4j.federated.monitoring.QueryLog
 
logQueryPlan(TupleExpr) - Method in interface org.eclipse.rdf4j.federated.monitoring.Monitoring
 
logQueryPlan(TupleExpr) - Method in class org.eclipse.rdf4j.federated.monitoring.MonitoringImpl
 
logQueryPlan(TupleExpr) - Method in class org.eclipse.rdf4j.federated.monitoring.NoopMonitoringImpl
 
LogReader - Interface in org.eclipse.rdf4j.common.logging
Log reader interface
LogReaderAction() - Constructor for class org.eclipse.rdf4j.common.app.logging.logback.LogConfigurator.LogReaderAction
 
LogReaderBase - Class in org.eclipse.rdf4j.common.logging.base
Deprecated.
since 4.0. Use AbstractLogReader instead.
LogReaderBase() - Constructor for class org.eclipse.rdf4j.common.logging.base.LogReaderBase
Deprecated.
 
LogRecord - Interface in org.eclipse.rdf4j.common.logging
Log record interface
LogRecordBase - Class in org.eclipse.rdf4j.common.logging.base
Deprecated.
since 4.0. Use SimpleLogRecord instead.
LogRecordBase() - Constructor for class org.eclipse.rdf4j.common.logging.base.LogRecordBase
Deprecated.
 
logRequestParameters(HttpServletRequest) - Static method in class org.eclipse.rdf4j.http.server.ProtocolUtil
Logs all request parameters of the supplied request.
LONG - Static variable in class org.eclipse.rdf4j.model.vocabulary.WGS84
The wgs84:long relation.
LONG - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#long
LongCast - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.xsd
A IntegerCastFunction that tries to cast its argument to an xsd:long .
LongCast() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.LongCast
 
LONGITUDE - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
Deprecated.
LongRioSetting - Class in org.eclipse.rdf4j.rio.helpers
A RioSetting with a Long value.
LongRioSetting(String, String, Long) - Constructor for class org.eclipse.rdf4j.rio.helpers.LongRioSetting
 
longValue() - Method in class org.eclipse.rdf4j.model.impl.DecimalLiteral
 
longValue() - Method in class org.eclipse.rdf4j.model.impl.IntegerLiteral
 
longValue() - Method in class org.eclipse.rdf4j.model.impl.NumericLiteral
 
longValue() - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
 
longValue() - Method in interface org.eclipse.rdf4j.model.Literal
Returns the long value of this literal.
longValue() - Method in class org.eclipse.rdf4j.sail.memory.model.DecimalMemLiteral
 
longValue() - Method in class org.eclipse.rdf4j.sail.memory.model.IntegerMemLiteral
 
longValue() - Method in class org.eclipse.rdf4j.sail.memory.model.NumericMemLiteral
 
longVersion - Variable in class org.eclipse.rdf4j.federated.util.Version
 
LookAheadIteration<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
An Iteration that looks one element ahead, if necessary, to handle calls to LookAheadIteration.hasNext().
LookAheadIteration() - Constructor for class org.eclipse.rdf4j.common.iteration.LookAheadIteration
 
LookAheadIterator<E> - Class in org.eclipse.rdf4j.common.iterator
 
LookAheadIterator() - Constructor for class org.eclipse.rdf4j.common.iterator.LookAheadIterator
 
lower(Statement) - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
LOWER_CASE - Static variable in class org.eclipse.rdf4j.model.vocabulary.FN
fn:lower-case
LOWER_CASE_FUNCTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIF
 
LOWER_TITLE_CASE_FUNCTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIF
 
LowerCase - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.string
The SPARQL built-in Function LCASE, as defined in SPARQL Query Language for RDF
LowerCase() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.string.LowerCase
 
LowerCase - Class in org.eclipse.rdf4j.spin.function.spif
 
LowerCase() - Constructor for class org.eclipse.rdf4j.spin.function.spif.LowerCase
 
LowerTitleCase - Class in org.eclipse.rdf4j.spin.function.spif
 
LowerTitleCase() - Constructor for class org.eclipse.rdf4j.spin.function.spif.LowerTitleCase
 
LT - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:lt
LT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
lt(String, String) - Method in class org.eclipse.rdf4j.queryrender.builder.FilterBuilder
Deprecated.
 
lt(String, Value) - Method in class org.eclipse.rdf4j.queryrender.builder.FilterBuilder
Deprecated.
 
lt(String, String) - Static method in class org.eclipse.rdf4j.queryrender.builder.ValueExprFactory
Deprecated.
 
lt(String, Value) - Static method in class org.eclipse.rdf4j.queryrender.builder.ValueExprFactory
Deprecated.
 
lt(Number, Number) - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
left < right
lt(Number, Operand) - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
left < right
lt(Operand, Number) - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
left < right
lt(Operand, Operand) - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
left < right
lte(Operand, Operand) - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
left <= right
LTEQ - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:lteq
LUCENE_DIR_KEY - Static variable in class org.eclipse.rdf4j.sail.lucene.LuceneSail
Set the key "lucenedir=<path>" as sail parameter to configure the Lucene Directory on the filesystem where to store the lucene index.
LUCENE_QUERY - Static variable in class org.eclipse.rdf4j.sail.lucene.LuceneSailSchema
 
LUCENE_RAMDIR_KEY - Static variable in class org.eclipse.rdf4j.sail.lucene.LuceneSail
Set the key "useramdir=true" as sail parameter to let the LuceneSail store its Lucene index in RAM.
LuceneDocument - Class in org.eclipse.rdf4j.sail.lucene
 
LuceneDocument() - Constructor for class org.eclipse.rdf4j.sail.lucene.LuceneDocument
Deprecated.
LuceneDocument(Function<? super String, ? extends SpatialStrategy>) - Constructor for class org.eclipse.rdf4j.sail.lucene.LuceneDocument
 
LuceneDocument(Document, Function<? super String, ? extends SpatialStrategy>) - Constructor for class org.eclipse.rdf4j.sail.lucene.LuceneDocument
 
LuceneDocument(String, String, String, Function<? super String, ? extends SpatialStrategy>) - Constructor for class org.eclipse.rdf4j.sail.lucene.LuceneDocument
 
LuceneDocumentDistance - Class in org.eclipse.rdf4j.sail.lucene
 
LuceneDocumentDistance(ScoreDoc, String, IRI, Point, boolean, LuceneIndex) - Constructor for class org.eclipse.rdf4j.sail.lucene.LuceneDocumentDistance
 
LuceneDocumentResult - Class in org.eclipse.rdf4j.sail.lucene
 
LuceneDocumentResult(ScoreDoc, LuceneIndex, Set<String>) - Constructor for class org.eclipse.rdf4j.sail.lucene.LuceneDocumentResult
 
LuceneDocumentScore - Class in org.eclipse.rdf4j.sail.lucene
 
LuceneDocumentScore(ScoreDoc, Highlighter, LuceneIndex) - Constructor for class org.eclipse.rdf4j.sail.lucene.LuceneDocumentScore
 
LuceneIndex - Class in org.eclipse.rdf4j.sail.lucene
A LuceneIndex is a one-stop-shop abstraction of a Lucene index.
LuceneIndex() - Constructor for class org.eclipse.rdf4j.sail.lucene.LuceneIndex
 
LuceneIndex(Directory, Analyzer) - Constructor for class org.eclipse.rdf4j.sail.lucene.LuceneIndex
Constructor for keeping backwards compatibility.
LuceneIndex(Directory, Analyzer, Similarity) - Constructor for class org.eclipse.rdf4j.sail.lucene.LuceneIndex
Creates a new LuceneIndex.
LuceneIndexNIOFS - Class in org.eclipse.rdf4j.sail.lucene
LuceneIndex which uses a NIOFSDirectory instead of MMapDirectory to avoid the JVM crash (see http:// stackoverflow.com/questions/8224843/jvm-crashes-on-lucene-datainput- readvint).
LuceneIndexNIOFS() - Constructor for class org.eclipse.rdf4j.sail.lucene.LuceneIndexNIOFS
 
LuceneQuery - Class in org.eclipse.rdf4j.sail.lucene
Deprecated.
LuceneQuery(Query, LuceneIndex) - Constructor for class org.eclipse.rdf4j.sail.lucene.LuceneQuery
Deprecated.
LuceneSail - Class in org.eclipse.rdf4j.sail.lucene
A LuceneSail wraps an arbitrary existing Sail and extends it with support for full-text search on all Literals.
LuceneSail() - Constructor for class org.eclipse.rdf4j.sail.lucene.LuceneSail
 
LuceneSailBuffer - Class in org.eclipse.rdf4j.sail.lucene
Deprecated.
since 3.0. This feature is for internal use only: its existence, signature or behavior may change without warning from one release to the next.
LuceneSailBuffer() - Constructor for class org.eclipse.rdf4j.sail.lucene.LuceneSailBuffer
Deprecated.
 
LuceneSailBuffer.AddRemoveOperation - Class in org.eclipse.rdf4j.sail.lucene
Deprecated.
 
LuceneSailBuffer.ClearContextOperation - Class in org.eclipse.rdf4j.sail.lucene
Deprecated.
 
LuceneSailBuffer.ClearOperation - Class in org.eclipse.rdf4j.sail.lucene
Deprecated.
 
LuceneSailBuffer.Operation - Class in org.eclipse.rdf4j.sail.lucene
Deprecated.
 
LuceneSailConfig - Class in org.eclipse.rdf4j.sail.lucene.config
 
LuceneSailConfig() - Constructor for class org.eclipse.rdf4j.sail.lucene.config.LuceneSailConfig
 
LuceneSailConfig(SailImplConfig) - Constructor for class org.eclipse.rdf4j.sail.lucene.config.LuceneSailConfig
 
LuceneSailConfig(String) - Constructor for class org.eclipse.rdf4j.sail.lucene.config.LuceneSailConfig
 
LuceneSailConfig(String, SailImplConfig) - Constructor for class org.eclipse.rdf4j.sail.lucene.config.LuceneSailConfig
 
LuceneSailConfigSchema - Class in org.eclipse.rdf4j.sail.lucene.config
Defines constants for the LuceneSail schema which is used by LuceneSailFactorys to initialize LuceneSails.
LuceneSailConfigSchema() - Constructor for class org.eclipse.rdf4j.sail.lucene.config.LuceneSailConfigSchema
 
LuceneSailConnection - Class in org.eclipse.rdf4j.sail.lucene
LuceneSailConnection(NotifyingSailConnection, SearchIndex, LuceneSail) - Constructor for class org.eclipse.rdf4j.sail.lucene.LuceneSailConnection
 
LuceneSailFactory - Class in org.eclipse.rdf4j.sail.lucene.config
A SailFactory that creates LuceneSails based on RDF configuration data.
LuceneSailFactory() - Constructor for class org.eclipse.rdf4j.sail.lucene.config.LuceneSailFactory
 
LuceneSailSchema - Class in org.eclipse.rdf4j.sail.lucene
LuceneSailSchema defines predicates that can be used for expressing a Lucene query in a RDF query.
LuceneSailSchema() - Constructor for class org.eclipse.rdf4j.sail.lucene.LuceneSailSchema
 
LuceneSpinSail - Class in org.eclipse.rdf4j.lucene.spin
Deprecated.
since 3.0. The experimental LuceneSpinSail is scheduled to be removed by the next major release.
LuceneSpinSail() - Constructor for class org.eclipse.rdf4j.lucene.spin.LuceneSpinSail
Deprecated.
 
LuceneSpinSail(SpinSail) - Constructor for class org.eclipse.rdf4j.lucene.spin.LuceneSpinSail
Deprecated.
 
LuceneSpinSailConfig - Class in org.eclipse.rdf4j.lucene.spin.config
 
LuceneSpinSailConfig() - Constructor for class org.eclipse.rdf4j.lucene.spin.config.LuceneSpinSailConfig
 
LuceneSpinSailConfig(SailImplConfig) - Constructor for class org.eclipse.rdf4j.lucene.spin.config.LuceneSpinSailConfig
 
LuceneSpinSailConfig(String) - Constructor for class org.eclipse.rdf4j.lucene.spin.config.LuceneSpinSailConfig
 
LuceneSpinSailConfig(String, SailImplConfig) - Constructor for class org.eclipse.rdf4j.lucene.spin.config.LuceneSpinSailConfig
 
LuceneSpinSailConnection - Class in org.eclipse.rdf4j.lucene.spin
Deprecated.
since 3.0. The experimental LuceneSpinSail is scheduled to be removed by the next major release.
LuceneSpinSailConnection(NotifyingSailConnection, SearchIndex, LuceneSpinSail) - Constructor for class org.eclipse.rdf4j.lucene.spin.LuceneSpinSailConnection
Deprecated.
 
LuceneSpinSailFactory - Class in org.eclipse.rdf4j.lucene.spin.config
 
LuceneSpinSailFactory() - Constructor for class org.eclipse.rdf4j.lucene.spin.config.LuceneSpinSailFactory
 

M

MacOSXPlatform - Class in org.eclipse.rdf4j.common.platform.support
Platform implementation for Mac OS X platforms.
MacOSXPlatform() - Constructor for class org.eclipse.rdf4j.common.platform.support.MacOSXPlatform
 
MADE - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
MAGIC_NUMBER - Static variable in interface org.eclipse.rdf4j.query.resultio.binary.BinaryQueryResultConstants
Magic number for Binary RDF Table Result files.
MAGIC_PROPERTIES_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#MagicProperties An abstract superclass that can be used to group all spin:MagicProperty instances under a single parent class.
MAGIC_PROPERTY_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
 
MAILER - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
Deprecated.
MAILING_LIST - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:mailing-list
main(String[]) - Static method in class org.eclipse.rdf4j.common.platform.PlatformFactory
Main
main(String[]) - Static method in class org.eclipse.rdf4j.console.Console
Main
main(String[]) - Static method in class org.eclipse.rdf4j.federated.util.Version
Prints the version info.
main(String[]) - Static method in class org.eclipse.rdf4j.query.parser.serql.SeRQLParser
 
main(String[]) - Static method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLParser
 
main(String[]) - Static method in class org.eclipse.rdf4j.rio.Rio
 
main(String[]) - Static method in class org.eclipse.rdf4j.sail.nativerdf.datastore.DataStore
 
main(String[]) - Static method in class org.eclipse.rdf4j.sail.nativerdf.ValueStore
Deprecated.
 
MAINTAINER - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:maintainer
makeHashTable(int) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.HashJoinIteration
Utility methods to make it easier to inserted custom store dependent maps
makeHashValue(int) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.HashJoinIteration
Utility methods to make it easier to inserted custom store dependent list
makeIterationCache(CloseableIteration<BindingSet, QueryEvaluationException>) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.HashJoinIteration
Utility methods to make it easier to inserted custom store dependent list
makeList() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.BottomUpJoinIterator
Deprecated.
Utility methods to make it easier to inserted custom store dependent list
makeList(List<BindingSet>) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.BottomUpJoinIterator
Deprecated.
Utility methods to make it easier to inserted custom store dependent list
makeMap() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.BottomUpJoinIterator
Deprecated.
Utility methods to make it easier to inserted custom store dependent maps
makeQueue() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.PathIteration
 
MAKER - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
makeSet() - Method in class org.eclipse.rdf4j.common.iteration.DistinctIteration
 
makeSet() - Method in class org.eclipse.rdf4j.common.iteration.IntersectIteration
 
makeSet() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.PathIteration
 
makeSet() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.SPARQLMinusIteration
 
makeSet(Set<String>) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.SPARQLMinusIteration
 
makeSet(Iteration<BindingSet, X>) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.SPARQLMinusIteration
 
makeSet(Iteration<BindingSet, QueryEvaluationException>) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator.LimitedSizeSPARQLMinusIteration
 
MALE - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:Male
MALFORMED_DATA - Static variable in class org.eclipse.rdf4j.http.protocol.error.ErrorType
 
MALFORMED_QUERY - Static variable in class org.eclipse.rdf4j.http.protocol.error.ErrorType
 
MALFORMED_QUERY_ERROR - Static variable in interface org.eclipse.rdf4j.query.resultio.binary.BinaryQueryResultConstants
 
MalformedQueryException - Exception in org.eclipse.rdf4j.query
An exception indicating that a query could not be processed by the query parser, typically due to syntax errors.
MalformedQueryException() - Constructor for exception org.eclipse.rdf4j.query.MalformedQueryException
 
MalformedQueryException(String) - Constructor for exception org.eclipse.rdf4j.query.MalformedQueryException
 
MalformedQueryException(Throwable) - Constructor for exception org.eclipse.rdf4j.query.MalformedQueryException
 
MalformedQueryException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.query.MalformedQueryException
 
MalformedSpinException - Exception in org.eclipse.rdf4j.spin
An exception thrown by the SPIN parser when it encounters malformed SPIN rules, constraints or constructors.
MalformedSpinException() - Constructor for exception org.eclipse.rdf4j.spin.MalformedSpinException
 
MalformedSpinException(String) - Constructor for exception org.eclipse.rdf4j.spin.MalformedSpinException
 
MalformedSpinException(Throwable) - Constructor for exception org.eclipse.rdf4j.spin.MalformedSpinException
 
MalformedSpinException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.spin.MalformedSpinException
 
ManagedRepositoryConnection(Repository, RepositoryConnection) - Constructor for class org.eclipse.rdf4j.federated.endpoint.EndpointBase.ManagedRepositoryConnection
 
ManagedRepositoryEndpoint - Class in org.eclipse.rdf4j.federated.endpoint
A specialized RepositoryEndpoint where the lifecycle of the Repository is managed by this endpoint, i.e.
ManagedRepositoryEndpoint(RepositoryInformation, String, EndpointClassification, Repository) - Constructor for class org.eclipse.rdf4j.federated.endpoint.ManagedRepositoryEndpoint
 
manager - Variable in class org.eclipse.rdf4j.workbench.base.AbstractRepositoryServlet
 
MANAGER_PARAM - Static variable in class org.eclipse.rdf4j.workbench.base.AbstractRepositoryServlet
 
MANUAL - Static variable in class org.eclipse.rdf4j.model.vocabulary.EARL
 
map(UpdateExpr, Dataset) - Method in class org.eclipse.rdf4j.query.parser.ParsedUpdate
 
MapBindingSet - Class in org.eclipse.rdf4j.query.impl
A Map-based implementation of the BindingSet interface.
MapBindingSet() - Constructor for class org.eclipse.rdf4j.query.impl.MapBindingSet
 
MapBindingSet(int) - Constructor for class org.eclipse.rdf4j.query.impl.MapBindingSet
Creates a new Map-based BindingSet with the specified initial capacity.
MapOfListMaps<Index1Type,Index2Type,DataType> - Class in org.eclipse.rdf4j.sail.lucene.util
Deprecated.
since 3.0. This feature is for internal use only: its existence, signature or behavior may change without warning from one release to the next.
MapOfListMaps() - Constructor for class org.eclipse.rdf4j.sail.lucene.util.MapOfListMaps
Deprecated.
 
MAPPING - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
MAPPING_RELATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SKOS
The skos:mappingRelation relation.
mapStatement(Statement) - Method in class org.eclipse.rdf4j.lucene.spin.LuceneSpinSail
Deprecated.
mapStatement(Statement) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSail
 
mapValueExprToVar(Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
Maps the given valueExpr to a Var.
match(String) - Method in class org.eclipse.rdf4j.sail.federation.PrefixHashSet
 
matchAcceptHeader(String, List<HeaderElement>) - Static method in class org.eclipse.rdf4j.common.webapp.util.HttpServerUtil
Tries to match the specified MIME type spec against the list of Accept header elements, returning the applicable header element if available.
matcher - Variable in class org.eclipse.rdf4j.rio.languages.RFC3066LanguageHandler
Language tag is RFC3066-conformant if it matches this regex: [a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*
MATCHER_QUERY - Static variable in class org.eclipse.rdf4j.sail.inferencer.fc.config.CustomGraphQueryInferencerSchema
http://www.openrdf.org/config/sail/customGraphQueryInferencer#matcherQuery
MATCHES - Static variable in class org.eclipse.rdf4j.sail.lucene.LuceneSailSchema
 
matchesPattern(byte[], byte[], byte[]) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
Checks whether value matches pattern with respect to the bits specified by mask.
matchFileName(String, Iterable<FF>) - Static method in class org.eclipse.rdf4j.common.lang.FileFormat
Tries to match the specified file name with the file extensions of the supplied file formats.
matchMIMEType(String, Iterable<FF>) - Static method in class org.eclipse.rdf4j.common.lang.FileFormat
Tries to match the specified MIME type with the MIME types of the supplied file formats.
MathExpr - Class in org.eclipse.rdf4j.query.algebra
A mathematical expression consisting an operator and two arguments.
MathExpr() - Constructor for class org.eclipse.rdf4j.query.algebra.MathExpr
 
MathExpr(ValueExpr, ValueExpr, MathExpr.MathOp) - Constructor for class org.eclipse.rdf4j.query.algebra.MathExpr
 
MathExpr.MathOp - Enum in org.eclipse.rdf4j.query.algebra
 
MathUtil - Class in org.eclipse.rdf4j.query.algebra.evaluation.util
A utility class for evaluation of mathematical expressions on RDF literals.
MathUtil() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.util.MathUtil
 
MavenUtil - Class in org.eclipse.rdf4j.common.io
Maven-related utility methods.
MavenUtil() - Constructor for class org.eclipse.rdf4j.common.io.MavenUtil
 
Max - Class in org.eclipse.rdf4j.query.algebra
 
Max(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Max
 
Max(ValueExpr, boolean) - Constructor for class org.eclipse.rdf4j.query.algebra.Max
 
max(Operand) - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
 
MAX_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#Max Represents MAX aggregations.
MAX_COUNT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:maxCount
MAX_COUNT_CONSTRAINT_COMPONENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:MaxCountConstraintComponent
MAX_COUNT_CONSTRAINT_COMPONENT_MAX_COUNT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:MaxCountConstraintComponent-maxCount
MAX_DOCUMENTS_KEY - Static variable in class org.eclipse.rdf4j.sail.lucene.LuceneSail
Set the key "maxDocuments=<n>" as sail parameter to limit the maximum number of documents to return from a search query.
MAX_EXCLUSIVE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:maxExclusive
MAX_EXCLUSIVE_CONSTRAINT_COMPONENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:MaxExclusiveConstraintComponent
MAX_EXCLUSIVE_CONSTRAINT_COMPONENT_MAX_EXCLUSIVE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:MaxExclusiveConstraintComponent-maxExclusive
MAX_EXPIRY - Static variable in class org.eclipse.rdf4j.workbench.proxy.CacheFilter
Maximum allowed expiry lifetime in seconds, set to one year according to the advice in RFC 2616.
MAX_INCLUSIVE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:maxInclusive
MAX_INCLUSIVE_CONSTRAINT_COMPONENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:MaxInclusiveConstraintComponent
MAX_INCLUSIVE_CONSTRAINT_COMPONENT_MAX_INCLUSIVE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:MaxInclusiveConstraintComponent-maxInclusive
MAX_LENGTH - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:maxLength
MAX_LENGTH_CONSTRAINT_COMPONENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:MaxLengthConstraintComponent
MAX_LENGTH_CONSTRAINT_COMPONENT_MAX_LENGTH - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:MaxLengthConstraintComponent-maxLength
MAX_QUERY_TIME - Static variable in class org.eclipse.rdf4j.repository.contextaware.config.ContextAwareSchema
http://www.openrdf.org/config/repository/contextaware#maxQueryTime
MAX_STATEMENT_BUFFER_SIZE - Static variable in class org.eclipse.rdf4j.repository.http.helpers.HTTPRepositorySettings
Maximum size (in number of statements) allowed for statement buffers before they are forcibly flushed.
MAXCARDINALITY - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#maxCardinality
MaxCountFilter - Class in org.eclipse.rdf4j.sail.shacl.planNodes
 
MaxCountFilter(PlanNode, long) - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.MaxCountFilter
 
maxDocs - Variable in class org.eclipse.rdf4j.sail.lucene.AbstractSearchIndex
 
MAXIMUM_URL_LENGTH - Static variable in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
MAXIMUM_URL_LENGTH_PARAM - Static variable in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
System property for configuration of URL length threshold: rdf4j.sparql.url.maxlength.
MaxLengthFilter - Class in org.eclipse.rdf4j.sail.shacl.planNodes
 
MaxLengthFilter(PlanNode, long) - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.MaxLengthFilter
 
MAXQUALIFIEDCARDINALITY - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#maxQualifiedCardinality
mayHaveStatement(RepositoryConnection, Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.repository.filters.AccurateRepositoryBloomFilter
 
mayHaveStatement(RepositoryConnection, Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.repository.filters.InaccurateRepositoryBloomFilter
 
mayHaveStatement(RepositoryConnection, Resource, IRI, Value, Resource...) - Method in interface org.eclipse.rdf4j.repository.filters.RepositoryBloomFilter
Returns true if the repository may have such a statement or false if it definitely does not.
mayRender() - Method in class org.eclipse.rdf4j.workbench.commands.ExploreServlet.ResultCursor
 
MBOX - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
mbox - Variable in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
mbox - Variable in class org.eclipse.rdf4j.repository.RepositoryTest
 
MBOX_SHA1SUM - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
mboxAlice - Variable in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
mboxAlice - Variable in class org.eclipse.rdf4j.repository.RepositoryTest
 
mboxBob - Variable in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
mboxBob - Variable in class org.eclipse.rdf4j.repository.RepositoryTest
 
MD5 - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.hash
The SPARQL built-in Function MD5, as defined in SPARQL Query Language for RDF
MD5() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.hash.MD5
 
mDistinct - Variable in class org.eclipse.rdf4j.queryrender.BaseTupleExprRenderer
Whether or not the query is distinct
ME - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:Me
MEDIA - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:media
MEDIA_TYPE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCAT
dcat:mediaType
MEDIA_TYPE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/MediaType
MEDIA_TYPE_OR_EXTENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/MediaTypeOrExtent
MEDIATOR - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/mediator
MEDIUM - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/medium
meet(ArbitraryLengthPath) - Method in class org.eclipse.rdf4j.federated.optimizer.ExclusiveTupleExprOptimizer
 
meet(Service) - Method in class org.eclipse.rdf4j.federated.optimizer.ExclusiveTupleExprOptimizer
 
meet(Filter) - Method in class org.eclipse.rdf4j.federated.optimizer.FilterOptimizer
 
meet(Service) - Method in class org.eclipse.rdf4j.federated.optimizer.FilterOptimizer
 
meet(Var) - Method in class org.eclipse.rdf4j.federated.optimizer.FilterOptimizer.VarFinder
 
meet(Union) - Method in class org.eclipse.rdf4j.federated.optimizer.GenericInfoOptimizer
 
meet(Filter) - Method in class org.eclipse.rdf4j.federated.optimizer.GenericInfoOptimizer
 
meet(Service) - Method in class org.eclipse.rdf4j.federated.optimizer.GenericInfoOptimizer
 
meet(Join) - Method in class org.eclipse.rdf4j.federated.optimizer.GenericInfoOptimizer
 
meet(LeftJoin) - Method in class org.eclipse.rdf4j.federated.optimizer.GenericInfoOptimizer
 
meet(StatementPattern) - Method in class org.eclipse.rdf4j.federated.optimizer.GenericInfoOptimizer
 
meet(Projection) - Method in class org.eclipse.rdf4j.federated.optimizer.GenericInfoOptimizer
 
meet(Slice) - Method in class org.eclipse.rdf4j.federated.optimizer.GenericInfoOptimizer
 
meet(Slice) - Method in class org.eclipse.rdf4j.federated.optimizer.LimitOptimizer
 
meet(Projection) - Method in class org.eclipse.rdf4j.federated.optimizer.LimitOptimizer
 
meet(Service) - Method in class org.eclipse.rdf4j.federated.optimizer.ServiceOptimizer
 
meet(Service) - Method in class org.eclipse.rdf4j.federated.optimizer.StatementGroupAndJoinOptimizer
 
meet(Union) - Method in class org.eclipse.rdf4j.federated.optimizer.UnionOptimizer
 
meet(Var) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.BindingAssigner.VarVisitor
 
meet(Compare) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.CompareOptimizer.CompareVisitor
 
meet(Filter) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.ConjunctiveConstraintSplitter.ConstraintVisitor
 
meet(LeftJoin) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.ConjunctiveConstraintSplitter.ConstraintVisitor
 
meet(ProjectionElemList) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.ConstantOptimizer.ConstantVisitor
 
meet(Or) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.ConstantOptimizer.ConstantVisitor
 
meet(And) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.ConstantOptimizer.ConstantVisitor
 
meet(FunctionCall) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.ConstantOptimizer.ConstantVisitor
 
meet(Bound) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.ConstantOptimizer.ConstantVisitor
 
meet(If) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.ConstantOptimizer.ConstantVisitor
 
meet(Regex) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.ConstantOptimizer.ConstantVisitor
Override meetBinaryValueOperator
meet(Var) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.ConstantOptimizer.VarNameCollector
 
meet(Filter) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.DisjunctiveConstraintOptimizer.OrSameTermOptimizer
 
meet(EmptySet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
meet(SingletonSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
meet(BindingSetAssignment) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
meet(ZeroLengthPath) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
meet(ArbitraryLengthPath) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
meet(Service) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
meet(StatementPattern) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
meet(TripleRef) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
meet(Join) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
meet(LeftJoin) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
meet(Filter) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.FilterOptimizer.FilterFinder
 
meet(Join) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.FilterOptimizer.FilterRelocator
 
meet(LeftJoin) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.FilterOptimizer.FilterRelocator
 
meet(Union) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.FilterOptimizer.FilterRelocator
 
meet(Difference) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.FilterOptimizer.FilterRelocator
 
meet(Intersection) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.FilterOptimizer.FilterRelocator
 
meet(Extension) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.FilterOptimizer.FilterRelocator
 
meet(EmptySet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.FilterOptimizer.FilterRelocator
 
meet(Filter) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.FilterOptimizer.FilterRelocator
 
meet(Distinct) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.FilterOptimizer.FilterRelocator
 
meet(Order) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.FilterOptimizer.FilterRelocator
 
meet(QueryRoot) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.FilterOptimizer.FilterRelocator
 
meet(Reduced) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.FilterOptimizer.FilterRelocator
 
meet(Union) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.IterativeEvaluationOptimizer.IEOVisitor
 
meet(Projection) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.OrderLimitOptimizer.OrderOptimizer
 
meet(Order) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.OrderLimitOptimizer.OrderOptimizer
 
meet(Var) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.OrderLimitOptimizer.OrderOptimizer
 
meet(LeftJoin) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryJoinOptimizer.JoinVisitor
Deprecated.
 
meet(StatementPattern) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryJoinOptimizer.JoinVisitor
Deprecated.
 
meet(Join) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryJoinOptimizer.JoinVisitor
Deprecated.
 
meet(Join) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryModelNormalizer
 
meet(LeftJoin) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryModelNormalizer
 
meet(Union) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryModelNormalizer
 
meet(Difference) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryModelNormalizer
 
meet(Intersection) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryModelNormalizer
 
meet(Filter) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryModelNormalizer
 
meet(Or) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryModelNormalizer
 
meet(And) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryModelNormalizer
 
meet(Join) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryModelPruner.TreeSanitizer
Deprecated.
 
meet(LeftJoin) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryModelPruner.TreeSanitizer
Deprecated.
 
meet(Union) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryModelPruner.TreeSanitizer
Deprecated.
 
meet(Difference) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryModelPruner.TreeSanitizer
Deprecated.
 
meet(Intersection) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryModelPruner.TreeSanitizer
Deprecated.
 
meet(Regex) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.RegexAsStringFunctionOptimizer.RegexAsStringFunctionVisitor
 
meet(BindingSetAssignment) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.SameTermFilterOptimizer.BindingSetAssignmentCollector
 
meet(Filter) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.SameTermFilterOptimizer.SameTermFilterVisitor
 
meet(Var) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.SameTermFilterOptimizer.VarBinder
 
meet(Var) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.SameTermFilterOptimizer.VarRenamer
 
meet(ProjectionElem) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.SameTermFilterOptimizer.VarRenamer
 
meet(Add) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(And) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(ArbitraryLengthPath) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(Avg) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(BindingSetAssignment) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(BNodeGenerator) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(Bound) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(Clear) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(Coalesce) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(Compare) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(CompareAll) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(CompareAny) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(DescribeOperator) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(Copy) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(Count) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(Create) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(Datatype) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(DeleteData) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(Difference) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(Distinct) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(EmptySet) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(Exists) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(Extension) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(ExtensionElem) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(Filter) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(FunctionCall) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(Group) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(GroupConcat) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(GroupElem) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(If) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(In) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(InsertData) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(Intersection) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(IRIFunction) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(IsBNode) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(IsLiteral) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(IsNumeric) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(IsResource) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(IsURI) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(Join) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(Label) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(Lang) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(LangMatches) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(LeftJoin) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(Like) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(Load) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(LocalName) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(MathExpr) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(Max) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(Min) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(Modify) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(Move) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(MultiProjection) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(Namespace) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(Not) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(Or) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(Order) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(OrderElem) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(Projection) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(ProjectionElem) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(ProjectionElemList) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(QueryRoot) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(Reduced) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(Regex) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(SameTerm) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(Sample) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(Service) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(SingletonSet) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(Slice) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(StatementPattern) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(Str) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(Sum) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(Union) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(ValueConstant) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(ListMemberOperator) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(Var) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(ZeroLengthPath) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(TripleRef) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(ValueExprTripleRef) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meet(Join) - Method in class org.eclipse.rdf4j.query.algebra.helpers.BGPCollector
 
meet(StatementPattern) - Method in class org.eclipse.rdf4j.query.algebra.helpers.BGPCollector
 
meet(Filter) - Method in class org.eclipse.rdf4j.query.algebra.helpers.QueryModelNodeReplacer
Deprecated.
 
meet(Filter) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternCollector
 
meet(StatementPattern) - Method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternCollector
 
meet(Var) - Method in class org.eclipse.rdf4j.query.algebra.helpers.VarNameCollector
 
meet(QueryRoot) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(Add) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(And) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(ArbitraryLengthPath) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(Avg) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(BindingSetAssignment) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(BNodeGenerator) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(Bound) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(Clear) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(Coalesce) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(Compare) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(CompareAll) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(CompareAny) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(DescribeOperator) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(Copy) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(Count) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(Create) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(Datatype) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(DeleteData) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(Difference) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(Distinct) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(EmptySet) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(Exists) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(Extension) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(ExtensionElem) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(Filter) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(FunctionCall) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(Group) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(GroupConcat) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(GroupElem) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(If) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(In) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(InsertData) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(Intersection) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(IRIFunction) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(IsBNode) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(IsLiteral) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(IsNumeric) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(IsResource) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(IsURI) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(Join) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(Label) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(Lang) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(LangMatches) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(LeftJoin) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(Like) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(Load) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(LocalName) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(MathExpr) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(Max) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(Min) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(Modify) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(Move) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(MultiProjection) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(Namespace) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(Not) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(Or) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(Order) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(OrderElem) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(Projection) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(ProjectionElem) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(ProjectionElemList) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(Reduced) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(Regex) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(SameTerm) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(Sample) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(Service) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(SingletonSet) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(Slice) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(StatementPattern) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(Str) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(Sum) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(Union) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(ValueConstant) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(ListMemberOperator) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(Var) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(ZeroLengthPath) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(TripleRef) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(ValueExprTripleRef) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meet(Filter) - Method in class org.eclipse.rdf4j.query.parser.sparql.TripleRefCollector
 
meet(TripleRef) - Method in class org.eclipse.rdf4j.query.parser.sparql.TripleRefCollector
 
meet(ValueExprTripleRef) - Method in class org.eclipse.rdf4j.query.parser.sparql.TripleRefCollector
 
meet(SameTerm) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder.SameTermCollector
Deprecated.
 
meet(Var) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder.VarCollector
Deprecated.
 
meet(StatementPattern) - Method in class org.eclipse.rdf4j.queryrender.BaseTupleExprRenderer
 
meet(Slice) - Method in class org.eclipse.rdf4j.queryrender.BaseTupleExprRenderer
 
meet(ExtensionElem) - Method in class org.eclipse.rdf4j.queryrender.BaseTupleExprRenderer
 
meet(ProjectionElemList) - Method in class org.eclipse.rdf4j.queryrender.BaseTupleExprRenderer
 
meet(OrderElem) - Method in class org.eclipse.rdf4j.queryrender.BaseTupleExprRenderer
 
meet(Distinct) - Method in class org.eclipse.rdf4j.queryrender.BaseTupleExprRenderer
 
meet(Reduced) - Method in class org.eclipse.rdf4j.queryrender.BaseTupleExprRenderer
 
meet(Join) - Method in class org.eclipse.rdf4j.queryrender.sparql.ContextCollector
 
meet(LeftJoin) - Method in class org.eclipse.rdf4j.queryrender.sparql.ContextCollector
 
meet(Union) - Method in class org.eclipse.rdf4j.queryrender.sparql.ContextCollector
 
meet(Difference) - Method in class org.eclipse.rdf4j.queryrender.sparql.ContextCollector
 
meet(Intersection) - Method in class org.eclipse.rdf4j.queryrender.sparql.ContextCollector
 
meet(Filter) - Method in class org.eclipse.rdf4j.queryrender.sparql.ContextCollector
 
meet(StatementPattern) - Method in class org.eclipse.rdf4j.queryrender.sparql.ContextCollector
 
meet(Join) - Method in class org.eclipse.rdf4j.queryrender.sparql.SparqlTupleExprRenderer
 
meet(LeftJoin) - Method in class org.eclipse.rdf4j.queryrender.sparql.SparqlTupleExprRenderer
 
meet(Union) - Method in class org.eclipse.rdf4j.queryrender.sparql.SparqlTupleExprRenderer
 
meet(Difference) - Method in class org.eclipse.rdf4j.queryrender.sparql.SparqlTupleExprRenderer
 
meet(Intersection) - Method in class org.eclipse.rdf4j.queryrender.sparql.SparqlTupleExprRenderer
 
meet(Filter) - Method in class org.eclipse.rdf4j.queryrender.sparql.SparqlTupleExprRenderer
 
meet(StatementPattern) - Method in class org.eclipse.rdf4j.queryrender.sparql.SparqlTupleExprRenderer
 
meet(StatementPattern) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.EmptyPatternOptimizer
 
meet(EmptySet) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.EvaluationStatistics.CardinalityCalculator
 
meet(SingletonSet) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.EvaluationStatistics.CardinalityCalculator
 
meet(StatementPattern) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.EvaluationStatistics.CardinalityCalculator
 
meet(Slice) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.EvaluationStatistics.CardinalityCalculator
 
meet(Join) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.EvaluationStatistics.CardinalityCalculator
 
meet(LeftJoin) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.EvaluationStatistics.CardinalityCalculator
 
meet(LeftJoin) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.FederationJoinOptimizer
Deprecated.
 
meet(Union) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.FederationJoinOptimizer
Deprecated.
 
meet(Distinct) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.PrepareOwnedTupleExpr
 
meet(Reduced) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.PrepareOwnedTupleExpr
 
meet(Projection) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.PrepareOwnedTupleExpr
 
meet(LeftJoin) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.PrepareOwnedTupleExpr
 
meet(Join) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.PrepareOwnedTupleExpr
 
meet(StatementPattern) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.PrepareOwnedTupleExpr
 
meet(Join) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.QueryModelPruner.TreeSanitizer
 
meet(LeftJoin) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.QueryModelPruner.TreeSanitizer
 
meet(Union) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.QueryModelPruner.TreeSanitizer
 
meet(Difference) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.QueryModelPruner.TreeSanitizer
 
meet(Intersection) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.QueryModelPruner.TreeSanitizer
 
meet(LeftJoin) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.QueryMultiJoinOptimizer.JoinVisitor
 
meet(Join) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.QueryMultiJoinOptimizer.JoinVisitor
 
meetBinaryTupleOperator(BinaryTupleOperator) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
meetBinaryTupleOperator(BinaryTupleOperator) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
Method called by all meet methods with a BinaryTupleOperator node as argument.
meetBinaryTupleOperator(BinaryTupleOperator) - Method in class org.eclipse.rdf4j.query.algebra.helpers.QueryModelNodeReplacer
Deprecated.
 
meetBinaryTupleOperator(BinaryTupleOperator) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.EvaluationStatistics.CardinalityCalculator
 
meetBinaryValueOperator(BinaryValueOperator) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.ConstantOptimizer.ConstantVisitor
 
meetBinaryValueOperator(BinaryValueOperator) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
Method called by all meet methods with a BinaryValueOperator node as argument.
meetBinaryValueOperator(BinaryValueOperator) - Method in class org.eclipse.rdf4j.query.algebra.helpers.QueryModelNodeReplacer
Deprecated.
 
meetCompareSubQueryValueOperator(CompareSubQueryValueOperator) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
Method called by all meet methods with a CompareSubQueryValueOperator node as argument.
meetExternalSet(ExternalSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
meetJoin(TupleExpr) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.QueryMultiJoinOptimizer.JoinVisitor
 
meetMultiJoin(NaryJoin) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.EvaluationStatistics.CardinalityCalculator
 
meetMultiJoin(NaryJoin) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.FederationJoinOptimizer
Deprecated.
 
meetMultiJoin(NaryJoin) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.PrepareOwnedTupleExpr
 
meetMultiJoin(NaryJoin) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.QueryModelPruner.TreeSanitizer
 
meetNAryValueOperator(NAryValueOperator) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
Method called by all meet methods with a NAryValueOperator node as argument.
meetNJoin(NJoin) - Method in class org.eclipse.rdf4j.federated.optimizer.StatementGroupAndJoinOptimizer
 
meetNode(QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
meetNode(QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.FilterOptimizer.FilterRelocator
 
meetNode(QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.TupleFunctionEvaluationStatistics.TupleFunctionCardinalityCalculator
 
meetNode(QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
Method called by all of the other meet methods that are not overridden in subclasses.
meetNode(QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.helpers.BGPCollector
 
meetNode(QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.helpers.QueryModelNodeReplacer
Deprecated.
 
meetNode(QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.helpers.QueryModelTreePrinter
 
meetNode(QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.helpers.QueryModelTreeToGenericPlanNode
 
meetNode(QueryModelNode) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.PrepareOwnedTupleExpr
 
meetOther(QueryModelNode) - Method in class org.eclipse.rdf4j.federated.optimizer.FilterOptimizer.FilterExprInsertVisitor
 
meetOther(QueryModelNode) - Method in class org.eclipse.rdf4j.federated.optimizer.LimitOptimizer
 
meetOther(QueryModelNode) - Method in class org.eclipse.rdf4j.federated.optimizer.StatementGroupAndJoinOptimizer
 
meetOther(QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
 
meetOther(QueryModelNode) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelVisitor
 
meetOther(QueryModelNode) - Method in class org.eclipse.rdf4j.query.parser.sparql.TripleRefCollector
 
meetOther(QueryModelNode) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.EvaluationStatistics.CardinalityCalculator
 
meetOther(QueryModelNode) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.FederationJoinOptimizer
Deprecated.
 
meetOther(QueryModelNode) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.OwnedTupleExprPruner
 
meetOther(QueryModelNode) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.PrepareOwnedTupleExpr
 
meetOther(QueryModelNode) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.QueryModelPruner.TreeSanitizer
 
meetOther(QueryModelNode) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.QueryMultiJoinOptimizer.JoinVisitor
 
meetSubQueryValueOperator(SubQueryValueOperator) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
Method called by all meet methods with a SubQueryValueOperator node as argument.
meetUnaryTupleOperator(UnaryTupleOperator) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
meetUnaryTupleOperator(UnaryTupleOperator) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryModelNormalizer
 
meetUnaryTupleOperator(UnaryTupleOperator) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
Method called by all meet methods with a UnaryTupleOperator node as argument.
meetUnaryTupleOperator(UnaryTupleOperator) - Method in class org.eclipse.rdf4j.query.algebra.helpers.QueryModelNodeReplacer
Deprecated.
 
meetUnaryTupleOperator(UnaryTupleOperator) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.FederationJoinOptimizer
Deprecated.
 
meetUnaryValueOperator(UnaryValueOperator) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.ConstantOptimizer.ConstantVisitor
 
meetUnaryValueOperator(UnaryValueOperator) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
Method called by all meet methods with a UnaryValueOperator node as argument.
meetUnaryValueOperator(UnaryValueOperator) - Method in class org.eclipse.rdf4j.query.algebra.helpers.QueryModelNodeReplacer
Deprecated.
 
meetUpdateExpr(UpdateExpr) - Method in class org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor
Method called by all meet methods with a UpdateExpr node as argument.
MEMBER - Static variable in class org.eclipse.rdf4j.federated.repository.FedXRepositoryConfig
IRI of the property pointing to a federation member node
MEMBER - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
MEMBER - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
MEMBER - Static variable in class org.eclipse.rdf4j.model.vocabulary.LDP
ldp:member
MEMBER - Static variable in class org.eclipse.rdf4j.model.vocabulary.LIST
 
MEMBER - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
void:member
MEMBER - Static variable in class org.eclipse.rdf4j.model.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#member
MEMBER - Static variable in class org.eclipse.rdf4j.model.vocabulary.SKOS
The skos:member relation.
MEMBER - Static variable in class org.eclipse.rdf4j.sail.federation.config.FederationConfig
Deprecated.
 
Member - Class in org.eclipse.rdf4j.spin.function.list
 
Member() - Constructor for class org.eclipse.rdf4j.spin.function.list.Member
 
MEMBER_DURING - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
void:memberDuring
MEMBER_LIST - Static variable in class org.eclipse.rdf4j.model.vocabulary.SKOS
The skos:memberList relation.
MEMBER_OF - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
void:memberOf
MEMBER_SUBJECT - Static variable in class org.eclipse.rdf4j.model.vocabulary.LDP
ldp:MemberSubject
members - Variable in class org.eclipse.rdf4j.federated.FedXFactory
 
MEMBERS - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#members
MEMBERSHIP - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
void:Membership
MEMBERSHIP_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
MEMBERSHIP_RESOURCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.LDP
ldp:membershipResource
MemBNode - Class in org.eclipse.rdf4j.sail.memory.model
A MemoryStore-specific extension of BNodeImpl giving it node properties.
MemBNode(Object, String) - Constructor for class org.eclipse.rdf4j.sail.memory.model.MemBNode
Creates a new MemBNode for a bnode ID.
MemIRI - Class in org.eclipse.rdf4j.sail.memory.model
A MemoryStore-specific implementation of URI that stores separated namespace and local name information to enable reuse of namespace String objects (reducing memory usage) and that gives it node properties.
MemIRI(Object, String, String) - Constructor for class org.eclipse.rdf4j.sail.memory.model.MemIRI
Creates a new MemURI for a URI.
MemLiteral - Class in org.eclipse.rdf4j.sail.memory.model
A MemoryStore-specific extension of Literal giving it node properties.
MemLiteral(Object, String) - Constructor for class org.eclipse.rdf4j.sail.memory.model.MemLiteral
Creates a new Literal which will get the supplied label.
MemLiteral(Object, String, String) - Constructor for class org.eclipse.rdf4j.sail.memory.model.MemLiteral
Creates a new Literal which will get the supplied label and language code.
MemLiteral(Object, String, IRI) - Constructor for class org.eclipse.rdf4j.sail.memory.model.MemLiteral
Creates a new Literal which will get the supplied label and datatype.
MemoryInfo() - Constructor for class org.eclipse.rdf4j.common.webapp.system.SystemInfoController.MemoryInfo
 
MemoryInfo() - Constructor for class org.eclipse.rdf4j.common.webapp.system.SystemOverviewController.MemoryInfo
 
MemoryStore - Class in org.eclipse.rdf4j.sail.memory
An implementation of the Sail interface that stores its data in main memory and that can use a file for persistent storage.
MemoryStore() - Constructor for class org.eclipse.rdf4j.sail.memory.MemoryStore
Creates a new MemoryStore.
MemoryStore(File) - Constructor for class org.eclipse.rdf4j.sail.memory.MemoryStore
Creates a new persistent MemoryStore.
MemoryStoreConfig - Class in org.eclipse.rdf4j.sail.memory.config
 
MemoryStoreConfig() - Constructor for class org.eclipse.rdf4j.sail.memory.config.MemoryStoreConfig
 
MemoryStoreConfig(boolean) - Constructor for class org.eclipse.rdf4j.sail.memory.config.MemoryStoreConfig
 
MemoryStoreConfig(boolean, long) - Constructor for class org.eclipse.rdf4j.sail.memory.config.MemoryStoreConfig
 
MemoryStoreConnection - Class in org.eclipse.rdf4j.sail.memory
Implementation of a Sail Connection for memory stores.
MemoryStoreConnection(MemoryStore) - Constructor for class org.eclipse.rdf4j.sail.memory.MemoryStoreConnection
 
MemoryStoreFactory - Class in org.eclipse.rdf4j.sail.memory.config
A SailFactory that creates MemoryStores based on RDF configuration data.
MemoryStoreFactory() - Constructor for class org.eclipse.rdf4j.sail.memory.config.MemoryStoreFactory
 
MemoryStoreSchema - Class in org.eclipse.rdf4j.sail.memory.config
Defines constants for the MemoryStore schema which is used by MemoryStoreFactorys to initialize MemoryStores.
MemoryStoreSchema() - Constructor for class org.eclipse.rdf4j.sail.memory.config.MemoryStoreSchema
 
MemResource - Interface in org.eclipse.rdf4j.sail.memory.model
A MemoryStore-specific extension of Resource giving it subject statements.
MemStatement - Class in org.eclipse.rdf4j.sail.memory.model
A MemStatement is a Statement which contains context information and a flag indicating whether the statement is explicit or inferred.
MemStatement(MemResource, MemIRI, MemValue, MemResource, int) - Constructor for class org.eclipse.rdf4j.sail.memory.model.MemStatement
Creates a new MemStatement with the supplied subject, predicate, object and context and marks it as 'explicit'.
MemStatement(MemResource, MemIRI, MemValue, MemResource, boolean, int) - Constructor for class org.eclipse.rdf4j.sail.memory.model.MemStatement
Creates a new MemStatement with the supplied subject, predicate, object and context.
MemStatementIterator<X extends Exception> - Class in org.eclipse.rdf4j.sail.memory.model
A StatementIterator that can iterate over a list of Statement objects.
MemStatementIterator(MemStatementList, MemResource, MemIRI, MemValue, Boolean, int, MemResource...) - Constructor for class org.eclipse.rdf4j.sail.memory.model.MemStatementIterator
Creates a new MemStatementIterator that will iterate over the statements contained in the supplied MemStatementList searching for statements that match the specified pattern of subject, predicate, object and context(s).
MemStatementList - Class in org.eclipse.rdf4j.sail.memory.model
A dedicated data structure for storing MemStatement objects, offering operations optimized for their use in the memory Sail.
MemStatementList() - Constructor for class org.eclipse.rdf4j.sail.memory.model.MemStatementList
Creates a new MemStatementList.
MemStatementList(int) - Constructor for class org.eclipse.rdf4j.sail.memory.model.MemStatementList
 
MemStatementList(MemStatementList) - Constructor for class org.eclipse.rdf4j.sail.memory.model.MemStatementList
 
MemTriple - Class in org.eclipse.rdf4j.sail.memory.model
A MemoryStore-specific implementation of Triple.
MemTriple(Object, MemResource, MemIRI, MemValue) - Constructor for class org.eclipse.rdf4j.sail.memory.model.MemTriple
 
MemValue - Interface in org.eclipse.rdf4j.sail.memory.model
A MemoryStore-specific extension of the Value interface, giving it node properties.
MemValueFactory - Class in org.eclipse.rdf4j.sail.memory.model
A factory for MemValue objects that keeps track of created objects to prevent the creation of duplicate objects, minimizing memory usage as a result.
MemValueFactory() - Constructor for class org.eclipse.rdf4j.sail.memory.model.MemValueFactory
 
MENTION_OF - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:mentionOf
MESH - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/MESH
Message - Class in org.eclipse.rdf4j.common.webapp
 
Message(Message.Type, String) - Constructor for class org.eclipse.rdf4j.common.webapp.Message
 
MESSAGE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:message
Message.Type - Enum in org.eclipse.rdf4j.common.webapp
 
MessageHandlerInterceptor - Class in org.eclipse.rdf4j.common.webapp
Interceptor that inserts some commonly used values into the model.
MessageHandlerInterceptor() - Constructor for class org.eclipse.rdf4j.common.webapp.MessageHandlerInterceptor
 
MET - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:Met
METERED_TIME - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:meteredTime
METHOD - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
METHOD_OF_ACCRUAL - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/MethodOfAccrual
METHOD_OF_INSTRUCTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/MethodOfInstruction
mExtensions - Variable in class org.eclipse.rdf4j.queryrender.BaseTupleExprRenderer
A map of the extensions specified in the query.
Min - Class in org.eclipse.rdf4j.query.algebra
 
Min(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Min
 
Min(ValueExpr, boolean) - Constructor for class org.eclipse.rdf4j.query.algebra.Min
 
min(Operand) - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
 
MIN_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#Min Represents MIN aggregations.
MIN_COUNT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:minCount
MIN_COUNT_CONSTRAINT_COMPONENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:MinCountConstraintComponent
MIN_COUNT_CONSTRAINT_COMPONENT_MIN_COUNT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:MinCountConstraintComponent-minCount
MIN_EXCLUSIVE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:minExclusive
MIN_EXCLUSIVE_CONSTRAINT_COMPONENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:MinExclusiveConstraintComponent
MIN_EXCLUSIVE_CONSTRAINT_COMPONENT_MIN_EXCLUSIVE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:MinExclusiveConstraintComponent-minExclusive
MIN_EXPIRY - Static variable in class org.eclipse.rdf4j.workbench.proxy.CacheFilter
Minimum allowed expiry lifetime, zero, which corresponds to not caching at all.
MIN_INCLUSIVE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:minInclusive
MIN_INCLUSIVE_CONSTRAINT_COMPONENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:MinInclusiveConstraintComponent
MIN_INCLUSIVE_CONSTRAINT_COMPONENT_MIN_INCLUSIVE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:MinInclusiveConstraintComponent-minInclusive
MIN_LENGTH - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:minLength
MIN_LENGTH_CONSTRAINT_COMPONENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:MinLengthConstraintComponent
MIN_LENGTH_CONSTRAINT_COMPONENT_MIN_LENGTH - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:MinLengthConstraintComponent-minLength
MINCARDINALITY - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#minCardinality
MinCountFilter - Class in org.eclipse.rdf4j.sail.shacl.planNodes
 
MinCountFilter(PlanNode, long) - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.MinCountFilter
 
MinExclusiveFilter - Class in org.eclipse.rdf4j.sail.shacl.planNodes
 
MinExclusiveFilter(PlanNode, BigDecimal) - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.MinExclusiveFilter
 
MinLengthFilter - Class in org.eclipse.rdf4j.sail.shacl.planNodes
 
MinLengthFilter(PlanNode, long) - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.MinLengthFilter
 
MINQUALIFIEDCARDINALITY - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#minQualifiedCardinality
minus(Operand) - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
-operand
minus(GraphPattern...) - Method in interface org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphPattern
Create a MINUS graph pattern with the given graph patterns and add it to this graph pattern (converting this to a group graph pattern in the process):
minus(GraphPattern...) - Method in class org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphPatternNotTriples
Like GraphPattern.minus(GraphPattern...), but mutates and returns this instance
minus(GraphPattern...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphPatterns
 
MINUS_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#Minus A MINUS element group.
MinusIteration<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
An Iteration that returns the results of an Iteration (the left argument) minus the results of another Iteration (the right argument).
MinusIteration(Iteration<? extends E, X>, Iteration<? extends E, X>) - Constructor for class org.eclipse.rdf4j.common.iteration.MinusIteration
Creates a new MinusIteration that returns the results of the left argument minus the results of the right argument.
MinusIteration(Iteration<? extends E, X>, Iteration<? extends E, X>, boolean) - Constructor for class org.eclipse.rdf4j.common.iteration.MinusIteration
Creates a new MinusIteration that returns the results of the left argument minus the results of the right argument.
MINUTE - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:minute
MINUTES - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:minutes
Minutes - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.datetime
The SPARQL built-in Function MINUTES, as defined in SPARQL Query Language for RDF
Minutes() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.datetime.Minutes
 
MINUTES_FROM_DATETIME - Static variable in class org.eclipse.rdf4j.model.vocabulary.FN
fn:minutes-from-dateTime
MissingInitParameterException - Exception in org.eclipse.rdf4j.workbench.exceptions
 
MissingInitParameterException(String) - Constructor for exception org.eclipse.rdf4j.workbench.exceptions.MissingInitParameterException
 
mLimit - Variable in class org.eclipse.rdf4j.queryrender.BaseTupleExprRenderer
The limit of results for the query, or -1 for no limit
Mod - Class in org.eclipse.rdf4j.spin.function.spif
 
Mod() - Constructor for class org.eclipse.rdf4j.spin.function.spif.Mod
 
MOD_FUNCTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIF
 
MOD_MAX_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
MOD_MIN_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
MOD_PATH_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#ModPath A modified path such as rdfs:subClassOf*.
MODE - Static variable in class org.eclipse.rdf4j.model.vocabulary.EARL
 
Model - Interface in org.eclipse.rdf4j.model
An RDF Model, represented as a Set of Statements with predictable iteration order.
ModelBuilder - Class in org.eclipse.rdf4j.model.util
Builder to facilitate easier creation of new RDF Model objects via a fluent interface.
ModelBuilder() - Constructor for class org.eclipse.rdf4j.model.util.ModelBuilder
Create a new ModelBuilder.
ModelBuilder(Model) - Constructor for class org.eclipse.rdf4j.model.util.ModelBuilder
Create a new ModelBuilder which will append to the supplied Model.
ModelCollector - Class in org.eclipse.rdf4j.model.util
Collects a stream of Statements into a Model.
ModelCollector() - Constructor for class org.eclipse.rdf4j.model.util.ModelCollector
Constructor
ModelCollector(ModelFactory) - Constructor for class org.eclipse.rdf4j.model.util.ModelCollector
Constructor
ModelException - Exception in org.eclipse.rdf4j.model.util
An exception thrown by Model and Models when specific conditions are not met.
ModelException(Value) - Constructor for exception org.eclipse.rdf4j.model.util.ModelException
 
ModelException(Value, Value) - Constructor for exception org.eclipse.rdf4j.model.util.ModelException
 
ModelException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.model.util.ModelException
 
ModelException(String) - Constructor for exception org.eclipse.rdf4j.model.util.ModelException
 
ModelException(Throwable) - Constructor for exception org.eclipse.rdf4j.model.util.ModelException
 
modelException(String) - Static method in class org.eclipse.rdf4j.model.util.Models
Creates a Supplier of ModelException objects that be passed to Optional.orElseThrow(Supplier) to generate exceptions as necessary.
ModelFactory - Interface in org.eclipse.rdf4j.model
Factory to create empty Model implementations.
ModelInterface - Interface in org.eclipse.rdf4j.sail.shacl.results
Deprecated.
ModelNamespacesTest - Class in org.eclipse.rdf4j.model
An abstract test class to test the handling of namespaces by Model implementations.
ModelNamespacesTest() - Constructor for class org.eclipse.rdf4j.model.ModelNamespacesTest
 
Models - Class in org.eclipse.rdf4j.model.util
Utility functions for working with Models and other Statement collections.
Models() - Constructor for class org.eclipse.rdf4j.model.util.Models
 
ModelStatement(LinkedHashModel.ModelNode<Resource>, LinkedHashModel.ModelNode<IRI>, LinkedHashModel.ModelNode<Value>, LinkedHashModel.ModelNode<Resource>) - Constructor for class org.eclipse.rdf4j.model.impl.LinkedHashModel.ModelStatement
 
ModelStatement(LinkedHashModel.ModelNode<Resource>, LinkedHashModel.ModelNode<IRI>, LinkedHashModel.ModelNode<Value>, LinkedHashModel.ModelNode<Resource>, Statement) - Constructor for class org.eclipse.rdf4j.model.impl.LinkedHashModel.ModelStatement
 
modelToRdfJsonInternal(Model, WriterConfig, JsonGenerator) - Static method in class org.eclipse.rdf4j.rio.rdfjson.RDFJSONWriter
 
MODEM - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
Deprecated.
ModificationTest - Class in org.eclipse.rdf4j.repository.optimistic
 
ModificationTest() - Constructor for class org.eclipse.rdf4j.repository.optimistic.ModificationTest
 
MODIFIED - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/modified
MODIFY - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:modify
MODIFY - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:Modify
Modify - Class in org.eclipse.rdf4j.query.algebra
 
Modify(TupleExpr, TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Modify
 
Modify(TupleExpr, TupleExpr, TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Modify
 
modify(Tuple) - Method in interface org.eclipse.rdf4j.sail.shacl.planNodes.TupleMapper.ModifyTupleInterface
 
MODIFY() - Static method in class org.eclipse.rdf4j.sparqlbuilder.core.query.Queries
Creates a SPARQL Modify query
MODIFY_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#Modify Represents a MODIFY (part of SPARQL UPDATE language).
ModifyQuery - Class in org.eclipse.rdf4j.sparqlbuilder.core.query
The SPARQL Modify Queries
MODULE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:module
MODULE_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#Module An abstract building block of a SPARQL system.
MODULES_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#Modules An "artificial" parent class for all Functions and Templates.
mOffset - Variable in class org.eclipse.rdf4j.queryrender.BaseTupleExprRenderer
The query offset, or -1 for no offset
MONDAY - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:Monday
Monitoring - Interface in org.eclipse.rdf4j.federated.monitoring
 
MonitoringFactory - Class in org.eclipse.rdf4j.federated.monitoring
 
MonitoringFactory() - Constructor for class org.eclipse.rdf4j.federated.monitoring.MonitoringFactory
 
MonitoringImpl - Class in org.eclipse.rdf4j.federated.monitoring
Implementation supporting the following monitoring features: - monitor remote requests per endpoint - maintain a query backlog using QueryLog
MonitoringImpl.MonitoringInformation - Class in org.eclipse.rdf4j.federated.monitoring
 
MonitoringInformation(Endpoint) - Constructor for class org.eclipse.rdf4j.federated.monitoring.MonitoringImpl.MonitoringInformation
 
monitoringService - Variable in class org.eclipse.rdf4j.federated.evaluation.TripleSourceBase
 
MonitoringService - Interface in org.eclipse.rdf4j.federated.monitoring
 
MonitoringUtil - Class in org.eclipse.rdf4j.federated.monitoring
 
MonitoringUtil() - Constructor for class org.eclipse.rdf4j.federated.monitoring.MonitoringUtil
 
monitorQuery(QueryInfo) - Method in interface org.eclipse.rdf4j.federated.monitoring.Monitoring
 
monitorQuery(QueryInfo) - Method in class org.eclipse.rdf4j.federated.monitoring.MonitoringImpl
 
monitorQuery(QueryInfo) - Method in class org.eclipse.rdf4j.federated.monitoring.NoopMonitoringImpl
 
monitorRemoteRequest() - Method in class org.eclipse.rdf4j.federated.evaluation.TripleSourceBase
 
monitorRemoteRequest(Endpoint) - Method in interface org.eclipse.rdf4j.federated.monitoring.Monitoring
 
monitorRemoteRequest(Endpoint) - Method in class org.eclipse.rdf4j.federated.monitoring.MonitoringImpl
 
monitorRemoteRequest(Endpoint) - Method in class org.eclipse.rdf4j.federated.monitoring.NoopMonitoringImpl
 
MonotonicTest - Class in org.eclipse.rdf4j.repository.optimistic
 
MonotonicTest() - Constructor for class org.eclipse.rdf4j.repository.optimistic.MonotonicTest
 
MONTH - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:month
Month - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.datetime
The SPARQL built-in Function MONTH, as defined in SPARQL Query Language for RDF
Month() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.datetime.Month
 
MONTH_FROM_DATETIME - Static variable in class org.eclipse.rdf4j.model.vocabulary.FN
fn:month-from-dateTime
MONTH_OF_YEAR - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:MonthOfYear
MONTH_OF_YEAR_PROP - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:monthOfYear
MONTHS - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:months
mOrdering - Variable in class org.eclipse.rdf4j.queryrender.BaseTupleExprRenderer
The elements specified in the order by clause of the query
MOVE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:move
Move - Class in org.eclipse.rdf4j.query.algebra
 
Move() - Constructor for class org.eclipse.rdf4j.query.algebra.Move
 
Move(ValueConstant) - Constructor for class org.eclipse.rdf4j.query.algebra.Move
 
MOVE() - Static method in class org.eclipse.rdf4j.sparqlbuilder.core.query.Queries
Creates a SPARQL MOVE Query
MoveQuery - Class in org.eclipse.rdf4j.sparqlbuilder.core.query
A SPARQL MOVE Query
moveRecursive(File, File, Collection<File>) - Static method in class org.eclipse.rdf4j.common.io.FileUtil
Moves the given file and all files under it (if it's a directory) to the given location, excluding the given collection of File objects!
MOZILLA - Static variable in class org.eclipse.rdf4j.workbench.base.AbstractServlet
 
mProjection - Variable in class org.eclipse.rdf4j.queryrender.BaseTupleExprRenderer
The list of elements include in the projection of the query
mProjectionPatterns - Variable in class org.eclipse.rdf4j.queryrender.builder.AbstractQueryBuilder
Deprecated.
 
mProjectionVars - Variable in class org.eclipse.rdf4j.queryrender.builder.AbstractQueryBuilder
Deprecated.
 
mReduced - Variable in class org.eclipse.rdf4j.queryrender.BaseTupleExprRenderer
Whether or not the query is reduced
MSG - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
Deprecated.
MSIE - Static variable in class org.eclipse.rdf4j.workbench.base.AbstractServlet
 
MSN_CHAT_ID - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
MUL - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
MultipleFileLogReader - Class in org.eclipse.rdf4j.common.logging.file.logback
Date range-enabled wrapper for FileLogReader.
MultipleFileLogReader() - Constructor for class org.eclipse.rdf4j.common.logging.file.logback.MultipleFileLogReader
 
MultipleFileLogReader.DateRangeFilenameFilter - Class in org.eclipse.rdf4j.common.logging.file.logback
Custom filename filter
multiply(Operand...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
operand1 * operand2 * ...
Multiply - Class in org.eclipse.rdf4j.spin.function
 
Multiply() - Constructor for class org.eclipse.rdf4j.spin.function.Multiply
 
MultiProjection - Class in org.eclipse.rdf4j.query.algebra
A "multi-projection" that can produce multiple solutions from a single set of bindings.
MultiProjection() - Constructor for class org.eclipse.rdf4j.query.algebra.MultiProjection
 
MultiProjection(TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.MultiProjection
 
MultiProjection(TupleExpr, Iterable<ProjectionElemList>) - Constructor for class org.eclipse.rdf4j.query.algebra.MultiProjection
 
MultiProjectionIterator - Class in org.eclipse.rdf4j.query.algebra.evaluation.iterator
 
MultiProjectionIterator(MultiProjection, CloseableIteration<BindingSet, QueryEvaluationException>, BindingSet) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.iterator.MultiProjectionIterator
 
MultiStreamPlanNode - Interface in org.eclipse.rdf4j.sail.shacl.planNodes
 
MUSE - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:Muse
MutableTupleQueryResult - Class in org.eclipse.rdf4j.query.impl
An implementation of the TupleQueryResult interface that stores the complete query result in memory.
MutableTupleQueryResult(Collection<String>, BindingSet...) - Constructor for class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
 
MutableTupleQueryResult(Collection<String>, Collection<? extends BindingSet>) - Constructor for class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
Creates a query result table with the supplied binding names.
MutableTupleQueryResult(Collection<String>, Iteration<? extends BindingSet, E>) - Constructor for class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
 
MutableTupleQueryResult(TupleQueryResult) - Constructor for class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
 
MYERS_BRIGGS - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 

N

N - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:n
N3 - Static variable in class org.eclipse.rdf4j.rio.RDFFormat
The N3/Notation3 file format.
N3Parser - Class in org.eclipse.rdf4j.rio.n3
 
N3Parser() - Constructor for class org.eclipse.rdf4j.rio.n3.N3Parser
Creates a new N3Parser that will use a SimpleValueFactory to create RDF model objects.
N3Parser(ValueFactory) - Constructor for class org.eclipse.rdf4j.rio.n3.N3Parser
Creates a new N3Parser that will use the supplied ValueFactory to create RDF model objects.
N3ParserFactory - Class in org.eclipse.rdf4j.rio.n3
An RDFParserFactory for N3 parsers.
N3ParserFactory() - Constructor for class org.eclipse.rdf4j.rio.n3.N3ParserFactory
 
N3ParserTestCase - Class in org.eclipse.rdf4j.rio.n3
JUnit test for the N3 parser that uses the tests that are available online.
N3ParserTestCase() - Constructor for class org.eclipse.rdf4j.rio.n3.N3ParserTestCase
 
N3Writer - Class in org.eclipse.rdf4j.rio.n3
An implementation of the RDFWriter interface that writes RDF documents in N3 format.
N3Writer(OutputStream) - Constructor for class org.eclipse.rdf4j.rio.n3.N3Writer
Creates a new N3Writer that will write to the supplied OutputStream.
N3Writer(OutputStream, ParsedIRI) - Constructor for class org.eclipse.rdf4j.rio.n3.N3Writer
Creates a new N3Writer that will write to the supplied OutputStream.
N3Writer(Writer) - Constructor for class org.eclipse.rdf4j.rio.n3.N3Writer
Creates a new N3Writer that will write to the supplied Writer.
N3Writer(Writer, ParsedIRI) - Constructor for class org.eclipse.rdf4j.rio.n3.N3Writer
Creates a new N3Writer that will write to the supplied Writer.
N3WriterFactory - Class in org.eclipse.rdf4j.rio.n3
An RDFWriterFactory for N3 writers.
N3WriterFactory() - Constructor for class org.eclipse.rdf4j.rio.n3.N3WriterFactory
 
NAME - Static variable in class org.eclipse.rdf4j.console.setting.ConsoleWidth
 
NAME - Static variable in class org.eclipse.rdf4j.console.setting.LogLevel
 
NAME - Static variable in class org.eclipse.rdf4j.console.setting.Prefixes
 
NAME - Static variable in class org.eclipse.rdf4j.console.setting.QueryPrefix
 
NAME - Static variable in class org.eclipse.rdf4j.console.setting.SaveHistory
 
NAME - Static variable in class org.eclipse.rdf4j.console.setting.ShowPrefix
 
NAME - Static variable in class org.eclipse.rdf4j.console.setting.WorkDir
 
name - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.IndependentJoingroupBindingsIteration2.BindingInfo
 
name - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.IndependentJoingroupBindingsIteration3.BindingInfo
 
NAME - Static variable in interface org.eclipse.rdf4j.IsolationLevel
Shared constant for the TransactionSetting name used for isolation levels.
NAME - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:name
NAME - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
NAME - Static variable in class org.eclipse.rdf4j.model.vocabulary.SD
name
NAME - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:name
NAME - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:Name
NAME - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#Name
name - Variable in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
name - Variable in class org.eclipse.rdf4j.repository.RepositoryTest
 
Name - Class in org.eclipse.rdf4j.spin.function.spif
 
Name() - Constructor for class org.eclipse.rdf4j.spin.function.spif.Name
 
NAME_FUNCTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIF
 
nameAlice - Variable in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
nameAlice - Variable in class org.eclipse.rdf4j.repository.RepositoryTest
 
nameBob - Variable in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
nameBob - Variable in class org.eclipse.rdf4j.repository.RepositoryTest
 
named() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.TargetedGraphManagementQuery
Target all named graphs
NAMED_GRAPH_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SD
Named Graph
NAMED_GRAPH_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#NamedGraph A named Graph element such as GRAPH {...}.
NAMED_GRAPH_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
Parameter name for the named graph URI parameter.
NAMED_GRAPH_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SD
named graph
NAMED_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#named Used in DROP and CLEAR.
namedGraph(Resource) - Method in class org.eclipse.rdf4j.model.util.ModelBuilder
Set the current graph in which to add new statements to the supplied named graph.
namedGraph(String) - Method in class org.eclipse.rdf4j.model.util.ModelBuilder
Set the current graph in which to add new statements to the supplied named graph.
NAMEDINDIVIDUAL - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#NamedIndividual
namedResult(String, Object) - Method in class org.eclipse.rdf4j.workbench.util.TupleResultBuilder
TupleResultBuilder.start(String...) must be called before using this method.
NAMESPACE - Static variable in class org.eclipse.rdf4j.federated.repository.FedXRepositoryConfig
FedX schema namespace (http://rdf4j.org/config/federation#).
NAMESPACE - Static variable in class org.eclipse.rdf4j.federated.util.Vocabulary.FEDX
 
NAMESPACE - Static variable in class org.eclipse.rdf4j.federated.util.Vocabulary.SD
 
Namespace - Interface in org.eclipse.rdf4j.model
A namespace, consisting of a namespace name and a prefix that has been assigned to it.
NAMESPACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.AFN
http://jena.hpl.hp.com/ARQ/function
NAMESPACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.APF
http://jena.hpl.hp.com/ARQ/property
NAMESPACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DASH
 
NAMESPACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DC
Dublin Core elements namespace: http://purl.org/dc/elements/1.1/
NAMESPACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCAT
The DCAT namespace: http://www.w3.org/ns/dcat#
NAMESPACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
Dublin Core Terms namespace: http://purl.org/dc/terms/
NAMESPACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
The DOAP namespace: http://usefulinc.com/ns/doap#
NAMESPACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.EARL
The EARL namespace: http://www.w3.org/ns/earl#
NAMESPACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.FN
The XPath functions namespace ( http://www.w3.org/2005/xpath-functions#).
NAMESPACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
The FOAF namespace: http://xmlns.com/foaf/0.1/
NAMESPACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEO
 
NAMESPACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEOF
 
NAMESPACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
The HYDRA namespace: http://www.w3.org/ns/hydra/core#
NAMESPACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.LDP
The LDP namespace: http://www.w3.org/ns/ldp#
NAMESPACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.LIST
http://jena.hpl.hp.com/ARQ/list
NAMESPACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.LOCN
The LOCN namespace: http://www.w3.org/ns/locn#
NAMESPACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
The ODRL 2.2 namespace: http://www.w3.org/ns/odrl/2/
NAMESPACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
The Organization Ontology namespace: http://www.w3.org/ns/org#
NAMESPACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
The OWL namespace: http://www.w3.org/2002/07/owl#
NAMESPACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
The PROV-O namespace: http://www.w3.org/ns/prov#
NAMESPACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#
NAMESPACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.RDF4J
The RDF4J namespace ( http://rdf4j.org/schema/rdf4j#).
NAMESPACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.RDFS
The RDF Schema namepace: http://www.w3.org/2000/01/rdf-schema#
NAMESPACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ROV
The ROV namespace: http://www.w3.org/ns/regorg#
NAMESPACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.RSX
The namespace (http://rdf4j.org/shacl-extensions#).
NAMESPACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SD
http://www.w3.org/ns/sparql-service-description#
NAMESPACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SESAME
The Sesame Schema namespace ( http://www.openrdf.org/schema/sesame#).
NAMESPACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SESAMEQNAME
The Sesame QName Schema namespace ( http://www.openrdf.org/schema/qname#).
NAMESPACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
The SHACL namespace: http://www.w3.org/ns/shacl#
NAMESPACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SKOS
The SKOS namespace: http://www.w3.org/2004/02/skos/core#
NAMESPACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SKOSXL
The SKOS-XL namespace: http://www.w3.org/2008/05/skos-xl#
NAMESPACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp An RDF Schema to syntactically represent SPARQL queries (including SPARQL UPDATE) as RDF triples.
NAMESPACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIF
http://spinrdf.org/spif
NAMESPACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin An RDF Schema that can be used to attach constraints and rules to RDFS classes, and to encapsulate reusable SPARQL queries into functions and templates.
NAMESPACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPINX
http://spinrdf.org/spinx
NAMESPACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPL
http://spinrdf.org/spl
NAMESPACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
The Time namespace: http://www.w3.org/2006/time#
NAMESPACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.VANN
The VANN namespace: http://purl.org/vocab/vann/
NAMESPACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
The VCARD4 namespace: http://www.w3.org/2006/vcard/ns#
NAMESPACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.VOID
The VoID namespace: http://rdfs.org/ns/void#
NAMESPACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.WGS84
The WGS84 namespace ("http://www.w3.org/2003/01/geo/wgs84_pos#").
NAMESPACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
The XML Schema namespace (http://www.w3.org/2001/XMLSchema#).
Namespace - Class in org.eclipse.rdf4j.query.algebra
The NAMESPACE function, which selects the namespace of URIs.
Namespace() - Constructor for class org.eclipse.rdf4j.query.algebra.Namespace
 
Namespace(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Namespace
 
NAMESPACE - Static variable in class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetSchema
 
NAMESPACE - Static variable in class org.eclipse.rdf4j.repository.config.RepositoryConfigSchema
The HTTPRepository schema namespace (http://www.openrdf.org/config/repository#).
NAMESPACE - Static variable in class org.eclipse.rdf4j.repository.contextaware.config.ContextAwareSchema
The ContextAwareRepository schema namespace ( http://www.openrdf.org/config/repository/contextaware#).
NAMESPACE - Static variable in class org.eclipse.rdf4j.repository.http.config.HTTPRepositorySchema
The HTTPRepository schema namespace (http://www.openrdf.org/config/repository/http#).
NAMESPACE - Static variable in class org.eclipse.rdf4j.repository.manager.RepositoryManager
The ProxyRepository schema namespace ( http://www.openrdf.org/config/repository/proxy#).
NAMESPACE - Static variable in class org.eclipse.rdf4j.repository.sail.config.ProxyRepositorySchema
The ProxyRepository schema namespace ( http://www.openrdf.org/config/repository/proxy#).
NAMESPACE - Static variable in class org.eclipse.rdf4j.repository.sail.config.SailRepositorySchema
The SailRepository schema namespace (http://www.openrdf.org/config/repository/sail#).
NAMESPACE - Static variable in class org.eclipse.rdf4j.repository.sparql.config.SPARQLRepositoryConfig
 
NAMESPACE - Static variable in interface org.eclipse.rdf4j.rio.trix.TriXConstants
The TriX namespace.
NAMESPACE - Static variable in class org.eclipse.rdf4j.sail.base.config.BaseSailSchema
The BaseSail schema namespace (http://www.openrdf.org/config/sail/base#).
NAMESPACE - Static variable in class org.eclipse.rdf4j.sail.config.SailConfigSchema
The Sail API schema namespace ( http://www.openrdf.org/config/sail#).
NAMESPACE - Static variable in class org.eclipse.rdf4j.sail.elasticsearchstore.config.ElasticsearchStoreSchema
The ElasticsearchStore schema namespace (http://rdf4j.org/config/sail/elasticsearchstore#).
NAMESPACE - Static variable in class org.eclipse.rdf4j.sail.federation.config.FederationConfig
Deprecated.
http://www.openrdf.org/config/sail/federation#
NAMESPACE - Static variable in class org.eclipse.rdf4j.sail.inferencer.fc.config.CustomGraphQueryInferencerSchema
The CustomGraphQueryInferencer schema namespace ( http://www.openrdf.org/config/sail/customGraphQueryInferencer#).
NAMESPACE - Static variable in class org.eclipse.rdf4j.sail.lucene.config.LuceneSailConfigSchema
The LuceneSail schema namespace ( http://www.openrdf.org/config/sail/lucene#).
NAMESPACE - Static variable in class org.eclipse.rdf4j.sail.lucene.LuceneSailSchema
 
NAMESPACE - Static variable in class org.eclipse.rdf4j.sail.memory.config.MemoryStoreSchema
The MemoryStore schema namespace (http://www.openrdf.org/config/sail/memory#).
NAMESPACE - Static variable in class org.eclipse.rdf4j.sail.nativerdf.config.NativeStoreSchema
The NativeStore schema namespace (http://www.openrdf.org/config/sail/native#).
NAMESPACE - Static variable in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailSchema
The ShaclSail schema namespace (http://rdf4j.org/config/sail/shacl#).
NAMESPACE - Static variable in class org.eclipse.rdf4j.sail.spin.config.SpinSailSchema
The SpinSail schema namespace ( http://www.openrdf.org/config/sail/spin#).
NAMESPACE_CACHE_SIZE - Static variable in class org.eclipse.rdf4j.sail.nativerdf.config.NativeStoreSchema
http://www.openrdf.org/config/sail/native#namespaceCacheSize
NAMESPACE_CACHE_SIZE - Static variable in class org.eclipse.rdf4j.sail.nativerdf.ValueStore
Deprecated.
The default namespace cache size.
NAMESPACE_ID_CACHE_SIZE - Static variable in class org.eclipse.rdf4j.sail.nativerdf.config.NativeStoreSchema
http://www.openrdf.org/config/sail/native#namespaceIDCacheSize
NAMESPACE_ID_CACHE_SIZE - Static variable in class org.eclipse.rdf4j.sail.nativerdf.ValueStore
Deprecated.
The default namespace id cache size.
NAMESPACE_PROP - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:namespace
NAMESPACE_RECORD_MARKER - Static variable in interface org.eclipse.rdf4j.query.resultio.binary.BinaryQueryResultConstants
 
NamespaceAware - Interface in org.eclipse.rdf4j.model
An interface that is used to signify that something is able to provide Namespace information, in addition to Statements.
NamespaceController - Class in org.eclipse.rdf4j.http.server.repository.namespaces
Handles requests for manipulating a specific namespace definition in a repository.
NamespaceController() - Constructor for class org.eclipse.rdf4j.http.server.repository.namespaces.NamespaceController
 
NamespaceImpl - Class in org.eclipse.rdf4j.model.impl
Deprecated.
since 2.0. Use SimpleNamespace instead.
NamespaceImpl(String, String) - Constructor for class org.eclipse.rdf4j.model.impl.NamespaceImpl
Deprecated.
since 2.0. Use SimpleNamespace instead.
NAMESPACES - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
Relative location of the namespaces list resource of a repository.
Namespaces - Class in org.eclipse.rdf4j.model.util
A utility class to perform operations on Namespaces.
NAMESPACES - Static variable in class org.eclipse.rdf4j.rio.helpers.BasicParserSettings
Setting to provide a collection of Namespace objects which will be used when parsing RDF as the basis for the default set of namespaces of the document.
NamespacesController - Class in org.eclipse.rdf4j.http.server.repository.namespaces
Handles requests for the list of namespace definitions for a repository.
NamespacesController() - Constructor for class org.eclipse.rdf4j.http.server.repository.namespaces.NamespacesController
 
NamespacesServlet - Class in org.eclipse.rdf4j.workbench.commands
 
NamespacesServlet() - Constructor for class org.eclipse.rdf4j.workbench.commands.NamespacesServlet
 
namespaceStore - Variable in class org.eclipse.rdf4j.sail.extensiblestore.ExtensibleStore
 
NamespaceStoreInterface - Interface in org.eclipse.rdf4j.sail.extensiblestore
 
namespaceTable - Variable in class org.eclipse.rdf4j.rio.helpers.AbstractRDFWriter
Mapping from namespace prefixes to namespace names.
NamingThreadFactory - Class in org.eclipse.rdf4j.federated.evaluation.concurrent
Utility class for named threads
NamingThreadFactory(String) - Constructor for class org.eclipse.rdf4j.federated.evaluation.concurrent.NamingThreadFactory
 
NaN - Static variable in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
 
NARROW_MATCH - Static variable in class org.eclipse.rdf4j.model.vocabulary.SKOS
The skos:narrowMatch relation.
NARROWER - Static variable in class org.eclipse.rdf4j.model.vocabulary.SKOS
The skos:narrower relation.
NARROWER_TRANSITIVE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SKOS
The skos:narrowerTransitive relation.
NaryJoin - Class in org.eclipse.rdf4j.sail.federation.algebra
A natural join between two tuple expressions.
NaryJoin() - Constructor for class org.eclipse.rdf4j.sail.federation.algebra.NaryJoin
 
NaryJoin(TupleExpr...) - Constructor for class org.eclipse.rdf4j.sail.federation.algebra.NaryJoin
Creates a new natural join operator.
NaryJoin(List<TupleExpr>) - Constructor for class org.eclipse.rdf4j.sail.federation.algebra.NaryJoin
Creates a new natural join operator.
NaryJoinArgumentsComparator - Class in org.eclipse.rdf4j.federated.optimizer
Comparator: partial order: OwnedStatementSourcePatternGroup -> OwnedStatementSourcePattern -> StatementSourcePattern
NaryJoinArgumentsComparator() - Constructor for class org.eclipse.rdf4j.federated.optimizer.NaryJoinArgumentsComparator
 
NAryValueOperator - Class in org.eclipse.rdf4j.query.algebra
An abstract superclass for N-ary value operators.
NAryValueOperator() - Constructor for class org.eclipse.rdf4j.query.algebra.NAryValueOperator
 
NAryValueOperator(List<ValueExpr>) - Constructor for class org.eclipse.rdf4j.query.algebra.NAryValueOperator
Creates a new N-Ary value operator.
NativeBNode - Class in org.eclipse.rdf4j.sail.nativerdf.model
 
NativeBNode(ValueStoreRevision, int) - Constructor for class org.eclipse.rdf4j.sail.nativerdf.model.NativeBNode
 
NativeBNode(ValueStoreRevision, String) - Constructor for class org.eclipse.rdf4j.sail.nativerdf.model.NativeBNode
 
NativeBNode(ValueStoreRevision, String, int) - Constructor for class org.eclipse.rdf4j.sail.nativerdf.model.NativeBNode
 
NativeIRI - Class in org.eclipse.rdf4j.sail.nativerdf.model
 
NativeIRI(ValueStoreRevision, int) - Constructor for class org.eclipse.rdf4j.sail.nativerdf.model.NativeIRI
 
NativeIRI(ValueStoreRevision, String) - Constructor for class org.eclipse.rdf4j.sail.nativerdf.model.NativeIRI
 
NativeIRI(ValueStoreRevision, String, int) - Constructor for class org.eclipse.rdf4j.sail.nativerdf.model.NativeIRI
 
NativeIRI(ValueStoreRevision, String, String) - Constructor for class org.eclipse.rdf4j.sail.nativerdf.model.NativeIRI
 
NativeIRI(ValueStoreRevision, String, String, int) - Constructor for class org.eclipse.rdf4j.sail.nativerdf.model.NativeIRI
 
NativeLiteral - Class in org.eclipse.rdf4j.sail.nativerdf.model
 
NativeLiteral(ValueStoreRevision, int) - Constructor for class org.eclipse.rdf4j.sail.nativerdf.model.NativeLiteral
 
NativeLiteral(ValueStoreRevision, String) - Constructor for class org.eclipse.rdf4j.sail.nativerdf.model.NativeLiteral
 
NativeLiteral(ValueStoreRevision, String, int) - Constructor for class org.eclipse.rdf4j.sail.nativerdf.model.NativeLiteral
 
NativeLiteral(ValueStoreRevision, String, String) - Constructor for class org.eclipse.rdf4j.sail.nativerdf.model.NativeLiteral
 
NativeLiteral(ValueStoreRevision, String, String, int) - Constructor for class org.eclipse.rdf4j.sail.nativerdf.model.NativeLiteral
 
NativeLiteral(ValueStoreRevision, String, IRI) - Constructor for class org.eclipse.rdf4j.sail.nativerdf.model.NativeLiteral
 
NativeLiteral(ValueStoreRevision, String, IRI, int) - Constructor for class org.eclipse.rdf4j.sail.nativerdf.model.NativeLiteral
 
NativeRepositoryInformation - Class in org.eclipse.rdf4j.federated.endpoint.provider
Graph information for RDF4J NativeStore initialization.
NativeRepositoryInformation(Model, Resource) - Constructor for class org.eclipse.rdf4j.federated.endpoint.provider.NativeRepositoryInformation
 
NativeRepositoryInformation(String, String) - Constructor for class org.eclipse.rdf4j.federated.endpoint.provider.NativeRepositoryInformation
 
NativeResource - Interface in org.eclipse.rdf4j.sail.nativerdf.model
 
NativeStore - Class in org.eclipse.rdf4j.sail.nativerdf
A SAIL implementation using B-Tree indexing on disk for storing and querying its data.
NativeStore() - Constructor for class org.eclipse.rdf4j.sail.nativerdf.NativeStore
Creates a new NativeStore.
NativeStore(File) - Constructor for class org.eclipse.rdf4j.sail.nativerdf.NativeStore
 
NativeStore(File, String) - Constructor for class org.eclipse.rdf4j.sail.nativerdf.NativeStore
 
nativeStore - Variable in class org.eclipse.rdf4j.sail.nativerdf.NativeStoreConnection
 
NativeStoreConfig - Class in org.eclipse.rdf4j.sail.nativerdf.config
 
NativeStoreConfig() - Constructor for class org.eclipse.rdf4j.sail.nativerdf.config.NativeStoreConfig
 
NativeStoreConfig(String) - Constructor for class org.eclipse.rdf4j.sail.nativerdf.config.NativeStoreConfig
 
NativeStoreConfig(String, boolean) - Constructor for class org.eclipse.rdf4j.sail.nativerdf.config.NativeStoreConfig
 
NativeStoreConnection - Class in org.eclipse.rdf4j.sail.nativerdf
 
NativeStoreConnection(NativeStore) - Constructor for class org.eclipse.rdf4j.sail.nativerdf.NativeStoreConnection
 
NativeStoreFactory - Class in org.eclipse.rdf4j.sail.nativerdf.config
A SailFactory that creates NativeStores based on RDF configuration data.
NativeStoreFactory() - Constructor for class org.eclipse.rdf4j.sail.nativerdf.config.NativeStoreFactory
 
NativeStoreProvider - Class in org.eclipse.rdf4j.federated.endpoint.provider
Provider for an Endpoint that uses a RDF4J NativeStore as underlying repository.
NativeStoreProvider(File) - Constructor for class org.eclipse.rdf4j.federated.endpoint.provider.NativeStoreProvider
 
NativeStoreSchema - Class in org.eclipse.rdf4j.sail.nativerdf.config
Defines constants for the NativeStore schema which is used by NativeStoreFactorys to initialize NativeStores.
NativeStoreSchema() - Constructor for class org.eclipse.rdf4j.sail.nativerdf.config.NativeStoreSchema
 
NativeValue - Interface in org.eclipse.rdf4j.sail.nativerdf.model
 
NAVIGATION_MODEL_KEY - Static variable in class org.eclipse.rdf4j.common.webapp.navigation.NavigationModel
 
NavigationFunctions - Class in org.eclipse.rdf4j.common.webapp.navigation.functions
JSTL functions for navigation.
NavigationFunctions() - Constructor for class org.eclipse.rdf4j.common.webapp.navigation.functions.NavigationFunctions
 
NavigationHandlerInterceptor - Class in org.eclipse.rdf4j.common.webapp.navigation
Interceptor that inserts the navigation model for the current Spring view into the model.
NavigationHandlerInterceptor() - Constructor for class org.eclipse.rdf4j.common.webapp.navigation.NavigationHandlerInterceptor
 
NavigationModel - Class in org.eclipse.rdf4j.common.webapp.navigation
NavigationModel represents the navigation structure of a web application.
NavigationModel() - Constructor for class org.eclipse.rdf4j.common.webapp.navigation.NavigationModel
Construct a new, anonymous, empty NavigationModel
NavigationModel(String) - Constructor for class org.eclipse.rdf4j.common.webapp.navigation.NavigationModel
Construct a new emtpy NavigationModel with the specified ID.
NavigationNode - Interface in org.eclipse.rdf4j.common.webapp.navigation
NavigationNode represents a node in a NavigationModel.
NavigationNodeBase - Class in org.eclipse.rdf4j.common.webapp.navigation
Deprecated.
since 4.0. Use AbstractNavigationNode instead.
NavigationNodeBase(String) - Constructor for class org.eclipse.rdf4j.common.webapp.navigation.NavigationNodeBase
Deprecated.
 
NavigationXmlParser - Class in org.eclipse.rdf4j.common.webapp.navigation
XPath-based parser for NavigationModel configuration files.
NavigationXmlParser() - Constructor for class org.eclipse.rdf4j.common.webapp.navigation.NavigationXmlParser
 
NCNAME - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#NCName
NE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
ne(String, String) - Method in class org.eclipse.rdf4j.queryrender.builder.FilterBuilder
Deprecated.
 
ne(String, Value) - Method in class org.eclipse.rdf4j.queryrender.builder.FilterBuilder
Deprecated.
 
ne(String, String) - Static method in class org.eclipse.rdf4j.queryrender.builder.ValueExprFactory
Deprecated.
 
ne(String, Value) - Static method in class org.eclipse.rdf4j.queryrender.builder.ValueExprFactory
Deprecated.
 
needsFullRecomputation() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.AbstractForwardChainingInferencerConnection
Indicates if a full recomputation of the deductive closure is needed.
NegatedPropertySet - Class in org.eclipse.rdf4j.query.parser.sparql
Deprecated.
since 3.0. This feature is for internal use only: its existence, signature or behavior may change without warning from one release to the next.
NegatedPropertySet() - Constructor for class org.eclipse.rdf4j.query.parser.sparql.NegatedPropertySet
Deprecated.
 
NEGATIVE_INFINITY - Static variable in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
 
NEGATIVE_INTEGER - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#negativeInteger
NegativeIntegerCast - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.xsd
A Function that tries to cast its argument to an xsd:negativeInteger .
NegativeIntegerCast() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.NegativeIntegerCast
 
NegativeParserTest - Class in org.eclipse.rdf4j.rio
 
NegativeParserTest(IRI, String, String, String, RDFParser, FailureMode) - Constructor for class org.eclipse.rdf4j.rio.NegativeParserTest
 
NEGATIVEPROPERTYASSERTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#NegativePropertyAssertion
NEIGHBOR - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:Neighbor
NEQ - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:neq
newBulkUpdate() - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
 
newBulkUpdate() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractSearchIndex
 
newBulkUpdate() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneIndex
 
newBulkUpdate() - Method in class org.eclipse.rdf4j.sail.solr.SolrIndex
 
newDocument(String, String, String) - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
 
newDocument(String, String, String) - Method in class org.eclipse.rdf4j.sail.lucene.AbstractSearchIndex
 
newDocument(String, String, String) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneIndex
 
newDocument(String, String, String) - Method in class org.eclipse.rdf4j.sail.solr.SolrIndex
 
newerThan(AppVersion) - Method in class org.eclipse.rdf4j.common.app.AppVersion
Checks if this version is newer than the specified version, according to the result of AppVersion.compareTo(AppVersion).
newFederation() - Static method in class org.eclipse.rdf4j.federated.FedXFactory
Create a new customizable FedX federation.
newRepository() - Method in class org.eclipse.rdf4j.query.parser.serql.SeRQLQueryTestCase
 
newRepository(String) - Method in class org.eclipse.rdf4j.query.parser.serql.SeRQLQueryTestCase
 
newRepository() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
newRepository() - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQL11UpdateComplianceTest
 
newRepository() - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLQueryComplianceTest
 
newRepository() - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLQueryTest
Deprecated.
 
newRepository() - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLUpdateConformanceTest
Deprecated.
 
newRepository() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
Create a new Repository object.
newRepository() - Method in class org.eclipse.rdf4j.repository.CascadeValueExceptionTest
 
newRepository() - Method in class org.eclipse.rdf4j.repository.EquivalentTest
 
newRepository() - Method in class org.eclipse.rdf4j.repository.GraphQueryResultTest
 
newRepository() - Method in class org.eclipse.rdf4j.repository.SparqlAggregatesTest
 
newRepository() - Method in class org.eclipse.rdf4j.repository.SparqlDatasetTest
 
newRepository() - Method in class org.eclipse.rdf4j.repository.SparqlOrderByTest
 
newRepository() - Method in class org.eclipse.rdf4j.repository.SparqlRegexTest
 
newRepository() - Method in class org.eclipse.rdf4j.repository.SparqlSetBindingTest
 
newRepository() - Method in class org.eclipse.rdf4j.repository.TupleQueryResultTest
 
newSail() - Method in class org.eclipse.rdf4j.query.parser.serql.SeRQLQueryTestCase
 
newSail() - Method in class org.eclipse.rdf4j.shacl.manifest.AbstractSHACLTest
Deprecated.
Creates a new un-initialized Sail stack
newThread(Runnable) - Method in class org.eclipse.rdf4j.federated.evaluation.concurrent.NamingThreadFactory
 
next() - Method in class org.eclipse.rdf4j.common.concurrent.locks.LockingIteration
 
next() - Method in class org.eclipse.rdf4j.common.iteration.CloseableIteratorIteration
 
next() - Method in class org.eclipse.rdf4j.common.iteration.ConvertingIteration
Returns the next element from the source type iteration.
next() - Method in class org.eclipse.rdf4j.common.iteration.DelayedIteration
Calls the next method of the underlying iteration.
next() - Method in class org.eclipse.rdf4j.common.iteration.EmptyIteration
 
next() - Method in class org.eclipse.rdf4j.common.iteration.ExceptionConvertingIteration
Returns the next element from the wrapped Iteration.
next() - Method in class org.eclipse.rdf4j.common.iteration.FilterIteration
 
next() - Method in interface org.eclipse.rdf4j.common.iteration.Iteration
Returns the next element in the iteration.
next() - Method in class org.eclipse.rdf4j.common.iteration.IterationWrapper
Returns the next element from the wrapped Iteration.
next() - Method in class org.eclipse.rdf4j.common.iteration.IteratorIteration
 
next() - Method in class org.eclipse.rdf4j.common.iteration.LimitIteration
 
next() - Method in class org.eclipse.rdf4j.common.iteration.LookAheadIteration
 
next() - Method in class org.eclipse.rdf4j.common.iteration.SilentIteration
 
next() - Method in class org.eclipse.rdf4j.common.iteration.SingletonIteration
 
next() - Method in class org.eclipse.rdf4j.common.iteration.TimeLimitIteration
 
next() - Method in class org.eclipse.rdf4j.common.iterator.CloseableIterationIterator
 
next() - Method in class org.eclipse.rdf4j.common.iterator.LookAheadIterator
 
next() - Method in class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
 
next() - Method in class org.eclipse.rdf4j.common.logging.file.logback.FileLogReader
 
next() - Method in class org.eclipse.rdf4j.common.logging.file.logback.MultipleFileLogReader
 
next() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.CloseDependentConnectionIteration
 
next() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.ConsumingIteration
 
next() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.FilteringInsertBindingsIteration
 
next() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.GraphToBindingSetConversionIteration
 
next() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.LazyMutableClosableIteration
 
next() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.PrintingIteration
 
next() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.QueryResultIteration
 
next() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.SingleBindingSetIteration
 
next() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.StatementConversionIteration
 
next() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.StopRemainingExecutionsOnCloseIteration
 
next() - Method in class org.eclipse.rdf4j.model.util.PatternIterator
 
NEXT - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
next() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.GroupIterator
 
next() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.QueryContextIteration
 
next() - Method in class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
 
next() - Method in class org.eclipse.rdf4j.repository.RepositoryResult
 
next() - Method in class org.eclipse.rdf4j.repository.sparql.federation.CollectionIteration
 
next() - Method in class org.eclipse.rdf4j.repository.sparql.query.InsertBindingSetCursor
 
next() - Method in class org.eclipse.rdf4j.rio.helpers.CodePointIterator
 
next() - Method in class org.eclipse.rdf4j.sail.federation.evaluation.InsertBindingSetCursor
 
next() - Method in interface org.eclipse.rdf4j.sail.nativerdf.btree.RecordIterator
Returns the next record in the BTree.
next() - Method in class org.eclipse.rdf4j.sail.nativerdf.datastore.DataFile.DataIterator
 
next() - Method in class org.eclipse.rdf4j.sail.nativerdf.datastore.HashFile.IDIterator
Returns the next ID that has been mapped to the specified hash code, or -1 if no more IDs were found.
next() - Method in class org.eclipse.rdf4j.sail.shacl.CloseablePeakableIteration
Deprecated.
 
next() - Method in class org.eclipse.rdf4j.sail.shacl.results.lazy.ValidationResultIterator
Deprecated.
 
next() - Method in class org.eclipse.rdf4j.util.iterators.ConvertingIterator
Returns the next element from the source type itertor.
next() - Method in class org.eclipse.rdf4j.util.iterators.EmptyIterator
 
next() - Method in class org.eclipse.rdf4j.util.iterators.FilterIterator
 
next() - Method in class org.eclipse.rdf4j.util.iterators.SingletonIterator
 
NEXT_EXECUTOR_ID - Static variable in class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelExecutorBase
 
NEXT_JOIN_ID - Static variable in class org.eclipse.rdf4j.repository.sparql.federation.JoinExecutorBase
Deprecated.
No replacement, don't use static shared int variables.
NEXT_POLICY - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:nextPolicy
NEXT_QUERY_ID - Static variable in class org.eclipse.rdf4j.federated.structures.QueryInfo
 
NEXT_RULE_PROPERTY_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#nextRuleProperty Can be used to link two sub-properties of spin:rule (or spin:rule itself) to instruct the SPIN engine to execute one set of rules before another one.
nextFromCache(Iterator<E>) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.HashJoinIteration
 
nextFromCache(Iterator<E>) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator.LimitedSizeHashJoinIteration
 
NICK - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
NICKNAME - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:nickname
nightwatch - Variable in class org.eclipse.rdf4j.sail.RDFStoreTest
 
NIL - Static variable in class org.eclipse.rdf4j.model.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#nil
NIL - Static variable in class org.eclipse.rdf4j.model.vocabulary.SESAME
The SPARQL null context identifier ( http://www.openrdf.org/schema/sesame#nil)
NioFile - Class in org.eclipse.rdf4j.common.io
File wrapper that protects against concurrent file closing events due to e.g.
NioFile(File) - Constructor for class org.eclipse.rdf4j.common.io.NioFile
Constructor Opens a file in read/write mode, creating a new one if the file doesn't exist.
NioFile(File, String) - Constructor for class org.eclipse.rdf4j.common.io.NioFile
Constructor Opens a file in a specific mode, creating a new one if the file doesn't exist.
NJoin - Class in org.eclipse.rdf4j.federated.algebra
A tuple expression that represents an nary-Join.
NJoin(List<TupleExpr>, QueryInfo) - Constructor for class org.eclipse.rdf4j.federated.algebra.NJoin
Construct an nary-tuple.
NLM - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/NLM
NMTOKEN - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#NMTOKEN
NMTOKENS - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#NMTOKENS
NO_CONTEXTS - Static variable in class org.eclipse.rdf4j.rio.RDFFormat
Indicates that the Statement.getContext() URI will NOT be serialized for this format.
NO_NAMESPACES - Static variable in class org.eclipse.rdf4j.rio.RDFFormat
Indicates that all calls to RDFHandler.handleNamespace(String, String) will be ignored when serializing to this format.
NO_RDF_STAR - Static variable in class org.eclipse.rdf4j.rio.RDFFormat
Indicates that RDF* triples will NOT be serialized natively for this format.
NODE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:node
NODE_CONSTRAINT_COMPONENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:NodeConstraintComponent
NODE_CONSTRAINT_COMPONENT_NODE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:NodeConstraintComponent-node
NODE_KIND - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:NodeKind
NODE_KIND_CONSTRAINT_COMPONENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:NodeKindConstraintComponent
NODE_KIND_CONSTRAINT_COMPONENT_NODE_KIND - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:NodeKindConstraintComponent-nodeKind
NODE_KIND_PROP - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:nodeKind
NODE_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
NODE_SHAPE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:NodeShape
NODE_VALIDATOR - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:nodeValidator
NodeFactory - Class in org.eclipse.rdf4j.federated.algebra
A factory that produces globally unique IDS which are used as node identifiers, e.g.
NodeFactory() - Constructor for class org.eclipse.rdf4j.federated.algebra.NodeFactory
 
NodeKindFilter - Class in org.eclipse.rdf4j.sail.shacl.planNodes
 
NodeKindFilter(PlanNode, NodeKindPropertyShape.NodeKind) - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.NodeKindFilter
 
NOMINAL_POSITION - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:nominalPosition
NON_NEGATIVE_INTEGER - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#nonNegativeInteger
NON_POSITIVE_INTEGER - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#nonPositiveInteger
NON_RDF_SOURCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.LDP
ldp:NonRDFSource
NON_VERIFYING_PARSER_CONFIG - Static variable in class org.eclipse.rdf4j.workbench.base.TransformationServlet
 
NONE - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:None
NonNegativeIntegerCast - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.xsd
A Function that tries to cast its argument to an xsd:nonNegativeInteger .
NonNegativeIntegerCast() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.NonNegativeIntegerCast
 
NonPositiveIntegerCast - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.xsd
A Function that tries to cast its argument to an xsd:nonPositiveInteger .
NonPositiveIntegerCast() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.NonPositiveIntegerCast
 
NonSerializables - Class in org.eclipse.rdf4j.sail.model
Deprecated.
this feature is for internal use only: its existence, signature or behavior may change without warning from one release to the next.
NonUniqueTargetLang - Class in org.eclipse.rdf4j.sail.shacl.planNodes
This PlanNode takes a stream of Tuples like: (ex:companyA, "Company A"@en).
NonUniqueTargetLang(PlanNode) - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.NonUniqueTargetLang
 
NoopMonitoringImpl - Class in org.eclipse.rdf4j.federated.monitoring
 
NoopMonitoringImpl() - Constructor for class org.eclipse.rdf4j.federated.monitoring.NoopMonitoringImpl
 
normalize() - Method in class org.eclipse.rdf4j.common.net.ParsedIRI
Normalizes this IRI's components.
normalize() - Method in class org.eclipse.rdf4j.common.net.ParsedURI
Deprecated.
Normalizes the path of this URI if it has one.
normalize(String, IRI) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Normalizes the supplied value according to the normalization rules for the supplied datatype.
normalize() - Method in class org.eclipse.rdf4j.model.datatypes.XMLDateTime
Normalizes this dateTime object.
NORMALIZE_DATATYPE_VALUES - Static variable in class org.eclipse.rdf4j.rio.helpers.BasicParserSettings
Boolean setting for parser to determine whether recognised datatypes need to have their values be normalized.
NORMALIZE_LANGUAGE_TAGS - Static variable in class org.eclipse.rdf4j.rio.helpers.BasicParserSettings
Boolean setting for parser to determine whether languages need to be normalized, and to which format they should be normalized.
normalizeBoolean(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Normalizes a boolean value to its canonical representation.
normalizeByte(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Normalizes an xsd:byte.
normalizeDatatype(String, IRI, ValueFactory) - Method in interface org.eclipse.rdf4j.rio.DatatypeHandler
Normalize both the datatype URI and the literal value if appropriate, and use the given value factory to generate a literal matching a literal value and datatype URI.
normalizeDatatype(String, IRI, ValueFactory) - Method in class org.eclipse.rdf4j.rio.datatypes.DBPediaDatatypeHandler
 
normalizeDatatype(String, IRI, ValueFactory) - Method in class org.eclipse.rdf4j.rio.datatypes.GeoSPARQLDatatypeHandler
 
normalizeDatatype(String, IRI, ValueFactory) - Method in class org.eclipse.rdf4j.rio.datatypes.RDFDatatypeHandler
 
normalizeDatatype(String, IRI, ValueFactory) - Method in class org.eclipse.rdf4j.rio.datatypes.VirtuosoGeometryDatatypeHandler
 
normalizeDatatype(String, IRI, ValueFactory) - Method in class org.eclipse.rdf4j.rio.datatypes.XMLSchemaDatatypeHandler
 
normalizeDateTime(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Normalizes an xsd:dateTime.
normalizeDecimal(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Normalizes a decimal to its canonical representation.
normalizeDouble(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Normalizes a double to its canonical representation.
NORMALIZEDSTRING - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#normalizedString
normalizeFloat(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Normalizes a float to its canonical representation.
normalizeFPNumber(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Normalizes a floating point number to its canonical representation.
normalizeInt(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Normalizes an xsd:int.
normalizeInteger(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Normalizes an integer to its canonical representation.
normalizeLanguage(String, String, ValueFactory) - Method in interface org.eclipse.rdf4j.rio.LanguageHandler
Normalize both the language tag and the language if appropriate, and use the given value factory to generate a literal matching the literal value and language tag.
normalizeLanguage(String, String, ValueFactory) - Method in class org.eclipse.rdf4j.rio.languages.BCP47LanguageHandler
 
normalizeLanguage(String, String, ValueFactory) - Method in class org.eclipse.rdf4j.rio.languages.RFC3066LanguageHandler
 
normalizeLanguageTag(String) - Static method in class org.eclipse.rdf4j.model.util.Literals
Normalizes the given BCP47 language tag according to the rules defined by the JDK in the Locale API.
normalizeLong(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Normalizes an xsd:long.
normalizeNegativeInteger(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Normalizes an xsd:negativeInteger.
normalizeNonNegativeInteger(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Normalizes an xsd:nonNegativeInteger.
normalizeNonPositiveInteger(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Normalizes an xsd:nonPositiveInteger.
normalizePositiveInteger(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Normalizes an xsd:positiveInteger.
normalizeShort(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Normalizes an xsd:short.
normalizeUnsignedByte(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Normalizes an xsd:unsignedByte.
normalizeUnsignedInt(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Normalizes an xsd:unsignedInt.
normalizeUnsignedLong(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Normalizes an xsd:unsignedLong.
normalizeUnsignedShort(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Normalizes an xsd:unsignedShort.
NOT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:not
NOT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
Not - Class in org.eclipse.rdf4j.query.algebra
A boolean NOT operator operating on a boolean expressions.
Not() - Constructor for class org.eclipse.rdf4j.query.algebra.Not
 
Not(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Not
 
not(ValueExpr) - Method in class org.eclipse.rdf4j.queryrender.builder.FilterBuilder
Deprecated.
 
not(ValueExpr) - Static method in class org.eclipse.rdf4j.queryrender.builder.ValueExprFactory
Deprecated.
 
not(Operand) - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
!operand
Not - Class in org.eclipse.rdf4j.spin.function
 
Not() - Constructor for class org.eclipse.rdf4j.spin.function.Not
 
NOT_CONSTRAINT_COMPONENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:NotConstraintComponent
NOT_CONSTRAINT_COMPONENT_NOT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:NotConstraintComponent-not
NOT_EXISTS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
NOT_EXISTS_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#NotExists A NOT EXISTS element group (ARQ only).
NOTAPPLICABLE - Static variable in class org.eclipse.rdf4j.model.vocabulary.EARL
 
NOTATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SKOS
The skos:notation property.
NOTATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#NOTATION
NOTAVAILABLE - Static variable in class org.eclipse.rdf4j.model.vocabulary.EARL
 
NOTE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SKOS
The skos:note property.
NOTE - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:note
notEquals(Operand, Operand) - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
left != right
NotEqualTo - Class in org.eclipse.rdf4j.spin.function
 
NotEqualTo() - Constructor for class org.eclipse.rdf4j.spin.function.NotEqualTo
 
NOTHING - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#Nothing
NotifyingLocalRepositoryManager - Class in org.eclipse.rdf4j.repository.manager.util
NotifyingLocalRepositoryManager extends LocalRepositoryManager with support for registering listeners.
NotifyingLocalRepositoryManager(File) - Constructor for class org.eclipse.rdf4j.repository.manager.util.NotifyingLocalRepositoryManager
 
NotifyingRepository - Interface in org.eclipse.rdf4j.repository.event
 
NotifyingRepositoryConnection - Interface in org.eclipse.rdf4j.repository.event
 
NotifyingRepositoryConnectionWrapper - Class in org.eclipse.rdf4j.repository.event.base
This broadcaster is used by the RepositoryBroadcaster to wrap the delegate repository connection.
NotifyingRepositoryConnectionWrapper(Repository, RepositoryConnection) - Constructor for class org.eclipse.rdf4j.repository.event.base.NotifyingRepositoryConnectionWrapper
 
NotifyingRepositoryConnectionWrapper(Repository, RepositoryConnection, boolean) - Constructor for class org.eclipse.rdf4j.repository.event.base.NotifyingRepositoryConnectionWrapper
 
NotifyingRepositoryWrapper - Class in org.eclipse.rdf4j.repository.event.base
This notifying decorator allows listeners to register with the repository or connection and be notified when events occur.
NotifyingRepositoryWrapper() - Constructor for class org.eclipse.rdf4j.repository.event.base.NotifyingRepositoryWrapper
 
NotifyingRepositoryWrapper(Repository) - Constructor for class org.eclipse.rdf4j.repository.event.base.NotifyingRepositoryWrapper
 
NotifyingRepositoryWrapper(Repository, boolean) - Constructor for class org.eclipse.rdf4j.repository.event.base.NotifyingRepositoryWrapper
 
NotifyingSail - Interface in org.eclipse.rdf4j.sail
An interface for Sails that notify registered SailChangedListeners of changes in the data in the Sail.
NotifyingSailBase - Class in org.eclipse.rdf4j.sail.helpers
Deprecated.
since 4.0. Use AbstractNotifyingSail instead.
NotifyingSailBase() - Constructor for class org.eclipse.rdf4j.sail.helpers.NotifyingSailBase
Deprecated.
 
NotifyingSailConnection - Interface in org.eclipse.rdf4j.sail
A connection to an RDF Sail object.
NotifyingSailConnectionBase - Class in org.eclipse.rdf4j.sail.helpers
Abstract Class offering base functionality for SailConnection implementations.
NotifyingSailConnectionBase(AbstractSail) - Constructor for class org.eclipse.rdf4j.sail.helpers.NotifyingSailConnectionBase
 
NotifyingSailConnectionWrapper - Class in org.eclipse.rdf4j.sail.helpers
An implementation of the NotifyingSailConnection interface that wraps another NotifyingSailConnection object and forwards any method calls to the wrapped transaction.
NotifyingSailConnectionWrapper(NotifyingSailConnection) - Constructor for class org.eclipse.rdf4j.sail.helpers.NotifyingSailConnectionWrapper
Creates a new NotifyingSailConnectionWrapper object that wraps the supplied connection.
NotifyingSailWrapper - Class in org.eclipse.rdf4j.sail.helpers
An implementation of the StackableSail interface that wraps another Sail object and forwards any relevant calls to the wrapped Sail.
NotifyingSailWrapper() - Constructor for class org.eclipse.rdf4j.sail.helpers.NotifyingSailWrapper
Creates a new SailWrapper.
NotifyingSailWrapper(NotifyingSail) - Constructor for class org.eclipse.rdf4j.sail.helpers.NotifyingSailWrapper
Creates a new SailWrapper that wraps the supplied Sail.
notifySailChanged(SailChangedEvent) - Method in class org.eclipse.rdf4j.sail.helpers.AbstractNotifyingSail
Notifies all registered SailChangedListener's of changes to the contents of this Sail.
notifySailChanged(SailChangedEvent) - Method in class org.eclipse.rdf4j.sail.memory.MemoryStore
 
notifyStatementAdded(Statement) - Method in class org.eclipse.rdf4j.sail.helpers.NotifyingSailConnectionBase
 
notifyStatementRemoved(Statement) - Method in class org.eclipse.rdf4j.sail.helpers.NotifyingSailConnectionBase
 
NOTRE_DAME - Static variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailGeoSPARQLTest
 
NOTTESTED - Static variable in class org.eclipse.rdf4j.model.vocabulary.EARL
 
Now - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.datetime
The SPARQL built-in Function NOW, as defined in SPARQL Query Language for RDF
Now() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.datetime.Now
 
NQUADS - Static variable in class org.eclipse.rdf4j.rio.RDFFormat
The N-Quads file format, an RDF serialization format that supports recording of named graphs.
NQuadsParser - Class in org.eclipse.rdf4j.rio.nquads
RDF parser implementation for the N-Quads RDF format, extending the Rio N-Triples parser.
NQuadsParser() - Constructor for class org.eclipse.rdf4j.rio.nquads.NQuadsParser
 
NQuadsParserFactory - Class in org.eclipse.rdf4j.rio.nquads
An RDFParserFactory for N-Quads parsers.
NQuadsParserFactory() - Constructor for class org.eclipse.rdf4j.rio.nquads.NQuadsParserFactory
 
NQuadsWriter - Class in org.eclipse.rdf4j.rio.nquads
RDFWriter implementation for the N-Quads RDF format.
NQuadsWriter(OutputStream) - Constructor for class org.eclipse.rdf4j.rio.nquads.NQuadsWriter
 
NQuadsWriter(Writer) - Constructor for class org.eclipse.rdf4j.rio.nquads.NQuadsWriter
 
NQuadsWriterFactory - Class in org.eclipse.rdf4j.rio.nquads
An RDFWriterFactory for N-Quads writers.
NQuadsWriterFactory() - Constructor for class org.eclipse.rdf4j.rio.nquads.NQuadsWriterFactory
 
NS - Static variable in class org.eclipse.rdf4j.model.vocabulary.DASH
An immutable Namespace constant that represents the namespace.
NS - Static variable in class org.eclipse.rdf4j.model.vocabulary.DC
An immutable Namespace constant that represents the Dublin Core namespace.
NS - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCAT
An immutable Namespace constant that represents the Data Catalog Vocabulary namespace.
NS - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
An immutable Namespace constant that represents the Dublin Core Terms namespace.
NS - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
An immutable Namespace constant that represents the namespace.
NS - Static variable in class org.eclipse.rdf4j.model.vocabulary.FN
An immutable Namespace constant that represents the XPath Functions namespace.
NS - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
An immutable Namespace constant that represents the FOAF namespace.
NS - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
An immutable Namespace constant that represents the HYDRA namespace.
NS - Static variable in class org.eclipse.rdf4j.model.vocabulary.LDP
An immutable Namespace constant that represents the namespace.
NS - Static variable in class org.eclipse.rdf4j.model.vocabulary.LOCN
An immutable Namespace constant that represents the namespace.
NS - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
An immutable Namespace constant that represents the namespace.
NS - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
An immutable Namespace constant that represents the Organization namespace.
NS - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
An immutable Namespace constant that represents the OWL namespace.
NS - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
An immutable Namespace constant that represents the namespace.
NS - Static variable in class org.eclipse.rdf4j.model.vocabulary.RDF
An immutable Namespace constant that represents the RDF namespace.
NS - Static variable in class org.eclipse.rdf4j.model.vocabulary.RDF4J
An immutable Namespace constant that represents the RDF4J namespace.
NS - Static variable in class org.eclipse.rdf4j.model.vocabulary.RDFS
An immutable Namespace constant that represents the RDFS namespace.
NS - Static variable in class org.eclipse.rdf4j.model.vocabulary.ROV
An immutable Namespace constant that represents the Registered Organization namespace.
NS - Static variable in class org.eclipse.rdf4j.model.vocabulary.RSX
An immutable Namespace constant that represents the namespace.
NS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SD
An immutable Namespace constant that represents the SPARQL Service Description namespace.
NS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SESAME
An immutable Namespace constant that represents the Sesame Schema namespace.
NS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SESAMEQNAME
An immutable Namespace constant that represents the Sesame QName namespace.
NS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
An immutable Namespace constant that represents the namespace.
NS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SKOS
An immutable Namespace constant that represents the SKOS namespace.
NS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SKOSXL
An immutable Namespace constant that represents the SKOS-XL namespace.
NS - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
An immutable Namespace constant that represents the namespace.
NS - Static variable in class org.eclipse.rdf4j.model.vocabulary.VANN
An immutable Namespace constant that represents the VANN namespace.
NS - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
An immutable Namespace constant that represents the namespace.
NS - Static variable in class org.eclipse.rdf4j.model.vocabulary.VOID
An immutable Namespace constant that represents the VoID namespace.
NS - Static variable in class org.eclipse.rdf4j.model.vocabulary.WGS84
An immutable Namespace constant that represents the WGS84 namespace.
NS - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
An immutable Namespace constant that represents the XML Schema namespace.
nTriples - Variable in class org.eclipse.rdf4j.federated.algebra.FedXService
 
NTRIPLES - Static variable in class org.eclipse.rdf4j.rio.RDFFormat
The N-Triples file format.
NTriplesParser - Class in org.eclipse.rdf4j.rio.ntriples
RDF parser for N-Triples files.
NTriplesParser() - Constructor for class org.eclipse.rdf4j.rio.ntriples.NTriplesParser
Creates a new NTriplesParser that will use a SimpleValueFactory to create object for resources, bNodes and literals.
NTriplesParser(ValueFactory) - Constructor for class org.eclipse.rdf4j.rio.ntriples.NTriplesParser
Creates a new NTriplesParser that will use the supplied ValueFactory to create RDF model objects.
NTriplesParserFactory - Class in org.eclipse.rdf4j.rio.ntriples
An RDFParserFactory for N-Triples parsers.
NTriplesParserFactory() - Constructor for class org.eclipse.rdf4j.rio.ntriples.NTriplesParserFactory
 
NTriplesParserSettings - Class in org.eclipse.rdf4j.rio.helpers
ParserSettings for the N-Triples parser features.
NTriplesUtil - Class in org.eclipse.rdf4j.rio.helpers
Utility methods for N-Triples encoding/decoding.
NTriplesUtil() - Constructor for class org.eclipse.rdf4j.rio.helpers.NTriplesUtil
 
NTriplesUtil - Class in org.eclipse.rdf4j.rio.ntriples
Deprecated.
since 4.0. Use NTriplesUtil instead. Utility methods for N-Triples encoding/decoding.
NTriplesUtil() - Constructor for class org.eclipse.rdf4j.rio.ntriples.NTriplesUtil
Deprecated.
 
NTriplesWriter - Class in org.eclipse.rdf4j.rio.ntriples
An implementation of the RDFWriter interface that writes RDF documents in N-Triples format.
NTriplesWriter(OutputStream) - Constructor for class org.eclipse.rdf4j.rio.ntriples.NTriplesWriter
Creates a new NTriplesWriter that will write to the supplied OutputStream.
NTriplesWriter(Writer) - Constructor for class org.eclipse.rdf4j.rio.ntriples.NTriplesWriter
Creates a new NTriplesWriter that will write to the supplied Writer.
NTriplesWriterFactory - Class in org.eclipse.rdf4j.rio.ntriples
An RDFWriterFactory for N-Triples writers.
NTriplesWriterFactory() - Constructor for class org.eclipse.rdf4j.rio.ntriples.NTriplesWriterFactory
 
NTriplesWriterSettings - Class in org.eclipse.rdf4j.rio.helpers
WriterSettings for the N-Triples writer features.
NTuple - Class in org.eclipse.rdf4j.federated.algebra
Base class for any nary-tuple expression
NTuple(List<TupleExpr>, QueryInfo) - Constructor for class org.eclipse.rdf4j.federated.algebra.NTuple
Construct an nary-tuple.
NULL_PARAM_VALUE - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
Parameter value for the NULL context.
NULL_RECORD_MARKER - Static variable in interface org.eclipse.rdf4j.query.resultio.binary.BinaryQueryResultConstants
 
nullEquals(Object, Object) - Static method in class org.eclipse.rdf4j.common.lang.ObjectUtil
Compares two objects or null references.
nullEquals(Object, Object) - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
 
nullHashCode(Object) - Static method in class org.eclipse.rdf4j.common.lang.ObjectUtil
Returns the hash code of the supplied object, or 0 if a null reference is supplied.
numberPattern - Static variable in class org.eclipse.rdf4j.query.resultio.text.SPARQLResultsXSVMappingStrategy
 
NUMERIC_ABS - Static variable in class org.eclipse.rdf4j.model.vocabulary.FN
fn:numeric-abs
NUMERIC_CEIL - Static variable in class org.eclipse.rdf4j.model.vocabulary.FN
fn:numeric-ceil
NUMERIC_DURATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:numericDuration
NUMERIC_FLOOR - Static variable in class org.eclipse.rdf4j.model.vocabulary.FN
fn:numeric-floor
NUMERIC_POSITION - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:numericPosition
NUMERIC_ROUND - Static variable in class org.eclipse.rdf4j.model.vocabulary.FN
fn:numeric-round
NumericLiteral - Class in org.eclipse.rdf4j.model.impl
An extension of SimpleLiteral that stores a numeric value to avoid parsing.
NumericLiteral(Number, IRI) - Constructor for class org.eclipse.rdf4j.model.impl.NumericLiteral
Creates a literal with the specified value and datatype.
NumericLiteral(byte) - Constructor for class org.eclipse.rdf4j.model.impl.NumericLiteral
Creates an xsd:byte typed litral with the specified value.
NumericLiteral(short) - Constructor for class org.eclipse.rdf4j.model.impl.NumericLiteral
Creates an xsd:short typed litral with the specified value.
NumericLiteral(int) - Constructor for class org.eclipse.rdf4j.model.impl.NumericLiteral
Creates an xsd:int typed litral with the specified value.
NumericLiteral(long) - Constructor for class org.eclipse.rdf4j.model.impl.NumericLiteral
Creates an xsd:long typed litral with the specified value.
NumericLiteral(float) - Constructor for class org.eclipse.rdf4j.model.impl.NumericLiteral
Creates an xsd:float typed litral with the specified value.
NumericLiteral(double) - Constructor for class org.eclipse.rdf4j.model.impl.NumericLiteral
Creates an xsd:double typed litral with the specified value.
NumericMemLiteral - Class in org.eclipse.rdf4j.sail.memory.model
An extension of MemLiteral that stores a numeric value to avoid parsing.
NumericMemLiteral(Object, String, Number, IRI) - Constructor for class org.eclipse.rdf4j.sail.memory.model.NumericMemLiteral
 
NumericMemLiteral(Object, Number, IRI) - Constructor for class org.eclipse.rdf4j.sail.memory.model.NumericMemLiteral
 
NumericMemLiteral(Object, byte) - Constructor for class org.eclipse.rdf4j.sail.memory.model.NumericMemLiteral
 
NumericMemLiteral(Object, short) - Constructor for class org.eclipse.rdf4j.sail.memory.model.NumericMemLiteral
 
NumericMemLiteral(Object, int) - Constructor for class org.eclipse.rdf4j.sail.memory.model.NumericMemLiteral
 
NumericMemLiteral(Object, long) - Constructor for class org.eclipse.rdf4j.sail.memory.model.NumericMemLiteral
 
NumericMemLiteral(Object, float) - Constructor for class org.eclipse.rdf4j.sail.memory.model.NumericMemLiteral
 
NumericMemLiteral(Object, double) - Constructor for class org.eclipse.rdf4j.sail.memory.model.NumericMemLiteral
 
NUnion - Class in org.eclipse.rdf4j.federated.algebra
A tuple expression that represents an nary-Union.
NUnion(List<TupleExpr>, QueryInfo) - Constructor for class org.eclipse.rdf4j.federated.algebra.NUnion
Construct an nary-tuple.

O

obj - Variable in class org.eclipse.rdf4j.federated.evaluation.union.ParallelGetStatementsTask
 
obj - Variable in class org.eclipse.rdf4j.federated.structures.SubQuery
 
obj - Variable in class org.eclipse.rdf4j.federated.structures.UnboundStatement
 
obj - Variable in class org.eclipse.rdf4j.model.impl.FilteredModel
 
object() - Method in class org.eclipse.rdf4j.federated.structures.SubQuery
 
object(Iterable<Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves an object Value from the supplied statements.
object(Model) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves an object Value from the statements in the given model.
OBJECT - Static variable in class org.eclipse.rdf4j.model.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#object
object - Variable in class org.eclipse.rdf4j.rio.ntriples.NTriplesParser
 
object - Variable in class org.eclipse.rdf4j.rio.turtle.TurtleParser
 
object(Value) - Static method in class org.eclipse.rdf4j.sparqlbuilder.rdf.Rdf
Converts an object Values to an RdfObjects.
OBJECT_FUNCTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPL
http://spinrdf.org/spl#object
OBJECT_KEY - Static variable in class org.eclipse.rdf4j.http.server.repository.statements.ExportStatementsView
 
OBJECT_KEY - Static variable in class org.eclipse.rdf4j.http.server.repository.transaction.TransactionExportStatementsView
 
OBJECT_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
Parameter name for the 'object' parameter of statement query.
OBJECT_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#object An RDF Node or Variable describing the object of a triple.
ObjectFunction - Class in org.eclipse.rdf4j.spin.function
 
ObjectFunction() - Constructor for class org.eclipse.rdf4j.spin.function.ObjectFunction
 
objectIRI(Iterable<Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves an object IRI value from the supplied statements.
objectIRI(Model) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves an object IRI value from the supplied statements in the given model.
objectIRIs(Iterable<Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves all object IRI values from the supplied statements.
objectIRIs(Model) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves all object IRI values from the statements in the given model.
objectLiteral(Iterable<Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves an object Literal value from the supplied statements.
objectLiteral(Model) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves an object Literal value from the statements in the given model.
objectLiterals(Iterable<Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves all object Literal values from the supplied statements.
objectLiterals(Model) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves all object Literal values from the statements in the given model.
OBJECTPROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#ObjectProperty
objectResource(Iterable<Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves an object Resource value from the supplied statements.
objectResource(Model) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves an object Resource value from the statements in the given model.
objectResources(Iterable<Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves all object Resource values from the supplied statements.
objectResources(Model) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves all object Resource values from the supplied model.
objects() - Method in class org.eclipse.rdf4j.model.impl.AbstractModel
 
objects() - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
objects() - Method in interface org.eclipse.rdf4j.model.Model
Returns a Set view of the objects contained in this model.
objects(Value...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.rdf.Rdf
Converts an array of object Values to an array of RdfObjects.
OBJECTS_TARGET - Static variable in class org.eclipse.rdf4j.model.vocabulary.VOID
void:objectsTarget
objectString(Iterable<Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves an object value as a String from the supplied statements.
objectString(Model) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves an object value as a String from the statements in the given model.
objectStrings(Iterable<Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves all object String values from the supplied statements.
objectStrings(Model) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves all object String values from the statements in the given model.
ObjectUtil - Class in org.eclipse.rdf4j.common.lang
Generic utility methods related to objects.
ObjectUtil() - Constructor for class org.eclipse.rdf4j.common.lang.ObjectUtil
 
OBLIGATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:obligation
observe(Resource, IRI, Value, Resource...) - Method in interface org.eclipse.rdf4j.sail.base.SailSink
Called to indicate matching statements have been observed and must not change their state until after this SailSink is committed, iff this was opened in an isolation level compatible with IsolationLevels.SERIALIZABLE.
OBTAIN_CONSENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:obtainConsent
ODRL2 - Class in org.eclipse.rdf4j.model.vocabulary
Constants for the Open Digital Rights Language.
ODRL2() - Constructor for class org.eclipse.rdf4j.model.vocabulary.ODRL2
 
OFFER - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:Offer
OFFSET - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
offset(int) - Method in class org.eclipse.rdf4j.queryrender.builder.AbstractQueryBuilder
Deprecated.
 
offset(int) - Method in interface org.eclipse.rdf4j.queryrender.builder.QueryBuilder
Deprecated.
Specify an offset for the query
OFFSET - Static variable in class org.eclipse.rdf4j.sparqlbuilder.core.query.Query
 
offset - Variable in class org.eclipse.rdf4j.sparqlbuilder.core.query.Query
 
offset(int) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.Query
Specify an offset in query results.
OFFSET_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
 
OFFSET_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#offset The OFFSET solution modifier of a Query.
OffsetIteration<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
An Iteration that skips the first offset elements from an underlying Iteration.
OffsetIteration(Iteration<? extends E, X>, long) - Constructor for class org.eclipse.rdf4j.common.iteration.OffsetIteration
Creates a new OffsetIteration.
ofLanguage(String) - Method in class org.eclipse.rdf4j.sparqlbuilder.rdf.RdfLiteral.StringLiteral
 
ofType(Iri) - Method in class org.eclipse.rdf4j.sparqlbuilder.rdf.RdfLiteral.StringLiteral
 
OLD_DATADIR_PROPERTY - Static variable in interface org.eclipse.rdf4j.common.platform.Platform
Deprecated.
OLD_HOMEPAGE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:old-homepage
olderThan(AppVersion) - Method in class org.eclipse.rdf4j.common.app.AppVersion
Checks if this version is older than the specified version, according to the result of AppVersion.compareTo(AppVersion).
oldmonitors - Variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneIndex
keep a lit of old monitors that are still iterating but not closed (open iterators), will be all closed on shutdown items are removed from list by ReaderMnitor.endReading() when closing
ONCLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#onClass
ONDATARANGE - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#onDataRange
ONDATATYPE - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#onDatatype
ONE_OR_MORE_PATH - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:oneOrMorePath
onEntryRemoval(K) - Method in class org.eclipse.rdf4j.sail.nativerdf.ConcurrentCache
 
ONEOF - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#oneOf
oneOrMore(RdfPredicate) - Static method in class org.eclipse.rdf4j.sparqlbuilder.core.PropertyPaths
 
ONLINE_ACCOUNT - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
ONLINE_CHAT_ACCOUNT - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
ONLINE_ECOMMERCE_ACCOUNT - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
ONLINE_GAMING_ACCOUNT - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
ONPROPERTIES - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#onProperties
ONPROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#onProperty
ONTOLOGY - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#Ontology
ONTOLOGYPROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#OntologyProperty
Open - Class in org.eclipse.rdf4j.console.command
Open command
Open(ConsoleIO, ConsoleState, Close) - Constructor for class org.eclipse.rdf4j.console.command.Open
Constructor
OPEN_SEARCH_DESCRIPTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.VOID
void:openSearchDescription
OPENID - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
OpenRDFException - Exception in org.eclipse.rdf4j
Deprecated.
use RDF4JException instead.
OpenRDFException() - Constructor for exception org.eclipse.rdf4j.OpenRDFException
Deprecated.
 
OpenRDFException(String) - Constructor for exception org.eclipse.rdf4j.OpenRDFException
Deprecated.
 
OpenRDFException(Throwable) - Constructor for exception org.eclipse.rdf4j.OpenRDFException
Deprecated.
 
OpenRDFException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.OpenRDFException
Deprecated.
 
OpenRDFUtil - Class in org.eclipse.rdf4j
General utility methods for OpenRDF/Sesame modules.
OpenRDFUtil() - Constructor for class org.eclipse.rdf4j.OpenRDFUtil
 
openRepository(String) - Method in class org.eclipse.rdf4j.console.command.Open
Open a repository
OPERAND - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:operand
Operand - Interface in org.eclipse.rdf4j.sparqlbuilder.constraint
Denotes an element that can be used as an operand to an Expression
OPERATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
operation(Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.Boundary
 
operation(Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.ConvexHull
 
operation(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.Difference
 
operation(Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.Envelope
 
operation(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.Intersection
 
operation(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SymmetricDifference
 
operation(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.Union
 
Operation - Interface in org.eclipse.rdf4j.query
An operation (e.g.
Operation() - Constructor for class org.eclipse.rdf4j.sail.lucene.LuceneSailBuffer.Operation
Deprecated.
 
OPERATION_PROP - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
operations() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSailBuffer
Deprecated.
the list of operations.
operationsIterator() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSailBuffer
Deprecated.
Iterator over the operations
OPERATOR - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:Operator
operator - Variable in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expression
 
OPERATOR_PROP - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:operator
OptimisticIsolationTest - Class in org.eclipse.rdf4j.repository
 
OptimisticIsolationTest() - Constructor for class org.eclipse.rdf4j.repository.OptimisticIsolationTest
 
OptimizationException - Exception in org.eclipse.rdf4j.federated.exception
 
OptimizationException() - Constructor for exception org.eclipse.rdf4j.federated.exception.OptimizationException
 
OptimizationException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.federated.exception.OptimizationException
 
OptimizationException(String) - Constructor for exception org.eclipse.rdf4j.federated.exception.OptimizationException
 
OptimizationException(Throwable) - Constructor for exception org.eclipse.rdf4j.federated.exception.OptimizationException
 
optimize(TupleExpr, EvaluationStatistics, BindingSet) - Method in class org.eclipse.rdf4j.federated.evaluation.FederationEvalStrategy
 
optimize(TupleExpr) - Method in class org.eclipse.rdf4j.federated.optimizer.ExclusiveTupleExprOptimizer
 
optimize(TupleExpr) - Method in interface org.eclipse.rdf4j.federated.optimizer.FedXOptimizer
Optimize the provided tuple expression
optimize(TupleExpr) - Method in class org.eclipse.rdf4j.federated.optimizer.FilterOptimizer
 
optimize(TupleExpr) - Method in class org.eclipse.rdf4j.federated.optimizer.GenericInfoOptimizer
 
optimize(TupleExpr) - Method in class org.eclipse.rdf4j.federated.optimizer.LimitOptimizer
 
optimize(TupleExpr) - Method in class org.eclipse.rdf4j.federated.optimizer.ServiceOptimizer
 
optimize(TupleExpr) - Method in class org.eclipse.rdf4j.federated.optimizer.StatementGroupAndJoinOptimizer
 
optimize(TupleExpr) - Method in class org.eclipse.rdf4j.federated.optimizer.UnionOptimizer
 
optimize(TupleExpr, EvaluationStatistics, BindingSet) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.EvaluationStrategy
Execute the QueryOptimizerPipeline on the given TupleExpr to optimize its execution plan.
optimize(TupleExpr, Dataset, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.BindingAssigner
 
optimize(TupleExpr, Dataset, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.CompareOptimizer
Applies generally applicable optimizations to the supplied query: variable assignments are inlined.
optimize(TupleExpr, Dataset, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.ConjunctiveConstraintSplitter
 
optimize(TupleExpr, Dataset, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.ConstantOptimizer
Applies generally applicable optimizations to the supplied query: variable assignments are inlined.
optimize(TupleExpr, Dataset, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.DisjunctiveConstraintOptimizer
 
optimize(TupleExpr, Dataset, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.FilterOptimizer
 
optimize(TupleExpr, Dataset, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.IterativeEvaluationOptimizer
 
optimize(TupleExpr, Dataset, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.OrderLimitOptimizer
 
optimize(TupleExpr, Dataset, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryJoinOptimizer
Applies generally applicable optimizations: path expressions are sorted from more to less specific.
optimize(TupleExpr, Dataset, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryModelNormalizer
 
optimize(TupleExpr, Dataset, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryModelPruner
Deprecated.
Applies generally applicable optimizations: path expressions are sorted from more to less specific.
optimize(TupleExpr, Dataset, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.RegexAsStringFunctionOptimizer
Applies generally applicable optimizations to the supplied query: variable assignments are inlined.
optimize(TupleExpr, Dataset, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.SameTermFilterOptimizer
Applies generally applicable optimizations to the supplied query: variable assignments are inlined.
optimize(TupleExpr, EvaluationStatistics, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
Execute the QueryOptimizerPipeline on the given TupleExpr to optimize its execution plan.
optimize(TupleExpr, Dataset, BindingSet) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.QueryOptimizer
 
optimize(TupleExpr, Dataset, BindingSet) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.util.QueryOptimizerList
 
OPTIMIZE - Static variable in class org.eclipse.rdf4j.rio.helpers.JSONLDSettings
If set to true, the JSON-LD processor is allowed to optimize the output of the Compaction algorithm to produce even compacter representations.
optimize(TupleExpr, Dataset, BindingSet) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.EmptyPatternOptimizer
 
optimize(TupleExpr, Dataset, BindingSet) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.FederationJoinOptimizer
Deprecated.
 
optimize(TupleExpr, Dataset, BindingSet) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.OwnedTupleExprPruner
 
optimize(TupleExpr, Dataset, BindingSet) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.PrepareOwnedTupleExpr
 
optimize(TupleExpr, Dataset, BindingSet) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.QueryModelPruner
Applies generally applicable optimizations: path expressions are sorted from more to less specific.
optimize(TupleExpr, Dataset, BindingSet) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.QueryMultiJoinOptimizer
Applies generally applicable optimizations: path expressions are sorted from more to less specific.
optimize() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSailBuffer
Deprecated.
Optimize will remove any changes that are done before a clear()
optimize(TupleExpr, Dataset, BindingSet) - Method in class org.eclipse.rdf4j.sail.spin.SpinFunctionInterpreter
 
optimize(TupleExpr, Dataset, BindingSet) - Method in class org.eclipse.rdf4j.sail.spin.SpinMagicPropertyInterpreter
 
optimizeExclusiveExpressions(TupleExpr, QueryInfo, GenericInfoOptimizer) - Method in class org.eclipse.rdf4j.federated.evaluation.FederationEvalStrategy
Optimize ExclusiveTupleExpr, e.g.
optimizeJoinOrder(TupleExpr, QueryInfo, GenericInfoOptimizer) - Method in class org.eclipse.rdf4j.federated.evaluation.FederationEvalStrategy
 
optimizeJoinOrder(List<TupleExpr>) - Method in class org.eclipse.rdf4j.federated.optimizer.StatementGroupAndJoinOptimizer
Join Order Optimizer Group -> Statements according to number of free Variables Additional Heuristics: - ExclusiveGroups are cheaper than any other subquery - owned statements are cheaper if they have a single free variable
optimizers - Variable in class org.eclipse.rdf4j.query.algebra.evaluation.util.QueryOptimizerList
 
OptimizerUtil - Class in org.eclipse.rdf4j.federated.optimizer
 
OptimizerUtil() - Constructor for class org.eclipse.rdf4j.federated.optimizer.OptimizerUtil
 
optimizeService(Service) - Method in class org.eclipse.rdf4j.federated.optimizer.ServiceOptimizer
 
OPTIONAL - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:optional
optional() - Method in class org.eclipse.rdf4j.queryrender.builder.AbstractQueryBuilder
Deprecated.
 
optional() - Method in class org.eclipse.rdf4j.queryrender.builder.GroupBuilder
Deprecated.
 
optional() - Method in interface org.eclipse.rdf4j.queryrender.builder.QueryBuilder
Deprecated.
Create an option sub-group
optional() - Method in interface org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphPattern
Convert this graph pattern into an optional group graph pattern:
optional(boolean) - Method in interface org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphPattern
Specify if this graph pattern should be optional.
optional() - Method in class org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphPatternNotTriples
Like GraphPattern.optional(), but mutates and returns this instance
optional(boolean) - Method in class org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphPatternNotTriples
Like GraphPattern.optional(boolean), but mutates and returns this instance
optional(GraphPattern...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphPatterns
Create an optional group graph pattern containing the given graph patterns:
OPTIONAL_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#Optional An optional element in a query.
OPTIONAL_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPL
http://spinrdf.org/spl#optional
OR - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:or
OR - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:or
OR - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
Or - Class in org.eclipse.rdf4j.query.algebra
A boolean OR operator operating on two boolean expressions.
Or() - Constructor for class org.eclipse.rdf4j.query.algebra.Or
 
Or(ValueExpr, ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Or
 
or(ValueExpr, ValueExpr) - Method in class org.eclipse.rdf4j.queryrender.builder.FilterBuilder
Deprecated.
 
or(ValueExpr, ValueExpr) - Static method in class org.eclipse.rdf4j.queryrender.builder.ValueExprFactory
Deprecated.
 
or(Operand...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
operand1 || operand2 || ...
Or - Class in org.eclipse.rdf4j.spin.function
 
Or() - Constructor for class org.eclipse.rdf4j.spin.function.Or
 
OR_CONSTRAINT_COMPONENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:OrConstraintComponent
OR_CONSTRAINT_COMPONENT_OR - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:OrConstraintComponent-or
ORDER - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:order
Order - Class in org.eclipse.rdf4j.query.algebra
An order operator that can be used to order bindings as specified by a set of value expressions.
Order() - Constructor for class org.eclipse.rdf4j.query.algebra.Order
 
Order(TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Order
 
Order(TupleExpr, OrderElem...) - Constructor for class org.eclipse.rdf4j.query.algebra.Order
 
Order(TupleExpr, Iterable<OrderElem>) - Constructor for class org.eclipse.rdf4j.query.algebra.Order
 
ORDER_BY_CONDITION_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#OrderByCondition An abstract base class for ascending or descending order conditions.
ORDER_BY_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#orderBy Links a query with an ORDER BY clause where the values are rdf:List containing OrderByConditions or expressions.
Orderable - Interface in org.eclipse.rdf4j.sparqlbuilder.core
Denotes an orederable SPARQL query element (can be used in a ORDER BY clause)
orderArguments(Set<IRI>) - Static method in class org.eclipse.rdf4j.spin.SpinParser
 
orderBy(String...) - Method in class org.eclipse.rdf4j.queryrender.builder.AbstractQueryBuilder
Deprecated.
 
orderBy(String...) - Method in interface org.eclipse.rdf4j.queryrender.builder.QueryBuilder
Deprecated.
Specify ORDER BY clause with ASC modifier by default
OrderBy - Class in org.eclipse.rdf4j.sparqlbuilder.core
A SPARQL Order By clause
orderBy - Variable in class org.eclipse.rdf4j.sparqlbuilder.core.query.Query
 
orderBy(Orderable...) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.Query
Specify orderings for the query results
orderBy(OrderBy) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.Query
Set this query's Order By clause
orderBy(Orderable...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.core.SparqlBuilder
Create a SPARQL Order clause
orderByAsc(String...) - Method in class org.eclipse.rdf4j.queryrender.builder.AbstractQueryBuilder
Deprecated.
 
orderByAsc(String...) - Method in interface org.eclipse.rdf4j.queryrender.builder.QueryBuilder
Deprecated.
Specify ORDER BY clause with ASC modifier
orderByDesc(String...) - Method in class org.eclipse.rdf4j.queryrender.builder.AbstractQueryBuilder
Deprecated.
 
orderByDesc(String...) - Method in interface org.eclipse.rdf4j.queryrender.builder.QueryBuilder
Deprecated.
Specify ORDER BY clause with DESC modifier
OrderComparator - Class in org.eclipse.rdf4j.query.algebra.evaluation.util
A Comparator on BindingSets that imposes a total ordering by examining supplied Order elements (i.e.
OrderComparator(EvaluationStrategy, Order, ValueComparator) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.util.OrderComparator
 
OrderCondition - Class in org.eclipse.rdf4j.sparqlbuilder.core
An ascending or descending order condition
ORDERED_COLLECTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SKOS
The skos:OrderedCollection class
OrderElem - Class in org.eclipse.rdf4j.query.algebra
 
OrderElem() - Constructor for class org.eclipse.rdf4j.query.algebra.OrderElem
 
OrderElem(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.OrderElem
 
OrderElem(ValueExpr, boolean) - Constructor for class org.eclipse.rdf4j.query.algebra.OrderElem
 
OrderIterator - Class in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Sorts the input and optionally applies limit and distinct.
OrderIterator(CloseableIteration<BindingSet, QueryEvaluationException>, Comparator<BindingSet>) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.iterator.OrderIterator
 
OrderIterator(CloseableIteration<BindingSet, QueryEvaluationException>, Comparator<BindingSet>, long, boolean) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.iterator.OrderIterator
 
OrderIterator(CloseableIteration<BindingSet, QueryEvaluationException>, Comparator<BindingSet>, long, boolean, long) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.iterator.OrderIterator
 
OrderLimitOptimizer - Class in org.eclipse.rdf4j.query.algebra.evaluation.impl
Moves the Order node above the Projection when variables are projected.
OrderLimitOptimizer() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.OrderLimitOptimizer
 
OrderLimitOptimizer.OrderOptimizer - Class in org.eclipse.rdf4j.query.algebra.evaluation.impl
 
OrderOptimizer() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.OrderLimitOptimizer.OrderOptimizer
 
ORG - Class in org.eclipse.rdf4j.model.vocabulary
Constants for the W3C Organization Ontology.
ORG() - Constructor for class org.eclipse.rdf4j.model.vocabulary.ORG
 
ORG - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:org
org.eclipse.rdf4j - package org.eclipse.rdf4j
 
org.eclipse.rdf4j.common.annotation - package org.eclipse.rdf4j.common.annotation
 
org.eclipse.rdf4j.common.app - package org.eclipse.rdf4j.common.app
 
org.eclipse.rdf4j.common.app.config - package org.eclipse.rdf4j.common.app.config
 
org.eclipse.rdf4j.common.app.logging - package org.eclipse.rdf4j.common.app.logging
 
org.eclipse.rdf4j.common.app.logging.base - package org.eclipse.rdf4j.common.app.logging.base
 
org.eclipse.rdf4j.common.app.logging.logback - package org.eclipse.rdf4j.common.app.logging.logback
 
org.eclipse.rdf4j.common.app.net - package org.eclipse.rdf4j.common.app.net
 
org.eclipse.rdf4j.common.app.util - package org.eclipse.rdf4j.common.app.util
 
org.eclipse.rdf4j.common.concurrent.locks - package org.eclipse.rdf4j.common.concurrent.locks
Package offering various locking scheme implementations.
org.eclipse.rdf4j.common.io - package org.eclipse.rdf4j.common.io
 
org.eclipse.rdf4j.common.iteration - package org.eclipse.rdf4j.common.iteration
 
org.eclipse.rdf4j.common.iterator - package org.eclipse.rdf4j.common.iterator
 
org.eclipse.rdf4j.common.lang - package org.eclipse.rdf4j.common.lang
 
org.eclipse.rdf4j.common.lang.service - package org.eclipse.rdf4j.common.lang.service
 
org.eclipse.rdf4j.common.logging - package org.eclipse.rdf4j.common.logging
 
org.eclipse.rdf4j.common.logging.base - package org.eclipse.rdf4j.common.logging.base
 
org.eclipse.rdf4j.common.logging.file.logback - package org.eclipse.rdf4j.common.logging.file.logback
 
org.eclipse.rdf4j.common.net - package org.eclipse.rdf4j.common.net
 
org.eclipse.rdf4j.common.platform - package org.eclipse.rdf4j.common.platform
 
org.eclipse.rdf4j.common.platform.support - package org.eclipse.rdf4j.common.platform.support
 
org.eclipse.rdf4j.common.text - package org.eclipse.rdf4j.common.text
 
org.eclipse.rdf4j.common.transaction - package org.eclipse.rdf4j.common.transaction
Common classes and interfaces for transaction settings
org.eclipse.rdf4j.common.webapp - package org.eclipse.rdf4j.common.webapp
 
org.eclipse.rdf4j.common.webapp.filters - package org.eclipse.rdf4j.common.webapp.filters
 
org.eclipse.rdf4j.common.webapp.navigation - package org.eclipse.rdf4j.common.webapp.navigation
 
org.eclipse.rdf4j.common.webapp.navigation.functions - package org.eclipse.rdf4j.common.webapp.navigation.functions
 
org.eclipse.rdf4j.common.webapp.system - package org.eclipse.rdf4j.common.webapp.system
 
org.eclipse.rdf4j.common.webapp.system.logging - package org.eclipse.rdf4j.common.webapp.system.logging
 
org.eclipse.rdf4j.common.webapp.system.proxy - package org.eclipse.rdf4j.common.webapp.system.proxy
 
org.eclipse.rdf4j.common.webapp.util - package org.eclipse.rdf4j.common.webapp.util
 
org.eclipse.rdf4j.common.webapp.views - package org.eclipse.rdf4j.common.webapp.views
 
org.eclipse.rdf4j.common.xml - package org.eclipse.rdf4j.common.xml
 
org.eclipse.rdf4j.console - package org.eclipse.rdf4j.console
A command line console tool for querying and updating local or remote RDF4J repositories.
org.eclipse.rdf4j.console.command - package org.eclipse.rdf4j.console.command
 
org.eclipse.rdf4j.console.setting - package org.eclipse.rdf4j.console.setting
 
org.eclipse.rdf4j.console.util - package org.eclipse.rdf4j.console.util
 
org.eclipse.rdf4j.exceptions - package org.eclipse.rdf4j.exceptions
 
org.eclipse.rdf4j.federated - package org.eclipse.rdf4j.federated
 
org.eclipse.rdf4j.federated.algebra - package org.eclipse.rdf4j.federated.algebra
 
org.eclipse.rdf4j.federated.api - package org.eclipse.rdf4j.federated.api
 
org.eclipse.rdf4j.federated.cache - package org.eclipse.rdf4j.federated.cache
 
org.eclipse.rdf4j.federated.endpoint - package org.eclipse.rdf4j.federated.endpoint
 
org.eclipse.rdf4j.federated.endpoint.provider - package org.eclipse.rdf4j.federated.endpoint.provider
 
org.eclipse.rdf4j.federated.evaluation - package org.eclipse.rdf4j.federated.evaluation
 
org.eclipse.rdf4j.federated.evaluation.concurrent - package org.eclipse.rdf4j.federated.evaluation.concurrent
 
org.eclipse.rdf4j.federated.evaluation.iterator - package org.eclipse.rdf4j.federated.evaluation.iterator
 
org.eclipse.rdf4j.federated.evaluation.join - package org.eclipse.rdf4j.federated.evaluation.join
 
org.eclipse.rdf4j.federated.evaluation.union - package org.eclipse.rdf4j.federated.evaluation.union
 
org.eclipse.rdf4j.federated.exception - package org.eclipse.rdf4j.federated.exception
 
org.eclipse.rdf4j.federated.monitoring - package org.eclipse.rdf4j.federated.monitoring
 
org.eclipse.rdf4j.federated.optimizer - package org.eclipse.rdf4j.federated.optimizer
 
org.eclipse.rdf4j.federated.repository - package org.eclipse.rdf4j.federated.repository
 
org.eclipse.rdf4j.federated.structures - package org.eclipse.rdf4j.federated.structures
 
org.eclipse.rdf4j.federated.util - package org.eclipse.rdf4j.federated.util
 
org.eclipse.rdf4j.federated.write - package org.eclipse.rdf4j.federated.write
 
org.eclipse.rdf4j.http.client - package org.eclipse.rdf4j.http.client
 
org.eclipse.rdf4j.http.client.query - package org.eclipse.rdf4j.http.client.query
 
org.eclipse.rdf4j.http.client.shacl - package org.eclipse.rdf4j.http.client.shacl
 
org.eclipse.rdf4j.http.client.util - package org.eclipse.rdf4j.http.client.util
 
org.eclipse.rdf4j.http.protocol - package org.eclipse.rdf4j.http.protocol
 
org.eclipse.rdf4j.http.protocol.error - package org.eclipse.rdf4j.http.protocol.error
 
org.eclipse.rdf4j.http.protocol.transaction - package org.eclipse.rdf4j.http.protocol.transaction
 
org.eclipse.rdf4j.http.protocol.transaction.operations - package org.eclipse.rdf4j.http.protocol.transaction.operations
 
org.eclipse.rdf4j.http.server - package org.eclipse.rdf4j.http.server
 
org.eclipse.rdf4j.http.server.protocol - package org.eclipse.rdf4j.http.server.protocol
 
org.eclipse.rdf4j.http.server.repository - package org.eclipse.rdf4j.http.server.repository
 
org.eclipse.rdf4j.http.server.repository.config - package org.eclipse.rdf4j.http.server.repository.config
 
org.eclipse.rdf4j.http.server.repository.contexts - package org.eclipse.rdf4j.http.server.repository.contexts
 
org.eclipse.rdf4j.http.server.repository.graph - package org.eclipse.rdf4j.http.server.repository.graph
 
org.eclipse.rdf4j.http.server.repository.namespaces - package org.eclipse.rdf4j.http.server.repository.namespaces
 
org.eclipse.rdf4j.http.server.repository.size - package org.eclipse.rdf4j.http.server.repository.size
 
org.eclipse.rdf4j.http.server.repository.statements - package org.eclipse.rdf4j.http.server.repository.statements
 
org.eclipse.rdf4j.http.server.repository.transaction - package org.eclipse.rdf4j.http.server.repository.transaction
 
org.eclipse.rdf4j.lucene.spin - package org.eclipse.rdf4j.lucene.spin
 
org.eclipse.rdf4j.lucene.spin.config - package org.eclipse.rdf4j.lucene.spin.config
 
org.eclipse.rdf4j.model - package org.eclipse.rdf4j.model
The RDF Model API
org.eclipse.rdf4j.model.datatypes - package org.eclipse.rdf4j.model.datatypes
Utility classes for handling datatypes.
org.eclipse.rdf4j.model.impl - package org.eclipse.rdf4j.model.impl
Default implementations of the RDF model interfaces
org.eclipse.rdf4j.model.util - package org.eclipse.rdf4j.model.util
Helper classes for working with RDF models.
org.eclipse.rdf4j.model.vocabulary - package org.eclipse.rdf4j.model.vocabulary
Re-usable constants for various well-known RDF vocabularies.
org.eclipse.rdf4j.query - package org.eclipse.rdf4j.query
Interfaces and classes for handling queries and query results.
org.eclipse.rdf4j.query.algebra - package org.eclipse.rdf4j.query.algebra
Abstract Query Algebra model.
org.eclipse.rdf4j.query.algebra.evaluation - package org.eclipse.rdf4j.query.algebra.evaluation
 
org.eclipse.rdf4j.query.algebra.evaluation.federation - package org.eclipse.rdf4j.query.algebra.evaluation.federation
 
org.eclipse.rdf4j.query.algebra.evaluation.function - package org.eclipse.rdf4j.query.algebra.evaluation.function
 
org.eclipse.rdf4j.query.algebra.evaluation.function.datetime - package org.eclipse.rdf4j.query.algebra.evaluation.function.datetime
 
org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql - package org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql
 
org.eclipse.rdf4j.query.algebra.evaluation.function.hash - package org.eclipse.rdf4j.query.algebra.evaluation.function.hash
 
org.eclipse.rdf4j.query.algebra.evaluation.function.numeric - package org.eclipse.rdf4j.query.algebra.evaluation.function.numeric
 
org.eclipse.rdf4j.query.algebra.evaluation.function.rdfterm - package org.eclipse.rdf4j.query.algebra.evaluation.function.rdfterm
 
org.eclipse.rdf4j.query.algebra.evaluation.function.string - package org.eclipse.rdf4j.query.algebra.evaluation.function.string
 
org.eclipse.rdf4j.query.algebra.evaluation.function.triple - package org.eclipse.rdf4j.query.algebra.evaluation.function.triple
 
org.eclipse.rdf4j.query.algebra.evaluation.function.xsd - package org.eclipse.rdf4j.query.algebra.evaluation.function.xsd
Functions for casting values to various XML Schema datatypes
org.eclipse.rdf4j.query.algebra.evaluation.impl - package org.eclipse.rdf4j.query.algebra.evaluation.impl
 
org.eclipse.rdf4j.query.algebra.evaluation.iterator - package org.eclipse.rdf4j.query.algebra.evaluation.iterator
 
org.eclipse.rdf4j.query.algebra.evaluation.limited - package org.eclipse.rdf4j.query.algebra.evaluation.limited
 
org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator - package org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator
 
org.eclipse.rdf4j.query.algebra.evaluation.util - package org.eclipse.rdf4j.query.algebra.evaluation.util
 
org.eclipse.rdf4j.query.algebra.geosparql - package org.eclipse.rdf4j.query.algebra.geosparql
 
org.eclipse.rdf4j.query.algebra.helpers - package org.eclipse.rdf4j.query.algebra.helpers
 
org.eclipse.rdf4j.query.dawg - package org.eclipse.rdf4j.query.dawg
Functionality to convert tuple query results to and from the Data Access Working Group Test Result Set RDF Vocabulary
org.eclipse.rdf4j.query.explanation - package org.eclipse.rdf4j.query.explanation
 
org.eclipse.rdf4j.query.impl - package org.eclipse.rdf4j.query.impl
 
org.eclipse.rdf4j.query.parser - package org.eclipse.rdf4j.query.parser
 
org.eclipse.rdf4j.query.parser.impl - package org.eclipse.rdf4j.query.parser.impl
 
org.eclipse.rdf4j.query.parser.serql - package org.eclipse.rdf4j.query.parser.serql
The SeRQL query engine.
org.eclipse.rdf4j.query.parser.sparql - package org.eclipse.rdf4j.query.parser.sparql
The rdf4j SPARQL 1.1 parser.
org.eclipse.rdf4j.query.parser.sparql.manifest - package org.eclipse.rdf4j.query.parser.sparql.manifest
 
org.eclipse.rdf4j.query.resultio - package org.eclipse.rdf4j.query.resultio
 
org.eclipse.rdf4j.query.resultio.binary - package org.eclipse.rdf4j.query.resultio.binary
 
org.eclipse.rdf4j.query.resultio.helpers - package org.eclipse.rdf4j.query.resultio.helpers
 
org.eclipse.rdf4j.query.resultio.sparqljson - package org.eclipse.rdf4j.query.resultio.sparqljson
org.eclipse.rdf4j.query.resultio.sparqlstarjson - package org.eclipse.rdf4j.query.resultio.sparqlstarjson
 
org.eclipse.rdf4j.query.resultio.sparqlxml - package org.eclipse.rdf4j.query.resultio.sparqlxml
Parsers and writers for the SPARQL Query Results XML Format
org.eclipse.rdf4j.query.resultio.text - package org.eclipse.rdf4j.query.resultio.text
 
org.eclipse.rdf4j.query.resultio.text.csv - package org.eclipse.rdf4j.query.resultio.text.csv
 
org.eclipse.rdf4j.query.resultio.text.tsv - package org.eclipse.rdf4j.query.resultio.text.tsv
 
org.eclipse.rdf4j.query.resultio.textstar.tsv - package org.eclipse.rdf4j.query.resultio.textstar.tsv
 
org.eclipse.rdf4j.queryrender - package org.eclipse.rdf4j.queryrender
This package contains classes for working with RDF4J query objects.
org.eclipse.rdf4j.queryrender.builder - package org.eclipse.rdf4j.queryrender.builder
This package is deprecated.
org.eclipse.rdf4j.queryrender.serql - package org.eclipse.rdf4j.queryrender.serql
 
org.eclipse.rdf4j.queryrender.sparql - package org.eclipse.rdf4j.queryrender.sparql
 
org.eclipse.rdf4j.repository - package org.eclipse.rdf4j.repository
The Repository API: the main API for accessing rdf databases and SPARQL endpoints.
org.eclipse.rdf4j.repository.base - package org.eclipse.rdf4j.repository.base
Abstract base classes and wrappers for the main Repository API interfaces.
org.eclipse.rdf4j.repository.config - package org.eclipse.rdf4j.repository.config
Repository configuration interfaces.
org.eclipse.rdf4j.repository.contextaware - package org.eclipse.rdf4j.repository.contextaware
A repository wrapper with convenience functions for handling contexts.
org.eclipse.rdf4j.repository.contextaware.config - package org.eclipse.rdf4j.repository.contextaware.config
 
org.eclipse.rdf4j.repository.dataset - package org.eclipse.rdf4j.repository.dataset
A repository wrapper which supports auto-loading of datasets specified in a query.
org.eclipse.rdf4j.repository.dataset.config - package org.eclipse.rdf4j.repository.dataset.config
 
org.eclipse.rdf4j.repository.evaluation - package org.eclipse.rdf4j.repository.evaluation
 
org.eclipse.rdf4j.repository.event - package org.eclipse.rdf4j.repository.event
Interfaces for notification/interception of events happening on Repositories and RepositoryConnections
org.eclipse.rdf4j.repository.event.base - package org.eclipse.rdf4j.repository.event.base
Wrapper/adapter base implementations.
org.eclipse.rdf4j.repository.event.util - package org.eclipse.rdf4j.repository.event.util
 
org.eclipse.rdf4j.repository.filters - package org.eclipse.rdf4j.repository.filters
 
org.eclipse.rdf4j.repository.http - package 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.http.config - package org.eclipse.rdf4j.repository.http.config
 
org.eclipse.rdf4j.repository.http.helpers - package org.eclipse.rdf4j.repository.http.helpers
 
org.eclipse.rdf4j.repository.manager - package org.eclipse.rdf4j.repository.manager
Functionality for Repository lifecycle management and sharing.
org.eclipse.rdf4j.repository.manager.util - package org.eclipse.rdf4j.repository.manager.util
 
org.eclipse.rdf4j.repository.optimistic - package org.eclipse.rdf4j.repository.optimistic
 
org.eclipse.rdf4j.repository.sail - package org.eclipse.rdf4j.repository.sail
Repository implementation for local RDF databases that implement the SAIL SPI.
org.eclipse.rdf4j.repository.sail.config - package org.eclipse.rdf4j.repository.sail.config
 
org.eclipse.rdf4j.repository.sail.helpers - package org.eclipse.rdf4j.repository.sail.helpers
Helper and utility classes for the SailRepository
org.eclipse.rdf4j.repository.sparql - package org.eclipse.rdf4j.repository.sparql
A Repository that serves as a SPARQL endpoint client.
org.eclipse.rdf4j.repository.sparql.config - package org.eclipse.rdf4j.repository.sparql.config
 
org.eclipse.rdf4j.repository.sparql.federation - package org.eclipse.rdf4j.repository.sparql.federation
 
org.eclipse.rdf4j.repository.sparql.query - package org.eclipse.rdf4j.repository.sparql.query
 
org.eclipse.rdf4j.repository.util - package org.eclipse.rdf4j.repository.util
Helper classes for working with Repositories.
org.eclipse.rdf4j.rio - package org.eclipse.rdf4j.rio
Rio: The rdf4j parser/writer API.
org.eclipse.rdf4j.rio.binary - package org.eclipse.rdf4j.rio.binary
Parser/writer for the rdf4j binary RDF format.
org.eclipse.rdf4j.rio.datatypes - package org.eclipse.rdf4j.rio.datatypes
Various DatatypeHandler implementations.
org.eclipse.rdf4j.rio.hdt - package org.eclipse.rdf4j.rio.hdt
Parser/writer for the HDT v1.0 format.
org.eclipse.rdf4j.rio.helpers - package org.eclipse.rdf4j.rio.helpers
Provides helpers classes for Rio.
org.eclipse.rdf4j.rio.jsonld - package org.eclipse.rdf4j.rio.jsonld
Parser/writer for the JSON-L format.
org.eclipse.rdf4j.rio.languages - package org.eclipse.rdf4j.rio.languages
Various LanguageHandler implementations for processing language-tags.
org.eclipse.rdf4j.rio.n3 - package org.eclipse.rdf4j.rio.n3
Writer for the Notation-3 (N3) format.
org.eclipse.rdf4j.rio.nquads - package org.eclipse.rdf4j.rio.nquads
Parser/writer for the N-Quads format.
org.eclipse.rdf4j.rio.ntriples - package org.eclipse.rdf4j.rio.ntriples
Parser/writer for the N-Triples format.
org.eclipse.rdf4j.rio.rdfjson - package org.eclipse.rdf4j.rio.rdfjson
Parser/writer for the RDF/JSON format.
org.eclipse.rdf4j.rio.rdfxml - package org.eclipse.rdf4j.rio.rdfxml
Parser/writer for the RDF/XML format.
org.eclipse.rdf4j.rio.rdfxml.util - package org.eclipse.rdf4j.rio.rdfxml.util
Pretty-printing for the RDF/XML format.
org.eclipse.rdf4j.rio.trig - package org.eclipse.rdf4j.rio.trig
Parser/writer for the TriG format.
org.eclipse.rdf4j.rio.trigstar - package org.eclipse.rdf4j.rio.trigstar
 
org.eclipse.rdf4j.rio.trix - package org.eclipse.rdf4j.rio.trix
Parser/writer for the TriX format.
org.eclipse.rdf4j.rio.turtle - package org.eclipse.rdf4j.rio.turtle
Parser/writer for the Turtle format.
org.eclipse.rdf4j.rio.turtlestar - package org.eclipse.rdf4j.rio.turtlestar
 
org.eclipse.rdf4j.runtime - package org.eclipse.rdf4j.runtime
 
org.eclipse.rdf4j.sail - package 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 - package org.eclipse.rdf4j.sail.base
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
org.eclipse.rdf4j.sail.base.config - package org.eclipse.rdf4j.sail.base.config
 
org.eclipse.rdf4j.sail.config - package org.eclipse.rdf4j.sail.config
 
org.eclipse.rdf4j.sail.elasticsearch - package org.eclipse.rdf4j.sail.elasticsearch
ElasticSearch index for the LuceneSail.
org.eclipse.rdf4j.sail.elasticsearch.config - package org.eclipse.rdf4j.sail.elasticsearch.config
 
org.eclipse.rdf4j.sail.elasticsearchstore - package org.eclipse.rdf4j.sail.elasticsearchstore
Elasticsearch store for string triples
org.eclipse.rdf4j.sail.elasticsearchstore.config - package org.eclipse.rdf4j.sail.elasticsearchstore.config
 
org.eclipse.rdf4j.sail.evaluation - package org.eclipse.rdf4j.sail.evaluation
 
org.eclipse.rdf4j.sail.extensiblestore - package org.eclipse.rdf4j.sail.extensiblestore
Elasticsearch store for string triples
org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics - package org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics
 
org.eclipse.rdf4j.sail.extensiblestore.valuefactory - package org.eclipse.rdf4j.sail.extensiblestore.valuefactory
 
org.eclipse.rdf4j.sail.federation - package org.eclipse.rdf4j.sail.federation
 
org.eclipse.rdf4j.sail.federation.algebra - package org.eclipse.rdf4j.sail.federation.algebra
 
org.eclipse.rdf4j.sail.federation.config - package org.eclipse.rdf4j.sail.federation.config
 
org.eclipse.rdf4j.sail.federation.evaluation - package org.eclipse.rdf4j.sail.federation.evaluation
 
org.eclipse.rdf4j.sail.federation.optimizers - package org.eclipse.rdf4j.sail.federation.optimizers
 
org.eclipse.rdf4j.sail.helpers - package org.eclipse.rdf4j.sail.helpers
Abstract base implementation and internal helper classes for Sail implementations.
org.eclipse.rdf4j.sail.inferencer - package org.eclipse.rdf4j.sail.inferencer
 
org.eclipse.rdf4j.sail.inferencer.fc - package org.eclipse.rdf4j.sail.inferencer.fc
Forward-chaining inferencers, implemented as StackableSails.
org.eclipse.rdf4j.sail.inferencer.fc.config - package org.eclipse.rdf4j.sail.inferencer.fc.config
 
org.eclipse.rdf4j.sail.inferencer.util - package org.eclipse.rdf4j.sail.inferencer.util
 
org.eclipse.rdf4j.sail.lucene - package org.eclipse.rdf4j.sail.lucene
A Sail implementation that supports full-text indexing via the Lucene API.
org.eclipse.rdf4j.sail.lucene.config - package org.eclipse.rdf4j.sail.lucene.config
 
org.eclipse.rdf4j.sail.lucene.fn - package org.eclipse.rdf4j.sail.lucene.fn
 
org.eclipse.rdf4j.sail.lucene.util - package org.eclipse.rdf4j.sail.lucene.util
 
org.eclipse.rdf4j.sail.memory - package org.eclipse.rdf4j.sail.memory
An implementation of the RDF SAIL API that uses main memory for storage.
org.eclipse.rdf4j.sail.memory.config - package org.eclipse.rdf4j.sail.memory.config
 
org.eclipse.rdf4j.sail.memory.model - package org.eclipse.rdf4j.sail.memory.model
 
org.eclipse.rdf4j.sail.model - package org.eclipse.rdf4j.sail.model
 
org.eclipse.rdf4j.sail.nativerdf - package org.eclipse.rdf4j.sail.nativerdf
The Native Store.
org.eclipse.rdf4j.sail.nativerdf.btree - package org.eclipse.rdf4j.sail.nativerdf.btree
 
org.eclipse.rdf4j.sail.nativerdf.config - package org.eclipse.rdf4j.sail.nativerdf.config
 
org.eclipse.rdf4j.sail.nativerdf.datastore - package org.eclipse.rdf4j.sail.nativerdf.datastore
 
org.eclipse.rdf4j.sail.nativerdf.model - package org.eclipse.rdf4j.sail.nativerdf.model
 
org.eclipse.rdf4j.sail.shacl - package org.eclipse.rdf4j.sail.shacl
A Sail implementation for SHACL constraint checking.
org.eclipse.rdf4j.sail.shacl.config - package org.eclipse.rdf4j.sail.shacl.config
 
org.eclipse.rdf4j.sail.shacl.planNodes - package org.eclipse.rdf4j.sail.shacl.planNodes
 
org.eclipse.rdf4j.sail.shacl.results - package org.eclipse.rdf4j.sail.shacl.results
 
org.eclipse.rdf4j.sail.shacl.results.lazy - package org.eclipse.rdf4j.sail.shacl.results.lazy
 
org.eclipse.rdf4j.sail.solr - package org.eclipse.rdf4j.sail.solr
 
org.eclipse.rdf4j.sail.solr.client.cloud - package org.eclipse.rdf4j.sail.solr.client.cloud
 
org.eclipse.rdf4j.sail.solr.client.embedded - package org.eclipse.rdf4j.sail.solr.client.embedded
 
org.eclipse.rdf4j.sail.solr.client.http - package org.eclipse.rdf4j.sail.solr.client.http
 
org.eclipse.rdf4j.sail.solr.config - package org.eclipse.rdf4j.sail.solr.config
 
org.eclipse.rdf4j.sail.spin - package org.eclipse.rdf4j.sail.spin
See discussion at https://github.com/eclipse/rdf4j/issues/1262
org.eclipse.rdf4j.sail.spin.config - package org.eclipse.rdf4j.sail.spin.config
 
org.eclipse.rdf4j.shacl.manifest - package org.eclipse.rdf4j.shacl.manifest
 
org.eclipse.rdf4j.sparqlbuilder.constraint - package org.eclipse.rdf4j.sparqlbuilder.constraint
 
org.eclipse.rdf4j.sparqlbuilder.core - package org.eclipse.rdf4j.sparqlbuilder.core
Core classes and interfaces for the SPARQLBuilder.
org.eclipse.rdf4j.sparqlbuilder.core.query - package org.eclipse.rdf4j.sparqlbuilder.core.query
 
org.eclipse.rdf4j.sparqlbuilder.graphpattern - package org.eclipse.rdf4j.sparqlbuilder.graphpattern
 
org.eclipse.rdf4j.sparqlbuilder.rdf - package org.eclipse.rdf4j.sparqlbuilder.rdf
 
org.eclipse.rdf4j.sparqlbuilder.util - package org.eclipse.rdf4j.sparqlbuilder.util
 
org.eclipse.rdf4j.spin - package org.eclipse.rdf4j.spin
See discussion at https://github.com/eclipse/rdf4j/issues/1262
org.eclipse.rdf4j.spin.function - package org.eclipse.rdf4j.spin.function
Core functions required for SPIN.
org.eclipse.rdf4j.spin.function.apf - package org.eclipse.rdf4j.spin.function.apf
 
org.eclipse.rdf4j.spin.function.list - package org.eclipse.rdf4j.spin.function.list
 
org.eclipse.rdf4j.spin.function.spif - package org.eclipse.rdf4j.spin.function.spif
 
org.eclipse.rdf4j.util - package org.eclipse.rdf4j.util
 
org.eclipse.rdf4j.util.iterators - package org.eclipse.rdf4j.util.iterators
 
org.eclipse.rdf4j.workbench - package org.eclipse.rdf4j.workbench
 
org.eclipse.rdf4j.workbench.base - package org.eclipse.rdf4j.workbench.base
 
org.eclipse.rdf4j.workbench.commands - package org.eclipse.rdf4j.workbench.commands
 
org.eclipse.rdf4j.workbench.exceptions - package org.eclipse.rdf4j.workbench.exceptions
 
org.eclipse.rdf4j.workbench.proxy - package org.eclipse.rdf4j.workbench.proxy
 
org.eclipse.rdf4j.workbench.util - package org.eclipse.rdf4j.workbench.util
 
ORG_ACTIVITY - Static variable in class org.eclipse.rdf4j.model.vocabulary.ROV
rov:orgActivity
ORG_STATUS - Static variable in class org.eclipse.rdf4j.model.vocabulary.ROV
rov:orgStatus
ORG_TYPE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ROV
rov:orgType
ORGANIZATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
ORGANIZATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
void:Organization
ORGANIZATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:Organization
ORGANIZATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:Organization
ORGANIZATION_NAME - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:organization-name
ORGANIZATION_UNIT - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:organization-unit
ORGANIZATIONAL_COLLABORATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
void:OrganizationalCollaboration
ORGANIZATIONAL_UNIT - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
void:OrganizationalUnit
ORIGINAL_ORGANIZATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
void:originalOrganization
OrSameTermOptimizer() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.DisjunctiveConstraintOptimizer.OrSameTermOptimizer
 
OS - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:os
OTHER - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:Other
out - Variable in class org.eclipse.rdf4j.common.io.IndentingWriter
The underlying writer.
OUTCOME - Static variable in class org.eclipse.rdf4j.model.vocabulary.EARL
 
OuterQuery<T extends OuterQuery<T>> - Class in org.eclipse.rdf4j.sparqlbuilder.core.query
A non-subquery query.
OuterQuery() - Constructor for class org.eclipse.rdf4j.sparqlbuilder.core.query.OuterQuery
 
OUTPUT - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:output
OWL - Class in org.eclipse.rdf4j.model.vocabulary
Constants for OWL / OWL 2 primitives and for the OWL / OWL 2 namespace.
OWL() - Constructor for class org.eclipse.rdf4j.model.vocabulary.OWL
 
owned - Variable in class org.eclipse.rdf4j.federated.algebra.ExclusiveGroup
 
ownedEndpoint - Variable in class org.eclipse.rdf4j.federated.algebra.ExclusiveGroup
 
OwnedTupleExpr - Class in org.eclipse.rdf4j.sail.federation.algebra
Indicates that the argument should be evaluated in a particular member.
OwnedTupleExpr(RepositoryConnection, TupleExpr) - Constructor for class org.eclipse.rdf4j.sail.federation.algebra.OwnedTupleExpr
 
OwnedTupleExprPruner - Class in org.eclipse.rdf4j.sail.federation.optimizers
Remove redundant OwnedTupleExpr.
OwnedTupleExprPruner() - Constructor for class org.eclipse.rdf4j.sail.federation.optimizers.OwnedTupleExprPruner
 
owner - Variable in class org.eclipse.rdf4j.federated.algebra.ExclusiveGroup
 

P

PACKAGE_FORMAT - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCAT
dcat:packageFormat
PAGE - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
PAGE - Static variable in class org.eclipse.rdf4j.model.vocabulary.LDP
ldp:Page
PAGE_INDEX - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
PAGE_REFERENCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
PAGE_SEQUENCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.LDP
ldp:pageSequence
PAGE_SORT_COLLATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.LDP
ldp:pageSortCollation
PAGE_SORT_CRITERIA - Static variable in class org.eclipse.rdf4j.model.vocabulary.LDP
ldp:pageSortCriteria
PAGE_SORT_CRITERION - Static variable in class org.eclipse.rdf4j.model.vocabulary.LDP
ldp:PageSortCriterion
PAGE_SORT_ORDER - Static variable in class org.eclipse.rdf4j.model.vocabulary.LDP
ldp:pageSortOrder
PAGE_SORT_PREDICATE - Static variable in class org.eclipse.rdf4j.model.vocabulary.LDP
ldp:pageSortPredicate
PagedQuery - Class in org.eclipse.rdf4j.workbench.util
 
PagedQuery(String, QueryLanguage, int, int) - Constructor for class org.eclipse.rdf4j.workbench.util.PagedQuery
Creates an object that adds or modifies the limit and offset clauses of the query to be executed so that only those results to be displayed are requested from the query engine.
PAGER - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:Pager
painter - Variable in class org.eclipse.rdf4j.sail.RDFStoreTest
 
painting - Variable in class org.eclipse.rdf4j.sail.RDFStoreTest
 
paints - Variable in class org.eclipse.rdf4j.sail.RDFStoreTest
 
PAIR_ENTITY - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:pairEntity
PAIR_KEY - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:pairKey
PARALLEL_VALIDATION - Static variable in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailSchema
http://rdf4j.org/config/sail/shacl#parallelValidation
PARALLEL_VALIDATION_DEFAULT - Static variable in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
ParallelBoundJoinTask - Class in org.eclipse.rdf4j.federated.evaluation.join
A task implementation representing a bound join, see FederationEvalStrategy.evaluateBoundJoinStatementPattern(StatementTupleExpr, List) for further details on the evaluation process.
ParallelBoundJoinTask(ParallelExecutor<BindingSet>, FederationEvalStrategy, StatementTupleExpr, List<BindingSet>) - Constructor for class org.eclipse.rdf4j.federated.evaluation.join.ParallelBoundJoinTask
 
ParallelCheckJoinTask - Class in org.eclipse.rdf4j.federated.evaluation.join
A task implementation representing a grouped bound check.
ParallelCheckJoinTask(ParallelExecutor<BindingSet>, FederationEvalStrategy, CheckStatementPattern, List<BindingSet>) - Constructor for class org.eclipse.rdf4j.federated.evaluation.join.ParallelCheckJoinTask
 
ParallelCheckTask(Endpoint, StatementPattern, QueryInfo, SourceSelection.SourceSelectionExecutorWithLatch) - Constructor for class org.eclipse.rdf4j.federated.optimizer.SourceSelection.ParallelCheckTask
 
ParallelExecutor<T> - Interface in org.eclipse.rdf4j.federated.evaluation.concurrent
Interface for any parallel cursor, i.e.
ParallelExecutorBase<T> - Class in org.eclipse.rdf4j.federated.evaluation.concurrent
Base class for common parallel executors such as JoinExecutorBase and UnionExecutorBase.
ParallelExecutorBase(FederationEvalStrategy, QueryInfo) - Constructor for class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelExecutorBase
 
ParallelGetStatementsTask - Class in org.eclipse.rdf4j.federated.evaluation.union
A task implementation to retrieve statements for a given StatementPattern using the provided triple source.
ParallelGetStatementsTask(ParallelExecutor<Statement>, Endpoint, Resource, IRI, Value, QueryInfo, Resource...) - Constructor for class org.eclipse.rdf4j.federated.evaluation.union.ParallelGetStatementsTask
 
ParallelJoinCursor - Class in org.eclipse.rdf4j.sail.federation.evaluation
Iterate the left side and evaluate the right side in separate thread, only iterate the right side in the controlling thread.
ParallelJoinCursor(EvaluationStrategy, CloseableIteration<BindingSet, QueryEvaluationException>, TupleExpr) - Constructor for class org.eclipse.rdf4j.sail.federation.evaluation.ParallelJoinCursor
 
ParallelJoinTask - Class in org.eclipse.rdf4j.federated.evaluation.join
A task implementation representing a join, i.e.
ParallelJoinTask(ParallelExecutor<BindingSet>, FederationEvalStrategy, TupleExpr, BindingSet) - Constructor for class org.eclipse.rdf4j.federated.evaluation.join.ParallelJoinTask
 
ParallelLeftJoinCursor - Class in org.eclipse.rdf4j.sail.federation.evaluation
Transform the condition into a filter and the right side into an AlternativeCursor, then evaluate as a ParallelJoinCursor.
ParallelLeftJoinCursor(EvaluationStrategy, LeftJoin, BindingSet) - Constructor for class org.eclipse.rdf4j.sail.federation.evaluation.ParallelLeftJoinCursor
 
ParallelLeftJoinTask - Class in org.eclipse.rdf4j.federated.evaluation.join
A task implementation representing a join, i.e.
ParallelLeftJoinTask(ParallelExecutor<BindingSet>, FederationEvalStrategy, LeftJoin, BindingSet) - Constructor for class org.eclipse.rdf4j.federated.evaluation.join.ParallelLeftJoinTask
 
ParallelPreparedAlgebraUnionTask - Class in org.eclipse.rdf4j.federated.evaluation.union
A task implementation representing a prepared union, i.e.
ParallelPreparedAlgebraUnionTask(ParallelExecutor<BindingSet>, TupleExpr, Endpoint, BindingSet, FilterValueExpr, QueryInfo) - Constructor for class org.eclipse.rdf4j.federated.evaluation.union.ParallelPreparedAlgebraUnionTask
 
ParallelPreparedUnionTask - Class in org.eclipse.rdf4j.federated.evaluation.union
A task implementation representing a prepared union, i.e.
ParallelPreparedUnionTask(ParallelExecutor<BindingSet>, String, Endpoint, BindingSet, FilterValueExpr, QueryInfo) - Constructor for class org.eclipse.rdf4j.federated.evaluation.union.ParallelPreparedUnionTask
 
ParallelServiceExecutor - Class in org.eclipse.rdf4j.federated.evaluation.concurrent
Parallel executor for FedXService nodes, which wrap SERVICE expressions.
ParallelServiceExecutor(FedXService, FederationEvalStrategy, BindingSet, FederationContext) - Constructor for class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelServiceExecutor
 
ParallelServiceJoinTask - Class in org.eclipse.rdf4j.federated.evaluation.join
A task implementation representing the evaluation of a SERVICE which is to be evaluated using block input.
ParallelServiceJoinTask(ParallelExecutor<BindingSet>, FederationEvalStrategy, FedXService, List<BindingSet>) - Constructor for class org.eclipse.rdf4j.federated.evaluation.join.ParallelServiceJoinTask
 
ParallelTask<T> - Interface in org.eclipse.rdf4j.federated.evaluation.concurrent
Interface for any parallel task that can be performed in Scheduler implementations.
ParallelTaskBase<T> - Class in org.eclipse.rdf4j.federated.evaluation.concurrent
 
ParallelTaskBase() - Constructor for class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelTaskBase
 
ParallelUnionOperatorTask - Class in org.eclipse.rdf4j.federated.evaluation.union
A task implementation representing a UNION operator expression to be evaluated.
ParallelUnionOperatorTask(ParallelExecutor<BindingSet>, FederationEvalStrategy, TupleExpr, BindingSet) - Constructor for class org.eclipse.rdf4j.federated.evaluation.union.ParallelUnionOperatorTask
 
ParallelUnionTask - Class in org.eclipse.rdf4j.federated.evaluation.union
A task implementation representing a statement expression to be evaluated.
ParallelUnionTask(ParallelExecutor<BindingSet>, StatementPattern, Endpoint, BindingSet, FilterValueExpr, QueryInfo) - Constructor for class org.eclipse.rdf4j.federated.evaluation.union.ParallelUnionTask
 
Parameter - Class in org.eclipse.rdf4j.common.webapp.util
A parameter consisting of a key and a value, which are both strings.
Parameter(String, String) - Constructor for class org.eclipse.rdf4j.common.webapp.util.Parameter
 
PARAMETER - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:Parameter
PARAMETER_PROP - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:parameter
PARAMETERIZABLE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:Parameterizable
parameters() - Static method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
parameters - Variable in class org.eclipse.rdf4j.sail.lucene.LuceneSail
 
parametersREAD_COMMITTED() - Static method in class org.eclipse.rdf4j.repository.RDFSchemaRepositoryConnectionTest
 
params() - Static method in class org.eclipse.rdf4j.repository.EquivalentTest
 
PARCEL - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
Deprecated.
PARENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:Parent
parent() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.InnerJoin
 
parenthesize() - Method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expression
Indicate that this expression should be wrapped in parentheses when converted to a query string
parenthesize(boolean) - Method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expression
Indicate if this expression should be wrapped in parentheses when converted to a query string
parse(String) - Static method in class org.eclipse.rdf4j.common.app.AppVersion
Parses a version string into a Version object.
parse(URL) - Method in class org.eclipse.rdf4j.common.webapp.navigation.NavigationXmlParser
 
parse(String) - Static method in class org.eclipse.rdf4j.common.webapp.util.HeaderElement
 
parse(File) - Method in class org.eclipse.rdf4j.common.xml.SimpleSAXParser
Parses the content of the supplied File as XML.
parse(InputStream) - Method in class org.eclipse.rdf4j.common.xml.SimpleSAXParser
Parses the content of the supplied InputStream as XML.
parse(Reader) - Method in class org.eclipse.rdf4j.common.xml.SimpleSAXParser
Parses the content of the supplied Reader as XML.
parse(InputSource) - Method in class org.eclipse.rdf4j.common.xml.SimpleSAXParser
Parses the content of the supplied InputSource as XML.
parse(Model, Resource) - Method in class org.eclipse.rdf4j.federated.repository.FedXRepositoryConfig
 
parse(TupleQueryResultParser, InputStream) - Method in class org.eclipse.rdf4j.http.client.BackgroundResultExecutor
 
parse(RDFParser, InputStream, Charset, String) - Method in class org.eclipse.rdf4j.http.client.BackgroundResultExecutor
 
parse(String) - Static method in class org.eclipse.rdf4j.http.protocol.error.ErrorInfo
Parses the string output that is produced by ErrorInfo.toString().
parse(InputStream) - Method in class org.eclipse.rdf4j.http.protocol.transaction.TransactionReader
parse the transaction from the serialization
parse(Reader) - Method in class org.eclipse.rdf4j.http.protocol.transaction.TransactionReader
parse the transaction from the serialization
parse(InputStream) - Method in class org.eclipse.rdf4j.query.resultio.binary.BinaryQueryResultParser
 
parse(InputStream) - Method in interface org.eclipse.rdf4j.query.resultio.BooleanQueryResultParser
parse(InputStream) - Method in class org.eclipse.rdf4j.query.resultio.sparqljson.SPARQLBooleanJSONParser
Deprecated.
parse(InputStream) - Method in class org.eclipse.rdf4j.query.resultio.sparqljson.SPARQLResultsJSONParser
Deprecated.
parse(InputStream) - Method in class org.eclipse.rdf4j.query.resultio.sparqlxml.SPARQLBooleanXMLParser
Deprecated.
parse(InputStream) - Method in class org.eclipse.rdf4j.query.resultio.sparqlxml.SPARQLResultsXMLParser
Deprecated.
parse(InputStream) - Method in class org.eclipse.rdf4j.query.resultio.text.BooleanTextParser
 
parse(InputStream) - Method in class org.eclipse.rdf4j.query.resultio.text.csv.SPARQLResultsCSVParser
 
parse(InputStream) - Method in class org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLResultsTSVParser
 
parse(InputStream) - Method in interface org.eclipse.rdf4j.query.resultio.TupleQueryResultParser
parse(Model, Resource) - Method in class org.eclipse.rdf4j.repository.config.AbstractDelegatingRepositoryImplConfig
 
parse(Model, Resource) - Method in class org.eclipse.rdf4j.repository.config.AbstractRepositoryImplConfig
 
parse(Model, Resource) - Method in class org.eclipse.rdf4j.repository.config.RepositoryConfig
 
parse(Model, Resource) - Method in interface org.eclipse.rdf4j.repository.config.RepositoryImplConfig
Reads the properties of this RepositoryImplConfig from the supplied Model and sets them accordingly.
parse(Model, Resource) - Method in class org.eclipse.rdf4j.repository.contextaware.config.ContextAwareConfig
 
parse(Model, Resource) - Method in class org.eclipse.rdf4j.repository.http.config.HTTPRepositoryConfig
 
parse(Model, Resource) - Method in class org.eclipse.rdf4j.repository.sail.config.ProxyRepositoryConfig
 
parse(Model, Resource) - Method in class org.eclipse.rdf4j.repository.sail.config.SailRepositoryConfig
 
parse(Model, Resource) - Method in class org.eclipse.rdf4j.repository.sparql.config.SPARQLRepositoryConfig
 
parse(Reader, String) - Method in class org.eclipse.rdf4j.rio.binary.BinaryRDFParser
 
parse(InputStream, String) - Method in class org.eclipse.rdf4j.rio.binary.BinaryRDFParser
 
parse(InputStream, String) - Method in class org.eclipse.rdf4j.rio.hdt.HDTParser
Implementation of the parse(InputStream, String) method defined in the RDFParser interface.
parse(Reader, String) - Method in class org.eclipse.rdf4j.rio.hdt.HDTParser
Not supported, since HDT is a binary format.
parse(InputStream, String) - Method in class org.eclipse.rdf4j.rio.jsonld.JSONLDParser
 
parse(Reader, String) - Method in class org.eclipse.rdf4j.rio.jsonld.JSONLDParser
 
parse(InputStream, String) - Method in class org.eclipse.rdf4j.rio.nquads.NQuadsParser
 
parse(Reader, String) - Method in class org.eclipse.rdf4j.rio.nquads.NQuadsParser
 
parse(InputStream, String) - Method in class org.eclipse.rdf4j.rio.ntriples.NTriplesParser
Implementation of the parse(InputStream, String) method defined in the RDFParser interface.
parse(Reader, String) - Method in class org.eclipse.rdf4j.rio.ntriples.NTriplesParser
Implementation of the parse(Reader, String) method defined in the RDFParser interface.
parse(InputStream, String) - Method in class org.eclipse.rdf4j.rio.rdfjson.RDFJSONParser
 
parse(Reader, String) - Method in class org.eclipse.rdf4j.rio.rdfjson.RDFJSONParser
 
parse(InputStream, String) - Method in interface org.eclipse.rdf4j.rio.RDFParser
Parses the data from the supplied InputStream, using the supplied baseURI to resolve any relative URI references.
parse(Reader, String) - Method in interface org.eclipse.rdf4j.rio.RDFParser
Parses the data from the supplied Reader, using the supplied baseURI to resolve any relative URI references.
parse(InputStream, String) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
Parses the data from the supplied InputStream, using the supplied baseURI to resolve any relative URI references.
parse(Reader, String) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
Parses the data from the supplied Reader, using the supplied baseURI to resolve any relative URI references.
parse(InputStream, String, RDFFormat, Resource...) - Static method in class org.eclipse.rdf4j.rio.Rio
Adds RDF data from an InputStream to a Model, optionally to one or more named contexts.
parse(Reader, String, RDFFormat, Resource...) - Static method in class org.eclipse.rdf4j.rio.Rio
Adds RDF data from a Reader to a Model, optionally to one or more named contexts.
parse(InputStream, String, RDFFormat, ParserConfig, ValueFactory, ParseErrorListener, Resource...) - Static method in class org.eclipse.rdf4j.rio.Rio
Adds RDF data from an InputStream to a Model, optionally to one or more named contexts.
parse(InputStream, String, RDFFormat, ParserConfig, ValueFactory, ParseErrorListener, ModelFactory, Resource...) - Static method in class org.eclipse.rdf4j.rio.Rio
Adds RDF data from an InputStream to a Model, optionally to one or more named contexts.
parse(Reader, String, RDFFormat, ParserConfig, ValueFactory, ParseErrorListener, Resource...) - Static method in class org.eclipse.rdf4j.rio.Rio
Adds RDF data from a Reader to a Model, optionally to one or more named contexts.
parse(Reader, String, RDFFormat, ParserConfig, ValueFactory, ParseErrorListener, ModelFactory, Resource...) - Static method in class org.eclipse.rdf4j.rio.Rio
Adds RDF data from a Reader to a Model, optionally to one or more named contexts.
parse(InputStream, String) - Method in class org.eclipse.rdf4j.rio.trix.TriXParser
Parses the data from the supplied InputStream, using the supplied baseURI to resolve any relative URI references.
parse(Reader, String) - Method in class org.eclipse.rdf4j.rio.trix.TriXParser
Parses the data from the supplied Reader, using the supplied baseURI to resolve any relative URI references.
parse(InputStream, String) - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
Implementation of the parse(InputStream, String) method defined in the RDFParser interface.
parse(Reader, String) - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
Implementation of the parse(Reader, String) method defined in the RDFParser interface.
parse(Model, Resource) - Method in class org.eclipse.rdf4j.sail.base.config.BaseSailConfig
 
parse(Model, Resource) - Method in class org.eclipse.rdf4j.sail.config.AbstractDelegatingSailImplConfig
 
parse(Model, Resource) - Method in class org.eclipse.rdf4j.sail.config.AbstractSailImplConfig
 
parse(Model, Resource) - Method in interface org.eclipse.rdf4j.sail.config.SailImplConfig
 
parse(Model, Resource) - Method in class org.eclipse.rdf4j.sail.elasticsearchstore.config.ElasticsearchStoreConfig
 
parse(Model, Resource) - Method in class org.eclipse.rdf4j.sail.federation.config.FederationConfig
Deprecated.
 
parse(Model, Resource) - Method in class org.eclipse.rdf4j.sail.inferencer.fc.config.CustomGraphQueryInferencerConfig
 
parse(Model, Resource) - Method in class org.eclipse.rdf4j.sail.lucene.config.AbstractLuceneSailConfig
 
parse(Model, Resource) - Method in class org.eclipse.rdf4j.sail.memory.config.MemoryStoreConfig
 
parse(Model, Resource) - Method in class org.eclipse.rdf4j.sail.nativerdf.config.NativeStoreConfig
 
parse(Model, Resource) - Method in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
parse(Model, Resource) - Method in class org.eclipse.rdf4j.sail.spin.config.SpinSailConfig
 
parse(IRI, TripleSource) - Method in interface org.eclipse.rdf4j.spin.function.FunctionParser
 
parse(IRI, TripleSource) - Method in class org.eclipse.rdf4j.spin.function.KnownFunctionParser
 
parse(IRI, TripleSource) - Method in class org.eclipse.rdf4j.spin.function.KnownTupleFunctionParser
 
parse(IRI, TripleSource) - Method in class org.eclipse.rdf4j.spin.function.SpinFunctionParser
 
parse(IRI, TripleSource) - Method in class org.eclipse.rdf4j.spin.function.SpinTupleFunctionAsFunctionParser
 
parse(IRI, TripleSource) - Method in class org.eclipse.rdf4j.spin.function.SpinTupleFunctionParser
 
parse(IRI, TripleSource) - Method in class org.eclipse.rdf4j.spin.function.SpinxFunctionParser
 
parse(IRI, TripleSource) - Method in interface org.eclipse.rdf4j.spin.function.TupleFunctionParser
 
parse(Resource, TripleSource) - Method in class org.eclipse.rdf4j.spin.SpinParser
 
parse(Resource, IRI, TripleSource) - Method in class org.eclipse.rdf4j.spin.SpinParser
 
PARSE_DATE_FUNCTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIF
 
PARSE_STANDALONE_DOCUMENTS - Static variable in class org.eclipse.rdf4j.rio.helpers.XMLParserSettings
Flag indicating whether the parser parses stand-alone RDF documents.
parseArguments(IRI, TripleSource) - Method in class org.eclipse.rdf4j.spin.SpinParser
 
parseAskQuery(Resource, TripleSource) - Method in class org.eclipse.rdf4j.spin.SpinParser
 
parseBase() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
 
parseBNode(String, ValueFactory) - Static method in class org.eclipse.rdf4j.rio.helpers.NTriplesUtil
Parses an N-Triples bNode, creates an object for it using the supplied ValueFactory and returns this object.
parseBoolean(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Parses the supplied xsd:boolean string and returns its value.
parseBoolean(InputStream, QueryResultFormat) - Static method in class org.eclipse.rdf4j.query.resultio.QueryResultIO
Parses a boolean query result document and returns the parsed value.
parseBooleanParam(HttpServletRequest, String, boolean) - Static method in class org.eclipse.rdf4j.http.server.ProtocolUtil
 
parseBooleanQuery(QueryLanguage, String, String) - Static method in class org.eclipse.rdf4j.query.parser.QueryParserUtil
Parses the supplied query into a query model.
parseByte(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Parses the supplied xsd:byte string and returns its value.
parseCalendar(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Parses the supplied calendar value string and returns its value.
parseCollection() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
Parses a collection, e.g.
parseConstraintViolation(Resource, TripleSource) - Method in class org.eclipse.rdf4j.spin.SpinParser
 
parseConstructQuery(Resource, TripleSource) - Method in class org.eclipse.rdf4j.spin.SpinParser
 
parseContext(int) - Method in class org.eclipse.rdf4j.rio.nquads.NQuadsParser
 
parseContextParam(HttpServletRequest, String, ValueFactory) - Static method in class org.eclipse.rdf4j.http.server.ProtocolUtil
 
ParseDate - Class in org.eclipse.rdf4j.spin.function.spif
 
ParseDate() - Constructor for class org.eclipse.rdf4j.spin.function.spif.ParseDate
 
ParsedBooleanQuery - Class in org.eclipse.rdf4j.query.parser
A query formulated in the OpenRDF query algebra that produces a boolean value as its result.
ParsedBooleanQuery() - Constructor for class org.eclipse.rdf4j.query.parser.ParsedBooleanQuery
Creates a new boolean query.
ParsedBooleanQuery(TupleExpr) - Constructor for class org.eclipse.rdf4j.query.parser.ParsedBooleanQuery
Creates a new boolean query for the supplied tuple expression.
ParsedBooleanQuery(String, TupleExpr) - Constructor for class org.eclipse.rdf4j.query.parser.ParsedBooleanQuery
Creates a new boolean query for the supplied tuple expression.
ParsedBooleanTemplate - Class in org.eclipse.rdf4j.spin
 
ParsedBooleanTemplate(Template, BindingSet) - Constructor for class org.eclipse.rdf4j.spin.ParsedBooleanTemplate
 
ParsedDescribeQuery - Class in org.eclipse.rdf4j.query.parser
A ParsedGraphQuery to identify DESCRIBE queries.
ParsedDescribeQuery() - Constructor for class org.eclipse.rdf4j.query.parser.ParsedDescribeQuery
Creates a new graph query.
ParsedDescribeQuery(Map<String, String>) - Constructor for class org.eclipse.rdf4j.query.parser.ParsedDescribeQuery
Creates a new graph query.
ParsedDescribeQuery(TupleExpr) - Constructor for class org.eclipse.rdf4j.query.parser.ParsedDescribeQuery
Creates a new graph query for the supplied tuple expression.
ParsedDescribeQuery(String, TupleExpr) - Constructor for class org.eclipse.rdf4j.query.parser.ParsedDescribeQuery
Creates a new graph query for the supplied tuple expression.
ParsedDescribeQuery(TupleExpr, Map<String, String>) - Constructor for class org.eclipse.rdf4j.query.parser.ParsedDescribeQuery
Creates a new graph query.
ParsedDescribeQuery(String, TupleExpr, Map<String, String>) - Constructor for class org.eclipse.rdf4j.query.parser.ParsedDescribeQuery
Creates a new graph query.
parseDecimal(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Parses the supplied decimal/floating point string and returns its value.
parseDescribeQuery(Resource, TripleSource) - Method in class org.eclipse.rdf4j.spin.SpinParser
 
ParsedGraphQuery - Class in org.eclipse.rdf4j.query.parser
A query forumalated in the OpenRDF query algebra that produces an RDF graph (a set of statements) as its result.
ParsedGraphQuery() - Constructor for class org.eclipse.rdf4j.query.parser.ParsedGraphQuery
Creates a new graph query.
ParsedGraphQuery(Map<String, String>) - Constructor for class org.eclipse.rdf4j.query.parser.ParsedGraphQuery
Creates a new graph query.
ParsedGraphQuery(TupleExpr) - Constructor for class org.eclipse.rdf4j.query.parser.ParsedGraphQuery
Creates a new graph query for the supplied tuple expression.
ParsedGraphQuery(String, TupleExpr) - Constructor for class org.eclipse.rdf4j.query.parser.ParsedGraphQuery
Creates a new graph query for the supplied tuple expression.
ParsedGraphQuery(TupleExpr, Map<String, String>) - Constructor for class org.eclipse.rdf4j.query.parser.ParsedGraphQuery
Creates a new graph query.
ParsedGraphQuery(String, TupleExpr, Map<String, String>) - Constructor for class org.eclipse.rdf4j.query.parser.ParsedGraphQuery
Creates a new graph query.
ParsedGraphTemplate - Class in org.eclipse.rdf4j.spin
 
ParsedGraphTemplate(Template, BindingSet) - Constructor for class org.eclipse.rdf4j.spin.ParsedGraphTemplate
 
parseDirective(String) - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
 
ParsedIRI - Class in org.eclipse.rdf4j.common.net
Represents an Internationalized Resource Identifier (IRI) reference.
ParsedIRI(String) - Constructor for class org.eclipse.rdf4j.common.net.ParsedIRI
Constructs a ParsedIRI by parsing the given string.
ParsedIRI(String, String, String, int, String, String, String) - Constructor for class org.eclipse.rdf4j.common.net.ParsedIRI
Constructs a hierarchical IRI from the given components.
ParsedOperation - Class in org.eclipse.rdf4j.query.parser
Abstract superclass of all operations that can be formulated in a query language and parsed by the query parser.
ParsedOperation() - Constructor for class org.eclipse.rdf4j.query.parser.ParsedOperation
 
ParsedOperation(String) - Constructor for class org.eclipse.rdf4j.query.parser.ParsedOperation
 
parseDouble(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Parses the supplied xsd:double string and returns its value.
ParsedQuery - Class in org.eclipse.rdf4j.query.parser
Abstract super class of all query types that a query parser can generate.
ParsedQuery() - Constructor for class org.eclipse.rdf4j.query.parser.ParsedQuery
Creates a new query object.
ParsedQuery(String) - Constructor for class org.eclipse.rdf4j.query.parser.ParsedQuery
Creates a new query object.
ParsedQuery(String, TupleExpr) - Constructor for class org.eclipse.rdf4j.query.parser.ParsedQuery
Creates a new query object.
ParsedQuery(TupleExpr) - Constructor for class org.eclipse.rdf4j.query.parser.ParsedQuery
Creates a new query object.
ParsedQuery(TupleExpr, Dataset) - Constructor for class org.eclipse.rdf4j.query.parser.ParsedQuery
Creates a new query object.
ParsedQuery(String, TupleExpr, Dataset) - Constructor for class org.eclipse.rdf4j.query.parser.ParsedQuery
Creates a new query object.
ParsedTemplate - Interface in org.eclipse.rdf4j.spin
 
ParsedTupleQuery - Class in org.eclipse.rdf4j.query.parser
A query formulated in the OpenRDF query algebra that produces a set of tuples as its result.
ParsedTupleQuery() - Constructor for class org.eclipse.rdf4j.query.parser.ParsedTupleQuery
Creates a new tuple query.
ParsedTupleQuery(TupleExpr) - Constructor for class org.eclipse.rdf4j.query.parser.ParsedTupleQuery
Creates a new tuple query for the supplied tuple expression.
ParsedTupleQuery(String, TupleExpr) - Constructor for class org.eclipse.rdf4j.query.parser.ParsedTupleQuery
Creates a new tuple query for the supplied tuple expression.
ParsedTupleTemplate - Class in org.eclipse.rdf4j.spin
 
ParsedTupleTemplate(Template, BindingSet) - Constructor for class org.eclipse.rdf4j.spin.ParsedTupleTemplate
 
ParsedUpdate - Class in org.eclipse.rdf4j.query.parser
A parsed update sequence formulated in the OpenRDF query algebra.
ParsedUpdate() - Constructor for class org.eclipse.rdf4j.query.parser.ParsedUpdate
Creates a new update sequence.
ParsedUpdate(String) - Constructor for class org.eclipse.rdf4j.query.parser.ParsedUpdate
 
ParsedUpdate(String, Map<String, String>) - Constructor for class org.eclipse.rdf4j.query.parser.ParsedUpdate
 
ParsedUpdate(Map<String, String>) - Constructor for class org.eclipse.rdf4j.query.parser.ParsedUpdate
Creates a new update sequence.
ParsedUpdateTemplate - Class in org.eclipse.rdf4j.spin
 
ParsedUpdateTemplate(Template, BindingSet) - Constructor for class org.eclipse.rdf4j.spin.ParsedUpdateTemplate
 
parseDuration(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Parses the supplied xsd:duration value string and returns its value.
ParsedURI - Class in org.eclipse.rdf4j.common.net
Deprecated.
use ParsedIRI instead
ParsedURI(String) - Constructor for class org.eclipse.rdf4j.common.net.ParsedURI
Deprecated.
 
ParsedURI(String, String, String) - Constructor for class org.eclipse.rdf4j.common.net.ParsedURI
Deprecated.
 
ParsedURI(String, String, String, String, String) - Constructor for class org.eclipse.rdf4j.common.net.ParsedURI
Deprecated.
 
ParseErrorCollector - Class in org.eclipse.rdf4j.rio.helpers
A ParseErrorListener that collects Rio parse errors in the sequence they were collected in.
ParseErrorCollector() - Constructor for class org.eclipse.rdf4j.rio.helpers.ParseErrorCollector
 
ParseErrorListener - Interface in org.eclipse.rdf4j.rio
An interface defining methods for receiving warning and error messages from an RDF parser.
ParseErrorLogger - Class in org.eclipse.rdf4j.rio.helpers
A ParseErrorListener that reports Rio parser errors to the SLf4J Logging framework.
ParseErrorLogger() - Constructor for class org.eclipse.rdf4j.rio.helpers.ParseErrorLogger
 
parseExpression(Value, TripleSource) - Method in class org.eclipse.rdf4j.spin.SpinParser
 
parseFloat(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Parses the supplied xsd:float string and returns its value.
parseFunction(IRI, TripleSource) - Method in class org.eclipse.rdf4j.spin.SpinParser
 
parseGraph() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateDataBlockParser
 
parseGraph() - Method in class org.eclipse.rdf4j.rio.trig.TriGParser
 
parseGraphBackground(InputStream, String, RDFFormat) - Static method in class org.eclipse.rdf4j.query.QueryResults
Parses an RDF document and returns it as a GraphQueryResult object, with parsing done on a separate thread in the background.
IMPORTANT: As this method will spawn a new thread in the background, it is vitally important that the resulting GraphQueryResult be closed consistently when it is no longer required, to prevent resource leaks.
parseGraphBackground(InputStream, String, RDFParser) - Static method in class org.eclipse.rdf4j.query.QueryResults
Parses an RDF document and returns it as a GraphQueryResult object, with parsing done on a separate thread in the background.
IMPORTANT: As this method will spawn a new thread in the background, it is vitally important that the resulting GraphQueryResult be closed consistently when it is no longer required, to prevent resource leaks.
parseGraphParam(HttpServletRequest, ValueFactory) - Static method in class org.eclipse.rdf4j.http.server.ProtocolUtil
 
parseGraphQuery(QueryLanguage, String, String) - Static method in class org.eclipse.rdf4j.query.parser.QueryParserUtil
Parses the supplied query into a query model.
parseImplicitBlank() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateDataBlockParser
 
parseImplicitBlank() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
Parses an implicit blank node.
parseInt(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Parses the supplied xsd:int strings and returns its value.
parseInteger(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Parses the supplied xsd:integer string and returns its value.
parseInto(NavigationModel, URL) - Method in class org.eclipse.rdf4j.common.webapp.navigation.NavigationXmlParser
 
parseLiteral(String) - Method in class org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLResultsTSVMappingStrategy
Parses a literal, creates an object for it and returns this object.
parseLiteral(String, ValueFactory) - Static method in class org.eclipse.rdf4j.rio.helpers.NTriplesUtil
Parses an N-Triples literal, creates an object for it using the supplied ValueFactory and returns this object.
ParseLocationListener - Interface in org.eclipse.rdf4j.rio
A listener interface for listening to the parser's progress.
parseLocationUpdate(long, long) - Method in class org.eclipse.rdf4j.rio.helpers.SimpleParseLocationListener
 
parseLocationUpdate(long, long) - Method in interface org.eclipse.rdf4j.rio.ParseLocationListener
Signals an update of a parser's progress, indicated by a line and column number.
parseLong(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Parses the supplied xsd:long string and returns its value.
parseLongParam(HttpServletRequest, String, long) - Static method in class org.eclipse.rdf4j.http.server.ProtocolUtil
 
parseLongString(int) - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
Parses a """long string""".
parseMagicProperty(IRI, TripleSource) - Method in class org.eclipse.rdf4j.spin.SpinParser
 
parseNodeID() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateDataBlockParser
 
parseNodeID(int, StringBuilder) - Method in class org.eclipse.rdf4j.rio.ntriples.NTriplesParser
 
parseNodeID() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
Parses a blank node ID, e.g.
parseNumber() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
 
parseNumberPatternMatch(String) - Method in class org.eclipse.rdf4j.query.resultio.text.SPARQLResultsXSVMappingStrategy
This method parses a number as matched by SPARQLResultsXSVMappingStrategy.numberPattern into a Value.
parseObject(int) - Method in class org.eclipse.rdf4j.rio.ntriples.NTriplesParser
 
parseObject() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
Parse an object
parseObjectList() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
 
parseOperation(QueryLanguage, String, String) - Static method in class org.eclipse.rdf4j.query.parser.QueryParserUtil
Parses the supplied operation into a query model.
parseOperation(String, String) - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQL11SyntaxComplianceTest
 
parseOperation(String, String) - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQL11SyntaxTest
Deprecated.
 
parseOperation(String, String) - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLSyntaxComplianceTest
 
parsePredicate() - Method in class org.eclipse.rdf4j.rio.n3.N3Parser
 
parsePredicate(int) - Method in class org.eclipse.rdf4j.rio.ntriples.NTriplesParser
 
parsePredicate() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
 
parsePredicateObjectList() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
 
parsePrefixID() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
 
parseQNameOrBoolean() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
Parses qnames and boolean values, which have equivalent starting characters.
parseQuery(String, String) - Method in interface org.eclipse.rdf4j.query.parser.QueryParser
 
parseQuery(QueryLanguage, String, String) - Static method in class org.eclipse.rdf4j.query.parser.QueryParserUtil
Parses the supplied query into a query model.
parseQuery(String, String) - Method in class org.eclipse.rdf4j.query.parser.serql.SeRQLParser
 
parseQuery(String, String) - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLParser
 
parseQuery(String, IRI) - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
Deprecated.
parseQuery(String, IRI) - Method in class org.eclipse.rdf4j.sail.lucene.AbstractSearchIndex
Deprecated.
parseQuery(String, IRI) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneIndex
Deprecated.
parseQuery(String, IRI) - Method in class org.eclipse.rdf4j.sail.solr.SolrIndex
Deprecated.
parseQuery(Resource, TripleSource) - Method in class org.eclipse.rdf4j.spin.SpinParser
 
parseQueryResult(InputStream) - Method in class org.eclipse.rdf4j.query.resultio.AbstractTupleQueryResultParser
 
parseQueryResult(InputStream) - Method in interface org.eclipse.rdf4j.query.resultio.QueryResultParser
Parse the query results out of the given InputStream into the handler setup using QueryResultParser.setQueryResultHandler(QueryResultHandler).
parseQueryResult(InputStream) - Method in class org.eclipse.rdf4j.query.resultio.sparqljson.AbstractSPARQLJSONParser
 
parseQueryResult(InputStream) - Method in class org.eclipse.rdf4j.query.resultio.sparqlxml.AbstractSPARQLXMLParser
 
parseQueryResult(InputStream) - Method in class org.eclipse.rdf4j.query.resultio.sparqlxml.SPARQLBooleanXMLParser
 
parseQueryResult(InputStream) - Method in class org.eclipse.rdf4j.query.resultio.sparqlxml.SPARQLResultsXMLParser
 
parseQueryResult(InputStream) - Method in class org.eclipse.rdf4j.query.resultio.text.BooleanTextParser
 
parseQueryResultInternal(InputStream, boolean, boolean) - Method in class org.eclipse.rdf4j.query.resultio.sparqljson.AbstractSPARQLJSONParser
 
parseQueryResultInternal(InputStream, boolean, boolean) - Method in class org.eclipse.rdf4j.query.resultio.sparqlxml.AbstractSPARQLXMLParser
 
parseQueryShape(String, String) - Method in class org.eclipse.rdf4j.sail.lucene.AbstractSearchIndex
 
parseQueryShape(String, String) - Method in class org.eclipse.rdf4j.sail.solr.SolrIndex
 
parseQuotedLiteral() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
Parses a quoted string, optionally followed by a language tag or datatype.
parseQuotedString() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
Parses a quoted string, which is either a "normal string" or a """long string""".
ParserConfig - Class in org.eclipse.rdf4j.rio
A container object for easy setting and passing of RDFParser configuration options.
ParserConfig() - Constructor for class org.eclipse.rdf4j.rio.ParserConfig
Creates a ParserConfig object starting with default settings.
ParserConfig(boolean, boolean, boolean, RDFParser.DatatypeHandling) - Constructor for class org.eclipse.rdf4j.rio.ParserConfig
Deprecated.
Use ParserConfig.ParserConfig() instead and set preserveBNodeIDs using ParserConfig.set(RioSetting, Object) with BasicParserSettings.PRESERVE_BNODE_IDS.

The other parameters are all deprecated and this constructor may be removed in a future release.

This constructor calls #setNonFatalErrors using a best-effort algorithm that may not match the exact semantics of the pre-2.7 constructor.

parseRepositoryImpl(Model, Resource) - Static method in class org.eclipse.rdf4j.sail.config.SailConfigUtil
 
parseResource(String, ValueFactory) - Static method in class org.eclipse.rdf4j.rio.helpers.NTriplesUtil
Parses an N-Triples resource, creates an object for it using the supplied ValueFactory and returns this object.
parseResourceParam(HttpServletRequest, String, ValueFactory) - Static method in class org.eclipse.rdf4j.http.server.ProtocolUtil
 
parseRuleProperties(TripleSource) - Method in class org.eclipse.rdf4j.spin.SpinParser
 
parseSelectQuery(Resource, TripleSource) - Method in class org.eclipse.rdf4j.spin.SpinParser
 
parseShort(String) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Parses the supplied xsd:short string and returns its value.
parseStatement() - Method in class org.eclipse.rdf4j.rio.trig.TriGParser
 
parseStatement() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
 
parseString(int) - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
Parses a "normal string".
parseSubject(int) - Method in class org.eclipse.rdf4j.rio.ntriples.NTriplesParser
 
parseSubject() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
 
parseTimeoutParam(HttpServletRequest) - Static method in class org.eclipse.rdf4j.http.server.ProtocolUtil
Reads the Protocol.TIMEOUT_PARAM_NAME parameter from the request and (if present) parses it into an integer value.
parseTriple(String, ValueFactory) - Static method in class org.eclipse.rdf4j.rio.helpers.NTriplesUtil
Parses an RDF* triple (non-standard N-Triples), creates an object for it using the supplied ValueFactory and returns this object.
parseTriples() - Method in class org.eclipse.rdf4j.rio.trig.TriGParser
 
parseTriples() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
 
parseTripleValue(JsonParser, String) - Method in class org.eclipse.rdf4j.query.resultio.sparqljson.AbstractSPARQLJSONParser
 
parseTripleValue(JsonParser, String) - Method in class org.eclipse.rdf4j.query.resultio.sparqlstarjson.SPARQLStarResultsJSONParser
 
parseTripleValue() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
Parser an RDF* triple value and returns it.
parseTuple(InputStream, QueryResultFormat, TupleQueryResultHandler, ValueFactory) - Static method in class org.eclipse.rdf4j.query.resultio.QueryResultIO
Parses a query result document, reporting the parsed solutions to the supplied TupleQueryResultHandler.
parseTuple(InputStream, QueryResultFormat) - Static method in class org.eclipse.rdf4j.query.resultio.QueryResultIO
Parses a query result document and returns it as a TupleQueryResult object.
parseTupleBackground(InputStream, QueryResultFormat) - Static method in class org.eclipse.rdf4j.query.resultio.QueryResultIO
Parses a query result document and returns it as a TupleQueryResult object, with parsing done on a separate thread in the background.
IMPORTANT: As this method may spawn a new thread in the background, it is vitally important that the TupleQueryResult be closed consistently when it is no longer required, to prevent resource leaks.
parseTupleInternal(TupleQueryResultFormat, InputStream) - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTest
Override this to customise how the tuple parsing is performed, particularly to test background and other parsing strategies.
parseTupleQuery(QueryLanguage, String, String) - Static method in class org.eclipse.rdf4j.query.parser.QueryParserUtil
Parses the supplied query into a query model.
parseUpdate(String, String) - Method in interface org.eclipse.rdf4j.query.parser.QueryParser
 
parseUpdate(QueryLanguage, String, String) - Static method in class org.eclipse.rdf4j.query.parser.QueryParserUtil
Parses the supplied update operation into a query model.
parseUpdate(String, String) - Method in class org.eclipse.rdf4j.query.parser.serql.SeRQLParser
 
parseUpdate(String, String) - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLParser
 
parseUpdate(Resource, TripleSource) - Method in class org.eclipse.rdf4j.spin.SpinParser
 
parseURI(String, ValueFactory) - Static method in class org.eclipse.rdf4j.rio.helpers.NTriplesUtil
Parses an N-Triples URI, creates an object for it using the supplied ValueFactory and returns this object.
parseURI() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
 
parseURIParam(HttpServletRequest, String, ValueFactory) - Static method in class org.eclipse.rdf4j.http.server.ProtocolUtil
 
parseUriRef(int, StringBuilder) - Method in class org.eclipse.rdf4j.rio.ntriples.NTriplesParser
 
parseValue(JsonParser, String) - Method in class org.eclipse.rdf4j.query.resultio.sparqljson.AbstractSPARQLJSONParser
 
parseValue(String) - Method in class org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLResultsTSVMappingStrategy
 
parseValue(String) - Method in class org.eclipse.rdf4j.query.resultio.textstar.tsv.SPARQLStarResultsTSVMappingStrategy
 
parseValue(String, ValueFactory) - Static method in class org.eclipse.rdf4j.rio.helpers.NTriplesUtil
Parses an N-Triples value, creates an object for it using the supplied ValueFactory and returns this object.
parseValue() - Method in class org.eclipse.rdf4j.rio.trigstar.TriGStarParser
 
parseValue() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
Parses an RDF value.
parseValue() - Method in class org.eclipse.rdf4j.rio.turtlestar.TurtleStarParser
 
parseValueParam(HttpServletRequest, String, ValueFactory) - Static method in class org.eclipse.rdf4j.http.server.ProtocolUtil
 
PART_OF - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:partOf
PARTIAL_COLLECTION_VIEW - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
PartialStatement - Class in org.eclipse.rdf4j.sail.extensiblestore
 
PartialStatement(Resource, IRI, Value, boolean, Resource...) - Constructor for class org.eclipse.rdf4j.sail.extensiblestore.PartialStatement
 
PARTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:Party
PARTY_COLLECTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:PartyCollection
PARTY_SCOPE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
Deprecated.
PASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.EARL
 
PASSWORD - Static variable in class org.eclipse.rdf4j.repository.http.config.HTTPRepositorySchema
http://www.openrdf.org/config/repository/http#password
PAST_PROJECT - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
path - Variable in class org.eclipse.rdf4j.common.webapp.navigation.AbstractNavigationNode
 
PATH - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:path
path(RdfPredicate...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.core.PropertyPaths
Construct property paths for use with the SparqlBuilder
PATH1_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#path1 The first child path of a property path.
PATH2_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#path2 The second child path of a property path.
PATH_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#Path The base class of SPARQL property path expressions.
PATH_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#path Points from a TriplePath to its path.
PathFilter - Class in org.eclipse.rdf4j.common.webapp.filters
 
PathFilter() - Constructor for class org.eclipse.rdf4j.common.webapp.filters.PathFilter
 
PathIteration - Class in org.eclipse.rdf4j.query.algebra.evaluation.iterator
 
PathIteration(StrictEvaluationStrategy, StatementPattern.Scope, Var, TupleExpr, Var, Var, long, BindingSet) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.iterator.PathIteration
 
PathIteration.ValuePair - Class in org.eclipse.rdf4j.query.algebra.evaluation.iterator
 
pattern - Static variable in class org.eclipse.rdf4j.federated.evaluation.iterator.IndependentJoingroupBindingsIteration2
 
pattern - Static variable in class org.eclipse.rdf4j.federated.evaluation.iterator.IndependentJoingroupBindingsIteration3
 
PATTERN - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:pattern
PATTERN_CONSTRAINT_COMPONENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:PatternConstraintComponent
PATTERN_CONSTRAINT_COMPONENT_FLAGS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:PatternConstraintComponent-flags
PATTERN_CONSTRAINT_COMPONENT_PATTERN - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:PatternConstraintComponent-pattern
PatternFilter - Class in org.eclipse.rdf4j.sail.shacl.planNodes
 
PatternFilter(PlanNode, String, String) - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.PatternFilter
 
PatternIterator<S extends Statement> - Class in org.eclipse.rdf4j.model.util
Excludes an Iterator based on a given basic graph pattern.
PatternIterator(Iterator<S>, Value, Value, Value, Value...) - Constructor for class org.eclipse.rdf4j.model.util.PatternIterator
 
PAY - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
Deprecated.
PAY_AMOUNT - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:payAmount
PAYEE_PARTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
Deprecated.
PCS - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
Deprecated.
peek() - Method in class org.eclipse.rdf4j.sail.shacl.CloseablePeakableIteration
Deprecated.
 
peekCodePoint() - Method in class org.eclipse.rdf4j.rio.ntriples.NTriplesParser
Peeks at the next Unicode code point without advancing the reader, and returns its value.
peekCodePoint() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
Peeks at the next Unicode code point without advancing the reader, and returns its value.
peekIsTripleValue() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
Peeks at the next two Unicode code points without advancing the reader and returns true if they indicate the start of an RDF* triple value.
pendingAdds() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
pendingRemovals() - Method in class org.eclipse.rdf4j.federated.FedXConnection
 
pendingRemovals() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
pendingRemovals() - Method in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapper
 
pendingRemovals() - Method in interface org.eclipse.rdf4j.sail.SailConnection
Deprecated. 
PERCENTAGE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:percentage
perform(RepositoryConnection, TripleSourceBase.ResultHolder<T>) - Method in interface org.eclipse.rdf4j.federated.evaluation.TripleSourceBase.ConnectionOperation
 
PERFORMANCE_LOGGING - Static variable in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailSchema
http://rdf4j.org/config/sail/shacl#performanceLogging
PERFORMANCE_LOGGING_DEFAULT - Static variable in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
performExecution() - Method in class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelExecutorBase
Perform the parallel execution.
performExecution() - Method in class org.eclipse.rdf4j.federated.evaluation.join.JoinExecutorBase
 
performExecution() - Method in class org.eclipse.rdf4j.federated.evaluation.union.UnionExecutorBase
 
performJoin(Collection<BindingSet>, Collection<BindingSet>, Set<String>, Collection<String>) - Method in class org.eclipse.rdf4j.federated.evaluation.join.HashJoin
Perform the join and add the result to this cursor.
performSourceSelection(List<Endpoint>, SourceSelectionCache, QueryInfo, GenericInfoOptimizer) - Method in class org.eclipse.rdf4j.federated.evaluation.FederationEvalStrategy
Perform source selection for all statements of the query.
performTask() - Method in interface org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelTask
 
performTask() - Method in class org.eclipse.rdf4j.federated.evaluation.join.ParallelBoundJoinTask
 
performTask() - Method in class org.eclipse.rdf4j.federated.evaluation.join.ParallelCheckJoinTask
 
performTask() - Method in class org.eclipse.rdf4j.federated.evaluation.join.ParallelJoinTask
 
performTask() - Method in class org.eclipse.rdf4j.federated.evaluation.join.ParallelLeftJoinTask
 
performTask() - Method in class org.eclipse.rdf4j.federated.evaluation.join.ParallelServiceJoinTask
 
performTask() - Method in class org.eclipse.rdf4j.federated.evaluation.union.ParallelGetStatementsTask
 
performTask() - Method in class org.eclipse.rdf4j.federated.evaluation.union.ParallelPreparedAlgebraUnionTask
 
performTask() - Method in class org.eclipse.rdf4j.federated.evaluation.union.ParallelPreparedUnionTask
 
performTask() - Method in class org.eclipse.rdf4j.federated.evaluation.union.ParallelUnionOperatorTask
 
performTask() - Method in class org.eclipse.rdf4j.federated.evaluation.union.ParallelUnionTask
 
performTask() - Method in class org.eclipse.rdf4j.federated.optimizer.SourceSelection.ParallelCheckTask
 
PERIOD - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/Period
PERIOD_OF_TIME - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/PeriodOfTime
PERM - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:perm
PERMISSION - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:Permission
PERMISSION_PROP - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:permission
PERSIST - Static variable in class org.eclipse.rdf4j.sail.memory.config.MemoryStoreSchema
http://www.openrdf.org/config/sail/memory#persist
PERSON - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
PERSON - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:Person
PERSONAL_PROFILE_DOCUMENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
phaser - Variable in class org.eclipse.rdf4j.federated.evaluation.join.ControlledWorkerJoin
 
phaser - Variable in class org.eclipse.rdf4j.federated.evaluation.join.ControlledWorkerLeftJoin
 
phaser - Variable in class org.eclipse.rdf4j.federated.evaluation.union.ControlledWorkerUnion
 
PHONE - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
PHOTO - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:photo
PHYSICAL_MEDIUM - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/PhysicalMedium
PHYSICAL_RESOURCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/PhysicalResource
picasso - Variable in class org.eclipse.rdf4j.sail.RDFStoreTest
 
PINGBACK - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:pingback
PLAIN_LITERAL_RECORD_MARKER - Static variable in interface org.eclipse.rdf4j.query.resultio.binary.BinaryQueryResultConstants
 
PLAIN_LITERAL_TAG - Static variable in interface org.eclipse.rdf4j.rio.trix.TriXConstants
The tag for plain literal values.
PLAN - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
PLAN - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:Plan
PlanNode - Interface in org.eclipse.rdf4j.sail.shacl.planNodes
 
PlanNodeProvider - Interface in org.eclipse.rdf4j.sail.shacl.planNodes
 
Platform - Interface in org.eclipse.rdf4j.common.platform
The Platform interface defines methods that are expected to differ slightly between operating systems, e.g.
platform - Variable in class org.eclipse.rdf4j.common.platform.PlatformFactory
 
PLATFORM - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:platform
PlatformBase - Class in org.eclipse.rdf4j.common.platform
Deprecated.
since 4.0. Use AbstractPlatform instead.
PlatformBase() - Constructor for class org.eclipse.rdf4j.common.platform.PlatformBase
Deprecated.
 
PlatformFactory - Class in org.eclipse.rdf4j.common.platform
PlatformFactory creates a Platform instance corresponding with the current platform.
PLAY - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:play
plus(Operand) - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
+operand
PO_BOX - Static variable in class org.eclipse.rdf4j.model.vocabulary.LOCN
locn:poBox
POINT - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/Point
POINT - Static variable in class org.eclipse.rdf4j.model.vocabulary.WGS84
The wgs84:Point relation.
POLICY - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/Policy
POLICY - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:Policy
POLICY_USAGE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:policyUsage
pollFirst() - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
pollLast() - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
POLY1 - Static variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailGeoSPARQLTest
 
POLY2 - Static variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailGeoSPARQLTest
 
populateNewBean(String[]) - Method in class org.eclipse.rdf4j.query.resultio.text.csv.SPARQLResultsCSVMappingStrategy
 
populateNewBean(String[]) - Method in class org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLResultsTSVMappingStrategy
 
populateNewBeanWithIntrospection(String[]) - Method in class org.eclipse.rdf4j.query.resultio.text.SPARQLResultsXSVMappingStrategy
Deprecated.
port - Static variable in class org.eclipse.rdf4j.sail.elasticsearchstore.config.ElasticsearchStoreSchema
 
POSITIVE_INFINITY - Static variable in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
 
POSITIVE_INTEGER - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#positiveInteger
PositiveIntegerCast - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.xsd
A Function that tries to cast its argument to an xsd:positiveInteger .
PositiveIntegerCast() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.PositiveIntegerCast
 
PositiveParserTest - Class in org.eclipse.rdf4j.rio
 
PositiveParserTest(IRI, String, String, String, String, RDFParser, RDFParser) - Constructor for class org.eclipse.rdf4j.rio.PositiveParserTest
 
positiveTest - Variable in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQL11SyntaxTest
Deprecated.
 
PosixGnomePlatform - Class in org.eclipse.rdf4j.common.platform.support
Platform implementation for gnome environments under UNIX.
PosixGnomePlatform() - Constructor for class org.eclipse.rdf4j.common.platform.support.PosixGnomePlatform
 
PosixKDEPlatform - Class in org.eclipse.rdf4j.common.platform.support
Platform implementation for KDE environments under UNIX.
PosixKDEPlatform() - Constructor for class org.eclipse.rdf4j.common.platform.support.PosixKDEPlatform
 
PosixPlatform - Class in org.eclipse.rdf4j.common.platform.support
Platform implementation for *nix platforms.
PosixPlatform() - Constructor for class org.eclipse.rdf4j.common.platform.support.PosixPlatform
 
POSSIBLE_STATUS - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
POST - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
void:Post
POST_CODE - Static variable in class org.eclipse.rdf4j.model.vocabulary.LOCN
locn:postCode
POST_IN - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
void:postIn
POST_NAME - Static variable in class org.eclipse.rdf4j.model.vocabulary.LOCN
locn:postName
POST_OFFICE_BOX - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
Deprecated.
POSTAL - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
Deprecated.
POSTAL_CODE - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:postal-code
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class org.eclipse.rdf4j.common.webapp.CommonValuesHandlerInterceptor
 
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class org.eclipse.rdf4j.common.webapp.MessageHandlerInterceptor
 
postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class org.eclipse.rdf4j.common.webapp.navigation.NavigationHandlerInterceptor
 
PrecompiledQueryNode - Class in org.eclipse.rdf4j.federated.algebra
Node representing a precompiled query.
PrecompiledQueryNode(TupleExpr) - Constructor for class org.eclipse.rdf4j.federated.algebra.PrecompiledQueryNode
 
pred - Variable in class org.eclipse.rdf4j.federated.evaluation.union.ParallelGetStatementsTask
 
pred - Variable in class org.eclipse.rdf4j.federated.structures.SubQuery
 
pred - Variable in class org.eclipse.rdf4j.federated.structures.UnboundStatement
 
pred - Variable in class org.eclipse.rdf4j.model.impl.FilteredModel
 
predicate() - Method in class org.eclipse.rdf4j.federated.structures.SubQuery
 
predicate(Iterable<Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves a predicate from the supplied statements.
predicate(Model) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves a predicate from the statements in the given model.
PREDICATE - Static variable in class org.eclipse.rdf4j.model.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate
predicate - Variable in class org.eclipse.rdf4j.rio.ntriples.NTriplesParser
 
predicate - Variable in class org.eclipse.rdf4j.rio.turtle.TurtleParser
 
PREDICATE_1 - Static variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailTest
 
PREDICATE_2 - Static variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailTest
 
PREDICATE_3 - Static variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailTest
 
PREDICATE_KEY - Static variable in class org.eclipse.rdf4j.http.server.repository.statements.ExportStatementsView
 
PREDICATE_KEY - Static variable in class org.eclipse.rdf4j.http.server.repository.transaction.TransactionExportStatementsView
 
PREDICATE_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
Parameter name for the 'predicate' parameter of a statement query.
PREDICATE_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#predicate A resource or Variable describing the predicate of a triple.
PREDICATE_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPL
http://spinrdf.org/spl#predicate
predicateObjectList(RdfPredicate, RdfObject...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.rdf.Rdf
predicateObjectListCollection(RdfPredicate, RdfObject...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.rdf.Rdf
predicateObjectListCollection(RdfPredicateObjectList...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.rdf.Rdf
predicates() - Method in class org.eclipse.rdf4j.model.impl.AbstractModel
 
predicates() - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
predicates() - Method in interface org.eclipse.rdf4j.model.Model
Returns a Set view of the predicates contained in this model.
PREF - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
Deprecated.
PREF_LABEL - Static variable in class org.eclipse.rdf4j.model.vocabulary.SKOS
The skos:prefLabel lexical label property.
PREF_LABEL - Static variable in class org.eclipse.rdf4j.model.vocabulary.SKOSXL
The skosxl:prefLabel property.
PREFER_CONTAINMENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.LDP
ldp:PreferContainment
PREFER_EMPTY_CONTAINER - Static variable in class org.eclipse.rdf4j.model.vocabulary.LDP
Deprecated.
PREFER_MEMBERSHIP - Static variable in class org.eclipse.rdf4j.model.vocabulary.LDP
ldp:PreferMembership
PREFER_MINIMAL_CONTAINER - Static variable in class org.eclipse.rdf4j.model.vocabulary.LDP
ldp:PreferMinimalContainer
PREFERRED_NAMESPACE_PREFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.VANN
The preferred namespace prefix to ue when using terms from this vocabulary in an XML document.
PREFERRED_NAMESPACE_URI - Static variable in class org.eclipse.rdf4j.model.vocabulary.VANN
The preferred namespace URI to use when using terms from this vocabulary in an XML document.
PREFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.AFN
 
PREFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.APF
 
PREFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.DASH
 
PREFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.DC
Recommend prefix for the Dublin Core elements namespace: "dc"
PREFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCAT
Recommended prefix for the Data Catalog Vocabulary namespace: "dcat"
PREFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
Recommend prefix for the Dublin Core Terms namespace: "dcterms"
PREFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
Recommended prefix for the namespace: "doap"
PREFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.EARL
The recommended prefix for the EARL namespace: "earl"
PREFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.FN
Recommended prefix for the XPath Functions namespace: "fn"
PREFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
The recommended prefix for the FOAF namespace: "foaf"
PREFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
The recommended prefix for the HYDRA namespace: "hydra"
PREFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.LDP
Recommended prefix for the namespace: "ldp"
PREFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.LIST
 
PREFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.LOCN
Recommended prefix for the namespace: "locn"
PREFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
Recommended prefix for the namespace: "odrl"
PREFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
Recommended prefix for the Organization Ontology namespace: "org"
PREFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
Recommended prefix for the OWL and the OWL 2 namespace: "owl"
PREFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
Recommended prefix for the namespace: "prov"
PREFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.RDF
Recommended prefix for the RDF namespace: "rdf"
PREFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.RDF4J
Recommended prefix for the RDF4J namespace: "rdf4j"
PREFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.RDFS
Recommended prefix for the RDF Schema namespace: "rdfs"
PREFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.ROV
Recommended prefix for the Registered Organization namespace: "rov"
PREFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.RSX
Recommended prefix
PREFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.SD
sd
PREFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.SESAME
Recommended prefix for the Sesame Schema namespace: "sesame"
PREFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.SESAMEQNAME
Recommended prefix for the Sesame QName Schema namespace: "q"
PREFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
Recommended prefix for the namespace: "sh"
PREFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.SKOS
The recommended prefix for the SKOS namespace: "skos"
PREFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.SKOSXL
The recommended prefix for the SKOS-XL namespace: "skosxl"
PREFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
PREFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIF
 
PREFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
 
PREFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPINX
 
PREFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPL
 
PREFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
Recommended prefix for the namespace: "time"
PREFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.VANN
Recommended prefix for the VANN namespace: "vann"
PREFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
Recommended prefix for the namespace: "vcard"
PREFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.VOID
Recommended prefix for the VoID namespace: "void"
PREFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.WGS84
Recommended prefix for the RDF Schema namespace ("wgs84").
PREFIX - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
Recommended prefix for XML Schema datatypes: "xsd"
PREFIX - Static variable in class org.eclipse.rdf4j.sail.elasticsearchstore.config.ElasticsearchStoreSchema
 
prefix(Value) - Static method in class org.eclipse.rdf4j.sail.shacl.planNodes.Formatter
 
Prefix - Class in org.eclipse.rdf4j.sparqlbuilder.core
A SPARQL Prefix declaration
prefix(Prefix...) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.OuterQuery
Add prefix declarations to this query
prefix(PrefixDeclarations) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.OuterQuery
Set the Prefix declarations of this query
prefix(String, Iri) - Static method in class org.eclipse.rdf4j.sparqlbuilder.core.SparqlBuilder
Create a SPARQL Prefix declaration
prefix(Iri) - Static method in class org.eclipse.rdf4j.sparqlbuilder.core.SparqlBuilder
Create a SPARQL default Prefix declaration
prefix(Namespace) - Static method in class org.eclipse.rdf4j.sparqlbuilder.core.SparqlBuilder
Create SPARQL Prefix declaration from the given Namespace.
prefix(IRI) - Static method in class org.eclipse.rdf4j.sparqlbuilder.core.SparqlBuilder
Create a SPARQL default Prefix declaration
prefix(String, String) - Method in class org.eclipse.rdf4j.workbench.util.TupleResultBuilder
 
PREFIX_DECLARATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:PrefixDeclaration
PREFIX_PROP - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:prefix
PrefixDeclarations - Class in org.eclipse.rdf4j.sparqlbuilder.core
A collection of SPARQL Prefix declarations
PrefixDeclarations() - Constructor for class org.eclipse.rdf4j.sparqlbuilder.core.PrefixDeclarations
 
PrefixDeclProcessor - Class in org.eclipse.rdf4j.query.parser.sparql
Deprecated.
since 3.0. This feature is for internal use only: its existence, signature or behavior may change without warning from one release to the next.
PrefixDeclProcessor() - Constructor for class org.eclipse.rdf4j.query.parser.sparql.PrefixDeclProcessor
Deprecated.
 
Prefixes - Class in org.eclipse.rdf4j.console.setting
Namespace prefix setting
Prefixes() - Constructor for class org.eclipse.rdf4j.console.setting.Prefixes
Constructor Default set of namespaces are well-known ones
Prefixes(Set<Namespace>) - Constructor for class org.eclipse.rdf4j.console.setting.Prefixes
Constructor
PREFIXES - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:prefixes
prefixes - Variable in class org.eclipse.rdf4j.sparqlbuilder.core.query.OuterQuery
 
prefixes(Prefix...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.core.SparqlBuilder
Create a SPARQL Prefix clause
PrefixHashSet - Class in org.eclipse.rdf4j.sail.federation
 
PrefixHashSet(Iterable<String>) - Constructor for class org.eclipse.rdf4j.sail.federation.PrefixHashSet
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.eclipse.rdf4j.common.webapp.CommonValuesHandlerInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.eclipse.rdf4j.common.webapp.MessageHandlerInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.eclipse.rdf4j.common.webapp.navigation.NavigationHandlerInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.eclipse.rdf4j.http.server.repository.RepositoryInterceptor
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.eclipse.rdf4j.http.server.ServerInterceptor
 
prepare(ParsedBooleanQuery) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.AbstractQueryPreparer
 
prepare(ParsedTupleQuery) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.AbstractQueryPreparer
 
prepare(ParsedGraphQuery) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.AbstractQueryPreparer
 
prepare(ParsedUpdate) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.AbstractQueryPreparer
 
prepare(ParsedBooleanQuery) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.QueryPreparer
 
prepare(ParsedTupleQuery) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.QueryPreparer
 
prepare(ParsedGraphQuery) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.QueryPreparer
 
prepare(ParsedUpdate) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.QueryPreparer
 
prepare(ParsedBooleanQuery) - Method in class org.eclipse.rdf4j.repository.sail.SailQueryPreparer
 
prepare(ParsedTupleQuery) - Method in class org.eclipse.rdf4j.repository.sail.SailQueryPreparer
 
prepare(ParsedGraphQuery) - Method in class org.eclipse.rdf4j.repository.sail.SailQueryPreparer
 
prepare(ParsedUpdate) - Method in class org.eclipse.rdf4j.repository.sail.SailQueryPreparer
 
prepare() - Method in class org.eclipse.rdf4j.sail.base.BackingSailSource
 
prepare() - Method in interface org.eclipse.rdf4j.sail.base.SailSink
Checks if this SailSink is consistent with the isolation level it was created with.
prepare() - Method in interface org.eclipse.rdf4j.sail.base.SailSource
Check the consistency of this branch and throws a SailConflictException if SailSource.flush()ing this branch would cause the backing SailSource to be inconsistent, if applicable.
prepare(QueryLanguage, String, Map<String, String>) - Method in class org.eclipse.rdf4j.sail.federation.algebra.OwnedTupleExpr
 
prepare() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
prepare() - Method in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapper
 
prepare() - Method in class org.eclipse.rdf4j.sail.inferencer.InferencerConnectionWrapper
Calls InferencerConnectionWrapper.flushUpdates() before forwarding the call to the wrapped connection.
prepare() - Method in interface org.eclipse.rdf4j.sail.SailConnection
Checks for an error state in the active transaction that would force the transaction to be rolled back.
prepare(ParsedBooleanQuery) - Method in class org.eclipse.rdf4j.sail.SailConnectionQueryPreparer
 
prepare(ParsedTupleQuery) - Method in class org.eclipse.rdf4j.sail.SailConnectionQueryPreparer
 
prepare(ParsedGraphQuery) - Method in class org.eclipse.rdf4j.sail.SailConnectionQueryPreparer
 
prepare(ParsedUpdate) - Method in class org.eclipse.rdf4j.sail.SailConnectionQueryPreparer
 
prepare() - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSailConnection
 
prepareBooleanQuery(String) - Method in class org.eclipse.rdf4j.federated.QueryManager
Prepare a boolean query which uses the underlying federation to evaluate the query.
prepareBooleanQuery(QueryLanguage, String, String) - Method in class org.eclipse.rdf4j.federated.repository.FedXRepositoryConnection
 
prepareBooleanQuery(QueryLanguage, String) - Method in class org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
 
prepareBooleanQuery(QueryLanguage, String, String) - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
prepareBooleanQuery(QueryLanguage, String) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
 
prepareBooleanQuery(QueryLanguage, String, String) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
 
prepareBooleanQuery(QueryLanguage, String, String) - Method in class org.eclipse.rdf4j.repository.dataset.DatasetRepositoryConnection
 
prepareBooleanQuery(String) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Prepares SPARQL queries that return true or false, that is, SPARQL ASK queries.
prepareBooleanQuery(QueryLanguage, String) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Prepares queries that return true or false.
prepareBooleanQuery(QueryLanguage, String, String) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Prepares queries that return true or false.
prepareBooleanQuery(QueryLanguage, String, String) - Method in class org.eclipse.rdf4j.repository.sail.SailRepositoryConnection
 
prepareBooleanQuery(QueryLanguage, String, String) - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
 
preparedQuery - Variable in class org.eclipse.rdf4j.federated.evaluation.union.ParallelPreparedAlgebraUnionTask
 
preparedQuery - Variable in class org.eclipse.rdf4j.federated.evaluation.union.ParallelPreparedUnionTask
 
PreparedQuery<T> - Class in org.eclipse.rdf4j.federated.structures
 
PreparedQuery(T) - Constructor for class org.eclipse.rdf4j.federated.structures.PreparedQuery
 
prepareGraphQuery(String) - Method in class org.eclipse.rdf4j.federated.QueryManager
Prepare a tuple query which uses the underlying federation to evaluate the query.
prepareGraphQuery(QueryLanguage, String, String) - Method in class org.eclipse.rdf4j.federated.repository.FedXRepositoryConnection
 
prepareGraphQuery(QueryLanguage, String) - Method in class org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
 
prepareGraphQuery(QueryLanguage, String, String) - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
prepareGraphQuery(String) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
 
prepareGraphQuery(QueryLanguage, String) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
 
prepareGraphQuery(QueryLanguage, String, String) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
 
prepareGraphQuery(QueryLanguage, String, String) - Method in class org.eclipse.rdf4j.repository.dataset.DatasetRepositoryConnection
 
prepareGraphQuery(String) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Prepares SPARQL queries that produce RDF graphs, that is, SPARQL CONSTRUCT or DESCRIBE queries.
prepareGraphQuery(QueryLanguage, String) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Prepares queries that produce RDF graphs.
prepareGraphQuery(QueryLanguage, String, String) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Prepares queries that produce RDF graphs.
prepareGraphQuery(QueryLanguage, String, String) - Method in class org.eclipse.rdf4j.repository.sail.SailRepositoryConnection
 
prepareGraphQuery(QueryLanguage, String, String) - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
 
prepareInternal() - Method in class org.eclipse.rdf4j.sail.base.SailSourceConnection
 
prepareInternal() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
prepareIteration() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.AbstractForwardChainingInferencerConnection
 
PrepareOwnedTupleExpr - Class in org.eclipse.rdf4j.sail.federation.optimizers
Remove redundant OwnedTupleExpr.
PrepareOwnedTupleExpr() - Constructor for class org.eclipse.rdf4j.sail.federation.optimizers.PrepareOwnedTupleExpr
 
prepareQuery(String) - Method in class org.eclipse.rdf4j.federated.QueryManager
Prepare a Query which uses the underlying federation to evaluate the SPARQL query.
prepareQuery(QueryLanguage, String, String) - Method in class org.eclipse.rdf4j.federated.repository.FedXRepositoryConnection
 
prepareQuery(QueryLanguage, String) - Method in class org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
 
prepareQuery(QueryLanguage, String, String) - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
prepareQuery(String) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
 
prepareQuery(QueryLanguage, String) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
 
prepareQuery(QueryLanguage, String, String) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
 
prepareQuery(QueryLanguage, String, String) - Method in class org.eclipse.rdf4j.repository.dataset.DatasetRepositoryConnection
 
prepareQuery(String) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Prepares a SPARQL query for evaluation on this repository (optional operation).
prepareQuery(QueryLanguage, String) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Prepares a query for evaluation on this repository (optional operation).
prepareQuery(QueryLanguage, String, String) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Prepares a query for evaluation on this repository (optional operation).
prepareQuery(QueryLanguage, String, String) - Method in class org.eclipse.rdf4j.repository.sail.SailRepositoryConnection
 
prepareQuery(QueryLanguage, String, String) - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
 
prepareQuery(QueryLanguage, Query.QueryType, String, String) - Method in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapper
 
prepareQuery(QueryLanguage, Query.QueryType, String, String) - Method in interface org.eclipse.rdf4j.sail.SailConnection
Allows the SailConnection to bypass the standard query parser and provide its own internal TupleExpr implementation.
prepareQuery(RepositoryConnection, QueryLanguage, String) - Static method in class org.eclipse.rdf4j.workbench.util.QueryFactory
 
prepareTupleQuery(String) - Method in class org.eclipse.rdf4j.federated.QueryManager
Prepare a tuple query which uses the underlying federation to evaluate the query.
prepareTupleQuery(QueryLanguage, String, String) - Method in class org.eclipse.rdf4j.federated.repository.FedXRepositoryConnection
 
prepareTupleQuery(QueryLanguage, String) - Method in class org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
 
prepareTupleQuery(QueryLanguage, String, String) - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
prepareTupleQuery(String) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
 
prepareTupleQuery(QueryLanguage, String) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
 
prepareTupleQuery(QueryLanguage, String, String) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
 
prepareTupleQuery(QueryLanguage, String, String) - Method in class org.eclipse.rdf4j.repository.dataset.DatasetRepositoryConnection
 
prepareTupleQuery(String) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Prepares a SPARQL query that produces sets of value tuples, that is a SPARQL SELECT query.
prepareTupleQuery(QueryLanguage, String) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Prepares a query that produces sets of value tuples.
prepareTupleQuery(QueryLanguage, String, String) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Prepares a query that produces sets of value tuples.
prepareTupleQuery(QueryLanguage, String, String) - Method in class org.eclipse.rdf4j.repository.sail.SailRepositoryConnection
 
prepareTupleQuery(QueryLanguage, String, String) - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
 
prepareUpdate(QueryLanguage, String, String) - Method in class org.eclipse.rdf4j.federated.repository.FedXRepositoryConnection
 
prepareUpdate(QueryLanguage, String) - Method in class org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
 
prepareUpdate(QueryLanguage, String, String) - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
prepareUpdate(String) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
 
prepareUpdate(QueryLanguage, String) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
 
prepareUpdate(QueryLanguage, String, String) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
 
prepareUpdate(QueryLanguage, String, String) - Method in class org.eclipse.rdf4j.repository.event.base.InterceptingRepositoryConnectionWrapper
 
prepareUpdate(QueryLanguage, String, String) - Method in class org.eclipse.rdf4j.repository.event.base.NotifyingRepositoryConnectionWrapper
 
prepareUpdate(String) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Prepares a SPARQL Update operation.
prepareUpdate(QueryLanguage, String) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Prepares an Update operation.
prepareUpdate(QueryLanguage, String, String) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Prepares an Update operation.
prepareUpdate(QueryLanguage, String, String) - Method in class org.eclipse.rdf4j.repository.sail.SailRepositoryConnection
 
prepareUpdate(QueryLanguage, String, String) - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
 
PRESENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:present
PRESERVE_BNODE_ID_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
Parameter for server instruction to preserve blank node ids when parsing request data.
PRESERVE_BNODE_IDS - Static variable in class org.eclipse.rdf4j.rio.helpers.BasicParserSettings
Boolean setting for parser to determine whether parser should attempt to preserve identifiers for blank nodes.
preserveBNodeIDs() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
 
preservesBNodeIDs() - Method in class org.eclipse.rdf4j.repository.util.AbstractRDFInserter
Checks whether this RDFInserter preserves blank node IDs.
PRETTY_PRINT - Static variable in class org.eclipse.rdf4j.rio.helpers.BasicWriterSettings
Boolean setting for writer to determine whether pretty printing is preferred.
prettyPrintEnabled() - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Checks whether pretty-printing is enabled.
prettyPrintModel - Variable in class org.eclipse.rdf4j.rio.turtle.TurtleWriter
Deprecated.
PREVIEW - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
Deprecated.
PREVIOUS - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
previous() - Method in class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
 
PRIMARY_SOURCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:PrimarySource
PRIMARY_TOPIC - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
print() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.PrintingIteration
 
PRINT - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:print
print(PrintStream) - Method in class org.eclipse.rdf4j.sail.nativerdf.btree.BTree
 
printBindingSet(BindingSet, StringBuilder) - Static method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLComplianceTest
 
printBindingSet(BindingSet, StringBuilder) - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLQueryTest
Deprecated.
 
printBodyIfEmpty(boolean) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.StandardQueryElementCollection
 
PrintHelp - Class in org.eclipse.rdf4j.console.command
Prints available command and options to the console.
PrintHelp(ConsoleIO, Map<String, ? extends Help>) - Constructor for class org.eclipse.rdf4j.console.command.PrintHelp
Constructor
PrintInfo - Class in org.eclipse.rdf4j.console.command
Print command
PrintInfo(ConsoleIO, ConsoleState) - Constructor for class org.eclipse.rdf4j.console.command.PrintInfo
Constructor
PrintingIteration - Class in org.eclipse.rdf4j.federated.evaluation.iterator
Print the bindings of the inner iteration to stdout, however maintain a copy, which is accessible through this iteration.
PrintingIteration(CloseableIteration<BindingSet, QueryEvaluationException>) - Constructor for class org.eclipse.rdf4j.federated.evaluation.iterator.PrintingIteration
 
printMonitoringInformation(FederationContext) - Static method in class org.eclipse.rdf4j.federated.monitoring.MonitoringUtil
 
printNameIfEmpty(boolean) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.StandardQueryElementCollection
 
printTree(QueryModelNode) - Static method in class org.eclipse.rdf4j.query.algebra.helpers.QueryModelTreePrinter
 
printVersionInformation() - Method in class org.eclipse.rdf4j.federated.util.Version
print information to Stdout
PRIORVERSION - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#priorVersion
PRIVACY - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:Privacy
PRIVATE_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#private Can be set to true to indicate that a SPIN function is only meant to be used as a helper of other functions, but not directly.
probeContentType(Path) - Method in class org.eclipse.rdf4j.rio.helpers.RioFileTypeDetector
 
process(QueryModelNode) - Static method in class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternCollector
 
process(QueryModelNode) - Static method in class org.eclipse.rdf4j.query.algebra.helpers.VarNameCollector
 
process(ASTOperationContainer, String) - Static method in class org.eclipse.rdf4j.query.parser.sparql.BaseDeclProcessor
Deprecated.
Resolves relative URIs in the supplied query model using either the specified externalBaseURI or, if this parameter is null, the base URI specified in the query model itself.
process(ASTOperationContainer) - Static method in class org.eclipse.rdf4j.query.parser.sparql.BlankNodeVarProcessor
Deprecated.
 
process(ASTOperationContainer) - Static method in class org.eclipse.rdf4j.query.parser.sparql.DatasetDeclProcessor
Deprecated.
Extracts a SPARQL Dataset from an ASTQueryContainer, if one is contained.
process(ASTOperationContainer) - Static method in class org.eclipse.rdf4j.query.parser.sparql.PrefixDeclProcessor
Deprecated.
Processes prefix declarations in queries.
process(ASTOperationContainer) - Static method in class org.eclipse.rdf4j.query.parser.sparql.StringEscapesProcessor
Deprecated.
Processes escape sequences in ASTString objects.
process(QueryModelNode) - Static method in class org.eclipse.rdf4j.query.parser.sparql.TripleRefCollector
 
process(ASTOperationContainer) - Static method in class org.eclipse.rdf4j.query.parser.sparql.WildcardProjectionProcessor
Deprecated.
 
process(TupleExpr, BindingSet, Collection<SearchQueryEvaluator>) - Method in class org.eclipse.rdf4j.sail.lucene.DistanceQuerySpecBuilder
 
process(TupleExpr, BindingSet, Collection<SearchQueryEvaluator>) - Method in class org.eclipse.rdf4j.sail.lucene.GeoRelationQuerySpecBuilder
 
process(TupleExpr, BindingSet) - Method in class org.eclipse.rdf4j.sail.lucene.QuerySpecBuilder
Deprecated.
process(TupleExpr, BindingSet, Collection<SearchQueryEvaluator>) - Method in class org.eclipse.rdf4j.sail.lucene.QuerySpecBuilder
Appends a set of QuerySpecs embodying all necessary information to perform the Lucene query embedded in a TupleExpr.
process(TupleExpr, BindingSet, Collection<SearchQueryEvaluator>) - Method in interface org.eclipse.rdf4j.sail.lucene.SearchQueryInterpreter
Processes a TupleExpr into a set of SearchQueryEvaluators.
PROCESS_ENCODED_RDF_STAR - Static variable in class org.eclipse.rdf4j.rio.helpers.BasicParserSettings
Boolean setting for parser to determine whether it should process RDF* triples encoded as RDF-compatible special IRIs back to RDF* values.
processComment() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
Consumes characters from reader until the first EOL has been read.
ProcessLauncher - Class in org.eclipse.rdf4j.common.platform
Deprecated.
ProcessLauncher(String) - Constructor for class org.eclipse.rdf4j.common.platform.ProcessLauncher
Deprecated.
Constructs a new ProcessLauncher with the given command line.
ProcessLauncher(String, File) - Constructor for class org.eclipse.rdf4j.common.platform.ProcessLauncher
Deprecated.
Constructs a new ProcessLauncher with the given command line and base directory
ProcessLauncher(String[]) - Constructor for class org.eclipse.rdf4j.common.platform.ProcessLauncher
Deprecated.
Constructs a new ProcessLauncher with the given command array.
ProcessLauncher(String[], File) - Constructor for class org.eclipse.rdf4j.common.platform.ProcessLauncher
Deprecated.
Constructs a new ProcessLauncher with the given command array and base directory.
ProcessLauncher(ArrayList<?>) - Constructor for class org.eclipse.rdf4j.common.platform.ProcessLauncher
Deprecated.
Constructs new process launcher with the given command element list.
ProcessLauncher(ArrayList<?>, File) - Constructor for class org.eclipse.rdf4j.common.platform.ProcessLauncher
Deprecated.
Constructs new process launcher with the given command element list and base directory.
ProcessLauncher.CommandNotExistsException - Exception in org.eclipse.rdf4j.common.platform
Deprecated.
Exception that is thrown when a command could not be executed because it (probably) does not exist at all.
ProcessLauncher.OutputListener - Interface in org.eclipse.rdf4j.common.platform
Deprecated.
Classes implementing this interface can receive output generated by processes launched using the ProcessLauncher.
processResource(RepositoryConnection, TupleResultBuilder, Value, int, int, boolean) - Method in class org.eclipse.rdf4j.workbench.commands.ExploreServlet
Query the repository for all instances of the given value, optionally writing the results into the HTTP response.
PRODID - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:prodid
PRODUCE_GENERALIZED_RDF - Static variable in class org.eclipse.rdf4j.rio.helpers.JSONLDSettings
If set to true, the JSON-LD processor may emit blank nodes for triple predicates, otherwise they will be omitted.
PRODUCT - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:product
productName - Variable in class org.eclipse.rdf4j.federated.util.Version
 
PROFILE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:profile
PROGRAMMING_LANGUAGE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:programming-language
PROHIBIT - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:prohibit
PROHIBITION - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:Prohibition
PROHIBITION_PROP - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:prohibition
project - Variable in class org.eclipse.rdf4j.federated.util.Version
 
PROJECT - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:Project
PROJECT - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
project(ProjectionElemList, BindingSet, BindingSet) - Static method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.ProjectionIterator
 
project(ProjectionElemList, BindingSet, BindingSet, boolean) - Static method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.ProjectionIterator
 
Projectable - Interface in org.eclipse.rdf4j.sparqlbuilder.core
Denotes a projectable query element (can be SELECT'ed)
Projection - Class in org.eclipse.rdf4j.query.algebra
A generalized projection (allowing the bindings to be renamed) on a tuple expression.
Projection() - Constructor for class org.eclipse.rdf4j.query.algebra.Projection
 
Projection(TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Projection
 
Projection(TupleExpr, ProjectionElemList) - Constructor for class org.eclipse.rdf4j.query.algebra.Projection
 
Projection(TupleExpr, ProjectionElemList, boolean) - Constructor for class org.eclipse.rdf4j.query.algebra.Projection
 
Projection - Class in org.eclipse.rdf4j.sparqlbuilder.core
A SPARQL Projection
ProjectionElem - Class in org.eclipse.rdf4j.query.algebra
 
ProjectionElem() - Constructor for class org.eclipse.rdf4j.query.algebra.ProjectionElem
 
ProjectionElem(String) - Constructor for class org.eclipse.rdf4j.query.algebra.ProjectionElem
 
ProjectionElem(String, String) - Constructor for class org.eclipse.rdf4j.query.algebra.ProjectionElem
 
ProjectionElemList - Class in org.eclipse.rdf4j.query.algebra
 
ProjectionElemList() - Constructor for class org.eclipse.rdf4j.query.algebra.ProjectionElemList
 
ProjectionElemList(ProjectionElem...) - Constructor for class org.eclipse.rdf4j.query.algebra.ProjectionElemList
 
ProjectionElemList(Iterable<ProjectionElem>) - Constructor for class org.eclipse.rdf4j.query.algebra.ProjectionElemList
 
ProjectionIterator - Class in org.eclipse.rdf4j.query.algebra.evaluation.iterator
 
ProjectionIterator(Projection, CloseableIteration<BindingSet, QueryEvaluationException>, BindingSet) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.iterator.ProjectionIterator
 
propagateServices(List<Service>) - Method in class org.eclipse.rdf4j.federated.evaluation.FederationEvalStrategy
Whether to propagate a SingleSourceQuery containing SERVICE clauses.
PROPER_INTERVAL - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:ProperInterval
Properties - Class in org.eclipse.rdf4j.common.concurrent.locks
Class controlling various logging properties such as the amount of lock tracking that is done for debugging (at the cost of performance).
Properties() - Constructor for class org.eclipse.rdf4j.common.concurrent.locks.Properties
 
PROPERTIES - Static variable in class org.eclipse.rdf4j.model.vocabulary.VOID
void:properties
PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:property
PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.VOID
void:property
PROPERTY - Static variable in class org.eclipse.rdf4j.sail.lucene.LuceneSailSchema
 
PROPERTY_CONSTRAINT_COMPONENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:PropertyConstraintComponent
PROPERTY_CONSTRAINT_COMPONENT_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:PropertyConstraintComponent-property
PROPERTY_FEATURE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SD
property feature
PROPERTY_FIELD_PREFIX - Static variable in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
 
PROPERTY_GROUP - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:PropertyGroup
PROPERTY_PARTITION - Static variable in class org.eclipse.rdf4j.model.vocabulary.VOID
void:propertyPartition
PROPERTY_SHAPE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:PropertyShape
PROPERTY_VALIDATOR - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:propertyValidator
PROPERTYCHAINAXIOM - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#propertyChainAxiom
PROPERTYDISJOINTWITH - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#propertyDisjointWith
PropertyPaths - Class in org.eclipse.rdf4j.sparqlbuilder.core
 
PropertyPaths() - Constructor for class org.eclipse.rdf4j.sparqlbuilder.core.PropertyPaths
 
PropertySetElem - Class in org.eclipse.rdf4j.query.parser.sparql
Deprecated.
since 3.0. This feature is for internal use only: its existence, signature or behavior may change without warning from one release to the next.
PropertySetElem() - Constructor for class org.eclipse.rdf4j.query.parser.sparql.PropertySetElem
Deprecated.
 
props - Variable in class org.eclipse.rdf4j.federated.endpoint.provider.RepositoryInformation
 
Protocol - Class in org.eclipse.rdf4j.http.protocol
 
Protocol() - Constructor for class org.eclipse.rdf4j.http.protocol.Protocol
 
PROTOCOL - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
Relative location of the protocol resource.
Protocol.Action - Enum in org.eclipse.rdf4j.http.protocol
Defines the action a particular transaction update is executing.
Protocol.TIMEOUT - Enum in org.eclipse.rdf4j.http.protocol
Deprecated.
ProtocolController - Class in org.eclipse.rdf4j.http.server.protocol
Handles requests for protocol information.
ProtocolController() - Constructor for class org.eclipse.rdf4j.http.server.protocol.ProtocolController
 
ProtocolExceptionResolver - Class in org.eclipse.rdf4j.http.server
Simple resolver for Exceptions: returns the correct response code and message to the client.
ProtocolExceptionResolver() - Constructor for class org.eclipse.rdf4j.http.server.ProtocolExceptionResolver
 
ProtocolInterceptor - Class in org.eclipse.rdf4j.http.server.protocol
Interceptor for protocol requests.
ProtocolInterceptor() - Constructor for class org.eclipse.rdf4j.http.server.protocol.ProtocolInterceptor
 
ProtocolUtil - Class in org.eclipse.rdf4j.http.server
Utilities to help with the transition between HTTP requests/responses and values expected by the protocol.
ProtocolUtil() - Constructor for class org.eclipse.rdf4j.http.server.ProtocolUtil
 
PROV - Class in org.eclipse.rdf4j.model.vocabulary
Constants for the Provenance Ontology.
PROV() - Constructor for class org.eclipse.rdf4j.model.vocabulary.PROV
 
PROVENANCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/provenance
PROVENANCE_STATEMENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/ProvenanceStatement
PROVENANCE_URI_TEMPLATE - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:provenanceUriTemplate
PROXIED_ID - Static variable in class org.eclipse.rdf4j.repository.manager.RepositoryManager
http://www.openrdf.org/config/repository/proxy#proxiedID
PROXIED_ID - Static variable in class org.eclipse.rdf4j.repository.sail.config.ProxyRepositorySchema
http://www.openrdf.org/config/repository/proxy#proxiedID
PROXIMITY - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
Deprecated.
PROXY_SETTINGS_FILENAME - Static variable in class org.eclipse.rdf4j.common.app.net.ProxySettings
 
ProxyRepository - Class in org.eclipse.rdf4j.repository.sail
Repository implementation that takes a RepositoryResolver instance and the id of a managed repository, and delegate all calls through to the given repository.
ProxyRepository() - Constructor for class org.eclipse.rdf4j.repository.sail.ProxyRepository
 
ProxyRepository(String) - Constructor for class org.eclipse.rdf4j.repository.sail.ProxyRepository
Creates a repository instance that proxies to a repository of the give ID.
ProxyRepository(RepositoryResolver, String) - Constructor for class org.eclipse.rdf4j.repository.sail.ProxyRepository
Creates a repository instance that proxies to the given repository.
ProxyRepositoryConfig - Class in org.eclipse.rdf4j.repository.sail.config
 
ProxyRepositoryConfig() - Constructor for class org.eclipse.rdf4j.repository.sail.config.ProxyRepositoryConfig
 
ProxyRepositoryConfig(String) - Constructor for class org.eclipse.rdf4j.repository.sail.config.ProxyRepositoryConfig
 
ProxyRepositoryFactory - Class in org.eclipse.rdf4j.repository.sail.config
 
ProxyRepositoryFactory() - Constructor for class org.eclipse.rdf4j.repository.sail.config.ProxyRepositoryFactory
 
ProxyRepositorySchema - Class in org.eclipse.rdf4j.repository.sail.config
Defines constants for the HTTPRepository schema which is used by ProxyRepositoryFactorys to initialize ProxyRepositorys.
ProxyRepositorySchema() - Constructor for class org.eclipse.rdf4j.repository.sail.config.ProxyRepositorySchema
 
ProxyRepositoryServlet - Class in org.eclipse.rdf4j.workbench.proxy
 
ProxyRepositoryServlet() - Constructor for class org.eclipse.rdf4j.workbench.proxy.ProxyRepositoryServlet
 
ProxySettings - Class in org.eclipse.rdf4j.common.app.net
Utility class for handling proxy connection settings.
ProxySettings(File) - Constructor for class org.eclipse.rdf4j.common.app.net.ProxySettings
 
ProxySettingsController - Class in org.eclipse.rdf4j.common.webapp.system.proxy
 
ProxySettingsController() - Constructor for class org.eclipse.rdf4j.common.webapp.system.proxy.ProxySettingsController
 
PUBLICATIONS - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
publish(LogRecord) - Method in class org.eclipse.rdf4j.common.app.logging.base.LogConverterHandler
 
PUBLISH - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:Publish
PUBLISHER - Static variable in class org.eclipse.rdf4j.model.vocabulary.DC
dc:publisher
PUBLISHER - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/publisher
PUBLISHER - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:Publisher
publisher - Variable in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
publisher - Variable in class org.eclipse.rdf4j.repository.RepositoryTest
 
PURPOSE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:purpose
PURPOSE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
void:purpose
push(Tuple) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.BufferedPlanNode
 
push(Tuple) - Method in interface org.eclipse.rdf4j.sail.shacl.planNodes.PushablePlanNode
 
push(Tuple) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.UnBufferedPlanNode
 
PushablePlanNode - Interface in org.eclipse.rdf4j.sail.shacl.planNodes
 
pushLimit(FedXStatementPattern, long) - Method in class org.eclipse.rdf4j.federated.optimizer.LimitOptimizer
 
put(byte[], byte[], int) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
Puts the entire source array in the target array at offset offset.
put(E) - Method in class org.eclipse.rdf4j.common.iteration.QueueIteration
Adds another item to the queue, blocking while the queue is full.
put(Map<BindingSet, List<BindingSet>>, BindingSet, List<BindingSet>) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.BottomUpJoinIterator
Deprecated.
 
put(Map<BindingSet, List<BindingSet>>, BindingSet, List<BindingSet>) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator.LimitedSizeBottomUpJoinIterator
Deprecated.
 
put(K, V) - Method in class org.eclipse.rdf4j.sail.nativerdf.ConcurrentCache
 
putHashTableEntry(Map<BindingSetHashKey, List<BindingSet>>, BindingSetHashKey, List<BindingSet>, boolean) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.HashJoinIteration
 
putHashTableEntry(Map<BindingSetHashKey, List<BindingSet>>, BindingSetHashKey, List<BindingSet>) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator.LimitedSizeHashJoinIteration
 
putInt(int, byte[], int) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
Put an integer value (padded) in a byte array at a specific offset.
putLong(long, byte[], int) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
Put a long value (padded) in a byte array at a specific offset.

Q

qm - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.QueryResultIteration
 
QNAME - Static variable in class org.eclipse.rdf4j.model.vocabulary.SESAMEQNAME
http://www.openrdf.org/schema/qname#qname
QNAME - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#QName
QNAME_RECORD_MARKER - Static variable in interface org.eclipse.rdf4j.query.resultio.binary.BinaryQueryResultConstants
 
qnameToURI(QName) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
Maps a datatype QName from the javax.xml.namespace package to an XML Schema 1.0 URI for the corresponding datatype.
QUALIFIED_ASSOCIATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:qualifiedAssociation
QUALIFIED_ATTRIBUTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:qualifiedAttribution
QUALIFIED_COMMUNICATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:qualifiedCommunication
QUALIFIED_DELEGATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:qualifiedDelegation
QUALIFIED_DERIVATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:qualifiedDerivation
QUALIFIED_END - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:qualifiedEnd
QUALIFIED_GENERATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:qualifiedGeneration
QUALIFIED_INFLUENCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:qualifiedInfluence
QUALIFIED_INSERTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:qualifiedInsertion
QUALIFIED_INVALIDATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:qualifiedInvalidation
QUALIFIED_MAX_COUNT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:qualifiedMaxCount
QUALIFIED_MAX_COUNT_CONSTRAINT_COMPONENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:QualifiedMaxCountConstraintComponent
QUALIFIED_MAX_COUNT_CONSTRAINT_COMPONENT_QUALIFIED_MAX_COUNT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:QualifiedMaxCountConstraintComponent-qualifiedMaxCount
QUALIFIED_MAX_COUNT_CONSTRAINT_COMPONENT_QUALIFIED_VALUE_SHAPE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:QualifiedMaxCountConstraintComponent-qualifiedValueShape
QUALIFIED_MAX_COUNT_CONSTRAINT_COMPONENT_QUALIFIED_VALUE_SHAPES_DISJOINT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:QualifiedMaxCountConstraintComponent-qualifiedValueShapesDisjoint
QUALIFIED_MIN_COUNT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:qualifiedMinCount
QUALIFIED_MIN_COUNT_CONSTRAINT_COMPONENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:QualifiedMinCountConstraintComponent
QUALIFIED_MIN_COUNT_CONSTRAINT_COMPONENT_QUALIFIED_MIN_COUNT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:QualifiedMinCountConstraintComponent-qualifiedMinCount
QUALIFIED_MIN_COUNT_CONSTRAINT_COMPONENT_QUALIFIED_VALUE_SHAPE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:QualifiedMinCountConstraintComponent-qualifiedValueShape
QUALIFIED_MIN_COUNT_CONSTRAINT_COMPONENT_QUALIFIED_VALUE_SHAPES_DISJOINT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:QualifiedMinCountConstraintComponent-qualifiedValueShapesDisjoint
QUALIFIED_PRIMARY_SOURCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:qualifiedPrimarySource
QUALIFIED_QUOTATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:qualifiedQuotation
QUALIFIED_RELATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCAT
dcat:qualifiedRelation
QUALIFIED_REMOVAL - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:qualifiedRemoval
QUALIFIED_REVISION - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:qualifiedRevision
QUALIFIED_START - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:qualifiedStart
QUALIFIED_USAGE - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:qualifiedUsage
QUALIFIED_VALUE_SHAPE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:qualifiedValueShape
QUALIFIED_VALUE_SHAPES_DISJOINT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:qualifiedValueShapesDisjoint
QUALIFIEDCARDINALITY - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#qualifiedCardinality
Queries - Class in org.eclipse.rdf4j.sparqlbuilder.core.query
A class with static methods to create SPARQL queries
query - Variable in class org.eclipse.rdf4j.federated.structures.PreparedQuery
 
Query - Interface in org.eclipse.rdf4j.query
A query on a repository that can be formulated in one of the supported query languages (for example SeRQL or SPARQL).
query() - Method in class org.eclipse.rdf4j.queryrender.builder.AbstractQueryBuilder
Deprecated.
 
query() - Method in interface org.eclipse.rdf4j.queryrender.builder.QueryBuilder
Deprecated.
Return the query constructed by this query builder
query(Resource, String, IRI, boolean) - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
Parse the passed query.
query(Resource) - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchQuery
Deprecated.
 
query(Resource, String, IRI, boolean) - Method in class org.eclipse.rdf4j.sail.lucene.AbstractSearchIndex
 
query(Resource, String, IRI, boolean) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneIndex
Parse the passed query.
query(Resource) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneQuery
Deprecated.
QUERY - Static variable in class org.eclipse.rdf4j.sail.lucene.LuceneSailSchema
 
query(Resource) - Method in interface org.eclipse.rdf4j.sail.lucene.SearchQuery
Deprecated.
Queries for the given subject or all subjects if null.
query(Resource, String, IRI, boolean) - Method in class org.eclipse.rdf4j.sail.solr.SolrIndex
Parse the passed query.
query(Resource) - Method in class org.eclipse.rdf4j.sail.solr.SolrSearchQuery
Deprecated.
 
Query<T extends Query<T>> - Class in org.eclipse.rdf4j.sparqlbuilder.core.query
The base class for all SPARQL Queries.
Query() - Constructor for class org.eclipse.rdf4j.sparqlbuilder.core.query.Query
 
QUERY - Static variable in class org.eclipse.rdf4j.workbench.commands.QueryServlet
 
Query.QueryType - Enum in org.eclipse.rdf4j.query
The different types of queries that RDF4J recognizes: boolean queries, graph queries, and tuple queries.
QUERY_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#Query Abstract base class of the various types of supported queries.
QUERY_ENDPOINT - Static variable in class org.eclipse.rdf4j.repository.sparql.config.SPARQLRepositoryConfig
 
QUERY_EVALUATION_ERROR - Static variable in interface org.eclipse.rdf4j.query.resultio.binary.BinaryQueryResultConstants
 
QUERY_LANGUAGE - Static variable in class org.eclipse.rdf4j.repository.contextaware.config.ContextAwareSchema
http://www.openrdf.org/config/repository/contextaware#queryLanguage
QUERY_LANGUAGE - Static variable in class org.eclipse.rdf4j.sail.inferencer.fc.config.CustomGraphQueryInferencerSchema
http://www.openrdf.org/config/sail/customGraphQueryInferencer#queryLanguage
QUERY_LANGUAGE_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
Parameter name for the query language parameter.
QUERY_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
Parameter name for the query parameter.
QUERY_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#query Links a SubQuery resource with the nested Query.
QUERY_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#query Can be used to point from any resource to a Query.
QUERY_RESULT_KEY - Static variable in class org.eclipse.rdf4j.http.server.repository.QueryResultView
Key by which the query result is stored in the model.
QUERY_STRING - Static variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailTest
 
QueryAlgebraUtil - Class in org.eclipse.rdf4j.federated.util
Various static functions for query handling and parsing (alegbra expression).
QueryAlgebraUtil() - Constructor for class org.eclipse.rdf4j.federated.util.QueryAlgebraUtil
 
queryBinding - Variable in class org.eclipse.rdf4j.repository.SparqlRegexTest
 
queryBinding - Variable in class org.eclipse.rdf4j.repository.SparqlSetBindingTest
 
queryBindingFlags - Variable in class org.eclipse.rdf4j.repository.SparqlRegexTest
 
QueryBindingSet - Class in org.eclipse.rdf4j.query.algebra.evaluation
An implementation of the BindingSet interface that is used to evalate query object models.
QueryBindingSet() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.QueryBindingSet
 
QueryBindingSet(int) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.QueryBindingSet
 
QueryBindingSet(BindingSet) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.QueryBindingSet
 
queryBindingSubselect - Variable in class org.eclipse.rdf4j.repository.SparqlSetBindingTest
 
QueryBuilder<T extends ParsedQuery> - Interface in org.eclipse.rdf4j.queryrender.builder
Deprecated.
use SparqlBuilder instead.
QueryBuilderFactory - Class in org.eclipse.rdf4j.queryrender.builder
Deprecated.
use SparqlBuilder instead.
QueryBuilderFactory() - Constructor for class org.eclipse.rdf4j.queryrender.builder.QueryBuilderFactory
Deprecated.
 
QueryContext - Class in org.eclipse.rdf4j.query.algebra.evaluation
A QueryContext provides a means to pass arbitrary local state to a Function or TupleFunction.
QueryContext() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.QueryContext
 
QueryContext(QueryPreparer) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.QueryContext
 
QueryContextInitializer - Interface in org.eclipse.rdf4j.query.algebra.evaluation
Callback for configuring/customising a QueryContext.
QueryContextIteration - Class in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Makes a QueryContext available during iteration.
QueryContextIteration(CloseableIteration<? extends BindingSet, QueryEvaluationException>, QueryContext) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.iterator.QueryContextIteration
 
QueryElement - Interface in org.eclipse.rdf4j.sparqlbuilder.core
Denotes a SPARQL Query Element
QueryElementCollection<T extends QueryElement> - Class in org.eclipse.rdf4j.sparqlbuilder.core
A logical collection of query elements.
QueryElementCollection() - Constructor for class org.eclipse.rdf4j.sparqlbuilder.core.QueryElementCollection
 
QueryElementCollection(String) - Constructor for class org.eclipse.rdf4j.sparqlbuilder.core.QueryElementCollection
 
QueryElementCollection(String, Collection<T>) - Constructor for class org.eclipse.rdf4j.sparqlbuilder.core.QueryElementCollection
 
QueryErrorType - Enum in org.eclipse.rdf4j.query.resultio.binary
A type-safe enumeration for query error types.
QueryEvaluationException - Exception in org.eclipse.rdf4j.query
An exception indicating that the evaluation of a query failed.
QueryEvaluationException() - Constructor for exception org.eclipse.rdf4j.query.QueryEvaluationException
 
QueryEvaluationException(String) - Constructor for exception org.eclipse.rdf4j.query.QueryEvaluationException
Creates a new TupleQueryResultHandlerException.
QueryEvaluationException(Throwable) - Constructor for exception org.eclipse.rdf4j.query.QueryEvaluationException
Creates a new TupleQueryResultHandlerException wrapping another exception.
QueryEvaluationException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.query.QueryEvaluationException
Creates a new TupleQueryResultHandlerException wrapping another exception.
QueryEvaluationUtil - Class in org.eclipse.rdf4j.query.algebra.evaluation.util
 
QueryEvaluationUtil() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.util.QueryEvaluationUtil
 
QueryEvaluator - Class in org.eclipse.rdf4j.console.command
Abstract query evaluator command
QueryEvaluator(TupleAndGraphQueryEvaluator) - Constructor for class org.eclipse.rdf4j.console.command.QueryEvaluator
Constructor
QueryEvaluator - Class in org.eclipse.rdf4j.workbench.util
Evaluates queries for QueryServlet.
queryExpr - Variable in class org.eclipse.rdf4j.repository.SparqlRegexTest
 
QueryFactory - Class in org.eclipse.rdf4j.workbench.util
Utility class for generating query objects.
QueryFactory() - Constructor for class org.eclipse.rdf4j.workbench.util.QueryFactory
 
queryFileURL - Variable in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQL11SyntaxTest
Deprecated.
 
queryFileURL - Variable in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLQueryTest
Deprecated.
 
queryInfo - Variable in class org.eclipse.rdf4j.federated.algebra.CheckStatementPattern
 
queryInfo - Variable in class org.eclipse.rdf4j.federated.algebra.ExclusiveGroup
 
queryInfo - Variable in class org.eclipse.rdf4j.federated.algebra.FedXLeftJoin
 
queryInfo - Variable in class org.eclipse.rdf4j.federated.algebra.FedXService
 
queryInfo - Variable in class org.eclipse.rdf4j.federated.algebra.FedXStatementPattern
 
queryInfo - Variable in class org.eclipse.rdf4j.federated.algebra.NTuple
 
queryInfo - Variable in class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelExecutorBase
 
queryInfo - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.QueryResultIteration
 
queryInfo - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.StopRemainingExecutionsOnCloseIteration
 
queryInfo - Variable in class org.eclipse.rdf4j.federated.evaluation.union.ParallelGetStatementsTask
 
queryInfo - Variable in class org.eclipse.rdf4j.federated.evaluation.union.ParallelPreparedAlgebraUnionTask
 
queryInfo - Variable in class org.eclipse.rdf4j.federated.evaluation.union.ParallelPreparedUnionTask
 
queryInfo - Variable in class org.eclipse.rdf4j.federated.evaluation.union.ParallelUnionTask
 
queryInfo - Variable in class org.eclipse.rdf4j.federated.optimizer.GenericInfoOptimizer
 
queryInfo - Variable in class org.eclipse.rdf4j.federated.optimizer.ServiceOptimizer
 
queryInfo - Variable in class org.eclipse.rdf4j.federated.optimizer.SourceSelection.CheckTaskPair
 
queryInfo - Variable in class org.eclipse.rdf4j.federated.optimizer.SourceSelection.ParallelCheckTask
 
queryInfo - Variable in class org.eclipse.rdf4j.federated.optimizer.SourceSelection
 
queryInfo - Variable in class org.eclipse.rdf4j.federated.optimizer.StatementGroupAndJoinOptimizer
 
queryInfo - Variable in class org.eclipse.rdf4j.federated.optimizer.UnionOptimizer
 
QueryInfo - Class in org.eclipse.rdf4j.federated.structures
Structure to maintain query information during evaluation, is attached to algebra nodes.
QueryInfo(String, QueryType, boolean, FederationContext, Dataset) - Constructor for class org.eclipse.rdf4j.federated.structures.QueryInfo
 
QueryInfo(String, String, QueryType, int, boolean, FederationContext, Dataset) - Constructor for class org.eclipse.rdf4j.federated.structures.QueryInfo
 
QueryInfo(Resource, IRI, Value, boolean, FederationContext, Dataset) - Constructor for class org.eclipse.rdf4j.federated.structures.QueryInfo
 
queryInline - Variable in class org.eclipse.rdf4j.repository.SparqlRegexTest
 
QueryInterruptedException - Exception in org.eclipse.rdf4j.query
An exception indicating that the evaluation of a query has been interrupted, for example because it took too long to complete.
QueryInterruptedException() - Constructor for exception org.eclipse.rdf4j.query.QueryInterruptedException
 
QueryInterruptedException(String) - Constructor for exception org.eclipse.rdf4j.query.QueryInterruptedException
 
QueryInterruptedException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.query.QueryInterruptedException
 
QueryInterruptedException(Throwable) - Constructor for exception org.eclipse.rdf4j.query.QueryInterruptedException
 
QueryInterruptIteration(Iteration<? extends BindingSet, ? extends QueryEvaluationException>, long) - Constructor for class org.eclipse.rdf4j.query.impl.AbstractParserQuery.QueryInterruptIteration
 
QueryInterruptIteration(Iteration<? extends BindingSet, ? extends QueryEvaluationException>, long) - Constructor for class org.eclipse.rdf4j.query.parser.impl.AbstractParserQuery.QueryInterruptIteration
 
QueryJoinOptimizer - Class in org.eclipse.rdf4j.query.algebra.evaluation.impl
A query optimizer that re-orders nested Joins.
QueryJoinOptimizer() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryJoinOptimizer
 
QueryJoinOptimizer(EvaluationStatistics) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryJoinOptimizer
 
QueryJoinOptimizer.JoinVisitor - Class in org.eclipse.rdf4j.query.algebra.evaluation.impl
Deprecated.
This class is protected for historic reasons only, and will be made private in a future major release.
queryLanguage - Variable in class org.eclipse.rdf4j.http.client.query.AbstractHTTPQuery
 
queryLanguage - Variable in class org.eclipse.rdf4j.http.client.query.AbstractHTTPUpdate
 
QueryLanguage - Class in org.eclipse.rdf4j.query
A type-safe enumeration for RDF query languages such as QueryLanguage.SPARQL and SeRQL.
QueryLanguage(String) - Constructor for class org.eclipse.rdf4j.query.QueryLanguage
Creates a new QueryLanguage object.
QueryLog - Class in org.eclipse.rdf4j.federated.monitoring
Convenience class which writes the query backlog a logger with the name "QueryLog".
QueryLog() - Constructor for class org.eclipse.rdf4j.federated.monitoring.QueryLog
 
QueryManager - Class in org.eclipse.rdf4j.federated
QueryManager to manage queries.
QueryManager() - Constructor for class org.eclipse.rdf4j.federated.QueryManager
 
QueryModelNode - Interface in org.eclipse.rdf4j.query.algebra
Main interface for all query model nodes.
QueryModelNodeBase - Class in org.eclipse.rdf4j.query.algebra
Deprecated.
since 2.0. Use AbstractQueryModelNode instead.
QueryModelNodeBase() - Constructor for class org.eclipse.rdf4j.query.algebra.QueryModelNodeBase
Deprecated.
 
QueryModelNodeReplacer - Class in org.eclipse.rdf4j.query.algebra.helpers
Deprecated.
QueryModelNodeReplacer() - Constructor for class org.eclipse.rdf4j.query.algebra.helpers.QueryModelNodeReplacer
Deprecated.
 
QueryModelNormalizer - Class in org.eclipse.rdf4j.query.algebra.evaluation.impl
A query optimizer that (partially) normalizes query models to a canonical form.
QueryModelNormalizer() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryModelNormalizer
 
QueryModelPruner - Class in org.eclipse.rdf4j.query.algebra.evaluation.impl
Deprecated.
QueryModelPruner() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryModelPruner
Deprecated.
 
QueryModelPruner - Class in org.eclipse.rdf4j.sail.federation.optimizers
A query optimizer that prunes query model trees by removing superfluous parts and/or by reducing complex parts with simpler parts.
QueryModelPruner() - Constructor for class org.eclipse.rdf4j.sail.federation.optimizers.QueryModelPruner
 
QueryModelPruner.TreeSanitizer - Class in org.eclipse.rdf4j.query.algebra.evaluation.impl
Deprecated.
 
QueryModelPruner.TreeSanitizer - Class in org.eclipse.rdf4j.sail.federation.optimizers
 
QueryModelTreePrinter - Class in org.eclipse.rdf4j.query.algebra.helpers
QueryModelVisitor implementation that "prints" a tree representation of a query model.
QueryModelTreePrinter() - Constructor for class org.eclipse.rdf4j.query.algebra.helpers.QueryModelTreePrinter
 
QueryModelTreeToGenericPlanNode - Class in org.eclipse.rdf4j.query.algebra.helpers
Convert TupleExpr (QueryModelNode) to GenericPlanNode for the Query.explain(...) feature.
QueryModelTreeToGenericPlanNode(QueryModelNode) - Constructor for class org.eclipse.rdf4j.query.algebra.helpers.QueryModelTreeToGenericPlanNode
 
QueryModelVisitor<X extends Exception> - Interface in org.eclipse.rdf4j.query.algebra
An interface for query model visitors, implementing the Visitor pattern.
QueryModelVisitorBase<X extends Exception> - Class in org.eclipse.rdf4j.query.algebra.helpers
Deprecated.
since 2.0. Use AbstractQueryModelVisitor instead.
QueryModelVisitorBase() - Constructor for class org.eclipse.rdf4j.query.algebra.helpers.QueryModelVisitorBase
Deprecated.
 
QueryMultiJoinOptimizer - Class in org.eclipse.rdf4j.sail.federation.optimizers
A query optimizer that re-orders nested Joins.
QueryMultiJoinOptimizer() - Constructor for class org.eclipse.rdf4j.sail.federation.optimizers.QueryMultiJoinOptimizer
 
QueryMultiJoinOptimizer(EvaluationStatistics) - Constructor for class org.eclipse.rdf4j.sail.federation.optimizers.QueryMultiJoinOptimizer
 
QueryMultiJoinOptimizer.JoinVisitor - Class in org.eclipse.rdf4j.sail.federation.optimizers
 
queryNoFrom - Variable in class org.eclipse.rdf4j.repository.SparqlDatasetTest
 
QueryOptimizer - Interface in org.eclipse.rdf4j.query.algebra.evaluation
Interface used by EvaluationStrategys to optimize the TupleExpr prior to evaluating the query.
QueryOptimizerList - Class in org.eclipse.rdf4j.query.algebra.evaluation.util
A query optimizer that contains a list of other query optimizers, which are called consecutively when the list's QueryOptimizerList.optimize(TupleExpr, Dataset, BindingSet) method is called.
QueryOptimizerList() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.util.QueryOptimizerList
 
QueryOptimizerList(List<QueryOptimizer>) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.util.QueryOptimizerList
 
QueryOptimizerList(QueryOptimizer...) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.util.QueryOptimizerList
 
QueryOptimizerPipeline - Interface in org.eclipse.rdf4j.query.algebra.evaluation
A pipeline of QueryOptimizers that, when executed in order on a TupleExpr, convert that TupleExpr to a more optimal query execution plan.
QueryParser - Interface in org.eclipse.rdf4j.query.parser
An RDF query parser translate query strings in some query language to OpenRDF query models.
QueryParserFactory - Interface in org.eclipse.rdf4j.query.parser
A QueryParserFactory returns QueryParsers for a specific query language.
QueryParserRegistry - Class in org.eclipse.rdf4j.query.parser
A registry that keeps track of the available QueryParserFactorys.
QueryParserRegistry() - Constructor for class org.eclipse.rdf4j.query.parser.QueryParserRegistry
 
QueryParserUtil - Class in org.eclipse.rdf4j.query.parser
Utility class for creating query parsers and parsing queries in various query languages.
QueryParserUtil() - Constructor for class org.eclipse.rdf4j.query.parser.QueryParserUtil
 
QueryPattern - Class in org.eclipse.rdf4j.sparqlbuilder.core
A SPARQL Query Pattern (WHERE clause)
QueryPlanLog - Class in org.eclipse.rdf4j.federated.monitoring
Monitoring facility to maintain the query execution plan in a variable local to the executing thread.
QueryPlanLog() - Constructor for class org.eclipse.rdf4j.federated.monitoring.QueryPlanLog
 
QueryPrefix - Class in org.eclipse.rdf4j.console.setting
Use prefixes when querying.
QueryPrefix() - Constructor for class org.eclipse.rdf4j.console.setting.QueryPrefix
Constructor
QueryPrefix(Boolean) - Constructor for class org.eclipse.rdf4j.console.setting.QueryPrefix
Constructor
QueryPreparer - Interface in org.eclipse.rdf4j.query.algebra.evaluation
A generic interface for executing queries over a TripleSource.
QueryPrologLexer - Class in org.eclipse.rdf4j.query.parser
A simple lexer that tokenizes a syntactically legal input SPARQL query string on prolog items (prefixes, base declarations, IRIs, comments, and syntactical tokens such as keywords, opening and closing brackets, and hashes).
QueryPrologLexer() - Constructor for class org.eclipse.rdf4j.query.parser.QueryPrologLexer
 
QueryPrologLexer.Token - Class in org.eclipse.rdf4j.query.parser
 
QueryPrologLexer.TokenType - Enum in org.eclipse.rdf4j.query.parser
 
QueryRef - Interface in org.eclipse.rdf4j.federated.algebra
Interface to access the QueryInfo from all FedX Algebra nodes.
QueryRenderer - Interface in org.eclipse.rdf4j.queryrender
Interface for RDF4J-based query renderers
QueryResult<T> - Interface in org.eclipse.rdf4j.query
Super type of all query result types (TupleQueryResult, GraphQueryResult, etc.).
QueryResultCollector - Class in org.eclipse.rdf4j.query.resultio.helpers
An implementation of the QueryResultHandler interface that is able to collect a single result from either Boolean or Tuple results simultaneously.
QueryResultCollector() - Constructor for class org.eclipse.rdf4j.query.resultio.helpers.QueryResultCollector
 
QueryResultFormat - Class in org.eclipse.rdf4j.query.resultio
The base class of all file formats that represent the results of queries.
QueryResultFormat(String, String, Charset, String) - Constructor for class org.eclipse.rdf4j.query.resultio.QueryResultFormat
 
QueryResultFormat(String, String, Charset, Collection<String>) - Constructor for class org.eclipse.rdf4j.query.resultio.QueryResultFormat
 
QueryResultFormat(String, Collection<String>, Charset, Collection<String>) - Constructor for class org.eclipse.rdf4j.query.resultio.QueryResultFormat
 
QueryResultFormat(String, Collection<String>, Charset, Collection<String>, IRI) - Constructor for class org.eclipse.rdf4j.query.resultio.QueryResultFormat
 
QueryResultHandler - Interface in org.eclipse.rdf4j.query
The super class of all handlers for processing query results.
QueryResultHandlerException - Exception in org.eclipse.rdf4j.query
The super class of exceptions originating from QueryResultHandler implementations.
QueryResultHandlerException(String) - Constructor for exception org.eclipse.rdf4j.query.QueryResultHandlerException
Creates a new QueryResultHandlerException.
QueryResultHandlerException(Throwable) - Constructor for exception org.eclipse.rdf4j.query.QueryResultHandlerException
Creates a new QueryResultHandlerException wrapping another exception.
QueryResultHandlerException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.query.QueryResultHandlerException
Creates a new QueryResultHandlerException wrapping another exception.
QueryResultIO - Class in org.eclipse.rdf4j.query.resultio
Class offering utility methods related to query results.
QueryResultIO() - Constructor for class org.eclipse.rdf4j.query.resultio.QueryResultIO
 
QueryResultIteration - Class in org.eclipse.rdf4j.federated.evaluation.iterator
An iteration which wraps the final result and in case of exceptions aborts query evaluation for the corresponding query in fedx (potentially subqueries are still running, and jobs are scheduled).
QueryResultIteration(CloseableIteration<BindingSet, QueryEvaluationException>, QueryInfo) - Constructor for class org.eclipse.rdf4j.federated.evaluation.iterator.QueryResultIteration
 
QueryResultParseException - Exception in org.eclipse.rdf4j.query.resultio
A parse exception that can be thrown by a query result parser when it encounters an error from which it cannot or doesn't want to recover.
QueryResultParseException(String) - Constructor for exception org.eclipse.rdf4j.query.resultio.QueryResultParseException
Creates a new QueryResultParseException.
QueryResultParseException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.query.resultio.QueryResultParseException
Creates a new QueryResultParseException wrapping another exception.
QueryResultParseException(String, long, long) - Constructor for exception org.eclipse.rdf4j.query.resultio.QueryResultParseException
Creates a new QueryResultParseException.
QueryResultParseException(Throwable) - Constructor for exception org.eclipse.rdf4j.query.resultio.QueryResultParseException
Creates a new QueryResultParseException wrapping another exception.
QueryResultParseException(Throwable, long, long) - Constructor for exception org.eclipse.rdf4j.query.resultio.QueryResultParseException
Creates a new QueryResultParseException wrapping another exception.
QueryResultParseException(String, Throwable, long, long) - Constructor for exception org.eclipse.rdf4j.query.resultio.QueryResultParseException
Creates a new QueryResultParseException wrapping another exception.
QueryResultParser - Interface in org.eclipse.rdf4j.query.resultio
Base interface for parsers of query results in both boolean and tuple forms.
QueryResultParserBase - Class in org.eclipse.rdf4j.query.resultio
Deprecated.
since 2.0. Use AbstractQueryResultParser instead.
QueryResultParserBase() - Constructor for class org.eclipse.rdf4j.query.resultio.QueryResultParserBase
Deprecated.
 
QueryResults - Class in org.eclipse.rdf4j.query
Utility methods related to query results.
QueryResults() - Constructor for class org.eclipse.rdf4j.query.QueryResults
 
QueryResultUtil - Class in org.eclipse.rdf4j.query
Deprecated.
since 2.0. Use QueryResults instead.
QueryResultUtil() - Constructor for class org.eclipse.rdf4j.query.QueryResultUtil
Deprecated.
 
QueryResultView - Class in org.eclipse.rdf4j.http.server.repository
Base class for rendering query results.
QueryResultView() - Constructor for class org.eclipse.rdf4j.http.server.repository.QueryResultView
 
QueryResultWriter - Interface in org.eclipse.rdf4j.query.resultio
The base interface for writers of query results sets and boolean results.
QueryResultWriterBase - Class in org.eclipse.rdf4j.query.resultio
Deprecated.
since 2.0. Use AbstractQueryResultWriter instead.
QueryResultWriterBase() - Constructor for class org.eclipse.rdf4j.query.resultio.QueryResultWriterBase
Deprecated.
 
QueryRoot - Class in org.eclipse.rdf4j.query.algebra
A semantics-less query model node that is used as the root of query model trees.
QueryRoot() - Constructor for class org.eclipse.rdf4j.query.algebra.QueryRoot
 
QueryRoot(TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.QueryRoot
 
QueryServlet - Class in org.eclipse.rdf4j.workbench.commands
 
QueryServlet() - Constructor for class org.eclipse.rdf4j.workbench.commands.QueryServlet
 
QuerySpec - Class in org.eclipse.rdf4j.sail.lucene
A QuerySpec holds information extracted from a TupleExpr corresponding with a single Lucene query.
QuerySpec(StatementPattern, StatementPattern, StatementPattern, StatementPattern, StatementPattern, StatementPattern, Resource, String, IRI) - Constructor for class org.eclipse.rdf4j.sail.lucene.QuerySpec
 
QuerySpec(String, String, String, String, Resource, String, IRI) - Constructor for class org.eclipse.rdf4j.sail.lucene.QuerySpec
 
QuerySpecBuilder - Class in org.eclipse.rdf4j.sail.lucene
A QueryInterpreter creates a set of QuerySpecs based on Lucene-related StatementPatterns that it finds in a TupleExpr.
QuerySpecBuilder(boolean) - Constructor for class org.eclipse.rdf4j.sail.lucene.QuerySpecBuilder
Initialize a new QuerySpecBuilder
QueryStorage - Class in org.eclipse.rdf4j.workbench.util
Provides an interface to the private repository with the saved queries.
QueryStorage(AppConfiguration) - Constructor for class org.eclipse.rdf4j.workbench.util.QueryStorage
Create a new object for accessing the store of user queries.
queryString - Variable in class org.eclipse.rdf4j.http.client.query.AbstractHTTPQuery
 
queryString - Variable in class org.eclipse.rdf4j.http.client.query.AbstractHTTPUpdate
 
QueryStringBuilder - Class in org.eclipse.rdf4j.workbench.util
Helper class for substituting in variables to query templates for the purpose of saving and retrieving user queries to a repository local to the workbench.
QueryStringBuilder(String) - Constructor for class org.eclipse.rdf4j.workbench.util.QueryStringBuilder
Creates a new builder from the given template.
QueryStringUtil - Class in org.eclipse.rdf4j.federated.util
Various static functions for query handling and parsing.
QueryStringUtil() - Constructor for class org.eclipse.rdf4j.federated.util.QueryStringUtil
 
QueryStringUtil - Class in org.eclipse.rdf4j.repository.sparql.query
Utility class to perfom query string manipulations as used in SPARQLTupleQuery, SPARQLGraphQuery and SPARQLBooleanQuery.
QueryStringUtil() - Constructor for class org.eclipse.rdf4j.repository.sparql.query.QueryStringUtil
 
QueryTupleFunction - Class in org.eclipse.rdf4j.sail.lucene.fn
Deprecated.
since 3.0. The LucenSpinSail is to be removed in the next major release.
QueryTupleFunction() - Constructor for class org.eclipse.rdf4j.sail.lucene.fn.QueryTupleFunction
Deprecated.
 
QueryType - Enum in org.eclipse.rdf4j.federated.structures
 
queryWithFrom - Variable in class org.eclipse.rdf4j.repository.SparqlDatasetTest
 
QueueCursor<E> - Class in org.eclipse.rdf4j.http.client
Deprecated.
Use QueueCursor instead
QueueCursor(int) - Constructor for class org.eclipse.rdf4j.http.client.QueueCursor
Deprecated.
Creates an QueueCursor with the given (fixed) capacity and default access policy.
QueueCursor(int, boolean) - Constructor for class org.eclipse.rdf4j.http.client.QueueCursor
Deprecated.
Creates an QueueCursor with the given (fixed) capacity and the specified access policy.
QueueCursor<E> - Class in org.eclipse.rdf4j.query.impl
Makes working with a queue easier by adding the methods QueueIteration.done() and QueueIteration.toss(Exception) and automatically converting the exception into a QueryEvaluationException with an appropriate stack trace.
QueueCursor(int) - Constructor for class org.eclipse.rdf4j.query.impl.QueueCursor
Creates an QueueCursor with the given (fixed) capacity and default access policy.
QueueCursor(int, boolean) - Constructor for class org.eclipse.rdf4j.query.impl.QueueCursor
Creates an QueueCursor with the given (fixed) capacity and the specified access policy.
QueueCursor(BlockingQueue<E>) - Constructor for class org.eclipse.rdf4j.query.impl.QueueCursor
Creates an QueueCursor with the given BlockingQueue as its backing queue.
It may not be threadsafe to modify or access the given BlockingQueue from other locations.
QueueCursor<E> - Class in org.eclipse.rdf4j.repository.sparql.query
Deprecated.
Use QueueCursor instead
QueueCursor(int, boolean) - Constructor for class org.eclipse.rdf4j.repository.sparql.query.QueueCursor
Deprecated.
 
QueueCursor(int) - Constructor for class org.eclipse.rdf4j.repository.sparql.query.QueueCursor
Deprecated.
 
QueueCursor<E> - Class in org.eclipse.rdf4j.sail.federation.evaluation
Deprecated.
Use QueueCursor instead
QueueCursor(int) - Constructor for class org.eclipse.rdf4j.sail.federation.evaluation.QueueCursor
Deprecated.
Creates an QueueCursor with the given (fixed) capacity and default access policy.
QueueCursor(int, boolean) - Constructor for class org.eclipse.rdf4j.sail.federation.evaluation.QueueCursor
Deprecated.
Creates an QueueCursor with the given (fixed) capacity and the specified access policy.
QueueIteration<E,T extends Exception> - Class in org.eclipse.rdf4j.common.iteration
Makes working with a queue easier by adding the methods QueueIteration.done() and QueueIteration.toss(Exception) and after converting the Exception to the required type using QueueIteration.convert(Exception).
QueueIteration(int) - Constructor for class org.eclipse.rdf4j.common.iteration.QueueIteration
Creates an QueueIteration with the given (fixed) capacity and default access policy.
QueueIteration(int, boolean) - Constructor for class org.eclipse.rdf4j.common.iteration.QueueIteration
Creates an QueueIteration with the given (fixed) capacity and the specified access policy.
QueueIteration(BlockingQueue<E>) - Constructor for class org.eclipse.rdf4j.common.iteration.QueueIteration
Creates an QueueIteration with the given BlockingQueue as its backing queue.
It may not be threadsafe to modify or access the given BlockingQueue from other locations.
QUOTATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:Quotation
quote - Variable in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
 
quote(String, String, String) - Static method in class org.eclipse.rdf4j.workbench.util.QueryStringBuilder
 
QUOTES_TO_ENTITIES_IN_TEXT - Static variable in class org.eclipse.rdf4j.rio.helpers.XMLWriterSettings
Boolean setting for RDF/XML Writer to determine if the character used to quote attribute values, (single quote or double quote) is also replaced within text nodes by it's corresponding entity.

R

Rand - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.numeric
The SPARQL built-in Function RAND, as defined in SPARQL Query Language for RDF
Rand() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.numeric.Rand
 
Random - Class in org.eclipse.rdf4j.spin.function.spif
 
Random() - Constructor for class org.eclipse.rdf4j.spin.function.spif.Random
 
RANDOM_FUNCTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIF
 
RANGE - Static variable in class org.eclipse.rdf4j.model.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#range
RCC8_DC - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEOF
 
RCC8_EC - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEOF
 
RCC8_EQ - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEOF
 
RCC8_NTPP - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEOF
 
RCC8_NTPPI - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEOF
 
RCC8_PO - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEOF
 
RCC8_TPP - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEOF
 
RCC8_TPPI - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEOF
 
rcc8dc(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.JtsSpatialAlgebra
 
RCC8DC - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql
The GeoSPARQL Function geof:rcc8dc, as defined in OGC GeoSPARQL - A Geographic Query Language for RDF Data.
RCC8DC() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.RCC8DC
 
rcc8dc(Shape, Shape) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SpatialAlgebra
 
rcc8ec(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.JtsSpatialAlgebra
 
RCC8EC - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql
The GeoSPARQL Function geof:rcc8ec, as defined in OGC GeoSPARQL - A Geographic Query Language for RDF Data.
RCC8EC() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.RCC8EC
 
rcc8ec(Shape, Shape) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SpatialAlgebra
 
rcc8eq(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.JtsSpatialAlgebra
 
RCC8EQ - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql
The GeoSPARQL Function geof:rcc8eq, as defined in OGC GeoSPARQL - A Geographic Query Language for RDF Data.
RCC8EQ() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.RCC8EQ
 
rcc8eq(Shape, Shape) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SpatialAlgebra
 
rcc8ntpp(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.JtsSpatialAlgebra
 
RCC8NTPP - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql
The GeoSPARQL Function geof:rcc8ntpp, as defined in OGC GeoSPARQL - A Geographic Query Language for RDF Data.
RCC8NTPP() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.RCC8NTPP
 
rcc8ntpp(Shape, Shape) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SpatialAlgebra
 
rcc8ntppi(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.JtsSpatialAlgebra
 
RCC8NTPPI - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql
The GeoSPARQL Function geof:rcc8ntppi, as defined in OGC GeoSPARQL - A Geographic Query Language for RDF Data.
RCC8NTPPI() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.RCC8NTPPI
 
rcc8ntppi(Shape, Shape) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SpatialAlgebra
 
rcc8po(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.JtsSpatialAlgebra
 
RCC8PO - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql
The GeoSPARQL Function geof:rcc8po, as defined in OGC GeoSPARQL - A Geographic Query Language for RDF Data.
RCC8PO() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.RCC8PO
 
rcc8po(Shape, Shape) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SpatialAlgebra
 
rcc8tpp(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.JtsSpatialAlgebra
 
RCC8TPP - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql
The GeoSPARQL Function geof:rcc8tpp, as defined in OGC GeoSPARQL - A Geographic Query Language for RDF Data.
RCC8TPP() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.RCC8TPP
 
rcc8tpp(Shape, Shape) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SpatialAlgebra
 
rcc8tppi(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.JtsSpatialAlgebra
 
RCC8TPPI - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql
The GeoSPARQL Function geof:rcc8tppi, as defined in OGC GeoSPARQL - A Geographic Query Language for RDF Data.
RCC8TPPI() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.RCC8TPPI
 
rcc8tppi(Shape, Shape) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SpatialAlgebra
 
RDF - Class in org.eclipse.rdf4j.model.vocabulary
Constants for RDF primitives and for the RDF namespace.
RDF() - Constructor for class org.eclipse.rdf4j.model.vocabulary.RDF
 
Rdf - Class in org.eclipse.rdf4j.sparqlbuilder.rdf
A class with static methods to create basic SparqlBuilder RDF objects from either string values or RDF4J Model objects.
RDF4J - Class in org.eclipse.rdf4j.model.vocabulary
Defines constants for the RDF4J namespace.
RDF4J() - Constructor for class org.eclipse.rdf4j.model.vocabulary.RDF4J
 
RDF4J - Class in org.eclipse.rdf4j
 
RDF4J() - Constructor for class org.eclipse.rdf4j.RDF4J
 
RDF4JConfigException - Exception in org.eclipse.rdf4j
Exception indicating a configuration problem in an RDF4J component.
RDF4JConfigException() - Constructor for exception org.eclipse.rdf4j.RDF4JConfigException
 
RDF4JConfigException(String) - Constructor for exception org.eclipse.rdf4j.RDF4JConfigException
 
RDF4JConfigException(Throwable) - Constructor for exception org.eclipse.rdf4j.RDF4JConfigException
 
RDF4JConfigException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.RDF4JConfigException
 
RDF4JException - Exception in org.eclipse.rdf4j
General superclass of all unchecked exceptions that parts of RDF4J can throw.
RDF4JException() - Constructor for exception org.eclipse.rdf4j.RDF4JException
 
RDF4JException(String) - Constructor for exception org.eclipse.rdf4j.RDF4JException
 
RDF4JException(Throwable) - Constructor for exception org.eclipse.rdf4j.RDF4JException
 
RDF4JException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.RDF4JException
 
RDF4JProtocolSession - Class in org.eclipse.rdf4j.http.client
A SPARQLProtocolSession subclass which extends the standard SPARQL 1.1 Protocol with additional functionality, as documented in the RDF4J REST API.
RDF4JProtocolSession(HttpClient, ScheduledExecutorService) - Constructor for class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
RDF_LANGSTRING_TO_LANG_LITERAL - Static variable in class org.eclipse.rdf4j.rio.helpers.BasicWriterSettings
Boolean setting for writer to determine whether it should omit the rdf:langString datatype from language literals when serialising them.
RDF_SOURCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.LDP
ldp:RDFSource
RDFA - Static variable in class org.eclipse.rdf4j.rio.RDFFormat
The RDFa file format, an RDF serialization format.
RDFA_COMPATIBILITY - Static variable in class org.eclipse.rdf4j.rio.helpers.RDFaParserSettings
Boolean setting for parser to determine the RDFa version to use when processing the document.
RDFaParserSettings - Class in org.eclipse.rdf4j.rio.helpers
A selection of parser settings specific to RDFa parsers.
RDFaVersion - Enum in org.eclipse.rdf4j.rio.helpers
Enumeration for tracking versions of the RDFa specification to specify processing capabilities of RDFa modules.
RdfBlankNode - Interface in org.eclipse.rdf4j.sparqlbuilder.rdf
Denotes an RDF Blank Node
RdfBlankNode.AnonymousBlankNode - Class in org.eclipse.rdf4j.sparqlbuilder.rdf
an anonymous blank node
RdfBlankNode.LabeledBlankNode - Class in org.eclipse.rdf4j.sparqlbuilder.rdf
a labeled blank node, of the form "_:label"
RdfBlankNode.PropertiesBlankNode - Class in org.eclipse.rdf4j.sparqlbuilder.rdf
A blank node representing a resource that matches the contained set of predicate-object lists
RDFCollections - Class in org.eclipse.rdf4j.model.util
Utilities for working with RDF Collections and converting to/from Java Collection classes.
RDFCollections() - Constructor for class org.eclipse.rdf4j.model.util.RDFCollections
 
RDFContainers - Class in org.eclipse.rdf4j.model.util
Utilities for working with RDF Containers and converting to/from Java Collection classes.
RDFContainers() - Constructor for class org.eclipse.rdf4j.model.util.RDFContainers
 
RDFDatatypeHandler - Class in org.eclipse.rdf4j.rio.datatypes
An implementation of a datatype handler that can process RDF built-in datatypes.
RDFDatatypeHandler() - Constructor for class org.eclipse.rdf4j.rio.datatypes.RDFDatatypeHandler
Default constructor.
RDFDATATYPES - Static variable in interface org.eclipse.rdf4j.rio.DatatypeHandler
Identifier for datatypes defined in the RDF vocabulary.
RDFFormat - Class in org.eclipse.rdf4j.rio
Represents the concept of an RDF data serialization format.
RDFFormat(String, String, Charset, String, boolean, boolean) - Constructor for class org.eclipse.rdf4j.rio.RDFFormat
Deprecated.
since 3.2.0
RDFFormat(String, String, Charset, String, boolean, boolean, boolean) - Constructor for class org.eclipse.rdf4j.rio.RDFFormat
Creates a new RDFFormat object.
RDFFormat(String, String, Charset, Collection<String>, boolean, boolean) - Constructor for class org.eclipse.rdf4j.rio.RDFFormat
Deprecated.
since 3.2.0
RDFFormat(String, String, Charset, Collection<String>, boolean, boolean, boolean) - Constructor for class org.eclipse.rdf4j.rio.RDFFormat
Creates a new RDFFormat object.
RDFFormat(String, Collection<String>, Charset, Collection<String>, boolean, boolean) - Constructor for class org.eclipse.rdf4j.rio.RDFFormat
Deprecated.
since 3.2.0
RDFFormat(String, Collection<String>, Charset, Collection<String>, boolean, boolean, boolean) - Constructor for class org.eclipse.rdf4j.rio.RDFFormat
Creates a new RDFFormat object.
RDFFormat(String, Collection<String>, Charset, Collection<String>, IRI, boolean, boolean) - Constructor for class org.eclipse.rdf4j.rio.RDFFormat
Deprecated.
since 3.2.0
RDFFormat(String, Collection<String>, Charset, Collection<String>, IRI, boolean, boolean, boolean) - Constructor for class org.eclipse.rdf4j.rio.RDFFormat
Creates a new RDFFormat object.
rdfHandler - Variable in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
The RDFHandler that will handle the parsed RDF.
RDFHandler - Interface in org.eclipse.rdf4j.rio
An interface defining methods related to RDF data handling.
RDFHandlerBase - Class in org.eclipse.rdf4j.rio.helpers
Deprecated.
since 2.0.Use AbstractRDFHandler instead.
RDFHandlerBase() - Constructor for class org.eclipse.rdf4j.rio.helpers.RDFHandlerBase
Deprecated.
 
RDFHandlerException - Exception in org.eclipse.rdf4j.rio
An exception that can be thrown by an RDFHandler when it encounters an unrecoverable error.
RDFHandlerException(String) - Constructor for exception org.eclipse.rdf4j.rio.RDFHandlerException
Creates a new RDFHandlerException.
RDFHandlerException(Throwable) - Constructor for exception org.eclipse.rdf4j.rio.RDFHandlerException
Creates a new RDFHandlerException.
RDFHandlerException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.rio.RDFHandlerException
Creates a new RDFHandlerException wrapping another exception.
RDFHandlerWrapper - Class in org.eclipse.rdf4j.rio.helpers
Convenience base class for RDF handlers that wrap one or more other RDF handler.
RDFHandlerWrapper(RDFHandler...) - Constructor for class org.eclipse.rdf4j.rio.helpers.RDFHandlerWrapper
Creates a new RDFHandlerWrapper that wraps the supplied RDF handler(s).
RDFHandlerWrapper(ModelFactory, RDFHandler...) - Constructor for class org.eclipse.rdf4j.rio.helpers.RDFHandlerWrapper
Creates a new RDFHandlerWrapper that wraps the supplied RDF handler(s).
RDFInferencerInserter - Class in org.eclipse.rdf4j.sail.inferencer.util
An RDFHandler that adds RDF data to a sail as inferred statements.
RDFInferencerInserter(InferencerConnection, ValueFactory) - Constructor for class org.eclipse.rdf4j.sail.inferencer.util.RDFInferencerInserter
Creates a new RDFInserter object that preserves bnode IDs and that does not enforce any context upon statements that are reported to it.
RDFInserter - Class in org.eclipse.rdf4j.repository.util
An RDFHandler that adds RDF data to a repository.
RDFInserter(RepositoryConnection) - Constructor for class org.eclipse.rdf4j.repository.util.RDFInserter
Creates a new RDFInserter object that preserves bnode IDs and that does not enforce any context upon statements that are reported to it.
RDFJSON - Static variable in class org.eclipse.rdf4j.rio.RDFFormat
The RDF/JSON file format, an RDF serialization format that supports recording of named graphs.
RDFJSONParser - Class in org.eclipse.rdf4j.rio.rdfjson
RDFParser implementation for the RDF/JSON format
RDFJSONParser() - Constructor for class org.eclipse.rdf4j.rio.rdfjson.RDFJSONParser
Creates a parser using RDFFormat.RDFJSON to identify the parser.
RDFJSONParser(RDFFormat) - Constructor for class org.eclipse.rdf4j.rio.rdfjson.RDFJSONParser
Creates a parser using the given RDFFormat to self identify.
RDFJSONParserFactory - Class in org.eclipse.rdf4j.rio.rdfjson
An RDFParserFactory for RDF/JSON parsers.
RDFJSONParserFactory() - Constructor for class org.eclipse.rdf4j.rio.rdfjson.RDFJSONParserFactory
 
RDFJSONParserSettings - Class in org.eclipse.rdf4j.rio.helpers
A selection of parser settings specific to RDF/JSON parsers.
RDFJSONParserTestCase - Class in org.eclipse.rdf4j.rio.rdfjson
JUnit test for the RDFJSON Parser.
RDFJSONParserTestCase() - Constructor for class org.eclipse.rdf4j.rio.rdfjson.RDFJSONParserTestCase
 
RDFJSONWriter - Class in org.eclipse.rdf4j.rio.rdfjson
RDFWriter implementation for the RDF/JSON format
RDFJSONWriter(OutputStream, RDFFormat) - Constructor for class org.eclipse.rdf4j.rio.rdfjson.RDFJSONWriter
 
RDFJSONWriter(Writer, RDFFormat) - Constructor for class org.eclipse.rdf4j.rio.rdfjson.RDFJSONWriter
 
RDFJSONWriterFactory - Class in org.eclipse.rdf4j.rio.rdfjson
An RDFWriterFactory for RDF/JSON writers.
RDFJSONWriterFactory() - Constructor for class org.eclipse.rdf4j.rio.rdfjson.RDFJSONWriterFactory
 
RdfLiteral<T> - Class in org.eclipse.rdf4j.sparqlbuilder.rdf
Denotes an RDF literal
RdfLiteral.BooleanLiteral - Class in org.eclipse.rdf4j.sparqlbuilder.rdf
Represents an RDF boolean literal
RdfLiteral.NumericLiteral - Class in org.eclipse.rdf4j.sparqlbuilder.rdf
Represents an RDF number literal
RdfLiteral.StringLiteral - Class in org.eclipse.rdf4j.sparqlbuilder.rdf
Represents an RDF string literal
RDFLoader - Class in org.eclipse.rdf4j.repository.util
Handles common I/O to retrieve and parse RDF.
RDFLoader(ParserConfig, ValueFactory) - Constructor for class org.eclipse.rdf4j.repository.util.RDFLoader
 
RDFNotifyingStoreTest - Class in org.eclipse.rdf4j.sail
A JUnit test for testing Sail implementations that store RDF data.
RDFNotifyingStoreTest() - Constructor for class org.eclipse.rdf4j.sail.RDFNotifyingStoreTest
 
RdfObject - Interface in org.eclipse.rdf4j.sparqlbuilder.rdf
Denotes an element that can represent an object in a TriplePattern
RDFParseException - Exception in org.eclipse.rdf4j.rio
A parse exception that can be thrown by a parser when it encounters an error from which it cannot or doesn't want to recover.
RDFParseException(String) - Constructor for exception org.eclipse.rdf4j.rio.RDFParseException
Creates a new ParseException.
RDFParseException(String, long, long) - Constructor for exception org.eclipse.rdf4j.rio.RDFParseException
Creates a new ParseException.
RDFParseException(Throwable) - Constructor for exception org.eclipse.rdf4j.rio.RDFParseException
Creates a new ParseException wrapping another exception.
RDFParseException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.rio.RDFParseException
Creates a new ParseException wrapping another exception.
RDFParseException(Throwable, long, long) - Constructor for exception org.eclipse.rdf4j.rio.RDFParseException
Creates a new ParseException wrapping another exception.
RDFParseException(String, Throwable, long, long) - Constructor for exception org.eclipse.rdf4j.rio.RDFParseException
Creates a new ParseException wrapping another exception.
RDFParser - Interface in org.eclipse.rdf4j.rio
An interface for RDF parsers.
RDFParser.DatatypeHandling - Enum in org.eclipse.rdf4j.rio
Deprecated.
These settings are not recognised and will be removed in a future version. Use BasicParserSettings.FAIL_ON_UNKNOWN_DATATYPES BasicParserSettings.NORMALIZE_DATATYPE_VALUES and BasicParserSettings.VERIFY_DATATYPE_VALUES instead.
RDFParserBase - Class in org.eclipse.rdf4j.rio.helpers
Deprecated.
since 2.0. Use AbstractRDFParser instead.
RDFParserBase() - Constructor for class org.eclipse.rdf4j.rio.helpers.RDFParserBase
Deprecated.
 
RDFParserBase(ValueFactory) - Constructor for class org.eclipse.rdf4j.rio.helpers.RDFParserBase
Deprecated.
 
RDFParserFactory - Interface in org.eclipse.rdf4j.rio
A RDFParserFactory returns RDFParsers for a specific RDF format.
RDFParserHelper - Class in org.eclipse.rdf4j.rio.helpers
Helper methods that may be used by RDFParser implementations.
RDFParserHelper() - Constructor for class org.eclipse.rdf4j.rio.helpers.RDFParserHelper
Protected constructor to prevent direct instantiation.
RDFParserRegistry - Class in org.eclipse.rdf4j.rio
A registry that keeps track of the available RDFParserFactorys.
RDFParserRegistry() - Constructor for class org.eclipse.rdf4j.rio.RDFParserRegistry
 
RdfPredicate - Interface in org.eclipse.rdf4j.sparqlbuilder.rdf
Denotes an element that can represent a predicate in a TriplePattern
RdfPredicateObjectList - Class in org.eclipse.rdf4j.sparqlbuilder.rdf
A Predicate-Object List
RdfPredicateObjectListCollection - Class in org.eclipse.rdf4j.sparqlbuilder.rdf
An RDF predicate-object list collection
RDFRemover - Class in org.eclipse.rdf4j.repository.util
An RDFHandler that removes RDF data from a repository.
RDFRemover(RepositoryConnection) - Constructor for class org.eclipse.rdf4j.repository.util.RDFRemover
Creates a new RDFRemover object that removes the data from the default context.
RdfResource - Interface in org.eclipse.rdf4j.sparqlbuilder.rdf
Denotes an RDF Resource
RDFS - Class in org.eclipse.rdf4j.model.vocabulary
RDFS() - Constructor for class org.eclipse.rdf4j.model.vocabulary.RDFS
 
RDFS_SUB_CLASS_REASONING - Static variable in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailSchema
http://rdf4j.org/config/sail/shacl#rdfsSubClassReasoning
RDFS_SUB_CLASS_REASONING_DEFAULT - Static variable in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
RDFSailInserter - Class in org.eclipse.rdf4j.repository.sail.helpers
An RDFHandler that adds RDF data to a sail.
RDFSailInserter(SailConnection, ValueFactory, UpdateContext) - Constructor for class org.eclipse.rdf4j.repository.sail.helpers.RDFSailInserter
Creates a new RDFInserter object that preserves bnode IDs and that does not enforce any context upon statements that are reported to it.
RDFSailInserter(SailConnection, ValueFactory) - Constructor for class org.eclipse.rdf4j.repository.sail.helpers.RDFSailInserter
 
RDFSchemaRepositoryConnectionTest - Class in org.eclipse.rdf4j.repository
 
RDFSchemaRepositoryConnectionTest(IsolationLevel) - Constructor for class org.eclipse.rdf4j.repository.RDFSchemaRepositoryConnectionTest
 
RDFSCOMMENT - Static variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailIndexedPropertiesTest
 
RDFSLABEL - Static variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailIndexedPropertiesTest
 
RdfsSubClassOfReasoner - Class in org.eclipse.rdf4j.sail.shacl
Deprecated.
since 3.0. This feature is for internal use only: its existence, signature or behavior may change without warning from one release to the next.
RdfsSubClassOfReasoner() - Constructor for class org.eclipse.rdf4j.sail.shacl.RdfsSubClassOfReasoner
Deprecated.
 
RDFStarSupportTest - Class in org.eclipse.rdf4j.repository
Test cases for RDF* support in the Repository.
RDFStarSupportTest() - Constructor for class org.eclipse.rdf4j.repository.RDFStarSupportTest
 
RDFStarTripleSource - Interface in org.eclipse.rdf4j.query.algebra.evaluation
 
RDFStarUtil - Class in org.eclipse.rdf4j.rio.helpers
Utility methods for RDF* triples.
RDFStarUtil() - Constructor for class org.eclipse.rdf4j.rio.helpers.RDFStarUtil
 
RDFStoreTest - Class in org.eclipse.rdf4j.sail
A JUnit test for testing Sail implementations that store RDF data.
RDFStoreTest() - Constructor for class org.eclipse.rdf4j.sail.RDFStoreTest
 
RdfSubject - Interface in org.eclipse.rdf4j.sparqlbuilder.rdf
Denotes an element that can represent a subject in a TriplePattern
RdfValue - Interface in org.eclipse.rdf4j.sparqlbuilder.rdf
Denotes an RDF Value.
RDFWriter - Interface in org.eclipse.rdf4j.rio
An interface for RDF document writers.
RDFWriterBase - Class in org.eclipse.rdf4j.rio.helpers
Deprecated.
since 2.0. Use AbstractRDFWriter instead.
RDFWriterBase() - Constructor for class org.eclipse.rdf4j.rio.helpers.RDFWriterBase
Deprecated.
 
RDFWriterFactory - Interface in org.eclipse.rdf4j.rio
A RDFWriterFactory returns RDFWriters for a specific RDF format.
RDFWriterRegistry - Class in org.eclipse.rdf4j.rio
A registry that keeps track of the available RDFWriterFactorys.
RDFWriterRegistry() - Constructor for class org.eclipse.rdf4j.rio.RDFWriterRegistry
 
RDFXML - Static variable in class org.eclipse.rdf4j.rio.RDFFormat
The RDF/XML file format.
RDFXMLParser - Class in org.eclipse.rdf4j.rio.rdfxml
A parser for XML-serialized RDF.
RDFXMLParser() - Constructor for class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
Creates a new RDFXMLParser that will use a SimpleValueFactory to create RDF model objects.
RDFXMLParser(ValueFactory) - Constructor for class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
Creates a new RDFXMLParser that will use the supplied ValueFactory to create RDF model objects.
RDFXMLParserFactory - Class in org.eclipse.rdf4j.rio.rdfxml
An RDFParserFactory for RDF/XML parsers.
RDFXMLParserFactory() - Constructor for class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParserFactory
 
RDFXMLParserTestCase - Class in org.eclipse.rdf4j.rio.rdfxml
JUnit test for the RDF/XML parser that uses the test manifest that is available online.
RDFXMLParserTestCase() - Constructor for class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParserTestCase
 
RDFXMLPrettyWriter - Class in org.eclipse.rdf4j.rio.rdfxml.util
An extension of RDFXMLWriter that outputs a more concise form of RDF/XML.
RDFXMLPrettyWriter(OutputStream) - Constructor for class org.eclipse.rdf4j.rio.rdfxml.util.RDFXMLPrettyWriter
Creates a new RDFXMLPrintWriter that will write to the supplied OutputStream.
RDFXMLPrettyWriter(OutputStream, ParsedIRI) - Constructor for class org.eclipse.rdf4j.rio.rdfxml.util.RDFXMLPrettyWriter
Creates a new RDFXMLPrintWriter that will write to the supplied OutputStream.
RDFXMLPrettyWriter(Writer) - Constructor for class org.eclipse.rdf4j.rio.rdfxml.util.RDFXMLPrettyWriter
Creates a new RDFXMLPrintWriter that will write to the supplied Writer.
RDFXMLPrettyWriter(Writer, ParsedIRI) - Constructor for class org.eclipse.rdf4j.rio.rdfxml.util.RDFXMLPrettyWriter
Creates a new RDFXMLPrintWriter that will write to the supplied Writer.
RDFXMLPrettyWriterFactory - Class in org.eclipse.rdf4j.rio.rdfxml.util
An RDFWriterFactory for RDF/XML writers.
RDFXMLPrettyWriterFactory() - Constructor for class org.eclipse.rdf4j.rio.rdfxml.util.RDFXMLPrettyWriterFactory
 
RDFXMLWriter - Class in org.eclipse.rdf4j.rio.rdfxml
An implementation of the RDFWriter interface that writes RDF documents in XML-serialized RDF format.
RDFXMLWriter(OutputStream) - Constructor for class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
Creates a new RDFXMLWriter that will write to the supplied OutputStream.
RDFXMLWriter(OutputStream, ParsedIRI) - Constructor for class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
Creates a new RDFXMLWriter that will write to the supplied OutputStream.
RDFXMLWriter(Writer) - Constructor for class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
Creates a new RDFXMLWriter that will write to the supplied Writer.
RDFXMLWriter(Writer, ParsedIRI) - Constructor for class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
Creates a new RDFXMLWriter that will write to the supplied Writer.
RDFXMLWriterFactory - Class in org.eclipse.rdf4j.rio.rdfxml
An RDFWriterFactory for RDF/XML writers.
RDFXMLWriterFactory() - Constructor for class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriterFactory
 
read(ByteBuffer, long) - Method in class org.eclipse.rdf4j.common.io.NioFile
Performs a protected FileChannel.read(ByteBuffer, long) call.
READ - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:read
READ_CONTEXT - Static variable in class org.eclipse.rdf4j.repository.contextaware.config.ContextAwareSchema
http://www.openrdf.org/config/repository/contextaware#readContext
READ_ONLY - Static variable in class org.eclipse.rdf4j.sail.federation.config.FederationConfig
Deprecated.
If the federation should not try and add statements to its members.
READABLE - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
readByte(long) - Method in class org.eclipse.rdf4j.common.io.NioFile
Read single byte from channel starting at offset.
readBytes(File) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Reads all bytes from the specified file and returns them as a byte array.
readBytes(InputStream) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Reads all bytes from the supplied input stream and returns them as a byte array.
readBytes(InputStream, int) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Reads at most maxBytes bytes from the supplied input stream and returns them as a byte array.
readBytes(InputStream, byte[]) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Fills the supplied byte array with bytes read from the specified InputStream.
readBytes(long, int) - Method in class org.eclipse.rdf4j.common.io.NioFile
Read a byte array of a specific length from channel starting at offset.
ReadCache - Class in org.eclipse.rdf4j.sail.extensiblestore
 
ReadCache(DataStructureInterface) - Constructor for class org.eclipse.rdf4j.sail.extensiblestore.ReadCache
 
readChars(URL) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Read the contents of a (unbuffered) resource into a character array.
readChars(Reader) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Reads all characters from the supplied reader and returns them.
readChars(Reader, char[]) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Fills the supplied character array with characters read from the specified Reader.
readCodePoint() - Method in class org.eclipse.rdf4j.rio.ntriples.NTriplesParser
Reads the next Unicode code point.
readCodePoint() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
Reads the next Unicode code point.
readCommand() - Method in class org.eclipse.rdf4j.console.ConsoleIO
Read a command from input
reader - Variable in class org.eclipse.rdf4j.rio.ntriples.NTriplesParser
 
ReaderMonitor - Class in org.eclipse.rdf4j.sail.lucene
ReaderMonitor holds IndexReader and IndexSearcher.
ReaderMonitor(LuceneIndex, Directory) - Constructor for class org.eclipse.rdf4j.sail.lucene.ReaderMonitor
If exception occur when create indexReader it will be thrown on getIndexReader or get IndexSearcher
readExpectedBooleanQueryResult() - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLQueryTest
Deprecated.
 
readExpectedGraphQueryResult() - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLQueryTest
Deprecated.
 
readExpectedTupleQueryResult() - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLQueryTest
Deprecated.
 
readInt(long) - Method in class org.eclipse.rdf4j.common.io.NioFile
Read integer value from channel starting at offset.
readLiteral(RepositoryConnection, IRI, IRI) - Method in class org.eclipse.rdf4j.repository.optimistic.IsolationLevelTest
 
readLiteral(SailConnection, IRI, IRI) - Method in class org.eclipse.rdf4j.sail.SailIsolationLevelTest
 
readln(String...) - Method in class org.eclipse.rdf4j.console.ConsoleIO
Read message from input
readLong(long) - Method in class org.eclipse.rdf4j.common.io.NioFile
Read long value from channel starting at offset.
readMultiLineInput() - Method in class org.eclipse.rdf4j.console.ConsoleIO
Reads multiple lines from the input until a line that with a '.' on its own is read.
readMultiLineInput(String) - Method in class org.eclipse.rdf4j.console.ConsoleIO
Reads multiple lines from the input until a line that with a '.' on its own is read.
readNext() - Method in class org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLResultsTSVReader
 
ReadOnlyWriteStrategy - Class in org.eclipse.rdf4j.federated.write
Default WriteStrategy implementation for read only federations.
readPassword(String) - Method in class org.eclipse.rdf4j.console.ConsoleIO
Read password from input
ReadPrefReadWriteLockManager - Class in org.eclipse.rdf4j.common.concurrent.locks
A read/write lock manager with reader preference.
ReadPrefReadWriteLockManager() - Constructor for class org.eclipse.rdf4j.common.concurrent.locks.ReadPrefReadWriteLockManager
Creates a MultiReadSingleWriteLockManager.
ReadPrefReadWriteLockManager(boolean) - Constructor for class org.eclipse.rdf4j.common.concurrent.locks.ReadPrefReadWriteLockManager
Creates a new MultiReadSingleWriteLockManager, optionally with lock tracking enabled.
readProperties(File) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Read properties from the specified file.
readProperties(File, Properties) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Read properties from the specified file.
readProperties(InputStream) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Read properties from the specified InputStream.
readProperties(InputStream, Properties) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Read properties from the specified InputStream.
readQueryString() - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLQueryTest
Deprecated.
 
readString(File) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Read the contents as a string from the given (unbuffered) file.
readString(URL) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Read the contents of a (unbuffered) resource into one single string.
readString(InputStream) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Read the contents of an (unbuffered) input stream into a single string.
readString(Reader) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Reads all characters from the supplied reader and returns them as a string.
readString(Reader, int) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Reads a string of at most length maxChars from the supplied Reader.
ReadWriteLockManager - Interface in org.eclipse.rdf4j.common.concurrent.locks
A lock manager that manages a multi-read, single-write lock.
receiveLogger(ValidationExecutionLogger) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.AggregateIteratorTypeOverride
 
receiveLogger(ValidationExecutionLogger) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.BufferedPlanNode
 
receiveLogger(ValidationExecutionLogger) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.BulkedExternalInnerJoin
 
receiveLogger(ValidationExecutionLogger) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.BulkedExternalLeftOuterJoin
 
receiveLogger(ValidationExecutionLogger) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.DebugPlanNode
 
receiveLogger(ValidationExecutionLogger) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.EmptyNode
 
receiveLogger(ValidationExecutionLogger) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.EnrichWithShape
 
receiveLogger(ValidationExecutionLogger) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.EqualsJoin
 
receiveLogger(ValidationExecutionLogger) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.ExternalFilterByPredicate
 
receiveLogger(ValidationExecutionLogger) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.ExternalPredicateObjectFilter
 
receiveLogger(ValidationExecutionLogger) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.FilterPlanNode
 
receiveLogger(ValidationExecutionLogger) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.GroupByCount
 
receiveLogger(ValidationExecutionLogger) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.InnerJoin
 
receiveLogger(ValidationExecutionLogger) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.LeftOuterJoin
 
receiveLogger(ValidationExecutionLogger) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.NonUniqueTargetLang
 
receiveLogger(ValidationExecutionLogger) - Method in interface org.eclipse.rdf4j.sail.shacl.planNodes.PlanNode
 
receiveLogger(ValidationExecutionLogger) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.Select
 
receiveLogger(ValidationExecutionLogger) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.SetFilterNode
 
receiveLogger(ValidationExecutionLogger) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.Sort
 
receiveLogger(ValidationExecutionLogger) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.SparqlTargetSelect
 
receiveLogger(ValidationExecutionLogger) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.TrimTuple
 
receiveLogger(ValidationExecutionLogger) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.TupleMapper
 
receiveLogger(ValidationExecutionLogger) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.UnBufferedPlanNode
 
receiveLogger(ValidationExecutionLogger) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.UnionNode
 
receiveLogger(ValidationExecutionLogger) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.Unique
 
receiveLogger(ValidationExecutionLogger) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.UnorderedSelect
 
receiveLogger(ValidationExecutionLogger) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.ValuesBackedNode
 
RECIPIENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:recipient
RecordComparator - Interface in org.eclipse.rdf4j.sail.nativerdf.btree
 
RecordIterator - Interface in org.eclipse.rdf4j.sail.nativerdf.btree
An iterator that iterates over records, for example those in a BTree.
RedirectFilter - Class in org.eclipse.rdf4j.workbench.proxy
 
RedirectFilter() - Constructor for class org.eclipse.rdf4j.workbench.proxy.RedirectFilter
 
Reduced - Class in org.eclipse.rdf4j.query.algebra
 
Reduced() - Constructor for class org.eclipse.rdf4j.query.algebra.Reduced
 
Reduced(TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Reduced
 
reduced() - Method in class org.eclipse.rdf4j.queryrender.builder.AbstractQueryBuilder
Deprecated.
 
reduced() - Method in interface org.eclipse.rdf4j.queryrender.builder.QueryBuilder
Deprecated.
Specify that this query should use the "reduced" keyword
REDUCED_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#reduced A property with true to indicate that a Select query has a REDUCED flag.
ReducedIteration<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
Removes consecutive duplicates from the object stream.
ReducedIteration(Iteration<? extends E, ? extends X>) - Constructor for class org.eclipse.rdf4j.common.iteration.ReducedIteration
 
REF - Static variable in class org.eclipse.rdf4j.workbench.commands.QueryServlet
 
REFERENCES - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/references
REFINEMENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:refinement
REFLEXIVEPROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#ReflexiveProperty
refresh() - Method in class org.eclipse.rdf4j.repository.manager.RepositoryManager
Shuts down all initialized user repositories.
refresh() - Method in class org.eclipse.rdf4j.repository.manager.util.NotifyingLocalRepositoryManager
 
refresh() - Method in class org.eclipse.rdf4j.repository.manager.util.TypeFilteringRepositoryManager
 
refreshed(RepositoryManager) - Method in interface org.eclipse.rdf4j.repository.manager.util.RepositoryManagerListener
 
REGEX - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
Regex - Class in org.eclipse.rdf4j.query.algebra
Compares the string representation of a value expression to a pattern.
Regex() - Constructor for class org.eclipse.rdf4j.query.algebra.Regex
 
Regex(ValueExpr, ValueExpr, ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Regex
 
regex(ValueExpr, String) - Method in class org.eclipse.rdf4j.queryrender.builder.FilterBuilder
Deprecated.
 
regex(ValueExpr, String, String) - Method in class org.eclipse.rdf4j.queryrender.builder.FilterBuilder
Deprecated.
 
regex(Operand, String) - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
REGEX(testString, pattern)
regex(Operand, String, String) - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
REGEX(testString, pattern, flags)
regex(Operand, Operand) - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
REGEX(testString, pattern)
regex(Operand, Operand, Operand) - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
REGEX(testString, pattern, flags)
RegexAsStringFunctionOptimizer - Class in org.eclipse.rdf4j.query.algebra.evaluation.impl
A query optimizer that replaces REGEX with FunctionCalls that are equivalent operators
RegexAsStringFunctionOptimizer(ValueFactory) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.RegexAsStringFunctionOptimizer
 
RegexAsStringFunctionOptimizer.RegexAsStringFunctionVisitor - Class in org.eclipse.rdf4j.query.algebra.evaluation.impl
 
RegexAsStringFunctionVisitor() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.RegexAsStringFunctionOptimizer.RegexAsStringFunctionVisitor
 
REGION - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:region
regionMatches(byte[], byte[], int) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
Checks whether subValue matches the region in superValue starting at offset offset.
register(ConsoleCommand) - Method in class org.eclipse.rdf4j.console.Console
Add command to register of known commands
register(ConsoleSetting) - Method in class org.eclipse.rdf4j.console.Console
Add setting to register of known settings
register(String) - Static method in class org.eclipse.rdf4j.http.protocol.error.ErrorType
 
register(Transaction) - Method in enum org.eclipse.rdf4j.http.server.repository.transaction.ActiveTransactionRegistry
 
register(EvaluationStrategy) - Static method in class org.eclipse.rdf4j.query.algebra.evaluation.util.EvaluationStrategies
Add a strategy to the registry and returns the registry key.
register(String) - Static method in class org.eclipse.rdf4j.query.QueryLanguage
Registers the specified query language.
register(QueryLanguage) - Static method in class org.eclipse.rdf4j.query.QueryLanguage
Registers the specified query language.
register(Object) - Static method in class org.eclipse.rdf4j.sail.model.NonSerializables
Deprecated.
Add an object to the registry and returns the registry key.
REGISTERED_ORGANIZATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.ROV
rov:RegisteredOrganization
registerIteration(CloseableIteration<T, E>) - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
Registers an iteration as active by wrapping it in a SailBaseIteration object and adding it to the list of active iterations.
registerQuery(QueryInfo) - Method in class org.eclipse.rdf4j.federated.QueryManager
Add the query to the set of running queries, queries are identified via a unique id
registerScheduledTask(ParallelTask<?>) - Method in class org.eclipse.rdf4j.federated.structures.QueryInfo
Register a new scheduled task for this query.
registerService(String, FederatedService) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.federation.AbstractFederatedServiceResolver
Register the specified service to evaluate SERVICE expressions for the given url.
registerStatementFilter(IndexableStatementFilter) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSail
Sets a filter which determines whether a statement should be considered for indexing when performing complete reindexing.
REGISTRATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.ROV
rov:registration
reindex() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSail
Starts a reindexation process of the whole sail.
REINDEX_QUERY_KEY - Static variable in class org.eclipse.rdf4j.sail.lucene.LuceneSail
Set the parameter "reindexQuery=" to configure the statements to index over.
RELATE - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEOF
 
relate(Shape, Shape, String) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.JtsSpatialAlgebra
 
Relate - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql
The GeoSPARQL Function geof:relate, as defined in OGC GeoSPARQL - A Geographic Query Language for RDF Data.
Relate() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.Relate
 
relate(Shape, Shape, String) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SpatialAlgebra
 
RELATED - Static variable in class org.eclipse.rdf4j.model.vocabulary.SKOS
The skos:related relation.
RELATED_MATCH - Static variable in class org.eclipse.rdf4j.model.vocabulary.SKOS
The skos:relatedMatch relation.
RELATED_TYPE - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:RelatedType
RELATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.DC
dc:relation
RELATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/relation
RELATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:relation
relation(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.EhContains
 
relation(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.EhCoveredBy
 
relation(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.EhCovers
 
relation(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.EhDisjoint
 
relation(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.EhEquals
 
relation(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.EhInside
 
relation(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.EhMeet
 
relation(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.EhOverlap
 
relation(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.RCC8DC
 
relation(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.RCC8EC
 
relation(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.RCC8EQ
 
relation(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.RCC8NTPP
 
relation(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.RCC8NTPPI
 
relation(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.RCC8PO
 
relation(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.RCC8TPP
 
relation(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.RCC8TPPI
 
relation(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SfContains
 
relation(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SfCrosses
 
relation(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SfDisjoint
 
relation(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SfEquals
 
relation(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SfIntersects
 
relation(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SfOverlaps
 
relation(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SfTouches
 
relation(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SfWithin
 
RELATIONSHIP - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCAT
dcat:Relationship
RELATIVE_POSITION - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:relativePosition
RELATIVE_SIZE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:relativeSize
RELATIVE_SPATIAL_POSITION - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:relativeSpatialPosition
RELATIVE_TEMPORAL_POSITION - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:relativeTemporalPosition
relativize(String) - Method in class org.eclipse.rdf4j.common.net.ParsedIRI
Relativizes the given IRI against this ParsedIRI.
relativize(ParsedIRI) - Method in class org.eclipse.rdf4j.common.net.ParsedIRI
Relativizes the given IRI against this ParsedIRI.
release() - Method in interface org.eclipse.rdf4j.common.concurrent.locks.Lock
Release the lock, making it inactive.
RELEASE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:release
relocate(Filter) - Static method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.FilterOptimizer.FilterRelocator
 
relocate(Filter, TupleExpr) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.FilterOptimizer.FilterRelocator
 
rembrandt - Variable in class org.eclipse.rdf4j.sail.RDFStoreTest
 
REMEDY - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:remedy
RemoteRepositoryManager - Class in org.eclipse.rdf4j.repository.manager
A manager for Repositorys that reside on a remote server.
RemoteRepositoryManager(String) - Constructor for class org.eclipse.rdf4j.repository.manager.RemoteRepositoryManager
Creates a new RepositoryManager that operates on the specified base directory.
RemoteRepositoryProvider - Class in org.eclipse.rdf4j.federated.endpoint.provider
Provider for an Endpoint that uses a RDF4J HTTPRepository as underlying repository.
RemoteRepositoryProvider() - Constructor for class org.eclipse.rdf4j.federated.endpoint.provider.RemoteRepositoryProvider
 
RemoteRepositoryRepositoryInformation - Class in org.eclipse.rdf4j.federated.endpoint.provider
Class holding information for RDF4J HTTPRepository initialization.
RemoteRepositoryRepositoryInformation(Model, Resource) - Constructor for class org.eclipse.rdf4j.federated.endpoint.provider.RemoteRepositoryRepositoryInformation
 
RemoteRepositoryRepositoryInformation(String, String) - Constructor for class org.eclipse.rdf4j.federated.endpoint.provider.RemoteRepositoryRepositoryInformation
 
RemoteShaclValidationException - Exception in org.eclipse.rdf4j.http.client.shacl
Experimental support for handling SHACL violations against a remote RDF4J server.
RemoteShaclValidationException(StringReader, String, RDFFormat) - Constructor for exception org.eclipse.rdf4j.http.client.shacl.RemoteShaclValidationException
 
REMOVAL - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:Removal
remove() - Method in class org.eclipse.rdf4j.common.concurrent.locks.LockingIteration
 
remove() - Method in class org.eclipse.rdf4j.common.iteration.CloseableIteratorIteration
 
remove() - Method in class org.eclipse.rdf4j.common.iteration.ConvertingIteration
Calls remove() on the underlying Iteration.
remove() - Method in class org.eclipse.rdf4j.common.iteration.DelayedIteration
Calls the remove method of the underlying iteration.
remove() - Method in class org.eclipse.rdf4j.common.iteration.EmptyIteration
 
remove() - Method in class org.eclipse.rdf4j.common.iteration.ExceptionConvertingIteration
Calls remove() on the underlying Iteration.
remove() - Method in interface org.eclipse.rdf4j.common.iteration.Iteration
Removes from the underlying collection the last element returned by the iteration (optional operation).
remove() - Method in class org.eclipse.rdf4j.common.iteration.IterationWrapper
Removes the last element that has been returned from the wrapped Iteration.
remove() - Method in class org.eclipse.rdf4j.common.iteration.IteratorIteration
 
remove() - Method in class org.eclipse.rdf4j.common.iteration.LookAheadIteration
remove() - Method in class org.eclipse.rdf4j.common.iteration.SingletonIteration
 
remove() - Method in class org.eclipse.rdf4j.common.iteration.TimeLimitIteration
 
remove() - Method in class org.eclipse.rdf4j.common.iterator.CloseableIterationIterator
 
remove() - Method in class org.eclipse.rdf4j.common.iterator.LookAheadIterator
remove(S) - Method in class org.eclipse.rdf4j.common.lang.service.ServiceRegistry
Removes a service from the registry.
remove() - Method in class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
 
remove() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.CloseDependentConnectionIteration
 
remove() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.ConsumingIteration
 
remove() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.GraphToBindingSetConversionIteration
 
remove() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.LazyMutableClosableIteration
 
remove() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.PrintingIteration
 
remove() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.QueryResultIteration
 
remove() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.SingleBindingSetIteration
 
remove() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.StatementConversionIteration
 
remove() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.StopRemainingExecutionsOnCloseIteration
 
remove(Object) - Method in class org.eclipse.rdf4j.model.impl.AbstractModel
 
remove(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
remove(Object) - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
remove(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.EmptyModel
 
remove(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.FilteredModel
 
remove(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
remove(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
remove(Resource, IRI, Value, Resource...) - Method in interface org.eclipse.rdf4j.model.Model
Removes statements with the specified subject, predicate, object and (optionally) context exist in this model.
remove(Resource, URI, Value, Resource...) - Method in interface org.eclipse.rdf4j.model.Model
Deprecated.
remove() - Method in class org.eclipse.rdf4j.model.util.PatternIterator
 
remove() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.OrderIterator
 
remove() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.QueryContextIteration
 
remove() - Method in class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
 
remove(int) - Method in class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
 
remove(Iterable<? extends Statement>, Resource...) - Method in class org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
 
remove(Iteration<? extends Statement, E>, Resource...) - Method in class org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
 
remove(Statement, Resource...) - Method in class org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
 
remove(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
 
remove(Iterable<? extends Statement>, Resource...) - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
remove(Iteration<? extends Statement, E>, Resource...) - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
remove(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
remove(Statement, Resource...) - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
remove(Iterable<? extends Statement>, Resource...) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
 
remove(Iteration<? extends Statement, E>, Resource...) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
Removes the supplied statements from a specific context in this repository, ignoring any context information carried by the statements themselves.
remove(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
Removes the statement with the specified subject, predicate and object from the repository, optionally restricted to the specified contexts.
remove(Statement, Resource...) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
Removes the supplied statement from the specified contexts in the repository.
remove(RepositoryConnection, Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.repository.event.base.RepositoryConnectionInterceptorAdapter
 
remove(RepositoryConnection, Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.repository.event.base.RepositoryConnectionListenerAdapter
 
remove(RepositoryConnection, Resource, IRI, Value, Resource...) - Method in interface org.eclipse.rdf4j.repository.event.RepositoryConnectionInterceptor
 
remove(RepositoryConnection, Resource, IRI, Value, Resource...) - Method in interface org.eclipse.rdf4j.repository.event.RepositoryConnectionListener
 
remove(RepositoryConnection, Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.repository.event.util.DebugRepositoryConnectionListener
 
remove(Resource, IRI, Value, Resource...) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Removes the statement(s) with the specified subject, predicate and object from the repository, optionally restricted to the specified contexts.
remove(Resource, URI, Value, Resource...) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
remove(Statement, Resource...) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Removes the supplied statement from the specified contexts in the repository.
remove(Iterable<? extends Statement>, Resource...) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Removes the supplied statements from the specified contexts in this repository.
remove(Iteration<? extends Statement, E>, Resource...) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Removes the supplied statements from a specific context in this repository, ignoring any context information carried by the statements themselves.
remove(RepositoryResult<Statement>, Resource...) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Removes the supplied statements from a specific context in this repository, ignoring any context information carried by the statements themselves.
remove() - Method in class org.eclipse.rdf4j.repository.RepositoryResult
 
remove() - Method in class org.eclipse.rdf4j.repository.sparql.federation.CollectionIteration
 
remove(Statement, Resource...) - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
 
remove(Iterable<? extends Statement>, Resource...) - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
 
remove() - Method in class org.eclipse.rdf4j.rio.helpers.CodePointIterator
 
remove(ExtensibleStatement) - Method in interface org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics.DynamicStatistics
 
remove(ExtensibleStatement) - Method in class org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics.ExtensibleDynamicEvaluationStatistics
 
remove(Statement) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSailBuffer.AddRemoveOperation
Deprecated.
 
remove(Statement) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSailBuffer
Deprecated.
Remove this statement to the buffer
remove(int) - Method in class org.eclipse.rdf4j.sail.memory.model.MemStatementList
 
remove(MemStatement) - Method in class org.eclipse.rdf4j.sail.memory.model.MemStatementList
 
remove(Object) - Method in class org.eclipse.rdf4j.sail.memory.model.WeakObjectRegistry
 
remove(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.model.SailModel
Deprecated.
 
remove(byte[]) - Method in class org.eclipse.rdf4j.sail.nativerdf.btree.BTree
Removes the value that matches the specified key from the B-Tree.
remove() - Method in class org.eclipse.rdf4j.sail.shacl.CloseablePeakableIteration
Deprecated.
 
remove() - Method in class org.eclipse.rdf4j.sail.shacl.results.lazy.ValidationResultIterator
Deprecated.
 
remove() - Method in class org.eclipse.rdf4j.util.iterators.ConvertingIterator
Calls remove() on the underlying itertor.
remove() - Method in class org.eclipse.rdf4j.util.iterators.EmptyIterator
 
remove() - Method in class org.eclipse.rdf4j.util.iterators.FilterIterator
 
remove() - Method in class org.eclipse.rdf4j.util.iterators.SingletonIterator
 
REMOVE_CONTEXT - Static variable in class org.eclipse.rdf4j.repository.contextaware.config.ContextAwareSchema
http://www.openrdf.org/config/repository/contextaware#removeContext
REMOVE_GRAPH_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
Parameter name for the default remove graph URI parameter.
removeAll() - Method in class org.eclipse.rdf4j.federated.FederationManager
Remove all endpoints from the federation, e.g.
removeAll(Collection<?>) - Method in class org.eclipse.rdf4j.model.impl.AbstractModel
 
removeAll(Collection<?>) - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
removeAll(Collection<String>) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.QueryBindingSet
 
removeAll(Collection<String>) - Method in class org.eclipse.rdf4j.repository.sparql.query.SPARQLQueryBindingSet
 
removeAllConstraints() - Method in class org.eclipse.rdf4j.query.parser.sparql.GraphPattern
Deprecated.
 
removeArg(Expr) - Method in class org.eclipse.rdf4j.sail.federation.algebra.AbstractNaryOperator
 
removeBinding(String) - Method in class org.eclipse.rdf4j.federated.structures.FedXBooleanQuery
 
removeBinding(String) - Method in class org.eclipse.rdf4j.federated.structures.FedXGraphQuery
 
removeBinding(String) - Method in class org.eclipse.rdf4j.federated.structures.FedXTupleQuery
 
removeBinding(String) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.QueryBindingSet
 
removeBinding(String) - Method in class org.eclipse.rdf4j.query.impl.AbstractOperation
 
removeBinding(String) - Method in class org.eclipse.rdf4j.query.impl.MapBindingSet
Removes a binding from the binding set.
removeBinding(String) - Method in interface org.eclipse.rdf4j.query.Operation
Removes a previously set binding on the supplied variable.
removeBinding(String) - Method in class org.eclipse.rdf4j.repository.sparql.query.SPARQLOperation
Deprecated.
 
removeBinding(String) - Method in class org.eclipse.rdf4j.repository.sparql.query.SPARQLQueryBindingSet
 
removeByQuery(Resource, IRI, Value, boolean, Resource...) - Method in interface org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics.DynamicStatistics
 
removeByQuery(Resource, IRI, Value, boolean, Resource...) - Method in class org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics.ExtensibleDynamicEvaluationStatistics
 
removeChild(Group) - Method in class org.eclipse.rdf4j.queryrender.builder.BasicGroup
Deprecated.
Remove a child from this group
removeChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.helpers.QueryModelNodeReplacer
Deprecated.
 
removeConnectionListener(SailConnectionListener) - Method in class org.eclipse.rdf4j.sail.helpers.NotifyingSailConnectionBase
 
removeConnectionListener(SailConnectionListener) - Method in class org.eclipse.rdf4j.sail.helpers.NotifyingSailConnectionWrapper
Removes the given listener from the wrapped connection.
removeConnectionListener(SailConnectionListener) - Method in interface org.eclipse.rdf4j.sail.NotifyingSailConnection
Deregisters a SailConnection listener with this SailConnection.
removeConnectionListener(SailConnectionListener) - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSailConnection
 
removeContextStatement(MemStatement) - Method in class org.eclipse.rdf4j.sail.memory.model.MemBNode
 
removeContextStatement(MemStatement) - Method in class org.eclipse.rdf4j.sail.memory.model.MemIRI
 
removeContextStatement(MemStatement) - Method in interface org.eclipse.rdf4j.sail.memory.model.MemResource
Removes a statement from this MemResource's list of statements for which it represents the context.
removeContextStatement(MemStatement) - Method in class org.eclipse.rdf4j.sail.memory.model.MemTriple
 
removed(Statement) - Method in class org.eclipse.rdf4j.sail.shacl.Stats
Deprecated.
 
REMOVED_KEY - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:removedKey
removeData(InputStream, String, RDFFormat, Resource...) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
removeDefaultGraph(IRI) - Method in class org.eclipse.rdf4j.query.impl.SimpleDataset
Removes a graph URI from the set of default graph URIs.
removeDefaultRemoveGraph(IRI) - Method in class org.eclipse.rdf4j.query.impl.SimpleDataset
Removes a graph URI from the set of default remove graph URIs.
removeEndpoint(Endpoint) - Method in interface org.eclipse.rdf4j.federated.api.FedXApi
 
removeEndpoint(String) - Method in interface org.eclipse.rdf4j.federated.api.FedXApi
 
removeEndpoint(Endpoint) - Method in class org.eclipse.rdf4j.federated.EndpointManager
Remove the provided endpoint from this endpoint manager to be used by the FederationManager.
removeEndpoint(Endpoint, boolean...) - Method in class org.eclipse.rdf4j.federated.FederationManager
Remove the specified endpoint from the federation.
removeFilteredTermIteration(Iterator<Statement>, Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.FilteredModel
Called by aggregate sets when a term has been removed from a term iterator.
removeFirstElement(List<BindingSet>) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.BottomUpJoinIterator
Deprecated.
Remove the first (0 index) element from a BindingSet list.
removeFirstElement(List<BindingSet>) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator.LimitedSizeBottomUpJoinIterator
Deprecated.
 
removeFromComponentLists() - Method in class org.eclipse.rdf4j.sail.memory.model.MemStatement
Lets this statement remove itself from the appropriate statement lists of its subject, predicate, object and context.
removeFromIncludeSet(E) - Method in class org.eclipse.rdf4j.common.iteration.IntersectIteration
 
removeGroup(Group) - Method in class org.eclipse.rdf4j.queryrender.builder.AbstractQueryBuilder
Deprecated.
 
removeGroup(Group) - Method in interface org.eclipse.rdf4j.queryrender.builder.SupportsGroups
Deprecated.
Remove this group from the query
removeGroup(Group) - Method in class org.eclipse.rdf4j.queryrender.builder.UnionBuilder
Deprecated.
 
removeInferredStatement(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.base.SailSourceConnection
 
removeInferredStatement(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.extensiblestore.ExtensibleStoreConnection
 
removeInferredStatement(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.inferencer.fc.DedupingInferencerConnection
 
removeInferredStatement(Resource, IRI, Value, Resource...) - Method in interface org.eclipse.rdf4j.sail.inferencer.InferencerConnection
Removes an inferred statement from a specific context.
removeInferredStatement(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.inferencer.InferencerConnectionWrapper
 
removeInferredStatement(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.memory.MemoryStoreConnection
 
removeInferredStatement(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.nativerdf.NativeStoreConnection
 
removeInvalidCharacterDataChars(String) - Static method in class org.eclipse.rdf4j.common.xml.XMLUtil
Removes all non-valid XML character data chars from the specified String.
RemoveIsolationTest - Class in org.eclipse.rdf4j.repository.optimistic
Test isolation behavior on removal operations
RemoveIsolationTest() - Constructor for class org.eclipse.rdf4j.repository.optimistic.RemoveIsolationTest
 
removeMember(Endpoint) - Method in class org.eclipse.rdf4j.federated.FedX
Remove a member from the federation (internal)
removeNamedGraph(IRI) - Method in class org.eclipse.rdf4j.query.impl.SimpleDataset
Removes a graph URI from the set of named graph URIs.
removeNamespace(String) - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
removeNamespace(String) - Method in class org.eclipse.rdf4j.model.impl.EmptyModel
 
removeNamespace(String) - Method in class org.eclipse.rdf4j.model.impl.FilteredModel
 
removeNamespace(String) - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
removeNamespace(String) - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
removeNamespace(String) - Method in interface org.eclipse.rdf4j.model.Model
Removes a namespace declaration by removing the association between a prefix and a namespace name.
removeNamespace(String) - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
removeNamespace(String) - Method in class org.eclipse.rdf4j.repository.event.base.InterceptingRepositoryConnectionWrapper
 
removeNamespace(String) - Method in class org.eclipse.rdf4j.repository.event.base.NotifyingRepositoryConnectionWrapper
 
removeNamespace(RepositoryConnection, String) - Method in class org.eclipse.rdf4j.repository.event.base.RepositoryConnectionInterceptorAdapter
 
removeNamespace(RepositoryConnection, String) - Method in class org.eclipse.rdf4j.repository.event.base.RepositoryConnectionListenerAdapter
 
removeNamespace(RepositoryConnection, String) - Method in interface org.eclipse.rdf4j.repository.event.RepositoryConnectionInterceptor
 
removeNamespace(RepositoryConnection, String) - Method in interface org.eclipse.rdf4j.repository.event.RepositoryConnectionListener
 
removeNamespace(RepositoryConnection, String) - Method in class org.eclipse.rdf4j.repository.event.util.DebugRepositoryConnectionListener
 
removeNamespace(String) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Removes a namespace declaration by removing the association between a prefix and a namespace name.
removeNamespace(String) - Method in class org.eclipse.rdf4j.repository.sail.SailRepositoryConnection
 
removeNamespace(String) - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
 
removeNamespace(String) - Method in interface org.eclipse.rdf4j.sail.base.SailSink
Removes a namespace declaration by removing the association between a prefix and a namespace name.
removeNamespace(String) - Method in interface org.eclipse.rdf4j.sail.extensiblestore.NamespaceStoreInterface
 
removeNamespace(String) - Method in class org.eclipse.rdf4j.sail.extensiblestore.SimpleMemoryNamespaceStore
 
removeNamespace(String) - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
removeNamespace(String) - Method in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapper
 
removeNamespace(String) - Method in class org.eclipse.rdf4j.sail.model.SailModel
Deprecated.
 
removeNamespace(String) - Method in interface org.eclipse.rdf4j.sail.SailConnection
Removes a namespace declaration by removing the association between a prefix and a namespace name.
removeNamespaceInternal(String) - Method in class org.eclipse.rdf4j.federated.FedXConnection
 
removeNamespaceInternal(String) - Method in class org.eclipse.rdf4j.sail.base.SailSourceConnection
 
removeNamespaceInternal(String) - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
RemoveNamespaceOperation - Class in org.eclipse.rdf4j.http.protocol.transaction.operations
Operation that removes the namespace for a specific prefix.
RemoveNamespaceOperation() - Constructor for class org.eclipse.rdf4j.http.protocol.transaction.operations.RemoveNamespaceOperation
 
RemoveNamespaceOperation(String) - Constructor for class org.eclipse.rdf4j.http.protocol.transaction.operations.RemoveNamespaceOperation
 
removeNamespacePrefix(String) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
removeNode(QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.helpers.QueryModelNodeReplacer
Deprecated.
 
removeObjectStatement(MemStatement) - Method in class org.eclipse.rdf4j.sail.memory.model.MemBNode
 
removeObjectStatement(MemStatement) - Method in class org.eclipse.rdf4j.sail.memory.model.MemIRI
 
removeObjectStatement(MemStatement) - Method in class org.eclipse.rdf4j.sail.memory.model.MemLiteral
 
removeObjectStatement(MemStatement) - Method in class org.eclipse.rdf4j.sail.memory.model.MemTriple
 
removeObjectStatement(MemStatement) - Method in interface org.eclipse.rdf4j.sail.memory.model.MemValue
Removes a statement from this MemValue's list of statements for which it is the object.
removeParameter(int) - Method in class org.eclipse.rdf4j.common.webapp.util.HeaderElement
 
removeParameter(Parameter) - Method in class org.eclipse.rdf4j.common.webapp.util.HeaderElement
 
removePredicateStatement(MemStatement) - Method in class org.eclipse.rdf4j.sail.memory.model.MemIRI
Removes a statement from this MemURI's list of statements for which it is the predicate.
removeQueryPatterns() - Method in class org.eclipse.rdf4j.sail.lucene.DistanceQuerySpec
 
removeQueryPatterns() - Method in class org.eclipse.rdf4j.sail.lucene.GeoRelationQuerySpec
 
removeQueryPatterns() - Method in class org.eclipse.rdf4j.sail.lucene.QuerySpec
 
removeQueryPatterns() - Method in interface org.eclipse.rdf4j.sail.lucene.SearchQueryEvaluator
Removes the query patterns and returns a placeholder where the query results could be placed.
removeRepository(String) - Method in class org.eclipse.rdf4j.repository.manager.LocalRepositoryManager
 
removeRepository(String) - Method in class org.eclipse.rdf4j.repository.manager.RemoteRepositoryManager
 
removeRepository(String) - Method in class org.eclipse.rdf4j.repository.manager.RepositoryManager
Removes the specified repository by deleting its configuration from the manager's system repository if such a configuration is present, and removing any persistent data associated with the repository.
removeRepositoryConfig(String) - Method in class org.eclipse.rdf4j.repository.manager.RepositoryManager
Deprecated.
removeRepositoryConfig(String) - Method in class org.eclipse.rdf4j.repository.manager.util.TypeFilteringRepositoryManager
Deprecated.
removeRepositoryConfigs(Repository, String...) - Static method in class org.eclipse.rdf4j.repository.config.RepositoryConfigUtil
Deprecated.
removeRepositoryConnectionInterceptor(RepositoryConnectionInterceptor) - Method in class org.eclipse.rdf4j.repository.event.base.InterceptingRepositoryConnectionWrapper
Removes a registered RepositoryConnectionInterceptor from this connection.
removeRepositoryConnectionInterceptor(RepositoryConnectionInterceptor) - Method in class org.eclipse.rdf4j.repository.event.base.InterceptingRepositoryWrapper
Removes a registered RepositoryConnectionInterceptor from this repository.
removeRepositoryConnectionInterceptor(RepositoryConnectionInterceptor) - Method in interface org.eclipse.rdf4j.repository.event.InterceptingRepository
Removes a registered RepositoryConnectionInterceptor from this connection.
removeRepositoryConnectionInterceptor(RepositoryConnectionInterceptor) - Method in interface org.eclipse.rdf4j.repository.event.InterceptingRepositoryConnection
Removes a registered RepositoryConnectionInterceptor from this connection.
removeRepositoryConnectionListener(RepositoryConnectionListener) - Method in class org.eclipse.rdf4j.repository.event.base.NotifyingRepositoryConnectionWrapper
Removes a registered RepositoryConnectionListener from this connection.
removeRepositoryConnectionListener(RepositoryConnectionListener) - Method in class org.eclipse.rdf4j.repository.event.base.NotifyingRepositoryWrapper
Removes a registered RepositoryConnectionListener from this repository.
removeRepositoryConnectionListener(RepositoryConnectionListener) - Method in interface org.eclipse.rdf4j.repository.event.NotifyingRepository
Removes a registered RepositoryConnectionListener from this repository.
removeRepositoryConnectionListener(RepositoryConnectionListener) - Method in interface org.eclipse.rdf4j.repository.event.NotifyingRepositoryConnection
Removes a registered RepositoryConnectionListener from this connection.
removeRepositoryInterceptor(RepositoryInterceptor) - Method in class org.eclipse.rdf4j.repository.event.base.InterceptingRepositoryWrapper
Removes a registered RepositoryInterceptor from this repository.
removeRepositoryInterceptor(RepositoryInterceptor) - Method in interface org.eclipse.rdf4j.repository.event.InterceptingRepository
Removes a registered RepositoryInterceptor from this repository.
removeRepositoryListener(RepositoryListener) - Method in class org.eclipse.rdf4j.repository.event.base.NotifyingRepositoryWrapper
Removes a registered RepositoryListener from this repository.
removeRepositoryListener(RepositoryListener) - Method in interface org.eclipse.rdf4j.repository.event.NotifyingRepository
Removes a registered RepositoryListener from this repository.
removeRepositoryManagerListener(RepositoryManagerListener) - Method in class org.eclipse.rdf4j.repository.manager.util.NotifyingLocalRepositoryManager
 
removeSailChangedListener(SailChangedListener) - Method in class org.eclipse.rdf4j.sail.helpers.AbstractNotifyingSail
 
removeSailChangedListener(SailChangedListener) - Method in class org.eclipse.rdf4j.sail.helpers.NotifyingSailWrapper
 
removeSailChangedListener(SailChangedListener) - Method in interface org.eclipse.rdf4j.sail.NotifyingSail
Removes the specified SailChangedListener so that it no longer receives events from this Sail object.
RemoveServlet - Class in org.eclipse.rdf4j.workbench.commands
 
RemoveServlet() - Constructor for class org.eclipse.rdf4j.workbench.commands.RemoveServlet
 
removeSPARQLQueryProlog(String) - Static method in class org.eclipse.rdf4j.query.parser.QueryParserUtil
Removes SPARQL prefix and base declarations, if any, from the supplied SPARQL query string.
removeStatement(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.federated.write.ReadOnlyWriteStrategy
 
removeStatement(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.federated.write.RepositoryWriteStrategy
 
removeStatement(Resource, IRI, Value, Resource...) - Method in interface org.eclipse.rdf4j.federated.write.WriteStrategy
Remove a statement
removeStatement(UpdateContext, Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.base.SailSourceConnection
 
removeStatement(ExtensibleStatement) - Method in interface org.eclipse.rdf4j.sail.extensiblestore.DataStructureInterface
 
removeStatement(Collection<ExtensibleStatement>) - Method in interface org.eclipse.rdf4j.sail.extensiblestore.DataStructureInterface
 
removeStatement(ExtensibleStatement) - Method in class org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics.EvaluationStatisticsWrapper
 
removeStatement(Collection<ExtensibleStatement>) - Method in class org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics.EvaluationStatisticsWrapper
 
removeStatement(ExtensibleStatement) - Method in class org.eclipse.rdf4j.sail.extensiblestore.ReadCache
 
removeStatement(UpdateContext, Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
The default implementation buffers removed statements until the update operation is complete.
removeStatement(UpdateContext, Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapper
 
removeStatement(Statement) - Method in class org.eclipse.rdf4j.sail.lucene.AbstractSearchIndex
 
removeStatement(Statement) - Method in interface org.eclipse.rdf4j.sail.lucene.SearchIndex
Removes the specified Statement from the indexes.This should be called from within a begin-commit-rollback block.
removeStatement(UpdateContext, Resource, IRI, Value, Resource...) - Method in interface org.eclipse.rdf4j.sail.SailConnection
Removes all statements matching the specified subject, predicate and object from the repository.
removeStatement(UpdateContext, Resource, URI, Value, Resource...) - Method in interface org.eclipse.rdf4j.sail.SailConnection
removeStatement(UpdateContext, Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSailConnection
 
removeStatements(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.lucene.spin.LuceneSpinSailConnection
Deprecated.
Removes all statements matching the specified subject, predicate and object from the repository.
removeStatements(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
removeStatements(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapper
 
removeStatements(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSailConnection
 
removeStatements(Resource, IRI, Value, Resource...) - Method in interface org.eclipse.rdf4j.sail.SailConnection
Removes all statements matching the specified subject, predicate and object from the repository.
removeStatements(Resource, URI, Value, Resource...) - Method in interface org.eclipse.rdf4j.sail.SailConnection
removeStatements(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSailConnection
 
removeStatementsByQuery(Resource, IRI, Value, boolean, Resource[]) - Method in interface org.eclipse.rdf4j.sail.extensiblestore.DataStructureInterface
 
removeStatementsByQuery(Resource, IRI, Value, boolean, Resource[]) - Method in class org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics.EvaluationStatisticsWrapper
 
removeStatementsByQuery(Resource, IRI, Value, boolean, Resource[]) - Method in class org.eclipse.rdf4j.sail.extensiblestore.ReadCache
 
removeStatementsInternal(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.federated.FedXConnection
 
removeStatementsInternal(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.extensiblestore.ExtensibleStoreConnection
 
removeStatementsInternal(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
removeStatementsInternal(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.memory.MemoryStoreConnection
 
removeStatementsInternal(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.nativerdf.NativeStoreConnection
 
RemoveStatementsOperation - Class in org.eclipse.rdf4j.http.protocol.transaction.operations
Operation to remove statements matching specific pattern of subject, predicate and object.
RemoveStatementsOperation(Resource, IRI, Value, Resource...) - Constructor for class org.eclipse.rdf4j.http.protocol.transaction.operations.RemoveStatementsOperation
Creates a RemoveStatementsOperation.
removeSubjectStatement(MemStatement) - Method in class org.eclipse.rdf4j.sail.memory.model.MemBNode
 
removeSubjectStatement(MemStatement) - Method in class org.eclipse.rdf4j.sail.memory.model.MemIRI
 
removeSubjectStatement(MemStatement) - Method in interface org.eclipse.rdf4j.sail.memory.model.MemResource
Removes a statement from this MemResource's list of statements for which it is the subject.
removeSubjectStatement(MemStatement) - Method in class org.eclipse.rdf4j.sail.memory.model.MemTriple
 
removeSupportedIsolationLevel(IsolationLevel) - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSail
Removes all occurrences of the provided IsolationLevels in the list of supported Isolation levels.
removeTermIteration(Iterator<Statement>, Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.AbstractModel
Called by aggregate sets when a term has been removed from a term iterator.
removeTermIteration(Iterator<Statement>, Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.EmptyModel
 
removeTermIteration(Iterator<Statement>, Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.FilteredModel
 
removeTermIteration(Iterator, Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
removeTermIteration(Iterator<Statement>, Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
removeTermIteration(Iterator<Statement>, Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.model.SailModel
Deprecated.
 
removeTestStatement(SailConnection, int) - Method in class org.eclipse.rdf4j.sail.SailConcurrencyTest
 
removeWithoutCommit(Statement, Resource...) - Method in class org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
 
removeWithoutCommit(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
 
removeWithoutCommit(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
removeWithoutCommit(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
 
removeWithoutCommit(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.repository.event.base.InterceptingRepositoryConnectionWrapper
 
removeWithoutCommit(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.repository.event.base.NotifyingRepositoryConnectionWrapper
 
removeWithoutCommit(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.repository.sail.SailRepositoryConnection
 
removeWithoutCommit(Statement, Resource...) - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
 
removeWithoutCommit(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
 
REMUNERATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
void:remuneration
render(Map, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.rdf4j.common.webapp.views.EmptySuccessView
 
render(Map, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.rdf4j.common.webapp.views.SimpleCustomResponseView
 
render(Map, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.rdf4j.common.webapp.views.SimpleResponseView
 
render(Map, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.rdf4j.http.server.repository.config.ConfigView
 
render(Map, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.rdf4j.http.server.repository.QueryResultView
 
render(Map, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.rdf4j.http.server.repository.statements.ExportStatementsView
 
render(Map, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.rdf4j.http.server.repository.transaction.TransactionExportStatementsView
 
render(ParsedQuery) - Method in class org.eclipse.rdf4j.queryrender.BaseTupleExprRenderer
Render the ParsedQuery as a query string
render(TupleExpr) - Method in class org.eclipse.rdf4j.queryrender.BaseTupleExprRenderer
Render the TupleExpr as a query or query fragment depending on what kind of TupleExpr it is
render(ParsedQuery) - Method in interface org.eclipse.rdf4j.queryrender.QueryRenderer
Render the query object to a string in the language supported by this renderer
render(ParsedQuery) - Method in class org.eclipse.rdf4j.queryrender.serql.SeRQLQueryRenderer
 
render(ParsedQuery) - Method in class org.eclipse.rdf4j.queryrender.sparql.SPARQLQueryRenderer
 
render(TupleExpr) - Method in class org.eclipse.rdf4j.queryrender.sparql.SparqlTupleExprRenderer
 
render(Map<String, String>) - Method in class org.eclipse.rdf4j.repository.config.ConfigTemplate
 
render(ParsedOperation, RDFHandler) - Method in class org.eclipse.rdf4j.spin.SpinRenderer
 
render(ParsedQuery, RDFHandler) - Method in class org.eclipse.rdf4j.spin.SpinRenderer
 
render(ParsedBooleanQuery, RDFHandler) - Method in class org.eclipse.rdf4j.spin.SpinRenderer
 
render(ParsedTupleQuery, RDFHandler) - Method in class org.eclipse.rdf4j.spin.SpinRenderer
 
render(ParsedDescribeQuery, RDFHandler) - Method in class org.eclipse.rdf4j.spin.SpinRenderer
 
render(ParsedGraphQuery, RDFHandler) - Method in class org.eclipse.rdf4j.spin.SpinRenderer
 
render(ParsedUpdate, RDFHandler) - Method in class org.eclipse.rdf4j.spin.SpinRenderer
 
renderInternal(Map, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.rdf4j.http.server.repository.BooleanQueryResultView
 
renderInternal(Map, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.rdf4j.http.server.repository.GraphQueryResultView
 
renderInternal(Map, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.rdf4j.http.server.repository.QueryResultView
 
renderInternal(Map, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.rdf4j.http.server.repository.TupleQueryResultView
 
RenderUtils - Class in org.eclipse.rdf4j.queryrender
Utility methods for rendering (parts of) SeRQL and SPARQL query strings.
renderValueExpr(ValueExpr) - Method in class org.eclipse.rdf4j.queryrender.BaseTupleExprRenderer
Render the given ValueExpr
renderValueExpr(ValueExpr) - Method in class org.eclipse.rdf4j.queryrender.sparql.SparqlTupleExprRenderer
 
reorderSubselects(List<TupleExpr>) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryJoinOptimizer.JoinVisitor
Deprecated.
Determines an optimal ordering of subselect join arguments, based on variable bindings.
REPEAT_RECORD_MARKER - Static variable in interface org.eclipse.rdf4j.query.resultio.binary.BinaryQueryResultConstants
 
REPLACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.FN
fn:replace
REPLACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:Replace
Replace - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.string
The SPARQL built-in Function REPLACE, as defined in SPARQL Query Language for RDF.
Replace() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.string.Replace
 
replace(String, String) - Method in class org.eclipse.rdf4j.workbench.util.QueryStringBuilder
Replace instances of the old text with a copy of the new text.
REPLACE_ALL_FUNCTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIF
 
ReplaceAll - Class in org.eclipse.rdf4j.spin.function.spif
 
ReplaceAll() - Constructor for class org.eclipse.rdf4j.spin.function.spif.ReplaceAll
 
replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.federated.algebra.CheckStatementPattern
 
replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.federated.algebra.NTuple
 
replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
Default implementation of QueryModelNode.replaceChildNode(QueryModelNode, QueryModelNode) that throws an IllegalArgumentException indicating that current is not a child node of this node.
replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.Add
 
replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
 
replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.BinaryTupleOperator
 
replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.BinaryValueOperator
 
replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.Bound
 
replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.Clear
 
replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.CompareSubQueryValueOperator
 
replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.Copy
 
replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.Create
 
replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.Extension
 
replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.ExtensionElem
 
replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.Filter
 
replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.FunctionCall
 
replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.Group
 
replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.GroupElem
 
replaceChildNode(QueryModelNode, QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.helpers.QueryModelNodeReplacer
Deprecated.
 
replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.If
 
replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.LeftJoin
 
replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.Load
 
replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.Modify
 
replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.Move
 
replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.MultiProjection
 
replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.NAryValueOperator
 
replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.Order
 
replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.OrderElem
 
replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.Projection
 
replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElemList
 
replaceChildNode(QueryModelNode, QueryModelNode) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelNode
Replaces one of the child nodes with a new node.
replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.Service
 
replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.StatementPattern
 
replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.SubQueryValueOperator
 
replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.TripleRef
 
replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
 
replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.UnaryTupleOperator
 
replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.UnaryValueOperator
 
replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
 
replaceChildNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.sail.federation.algebra.AbstractNaryOperator
 
replaceNode(QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.helpers.QueryModelNodeReplacer
Deprecated.
 
replaceNodeInList(List<T>, QueryModelNode, QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
 
replaceQueryPatternsWithResults(BindingSetAssignment) - Method in class org.eclipse.rdf4j.sail.lucene.AbstractSearchQueryEvaluator
 
replaceQueryPatternsWithResults(BindingSetAssignment) - Method in interface org.eclipse.rdf4j.sail.lucene.SearchQueryEvaluator
 
replaceQuote(String, String) - Method in class org.eclipse.rdf4j.workbench.util.QueryStringBuilder
 
REPLACES - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/replaces
replaceURI(String, Object) - Method in class org.eclipse.rdf4j.workbench.util.QueryStringBuilder
Replace the repository variable with the current repository URL.
replaceWith(QueryModelNode) - Method in class org.eclipse.rdf4j.federated.algebra.CheckStatementPattern
 
replaceWith(QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
Default implementation of QueryModelNode.replaceWith(QueryModelNode) that throws an IllegalArgumentException indicating that current is not a child node of this node.
replaceWith(QueryModelNode) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelNode
Substitutes this node with a new node in the query model tree.
repoInfo - Variable in class org.eclipse.rdf4j.federated.endpoint.EndpointBase
 
repoResult - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.StatementConversionIteration
 
report(TupleQueryResult, QueryResultHandler) - Static method in class org.eclipse.rdf4j.query.QueryResults
Reports a tuple query result to a TupleQueryResultHandler.
report(GraphQueryResult, RDFHandler) - Static method in class org.eclipse.rdf4j.query.QueryResults
Reports a graph query result to an RDFHandler.
reportDeltas() - Method in class org.eclipse.rdf4j.repository.event.base.NotifyingRepositoryConnectionWrapper
 
reportError(String, RioSetting<Boolean>) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
Reports an error with associated line- and column number to the registered ParseErrorListener, if the given setting has been set to true.
reportError(String, long, long, RioSetting<Boolean>) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
Reports an error with associated line- and column number to the registered ParseErrorListener, if the given setting has been set to true.
reportError(Exception, RioSetting<Boolean>) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
Reports an error with associated line- and column number to the registered ParseErrorListener, if the given setting has been set to true.
reportError(Exception, long, long, RioSetting<Boolean>) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
Reports an error with associated line- and column number to the registered ParseErrorListener, if the given setting has been set to true.
reportError(String, Exception, long, long, RioSetting<Boolean>) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
Reports an error with associated line- and column number to the registered ParseErrorListener, if the given setting has been set to true.
reportError(String, RioSetting<Boolean>, ParserConfig, ParseErrorListener) - Static method in class org.eclipse.rdf4j.rio.helpers.RDFParserHelper
Reports an error with associated line- and column number to the registered ParseErrorListener, if the given setting has been set to true.
reportError(String, long, long, RioSetting<Boolean>, ParserConfig, ParseErrorListener) - Static method in class org.eclipse.rdf4j.rio.helpers.RDFParserHelper
Reports an error with associated line- and column number to the registered ParseErrorListener, if the given setting has been set to true.
reportError(Exception, long, long, RioSetting<Boolean>, ParserConfig, ParseErrorListener) - Static method in class org.eclipse.rdf4j.rio.helpers.RDFParserHelper
Reports an error with associated line- and column number to the registered ParseErrorListener, if the given setting has been set to true.
reportError(String, RioSetting<Boolean>) - Method in class org.eclipse.rdf4j.rio.ntriples.NTriplesParser
Overrides AbstractRDFParser.reportError(String, RioSetting), adding line number information to the error.
reportError(Exception, RioSetting<Boolean>) - Method in class org.eclipse.rdf4j.rio.ntriples.NTriplesParser
 
reportError(String, Exception, JsonLocation, RioSetting<Boolean>) - Method in class org.eclipse.rdf4j.rio.rdfjson.RDFJSONParser
 
reportError(String, JsonLocation, RioSetting<Boolean>) - Method in class org.eclipse.rdf4j.rio.rdfjson.RDFJSONParser
 
reportError(String, RioSetting<Boolean>) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
Overrides AbstractRDFParser.reportError(String, RioSetting), adding line- and column number information to the error.
reportError(Exception, RioSetting<Boolean>) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
Overrides AbstractRDFParser.reportError(String, RioSetting), adding line- and column number information to the error.
reportError(String, RioSetting<Boolean>) - Method in class org.eclipse.rdf4j.rio.trix.TriXParser
Overrides AbstractRDFParser.reportError(String, RioSetting), adding line- and column number information to the error.
reportError(String, RioSetting<Boolean>) - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
Overrides AbstractRDFParser.reportError(String, RioSetting), adding line number information to the error.
reportFatalError(String) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
Reports a fatal error to the registered ParseErrorListener, if any, and throws a ParseException afterwards.
reportFatalError(String, long, long) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
Reports a fatal error with associated line- and column number to the registered ParseErrorListener, if any, and throws a ParseException afterwards.
reportFatalError(Exception) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
Reports a fatal error to the registered ParseErrorListener, if any, and throws a ParseException afterwards.
reportFatalError(Exception, long, long) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
Reports a fatal error with associated line- and column number to the registered ParseErrorListener, if any, and throws a ParseException wrapped the supplied exception afterwards.
reportFatalError(String, Exception, long, long) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
Reports a fatal error with associated line- and column number to the registered ParseErrorListener, if any, and throws a ParseException wrapped the supplied exception afterwards.
reportFatalError(String, ParseErrorListener) - Static method in class org.eclipse.rdf4j.rio.helpers.RDFParserHelper
Reports a fatal error to the registered ParseErrorListener, if any, and throws a ParseException afterwards.
reportFatalError(String, long, long, ParseErrorListener) - Static method in class org.eclipse.rdf4j.rio.helpers.RDFParserHelper
Reports a fatal error with associated line- and column number to the registered ParseErrorListener, if any, and throws a ParseException afterwards.
reportFatalError(Exception, ParseErrorListener) - Static method in class org.eclipse.rdf4j.rio.helpers.RDFParserHelper
Reports a fatal error to the registered ParseErrorListener, if any, and throws a ParseException afterwards.
reportFatalError(Exception, long, long, ParseErrorListener) - Static method in class org.eclipse.rdf4j.rio.helpers.RDFParserHelper
Reports a fatal error with associated line- and column number to the registered ParseErrorListener, if any, and throws a ParseException wrapped the supplied exception afterwards.
reportFatalError(String, Exception, long, long, ParseErrorListener) - Static method in class org.eclipse.rdf4j.rio.helpers.RDFParserHelper
Reports a fatal error with associated line- and column number to the registered ParseErrorListener, if any, and throws a ParseException wrapped the supplied exception afterwards.
reportFatalError(String) - Method in class org.eclipse.rdf4j.rio.ntriples.NTriplesParser
Overrides AbstractRDFParser.reportFatalError(String), adding line number information to the error.
reportFatalError(Exception) - Method in class org.eclipse.rdf4j.rio.ntriples.NTriplesParser
Overrides AbstractRDFParser.reportFatalError(Exception), adding line number information to the error.
reportFatalError(String, Exception, JsonLocation) - Method in class org.eclipse.rdf4j.rio.rdfjson.RDFJSONParser
 
reportFatalError(String, JsonLocation) - Method in class org.eclipse.rdf4j.rio.rdfjson.RDFJSONParser
 
reportFatalError(String) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
Overrides AbstractRDFParser.reportFatalError(String), adding line- and column number information to the error.
reportFatalError(Exception) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
Overrides AbstractRDFParser.reportFatalError(Exception), adding line- and column number information to the error.
reportFatalError(String) - Method in class org.eclipse.rdf4j.rio.trix.TriXParser
Overrides AbstractRDFParser.reportFatalError(String), adding line- and column number information to the error.
reportFatalError(Exception) - Method in class org.eclipse.rdf4j.rio.trix.TriXParser
Overrides AbstractRDFParser.reportFatalError(Exception), adding line- and column number information to the error.
reportFatalError(String) - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
Overrides AbstractRDFParser.reportFatalError(String), adding line number information to the error.
reportFatalError(Exception) - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
Overrides AbstractRDFParser.reportFatalError(Exception), adding line number information to the error.
reportLocation(long, long) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
Reports the specified line- and column number to the registered ParseLocationListener, if any.
reportLocation() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
 
REPORTS_TO - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
void:reportsTo
reportStatement(Resource, IRI, Value) - Method in class org.eclipse.rdf4j.rio.trig.TriGParser
 
reportStatement(Resource, IRI, Value) - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
 
reportWarning(String) - Method in class org.eclipse.rdf4j.query.resultio.sparqlxml.AbstractSPARQLXMLParser
 
reportWarning(String) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
Reports a warning to the registered ParseErrorListener, if any.
reportWarning(String, long, long) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
Reports a warning with associated line- and column number to the registered ParseErrorListener, if any.
reportWarning(String) - Method in class org.eclipse.rdf4j.rio.ntriples.NTriplesParser
Overrides AbstractRDFParser.reportWarning(String), adding line number information to the error.
reportWarning(String) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
Overrides AbstractRDFParser.reportWarning(String), adding line- and column number information to the error.
reportWarning(String) - Method in class org.eclipse.rdf4j.rio.trix.TriXParser
Overrides AbstractRDFParser.reportWarning(String), adding line- and column number information to the error.
reportWarning(String) - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
Overrides AbstractRDFParser.reportWarning(String), adding line number information to the error.
REPOSITORIES - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
Relative location of the repository list resource.
Repositories - Class in org.eclipse.rdf4j.repository.util
Utility for dealing with Repository and RepositoryConnection objects.
REPOSITORIES_DIR - Static variable in class org.eclipse.rdf4j.repository.manager.LocalRepositoryManager
 
RepositoriesServlet - Class in org.eclipse.rdf4j.workbench.commands
 
RepositoriesServlet() - Constructor for class org.eclipse.rdf4j.workbench.commands.RepositoriesServlet
 
repository - Variable in class org.eclipse.rdf4j.federated.endpoint.provider.RepositoryEndpointProvider
 
repository - Variable in class org.eclipse.rdf4j.federated.endpoint.RepositoryEndpoint
 
REPOSITORY - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:Repository
REPOSITORY - Static variable in class org.eclipse.rdf4j.repository.config.RepositoryConfigSchema
http://www.openrdf.org/config/repository#Repository
Repository - Interface in org.eclipse.rdf4j.repository
An RDF4J repository that contains RDF data that can be queried and updated.
repository - Variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailGeoSPARQLTest
 
repository - Variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailIndexedPropertiesTest
 
repository - Variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailTest
 
repository - Variable in class org.eclipse.rdf4j.workbench.base.AbstractRepositoryServlet
 
REPOSITORY_CONTEXT - Static variable in class org.eclipse.rdf4j.repository.config.RepositoryConfigSchema
http://www.openrdf.org/config/repository#RepositoryContext
REPOSITORY_EXISTS - Static variable in class org.eclipse.rdf4j.http.protocol.error.ErrorType
 
REPOSITORY_LOCATION - Static variable in class org.eclipse.rdf4j.federated.util.Vocabulary.FEDX
 
REPOSITORY_NAME - Static variable in class org.eclipse.rdf4j.federated.util.Vocabulary.FEDX
 
REPOSITORY_OF - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:repositoryOf
REPOSITORY_PARAM - Static variable in class org.eclipse.rdf4j.workbench.base.AbstractRepositoryServlet
 
REPOSITORY_PROP - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:repository
REPOSITORY_SERVER - Static variable in class org.eclipse.rdf4j.federated.util.Vocabulary.FEDX
 
REPOSITORY_TYPE - Static variable in class org.eclipse.rdf4j.federated.repository.FedXRepositoryFactory
 
REPOSITORY_TYPE - Static variable in class org.eclipse.rdf4j.repository.contextaware.config.ContextAwareFactory
The type of repositories that are created by this factory.
REPOSITORY_TYPE - Static variable in class org.eclipse.rdf4j.repository.dataset.config.DatasetRepositoryFactory
The type of repositories that are created by this factory.
REPOSITORY_TYPE - Static variable in class org.eclipse.rdf4j.repository.http.config.HTTPRepositoryFactory
The type of repositories that are created by this factory.
REPOSITORY_TYPE - Static variable in class org.eclipse.rdf4j.repository.manager.SystemRepository
Deprecated.
 
REPOSITORY_TYPE - Static variable in class org.eclipse.rdf4j.repository.sail.config.ProxyRepositoryFactory
The type of repositories that are created by this factory.
REPOSITORY_TYPE - Static variable in class org.eclipse.rdf4j.repository.sail.config.SailRepositoryFactory
The type of repositories that are created by this factory.
REPOSITORY_TYPE - Static variable in class org.eclipse.rdf4j.repository.sparql.config.SPARQLRepositoryFactory
 
RepositoryBase - Class in org.eclipse.rdf4j.repository.base
Deprecated.
since 2.0. Use AbstractRepository instead.
RepositoryBase() - Constructor for class org.eclipse.rdf4j.repository.base.RepositoryBase
Deprecated.
 
RepositoryBloomFilter - Interface in org.eclipse.rdf4j.repository.filters
A bloom filter for statements in a Repository.
RepositoryConfig - Class in org.eclipse.rdf4j.repository.config
 
RepositoryConfig() - Constructor for class org.eclipse.rdf4j.repository.config.RepositoryConfig
Create a new RepositoryConfig.
RepositoryConfig(String) - Constructor for class org.eclipse.rdf4j.repository.config.RepositoryConfig
Create a new RepositoryConfigImpl.
RepositoryConfig(String, RepositoryImplConfig) - Constructor for class org.eclipse.rdf4j.repository.config.RepositoryConfig
Create a new RepositoryConfigImpl.
RepositoryConfig(String, String) - Constructor for class org.eclipse.rdf4j.repository.config.RepositoryConfig
Create a new RepositoryConfigImpl.
RepositoryConfig(String, String, RepositoryImplConfig) - Constructor for class org.eclipse.rdf4j.repository.config.RepositoryConfig
Create a new RepositoryConfigImpl.
RepositoryConfigException - Exception in org.eclipse.rdf4j.repository.config
Exception indicating a repository configuration problem.
RepositoryConfigException() - Constructor for exception org.eclipse.rdf4j.repository.config.RepositoryConfigException
 
RepositoryConfigException(String) - Constructor for exception org.eclipse.rdf4j.repository.config.RepositoryConfigException
 
RepositoryConfigException(Throwable) - Constructor for exception org.eclipse.rdf4j.repository.config.RepositoryConfigException
 
RepositoryConfigException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.repository.config.RepositoryConfigException
 
RepositoryConfigRepository - Class in org.eclipse.rdf4j.http.server.repository
Repository implementation that saves RepositoryConfig RDF to a RepositoryManager.
RepositoryConfigRepository(RepositoryManager) - Constructor for class org.eclipse.rdf4j.http.server.repository.RepositoryConfigRepository
 
RepositoryConfigSchema - Class in org.eclipse.rdf4j.repository.config
Defines constants for the repository configuration schema that is used by RepositoryManagers.
RepositoryConfigSchema() - Constructor for class org.eclipse.rdf4j.repository.config.RepositoryConfigSchema
 
RepositoryConfigUtil - Class in org.eclipse.rdf4j.repository.config
 
RepositoryConfigUtil() - Constructor for class org.eclipse.rdf4j.repository.config.RepositoryConfigUtil
 
RepositoryConnection - Interface in org.eclipse.rdf4j.repository
Main interface for updating data in and performing queries on an RDF4J Repository.
RepositoryConnectionBase - Class in org.eclipse.rdf4j.repository.base
Deprecated.
since 2.0. Use AbstractRepositoryConnection instead.
RepositoryConnectionBase(Repository) - Constructor for class org.eclipse.rdf4j.repository.base.RepositoryConnectionBase
Deprecated.
 
RepositoryConnectionInterceptor - Interface in org.eclipse.rdf4j.repository.event
Interceptor interface for connection modification.
RepositoryConnectionInterceptorAdapter - Class in org.eclipse.rdf4j.repository.event.base
 
RepositoryConnectionInterceptorAdapter() - Constructor for class org.eclipse.rdf4j.repository.event.base.RepositoryConnectionInterceptorAdapter
 
RepositoryConnectionListener - Interface in org.eclipse.rdf4j.repository.event
Listener interface for connection modification.
RepositoryConnectionListenerAdapter - Class in org.eclipse.rdf4j.repository.event.base
 
RepositoryConnectionListenerAdapter() - Constructor for class org.eclipse.rdf4j.repository.event.base.RepositoryConnectionListenerAdapter
 
RepositoryConnectionTest - Class in org.eclipse.rdf4j.repository
 
RepositoryConnectionTest(IsolationLevel) - Constructor for class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
RepositoryConnectionWrapper - Class in org.eclipse.rdf4j.repository.base
Delegates all calls to the delegate RepositoryConnection.
RepositoryConnectionWrapper(Repository) - Constructor for class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
RepositoryConnectionWrapper(Repository, RepositoryConnection) - Constructor for class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
RepositoryController - Class in org.eclipse.rdf4j.http.server.repository
Handles queries and admin (delete) operations on a repository and renders the results in a format suitable to the type of operation.
RepositoryController() - Constructor for class org.eclipse.rdf4j.http.server.repository.RepositoryController
 
RepositoryEndpoint - Class in org.eclipse.rdf4j.federated.endpoint
A specialized Endpoint that has a reference to a configured Repository.
RepositoryEndpoint(RepositoryInformation, String, EndpointClassification, Repository) - Constructor for class org.eclipse.rdf4j.federated.endpoint.RepositoryEndpoint
 
RepositoryEndpointProvider - Class in org.eclipse.rdf4j.federated.endpoint.provider
Returns an Endpoint for an already configured Repository.
RepositoryEndpointProvider(Repository) - Constructor for class org.eclipse.rdf4j.federated.endpoint.provider.RepositoryEndpointProvider
 
RepositoryException - Exception in org.eclipse.rdf4j.repository
An exception thrown by classes from the Repository API to indicate an error.
RepositoryException() - Constructor for exception org.eclipse.rdf4j.repository.RepositoryException
 
RepositoryException(String) - Constructor for exception org.eclipse.rdf4j.repository.RepositoryException
 
RepositoryException(Throwable) - Constructor for exception org.eclipse.rdf4j.repository.RepositoryException
 
RepositoryException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.repository.RepositoryException
 
repositoryException(String) - Static method in class org.eclipse.rdf4j.repository.util.Repositories
Creates a Supplier of RepositoryException objects that be passed to Optional.orElseThrow(Supplier) to generate exceptions as necessary.
RepositoryExceptionConvertingIteration<T> - Class in org.eclipse.rdf4j.federated.evaluation.iterator
Convenience iteration to convert RepositoryResult exceptions to QueryEvaluationException.
RepositoryExceptionConvertingIteration(Iteration<? extends T, ? extends Exception>) - Constructor for class org.eclipse.rdf4j.federated.evaluation.iterator.RepositoryExceptionConvertingIteration
 
RepositoryFactory - Interface in org.eclipse.rdf4j.repository.config
A RepositoryFactory takes care of creating and initializing a specific type of Repositorys based on RDF configuration data.
RepositoryFederatedService - Class in org.eclipse.rdf4j.query.algebra.evaluation.federation
Deprecated.
RepositoryFederatedService(Repository, boolean) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.federation.RepositoryFederatedService
Deprecated.
 
RepositoryFederatedService(Repository) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.federation.RepositoryFederatedService
Deprecated.
 
RepositoryFederatedService - Class in org.eclipse.rdf4j.repository.sparql.federation
Federated Service wrapping the Repository to communicate with a SPARQL endpoint.
RepositoryFederatedService(Repository) - Constructor for class org.eclipse.rdf4j.repository.sparql.federation.RepositoryFederatedService
 
RepositoryFederatedService(Repository, boolean) - Constructor for class org.eclipse.rdf4j.repository.sparql.federation.RepositoryFederatedService
 
REPOSITORYID - Static variable in class org.eclipse.rdf4j.repository.config.RepositoryConfigSchema
http://www.openrdf.org/config/repository#repositoryID
REPOSITORYIMPL - Static variable in class org.eclipse.rdf4j.repository.config.RepositoryConfigSchema
http://www.openrdf.org/config/repository#repositoryImpl
RepositoryImplConfig - Interface in org.eclipse.rdf4j.repository.config
 
RepositoryImplConfigBase - Class in org.eclipse.rdf4j.repository.config
Deprecated.
since 2.0. Use AbstractRepositoryImplConfig instead.
RepositoryImplConfigBase() - Constructor for class org.eclipse.rdf4j.repository.config.RepositoryImplConfigBase
Deprecated.
Create a new RepositoryConfigImpl.
RepositoryImplConfigBase(String) - Constructor for class org.eclipse.rdf4j.repository.config.RepositoryImplConfigBase
Deprecated.
Create a new RepositoryConfigImpl.
RepositoryInfo - Class in org.eclipse.rdf4j.repository.manager
Repository meta-information such as its id, location, description.
RepositoryInfo() - Constructor for class org.eclipse.rdf4j.repository.manager.RepositoryInfo
 
RepositoryInformation - Class in org.eclipse.rdf4j.federated.endpoint.provider
 
RepositoryInformation(String, String, String, EndpointType) - Constructor for class org.eclipse.rdf4j.federated.endpoint.provider.RepositoryInformation
 
RepositoryInformation(EndpointType) - Constructor for class org.eclipse.rdf4j.federated.endpoint.provider.RepositoryInformation
 
RepositoryInterceptor - Class in org.eclipse.rdf4j.http.server.repository
Interceptor for repository requests.
RepositoryInterceptor() - Constructor for class org.eclipse.rdf4j.http.server.repository.RepositoryInterceptor
 
RepositoryInterceptor - Interface in org.eclipse.rdf4j.repository.event
Interceptor interface for Repository state changes.
RepositoryListController - Class in org.eclipse.rdf4j.http.server.repository
Handles requests for the list of repositories available on this server.
RepositoryListController() - Constructor for class org.eclipse.rdf4j.http.server.repository.RepositoryListController
 
RepositoryListener - Interface in org.eclipse.rdf4j.repository.event
Listener interface for Repository state changes.
RepositoryLockedException - Exception in org.eclipse.rdf4j.repository
Indicates that a Repository cannot be initialised because the configured persisted location is locked.
RepositoryLockedException(String, String, String, Throwable) - Constructor for exception org.eclipse.rdf4j.repository.RepositoryLockedException
 
RepositoryManager - Class in org.eclipse.rdf4j.repository.manager
A manager for Repositorys.
RepositoryManager() - Constructor for class org.eclipse.rdf4j.repository.manager.RepositoryManager
Creates a new RepositoryManager.
RepositoryManager(Map<String, Repository>) - Constructor for class org.eclipse.rdf4j.repository.manager.RepositoryManager
Create a new RepositoryManager using the given map to store repository information.
RepositoryManagerFederator - Class in org.eclipse.rdf4j.runtime
Deprecated.
since 3.1.0. This module will be replaced by the new FedX federation module.
RepositoryManagerFederator(RepositoryManager) - Constructor for class org.eclipse.rdf4j.runtime.RepositoryManagerFederator
Deprecated.
Create an instance capable of federating "user repositories" within the given RepositoryManager.
RepositoryManagerListener - Interface in org.eclipse.rdf4j.repository.manager.util
 
RepositoryProvider - Class in org.eclipse.rdf4j.repository.manager
A static access point to manage RepositoryManagers and Repositories.
RepositoryProvider() - Constructor for class org.eclipse.rdf4j.repository.manager.RepositoryProvider
 
RepositoryReadOnlyException - Exception in org.eclipse.rdf4j.repository
Indicates that the current write operation did not succeed because the SAIL cannot be written to, it can only be read from.
RepositoryReadOnlyException() - Constructor for exception org.eclipse.rdf4j.repository.RepositoryReadOnlyException
 
RepositoryReadOnlyException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.repository.RepositoryReadOnlyException
 
RepositoryReadOnlyException(String) - Constructor for exception org.eclipse.rdf4j.repository.RepositoryReadOnlyException
 
RepositoryReadOnlyException(Throwable) - Constructor for exception org.eclipse.rdf4j.repository.RepositoryReadOnlyException
 
RepositoryRegistry - Class in org.eclipse.rdf4j.repository.config
A registry that keeps track of the available RepositoryFactorys.
RepositoryRegistry() - Constructor for class org.eclipse.rdf4j.repository.config.RepositoryRegistry
 
repositoryResolver - Variable in class org.eclipse.rdf4j.federated.endpoint.ResolvableEndpoint
 
repositoryResolver - Variable in class org.eclipse.rdf4j.federated.FedXFactory
 
RepositoryResolver - Interface in org.eclipse.rdf4j.repository
Gets local repositories using a simple identifier string.
RepositoryResolver - Interface in org.eclipse.rdf4j.repository.sail.config
Deprecated.
since 2.3 use RepositoryResolver
RepositoryResolverClient - Interface in org.eclipse.rdf4j.repository
Interface used by factory classes that need access to other repositories by their id's.
RepositoryResolverClient - Interface in org.eclipse.rdf4j.repository.sail.config
Deprecated.
RepositoryResult<T> - Class in org.eclipse.rdf4j.repository
A RepositoryResult is a result collection of objects (for example Statement , Namespace, or Resource objects) that can be iterated over.
RepositoryResult(CloseableIteration<? extends T, RepositoryException>) - Constructor for class org.eclipse.rdf4j.repository.RepositoryResult
 
RepositoryServlet - Interface in org.eclipse.rdf4j.workbench
 
RepositoryTest - Class in org.eclipse.rdf4j.repository
Integration test suite for implementations of Repository.
RepositoryTest() - Constructor for class org.eclipse.rdf4j.repository.RepositoryTest
 
RepositoryTripleSource - Class in org.eclipse.rdf4j.repository.evaluation
 
RepositoryTripleSource(RepositoryConnection) - Constructor for class org.eclipse.rdf4j.repository.evaluation.RepositoryTripleSource
 
RepositoryTripleSource(RepositoryConnection, boolean) - Constructor for class org.eclipse.rdf4j.repository.evaluation.RepositoryTripleSource
 
RepositoryTripleSource - Class in org.eclipse.rdf4j.sail.federation.evaluation
Deprecated.
RepositoryTripleSource(RepositoryConnection) - Constructor for class org.eclipse.rdf4j.sail.federation.evaluation.RepositoryTripleSource
Deprecated.
 
REPOSITORYTYPE - Static variable in class org.eclipse.rdf4j.repository.config.RepositoryConfigSchema
http://www.openrdf.org/config/repository#repositoryType
REPOSITORYURL - Static variable in class org.eclipse.rdf4j.repository.http.config.HTTPRepositorySchema
http://www.openrdf.org/config/repository/http#repositoryURL
RepositoryUtil - Class in org.eclipse.rdf4j.repository.util
Utility methods for comparing sets of statements (graphs) with each other.
RepositoryUtil() - Constructor for class org.eclipse.rdf4j.repository.util.RepositoryUtil
 
RepositoryWrapper - Class in org.eclipse.rdf4j.repository.base
A DelegatingRepository implementation that, by default, forwards all method calls to its delegate.
RepositoryWrapper() - Constructor for class org.eclipse.rdf4j.repository.base.RepositoryWrapper
Creates a new RepositoryWrapper.
RepositoryWrapper(Repository) - Constructor for class org.eclipse.rdf4j.repository.base.RepositoryWrapper
Creates a new RepositoryWrapper and calls RepositoryWrapper.setDelegate(Repository) with the supplied delegate repository.
RepositoryWriteStrategy - Class in org.eclipse.rdf4j.federated.write
A WriteStrategy to write to a designated Repository.
RepositoryWriteStrategy(Repository) - Constructor for class org.eclipse.rdf4j.federated.write.RepositoryWriteStrategy
 
REPRODUCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:reproduce
REQUEST - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:Request
requestFileURL - Variable in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLUpdateConformanceTest
Deprecated.
 
REQUIRED - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
REQUIRES - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/requires
REQUIRES_DATASET - Static variable in class org.eclipse.rdf4j.model.vocabulary.SD
Requires Dataset
res - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.SingleBindingSetIteration
 
reset() - Method in class org.eclipse.rdf4j.federated.FederationManager
Reset the Scheduler instances, i.e.
reset() - Method in class org.eclipse.rdf4j.queryrender.BaseTupleExprRenderer
Reset the state of the renderer
reset() - Method in class org.eclipse.rdf4j.queryrender.builder.AbstractQueryBuilder
Deprecated.
 
reset() - Method in interface org.eclipse.rdf4j.queryrender.builder.QueryBuilder
Deprecated.
Reset the state of the query builder
reset() - Method in class org.eclipse.rdf4j.queryrender.sparql.SparqlTupleExprRenderer
 
reset() - Method in class org.eclipse.rdf4j.rio.helpers.ParseErrorCollector
Resets the lists of warnings, errors and fatal errors.
reset() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSailBuffer
Deprecated.
reset the buffer, empty the operations list
reset(IRI...) - Method in class org.eclipse.rdf4j.spin.SpinParser
Resets/clears any cached information about the given URIs.
resetCache() - Method in class org.eclipse.rdf4j.workbench.proxy.ProxyRepositoryServlet
 
resetCache() - Method in class org.eclipse.rdf4j.workbench.proxy.WorkbenchServlet
 
resetCursor() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.LazyMutableClosableIteration
Reset the cursor to read from the already consumed bindings.
resetMonitoringInformation() - Method in interface org.eclipse.rdf4j.federated.monitoring.Monitoring
 
resetMonitoringInformation() - Method in class org.eclipse.rdf4j.federated.monitoring.MonitoringImpl
 
resetMonitoringInformation() - Method in class org.eclipse.rdf4j.federated.monitoring.NoopMonitoringImpl
 
resetWrapperMethod() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.StandardQueryElementCollection
 
RESOLUTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:resolution
ResolvableEndpoint - Class in org.eclipse.rdf4j.federated.endpoint
A specialized Endpoint that allows to resolve the repository using a RepositoryResolver.
ResolvableEndpoint(RepositoryInformation, String, EndpointClassification) - Constructor for class org.eclipse.rdf4j.federated.endpoint.ResolvableEndpoint
 
ResolvableRepositoryInformation - Class in org.eclipse.rdf4j.federated.endpoint.provider
Graph information for a ResolvableEndpoint where the Repository is looked up using the configured RepositoryResolver.
ResolvableRepositoryInformation(Model, Resource) - Constructor for class org.eclipse.rdf4j.federated.endpoint.provider.ResolvableRepositoryInformation
 
ResolvableRepositoryInformation(String) - Constructor for class org.eclipse.rdf4j.federated.endpoint.provider.ResolvableRepositoryInformation
 
ResolvableRepositoryProvider - Class in org.eclipse.rdf4j.federated.endpoint.provider
ResolvableRepositoryProvider() - Constructor for class org.eclipse.rdf4j.federated.endpoint.provider.ResolvableRepositoryProvider
 
resolve(String) - Method in class org.eclipse.rdf4j.common.net.ParsedIRI
Resolves the given IRI against this ParsedIRI.
resolve(ParsedIRI) - Method in class org.eclipse.rdf4j.common.net.ParsedIRI
Resolves the given IRI against this ParsedIRI.
resolve(String) - Method in class org.eclipse.rdf4j.common.net.ParsedURI
Deprecated.
Resolves a relative URI using this URI as the base URI.
resolve(ParsedURI) - Method in class org.eclipse.rdf4j.common.net.ParsedURI
Deprecated.
Resolves a relative URI using this URI as the base URI.
resolveEntities(String) - Static method in class org.eclipse.rdf4j.common.xml.XMLUtil
Replaces all XML character entities with the character they represent.
resolveEntity(String) - Static method in class org.eclipse.rdf4j.common.xml.XMLUtil
Resolves an entity reference or character reference to its value.
resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.eclipse.rdf4j.http.server.ProtocolExceptionResolver
 
resolvePath(String) - Method in class org.eclipse.rdf4j.repository.manager.LocalRepositoryManager
Resolves the specified path against the manager's base directory.
resolveURI(String) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
Resolves a URI-string against the base URI and creates a IRI object for it.
Resource - Interface in org.eclipse.rdf4j.model
The supertype of all RDF resources (IRIs and blank nodes).
RESOURCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCAT
dcat:Resource
RESOURCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
RESOURCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.LDP
ldp:Resource
RESOURCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#Resource
RESOURCES_LOCATION - Static variable in interface org.eclipse.rdf4j.common.app.config.Configuration
 
resourceToFile(String, File) - Static method in class org.eclipse.rdf4j.common.io.ResourceUtil
Store a resource to a file on the file system.
resourceToString(Resource) - Static method in class org.eclipse.rdf4j.rio.rdfjson.RDFJSONWriter
Returns the correct syntax for a Resource, depending on whether it is a URI or a Blank Node (ie, BNode)
ResourceUtil - Class in org.eclipse.rdf4j.common.io
ResourceUtil is a utility class for retrieving resources (images, property-files, etc) from the classpath.
ResourceUtil() - Constructor for class org.eclipse.rdf4j.common.io.ResourceUtil
 
REST - Static variable in class org.eclipse.rdf4j.model.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#rest
RESTRICTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#Restriction
result - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.IndependentJoingroupBindingsIteration
 
result - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.IndependentJoingroupBindingsIteration2
 
result - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.IndependentJoingroupBindingsIteration3
 
result - Variable in class org.eclipse.rdf4j.federated.evaluation.TripleSourceBase.ResultHolder
 
RESULT - Static variable in class org.eclipse.rdf4j.model.vocabulary.EARL
 
RESULT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:result
result(Object...) - Method in class org.eclipse.rdf4j.workbench.util.TupleResultBuilder
TupleResultBuilder.start(String...) must be called before using this method.
RESULT_ANNOTATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:ResultAnnotation
RESULT_ANNOTATION_PROP - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:resultAnnotation
RESULT_FORMAT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SD
result format
RESULT_MESSAGE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:resultMessage
RESULT_NODES_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#resultNodes Contains the result nodes (IRI resources or Variables) of a Describe query.
RESULT_PATH - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:resultPath
RESULT_SEVERITY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:resultSeverity
RESULT_VARIABLES_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#resultVariables An rdf:List of variables that are returned by a Select query.
ResultCursor(int, int, boolean) - Constructor for class org.eclipse.rdf4j.workbench.commands.ExploreServlet.ResultCursor
 
RESULTED_FROM - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
void:resultedFrom
resultFileURL - Variable in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLQueryTest
Deprecated.
 
ResultHolder() - Constructor for class org.eclipse.rdf4j.federated.evaluation.TripleSourceBase.ResultHolder
 
RESULTING_ORGANIZATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
void:resultingOrganization
resultIteration - Variable in class org.eclipse.rdf4j.query.algebra.evaluation.iterator.CrossProductIteration
 
resultIteration - Variable in class org.eclipse.rdf4j.repository.sparql.federation.SPARQLCrossProductIteration
 
RESULTS - Static variable in class org.eclipse.rdf4j.query.resultio.sparqljson.AbstractSPARQLJSONParser
 
RESULTSET - Static variable in class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetSchema
 
RESULTVARIABLE - Static variable in class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetSchema
 
retainAll(Collection<?>) - Method in class org.eclipse.rdf4j.model.impl.AbstractModel
 
retainAll(Collection<?>) - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
retainAll(Collection<String>) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.QueryBindingSet
 
retainAll(Collection<String>) - Method in class org.eclipse.rdf4j.repository.sparql.query.SPARQLQueryBindingSet
 
RETURN_TYPE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:returnType
RETURN_TYPE_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#returnType The return type of a Function, e.g.
RETURNS - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
RETURNS_HEADER - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
REV - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:rev
revalidate() - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSailConnection
 
REVERSE_LINK_PATH_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
REVERSE_PATH_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#ReversePath A path with reversed direction.
REVIEW_POLICY - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:reviewPolicy
REVISION - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:revision
REVISION - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:Revision
revokeLock() - Method in class org.eclipse.rdf4j.sail.helpers.DirectoryLockManager
Revokes a lock owned by another process.
revokeLock() - Method in interface org.eclipse.rdf4j.sail.LockManager
Revokes a lock owned by another process.
RFC1766 - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/RFC1766
RFC3066 - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/RFC3066
RFC3066 - Static variable in interface org.eclipse.rdf4j.rio.LanguageHandler
Identifier for the language tag format defined by RFC3066, which is referenced by the RDF-1.0 specification.
RFC3066LanguageHandler - Class in org.eclipse.rdf4j.rio.languages
A language handler that can verify RFC3066 formatted language tags.
RFC3066LanguageHandler() - Constructor for class org.eclipse.rdf4j.rio.languages.RFC3066LanguageHandler
Default constructor.
RFC4646 - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/RFC4646
RFC4646 - Static variable in interface org.eclipse.rdf4j.rio.LanguageHandler
Identifier for the language tag format defined by RFC4646, which obsoletes RFC3066, but which is not referenced by the RDF specification.
RFC5646 - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/RFC5646
right() - Method in class org.eclipse.rdf4j.queryrender.builder.UnionBuilder
Deprecated.
Return a builder for creating the right operand of the union
RIGHT_OPERAND - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:RightOperand
RIGHT_OPERAND_PROP - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:rightOperand
RIGHT_OPERAND_REFERENCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:rightOperandReference
rightArg - Variable in class org.eclipse.rdf4j.federated.evaluation.join.JoinExecutorBase
 
rightArg - Variable in class org.eclipse.rdf4j.query.algebra.BinaryTupleOperator
The operator's right argument.
rightArg - Variable in class org.eclipse.rdf4j.query.algebra.BinaryValueOperator
The operator's right argument.
rightArg - Variable in class org.eclipse.rdf4j.repository.sparql.federation.JoinExecutorBase
 
rightIter - Variable in class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelExecutorBase
 
rightIter - Variable in class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelServiceExecutor
 
rightIter - Variable in class org.eclipse.rdf4j.repository.sparql.federation.JoinExecutorBase
 
rightQueue - Variable in class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelExecutorBase
 
rightQueue - Variable in class org.eclipse.rdf4j.repository.sparql.federation.JoinExecutorBase
 
RIGHTS - Static variable in class org.eclipse.rdf4j.model.vocabulary.DC
dc:rights
RIGHTS - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/rights
RIGHTS_ASSIGNMENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:RightsAssignment
RIGHTS_HOLDER - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/rightsHolder
RIGHTS_HOLDER - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:RightsHolder
RIGHTS_STATEMENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/RightsStatement
Rio - Class in org.eclipse.rdf4j.rio
Static methods for parsing and writing RDF for all available syntaxes.
Rio() - Constructor for class org.eclipse.rdf4j.rio.Rio
 
RioConfig - Class in org.eclipse.rdf4j.rio
Superclass for ParserConfig and WriterConfig.
RioConfig() - Constructor for class org.eclipse.rdf4j.rio.RioConfig
 
RioConfigurationException - Exception in org.eclipse.rdf4j.rio.helpers
A RuntimeException indicating that a specific Rio parser/writer configuration setting is not supported.
RioConfigurationException(String) - Constructor for exception org.eclipse.rdf4j.rio.helpers.RioConfigurationException
 
RioConfigurationException(Throwable) - Constructor for exception org.eclipse.rdf4j.rio.helpers.RioConfigurationException
 
RioConfigurationException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.rio.helpers.RioConfigurationException
 
RioFileTypeDetector - Class in org.eclipse.rdf4j.rio.helpers
An implementation of FileTypeDetector which uses the RDFParserRegistry to find supported file types and their extensions.
RioFileTypeDetector() - Constructor for class org.eclipse.rdf4j.rio.helpers.RioFileTypeDetector
 
RioSetting<T> - Interface in org.eclipse.rdf4j.rio
Identifies a parser setting along with its default value.
RioSettingImpl<T> - Class in org.eclipse.rdf4j.rio.helpers
Basic implementation of RioSetting interface, without support for default override via system properties.
RioSettingImpl(String, String, T) - Constructor for class org.eclipse.rdf4j.rio.helpers.RioSettingImpl
 
ROLE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCAT
dcat:Role
ROLE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
void:Role
ROLE - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:Role
ROLE - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:role
ROLE_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
void:roleProperty
rollback() - Method in class org.eclipse.rdf4j.federated.write.ReadOnlyWriteStrategy
 
rollback() - Method in class org.eclipse.rdf4j.federated.write.RepositoryWriteStrategy
 
rollback() - Method in interface org.eclipse.rdf4j.federated.write.WriteStrategy
Rollback a transaction.
rollback() - Method in class org.eclipse.rdf4j.lucene.spin.LuceneSpinSailConnection
Deprecated.
 
rollback() - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
rollback() - Method in class org.eclipse.rdf4j.repository.event.base.InterceptingRepositoryConnectionWrapper
 
rollback() - Method in class org.eclipse.rdf4j.repository.event.base.NotifyingRepositoryConnectionWrapper
 
rollback(RepositoryConnection) - Method in class org.eclipse.rdf4j.repository.event.base.RepositoryConnectionInterceptorAdapter
 
rollback(RepositoryConnection) - Method in class org.eclipse.rdf4j.repository.event.base.RepositoryConnectionListenerAdapter
 
rollback(RepositoryConnection) - Method in interface org.eclipse.rdf4j.repository.event.RepositoryConnectionInterceptor
 
rollback(RepositoryConnection) - Method in interface org.eclipse.rdf4j.repository.event.RepositoryConnectionListener
 
rollback(RepositoryConnection) - Method in class org.eclipse.rdf4j.repository.event.util.DebugRepositoryConnectionListener
 
rollback() - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Rolls back all updates in the active transaction.
rollback() - Method in class org.eclipse.rdf4j.repository.sail.SailRepositoryConnection
 
rollback() - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
 
rollback() - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
 
rollback() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
rollback() - Method in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapper
 
rollback() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.AbstractForwardChainingInferencerConnection
 
rollback() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.DedupingInferencerConnection
 
rollback() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.SchemaCachingRDFSInferencerConnection
 
rollback() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneIndex
 
rollback() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSailConnection
 
rollback() - Method in interface org.eclipse.rdf4j.sail.lucene.SearchIndex
 
rollback() - Method in interface org.eclipse.rdf4j.sail.SailConnection
Rolls back the transaction, discarding any uncommitted changes that have been made in this SailConnection.
rollback() - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSailConnection
 
rollback() - Method in class org.eclipse.rdf4j.sail.solr.SolrIndex
 
rollbackInternal() - Method in class org.eclipse.rdf4j.federated.FedXConnection
 
rollbackInternal() - Method in class org.eclipse.rdf4j.sail.base.SailSourceConnection
 
rollbackInternal() - Method in class org.eclipse.rdf4j.sail.extensiblestore.ExtensibleStoreConnection
 
rollbackInternal() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
rollbackInternal() - Method in class org.eclipse.rdf4j.sail.memory.MemoryStoreConnection
 
rollbackInternal() - Method in class org.eclipse.rdf4j.sail.nativerdf.NativeStoreConnection
 
rollbackTransaction() - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
ROOT_RESOURCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.VOID
void:rootResource
ROOT_TAG - Static variable in interface org.eclipse.rdf4j.rio.trix.TriXConstants
The root tag.
Round - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.numeric
The SPARQL built-in Function ROUND, as defined in SPARQL Query Language for RDF
Round() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.numeric.Round
 
ROV - Class in org.eclipse.rdf4j.model.vocabulary
Constants for the W3C Registered Organization Vocabulary.
ROV() - Constructor for class org.eclipse.rdf4j.model.vocabulary.ROV
 
RSX - Class in org.eclipse.rdf4j.model.vocabulary
Constants for the Eclipse RDF4J SHACL Extensions.
RSX() - Constructor for class org.eclipse.rdf4j.model.vocabulary.RSX
 
RULE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:Rule
RULE_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#Rule Groups together the kinds of SPARQL commands that can appear as SPIN rules and constructors: CONSTRUCT, DELETE WHERE and DELETE/INSERT.
RULE_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#rule An inferencing rule attached to a class.
RULE_PROPERTY_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#RuleProperty The metaclass of spin:rule and its subproperties.
RULE_PROPERTY_MAX_ITERATION_COUNT_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#rulePropertyMaxIterationCount Can be attached to spin:rule (or subclasses thereof) to instruct a SPIN rules engine that it shall only execute the rules max times.
RULE_QUERY - Static variable in class org.eclipse.rdf4j.sail.inferencer.fc.config.CustomGraphQueryInferencerSchema
http://www.openrdf.org/config/sail/customGraphQueryInferencer#ruleQuery
RuleProperty - Class in org.eclipse.rdf4j.spin
 
RuleProperty(IRI) - Constructor for class org.eclipse.rdf4j.spin.RuleProperty
 
run() - Method in class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelExecutorBase
 
run() - Method in class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelServiceExecutor
 
run(SourceSelection, List<SourceSelection.CheckTaskPair>, SourceSelectionCache) - Static method in class org.eclipse.rdf4j.federated.optimizer.SourceSelection.SourceSelectionExecutorWithLatch
Execute the given list of tasks in parallel, and block the thread until all tasks are completed.
run() - Method in class org.eclipse.rdf4j.federated.optimizer.SourceSelection.SourceSelectionExecutorWithLatch
 
run() - Method in class org.eclipse.rdf4j.query.impl.BackgroundGraphResult
 
run() - Method in class org.eclipse.rdf4j.query.resultio.helpers.BackgroundTupleResult
 
run() - Method in class org.eclipse.rdf4j.repository.sparql.federation.JoinExecutorBase
 
run() - Method in class org.eclipse.rdf4j.sail.federation.evaluation.ParallelJoinCursor
 
run() - Method in class org.eclipse.rdf4j.sail.federation.evaluation.ParallelLeftJoinCursor
 
run() - Method in class org.eclipse.rdf4j.sail.SailConcurrencyTest.UploadTransaction
 
runTest() - Method in class org.eclipse.rdf4j.query.parser.serql.SeRQLParserTestCase
 
runTest() - Method in class org.eclipse.rdf4j.query.parser.serql.SeRQLQueryTestCase
 
runTest() - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQL11SyntaxTest
Deprecated.
 
runTest() - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQL11UpdateComplianceTest
 
runTest() - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLComplianceTest
 
runTest() - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLQueryComplianceTest
 
runTest() - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLQueryTest
Deprecated.
 
runTest() - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLSyntaxComplianceTest
 
runTest() - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLUpdateConformanceTest
Deprecated.
 
runTest() - Method in class org.eclipse.rdf4j.rio.NegativeParserTest
 
runTest() - Method in class org.eclipse.rdf4j.rio.PositiveParserTest
 
runTest(String, String, boolean) - Method in class org.eclipse.rdf4j.sail.InferencingTest
 
runTest() - Method in class org.eclipse.rdf4j.shacl.manifest.AbstractSHACLTest
Deprecated.
 

S

s - Variable in class org.eclipse.rdf4j.query.parser.QueryPrologLexer.Token
 
sail - Variable in class org.eclipse.rdf4j.sail.extensiblestore.ExtensibleStoreConnection
 
sail - Variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailGeoSPARQLTest
 
sail - Variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailIndexedPropertiesTest
 
sail - Variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailTest
 
sail - Variable in class org.eclipse.rdf4j.sail.memory.MemoryStoreConnection
 
sail - Variable in class org.eclipse.rdf4j.sail.RDFStoreTest
 
Sail - Interface in org.eclipse.rdf4j.sail
Sail (Storage And Inference Layer) is an interface for RDF storage.
sail - Variable in class org.eclipse.rdf4j.sail.shacl.ShaclSailConnection
 
SAIL_TYPE - Static variable in class org.eclipse.rdf4j.lucene.spin.config.LuceneSpinSailFactory
The type of repositories that are created by this factory.
SAIL_TYPE - Static variable in class org.eclipse.rdf4j.sail.elasticsearch.config.ElasticsearchSailFactory
The type of repositories that are created by this factory.
SAIL_TYPE - Static variable in class org.eclipse.rdf4j.sail.elasticsearchstore.config.ElasticsearchStoreFactory
The type of repositories that are created by this factory.
SAIL_TYPE - Static variable in class org.eclipse.rdf4j.sail.federation.config.FederationFactory
Deprecated.
The type of repositories that are created by this factory.
SAIL_TYPE - Static variable in class org.eclipse.rdf4j.sail.inferencer.fc.config.CustomGraphQueryInferencerFactory
The type of repositories that are created by this factory.
SAIL_TYPE - Static variable in class org.eclipse.rdf4j.sail.inferencer.fc.config.DedupingInferencerFactory
The type of repositories that are created by this factory.
SAIL_TYPE - Static variable in class org.eclipse.rdf4j.sail.inferencer.fc.config.DirectTypeHierarchyInferencerFactory
The type of repositories that are created by this factory.
SAIL_TYPE - Static variable in class org.eclipse.rdf4j.sail.inferencer.fc.config.ForwardChainingRDFSInferencerFactory
Deprecated.
The type of repositories that are created by this factory.
SAIL_TYPE - Static variable in class org.eclipse.rdf4j.sail.inferencer.fc.config.SchemaCachingRDFSInferencerFactory
The type of repositories that are created by this factory.
SAIL_TYPE - Static variable in class org.eclipse.rdf4j.sail.lucene.config.LuceneSailFactory
The type of repositories that are created by this factory.
SAIL_TYPE - Static variable in class org.eclipse.rdf4j.sail.memory.config.MemoryStoreFactory
The type of repositories that are created by this factory.
SAIL_TYPE - Static variable in class org.eclipse.rdf4j.sail.nativerdf.config.NativeStoreFactory
The type of repositories that are created by this factory.
SAIL_TYPE - Static variable in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailFactory
The type of Sails that are created by this factory.
SAIL_TYPE - Static variable in class org.eclipse.rdf4j.sail.solr.config.SolrSailFactory
The type of repositories that are created by this factory.
SAIL_TYPE - Static variable in class org.eclipse.rdf4j.sail.spin.config.SpinSailFactory
The type of repositories that are created by this factory.
SailBase - Class in org.eclipse.rdf4j.sail.helpers
Deprecated.
since 4.0. Use AbstractSail instead.
SailBase() - Constructor for class org.eclipse.rdf4j.sail.helpers.SailBase
Deprecated.
 
SailBaseDefaultImpl() - Constructor for class org.eclipse.rdf4j.federated.FedXConnection.SailBaseDefaultImpl
 
SailBooleanQuery - Class in org.eclipse.rdf4j.repository.sail
 
SailBooleanQuery(ParsedBooleanQuery, SailRepositoryConnection) - Constructor for class org.eclipse.rdf4j.repository.sail.SailBooleanQuery
 
sailChanged(SailChangedEvent) - Method in class org.eclipse.rdf4j.sail.RDFNotifyingStoreTest
 
sailChanged(SailChangedEvent) - Method in interface org.eclipse.rdf4j.sail.SailChangedListener
Notifies the listener of a change to the data of a specific Sail.
SailChangedEvent - Interface in org.eclipse.rdf4j.sail
Event object that is send to SailChangedListeners to indicate that the contents of the Sail that sent the event have changed.
SailChangedListener - Interface in org.eclipse.rdf4j.sail
An interface for objects that want to be notified when the data in specific Sail objects change.
SailClosable - Interface in org.eclipse.rdf4j.sail.base
Common interface to objects that throw SailException on close.
SailConcurrencyTest - Class in org.eclipse.rdf4j.sail
Tests concurrent read and write access to a Sail implementation.
SailConcurrencyTest() - Constructor for class org.eclipse.rdf4j.sail.SailConcurrencyTest
 
SailConcurrencyTest.UploadTransaction - Class in org.eclipse.rdf4j.sail
 
SailConfigException - Exception in org.eclipse.rdf4j.sail.config
Exception indicating a sail configuration problem.
SailConfigException() - Constructor for exception org.eclipse.rdf4j.sail.config.SailConfigException
 
SailConfigException(String) - Constructor for exception org.eclipse.rdf4j.sail.config.SailConfigException
 
SailConfigException(Throwable) - Constructor for exception org.eclipse.rdf4j.sail.config.SailConfigException
 
SailConfigException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.sail.config.SailConfigException
 
SailConfigSchema - Class in org.eclipse.rdf4j.sail.config
Defines constants for the Sail repository schema which are used to initialize repositories.
SailConfigSchema() - Constructor for class org.eclipse.rdf4j.sail.config.SailConfigSchema
 
SailConfigUtil - Class in org.eclipse.rdf4j.sail.config
 
SailConfigUtil() - Constructor for class org.eclipse.rdf4j.sail.config.SailConfigUtil
 
SailConflictException - Exception in org.eclipse.rdf4j.sail
An exception thrown by some methods in Sail to indicate that a requested isolation level could not be fulfilled.
SailConflictException() - Constructor for exception org.eclipse.rdf4j.sail.SailConflictException
 
SailConflictException(String) - Constructor for exception org.eclipse.rdf4j.sail.SailConflictException
 
SailConflictException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.sail.SailConflictException
 
SailConflictException(Throwable) - Constructor for exception org.eclipse.rdf4j.sail.SailConflictException
 
SailConnection - Interface in org.eclipse.rdf4j.sail
A connection to an RDF Sail object.
SailConnectionBase - Class in org.eclipse.rdf4j.sail.helpers
Deprecated.
since 4.0. USe AbstractSailConnection instead.
SailConnectionBase(AbstractSail) - Constructor for class org.eclipse.rdf4j.sail.helpers.SailConnectionBase
Deprecated.
 
SailConnectionBooleanQuery - Class in org.eclipse.rdf4j.sail
 
SailConnectionBooleanQuery(ParsedBooleanQuery, SailConnection) - Constructor for class org.eclipse.rdf4j.sail.SailConnectionBooleanQuery
 
SailConnectionGraphQuery - Class in org.eclipse.rdf4j.sail
 
SailConnectionGraphQuery(ParsedGraphQuery, SailConnection, ValueFactory) - Constructor for class org.eclipse.rdf4j.sail.SailConnectionGraphQuery
 
SailConnectionListener - Interface in org.eclipse.rdf4j.sail
 
SailConnectionQuery - Class in org.eclipse.rdf4j.sail
 
SailConnectionQuery(ParsedQuery, SailConnection) - Constructor for class org.eclipse.rdf4j.sail.SailConnectionQuery
 
SailConnectionQueryPreparer - Class in org.eclipse.rdf4j.sail
QueryPreparer for use with Sails.
SailConnectionQueryPreparer(SailConnection, boolean, ValueFactory) - Constructor for class org.eclipse.rdf4j.sail.SailConnectionQueryPreparer
 
SailConnectionQueryPreparer(SailConnection, boolean, TripleSource) - Constructor for class org.eclipse.rdf4j.sail.SailConnectionQueryPreparer
 
SailConnectionTupleQuery - Class in org.eclipse.rdf4j.sail
 
SailConnectionTupleQuery(ParsedTupleQuery, SailConnection) - Constructor for class org.eclipse.rdf4j.sail.SailConnectionTupleQuery
 
SailConnectionUpdate - Class in org.eclipse.rdf4j.sail
 
SailConnectionUpdate(ParsedUpdate, SailConnection, ValueFactory, ParserConfig) - Constructor for class org.eclipse.rdf4j.sail.SailConnectionUpdate
 
SailConnectionWrapper - Class in org.eclipse.rdf4j.sail.helpers
An implementation of the SailConnection interface that wraps another SailConnection object and forwards any method calls to the wrapped connection.
SailConnectionWrapper(SailConnection) - Constructor for class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapper
Creates a new TransactionWrapper object that wraps the supplied connection.
SailDataset - Interface in org.eclipse.rdf4j.sail.base
A state of an SailSource at a point in time that will remain consistent until SailDataset.close() is called.
SailException - Exception in org.eclipse.rdf4j.sail
An exception thrown by some methods in Sail to indicate that a requested operation could not be executed.
SailException() - Constructor for exception org.eclipse.rdf4j.sail.SailException
 
SailException(String) - Constructor for exception org.eclipse.rdf4j.sail.SailException
 
SailException(Throwable) - Constructor for exception org.eclipse.rdf4j.sail.SailException
 
SailException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.sail.SailException
 
SailFactory - Interface in org.eclipse.rdf4j.sail.config
A SailFactory takes care of creating and initializing a specific type of Sail based on RDF configuration data.
SailFederationEvalStrategy - Class in org.eclipse.rdf4j.federated.evaluation
Implementation of a federation evaluation strategy which provides some special optimizations for Native (local) Sesame repositories.
SailFederationEvalStrategy(FederationContext) - Constructor for class org.eclipse.rdf4j.federated.evaluation.SailFederationEvalStrategy
 
SailGraphQuery - Class in org.eclipse.rdf4j.repository.sail
 
SailGraphQuery(ParsedGraphQuery, SailRepositoryConnection) - Constructor for class org.eclipse.rdf4j.repository.sail.SailGraphQuery
 
SAILIMPL - Static variable in class org.eclipse.rdf4j.repository.sail.config.SailRepositorySchema
http://www.openrdf.org/config/repository/sail#sailImpl
SailImplConfig - Interface in org.eclipse.rdf4j.sail.config
Configuration of a Sail implementation.
SailImplConfigBase - Class in org.eclipse.rdf4j.sail.config
Deprecated.
since 4.0. Use AbstractSailImplConfig instead.
SailImplConfigBase() - Constructor for class org.eclipse.rdf4j.sail.config.SailImplConfigBase
Deprecated.
 
SailInterruptTest - Class in org.eclipse.rdf4j.sail
Tests thread interrupts on a Sail implementation.
SailInterruptTest() - Constructor for class org.eclipse.rdf4j.sail.SailInterruptTest
 
SailIsolationLevelTest - Class in org.eclipse.rdf4j.sail
Simple tests to sanity check that Sail correctly supports claimed isolation levels.
SailIsolationLevelTest() - Constructor for class org.eclipse.rdf4j.sail.SailIsolationLevelTest
 
SailLockedException - Exception in org.eclipse.rdf4j.sail
Indicates that a SAIL cannot be initialised because the configured persisted location is locked.
SailLockedException(String) - Constructor for exception org.eclipse.rdf4j.sail.SailLockedException
 
SailLockedException(String, String) - Constructor for exception org.eclipse.rdf4j.sail.SailLockedException
 
SailLockedException(String, String, LockManager) - Constructor for exception org.eclipse.rdf4j.sail.SailLockedException
 
SailModel - Class in org.eclipse.rdf4j.sail.model
Deprecated.
this feature is for internal use only: its existence, signature or behavior may change without warning from one release to the next.
SailModel(SailConnection, boolean) - Constructor for class org.eclipse.rdf4j.sail.model.SailModel
Deprecated.
 
SailQuery - Class in org.eclipse.rdf4j.repository.sail
 
SailQuery(ParsedQuery, SailRepositoryConnection) - Constructor for class org.eclipse.rdf4j.repository.sail.SailQuery
 
SailQueryPreparer - Class in org.eclipse.rdf4j.repository.sail
QueryPreparer for use with SailRepository.
SailQueryPreparer(SailRepositoryConnection, boolean) - Constructor for class org.eclipse.rdf4j.repository.sail.SailQueryPreparer
 
SailReadOnlyException - Exception in org.eclipse.rdf4j.sail
Indicates that the current write operation did not succeed because the SAIL cannot be written to, it can only be read from.
SailReadOnlyException(String) - Constructor for exception org.eclipse.rdf4j.sail.SailReadOnlyException
 
SailRegistry - Class in org.eclipse.rdf4j.sail.config
A registry that keeps track of the available SailFactorys.
SailRegistry() - Constructor for class org.eclipse.rdf4j.sail.config.SailRegistry
 
SailRepository - Class in org.eclipse.rdf4j.repository.sail
An implementation of the Repository interface that operates on a (stack of) Sail object(s).
SailRepository(Sail) - Constructor for class org.eclipse.rdf4j.repository.sail.SailRepository
Creates a new repository object that operates on the supplied Sail.
SailRepositoryConfig - Class in org.eclipse.rdf4j.repository.sail.config
 
SailRepositoryConfig() - Constructor for class org.eclipse.rdf4j.repository.sail.config.SailRepositoryConfig
 
SailRepositoryConfig(SailImplConfig) - Constructor for class org.eclipse.rdf4j.repository.sail.config.SailRepositoryConfig
 
SailRepositoryConnection - Class in org.eclipse.rdf4j.repository.sail
An implementation of the RepositoryConnection interface that wraps a SailConnection.
SailRepositoryConnection(SailRepository, SailConnection) - Constructor for class org.eclipse.rdf4j.repository.sail.SailRepositoryConnection
Creates a new repository connection that will wrap the supplied SailConnection.
SailRepositoryFactory - Class in org.eclipse.rdf4j.repository.sail.config
A RepositoryFactory that creates SailRepositorys based on RDF configuration data.
SailRepositoryFactory() - Constructor for class org.eclipse.rdf4j.repository.sail.config.SailRepositoryFactory
 
SailRepositorySchema - Class in org.eclipse.rdf4j.repository.sail.config
Defines constants for the SailRepository schema which is used by SailRepositoryFactorys to initialize SailRepositorys.
SailRepositorySchema() - Constructor for class org.eclipse.rdf4j.repository.sail.config.SailRepositorySchema
 
SailSink - Interface in org.eclipse.rdf4j.sail.base
A mutable source of RDF graphs.
SailSource - Interface in org.eclipse.rdf4j.sail.base
A persistent yet mutable source or container of RDF graphs.
SailSourceConnection - Class in org.eclipse.rdf4j.sail.base
A SailConnection implementation that is based on an SailStore .
SailSourceConnection(AbstractSail, SailStore, FederatedServiceResolver) - Constructor for class org.eclipse.rdf4j.sail.base.SailSourceConnection
Creates a new SailConnection, using the given SailStore to manage the state.
SailSourceConnection(AbstractSail, SailStore, EvaluationStrategyFactory) - Constructor for class org.eclipse.rdf4j.sail.base.SailSourceConnection
Creates a new SailConnection, using the given SailStore to manage the state.
SailStore - Interface in org.eclipse.rdf4j.sail.base
A high level interface used by SailSourceConnection to access SailSource.
sailStore - Variable in class org.eclipse.rdf4j.sail.extensiblestore.ExtensibleStore
 
SailTripleSource - Class in org.eclipse.rdf4j.federated.evaluation
A triple source to be used on any repository.
SailTripleSource - Class in org.eclipse.rdf4j.sail.evaluation
 
SailTripleSource(SailConnection, boolean, ValueFactory) - Constructor for class org.eclipse.rdf4j.sail.evaluation.SailTripleSource
 
SailTupleQuery - Class in org.eclipse.rdf4j.repository.sail
 
SailTupleQuery(ParsedTupleQuery, SailRepositoryConnection) - Constructor for class org.eclipse.rdf4j.repository.sail.SailTupleQuery
 
SAILTYPE - Static variable in class org.eclipse.rdf4j.sail.config.SailConfigSchema
http://www.openrdf.org/config/sail#sailType
SailUpdate - Class in org.eclipse.rdf4j.repository.sail
 
SailUpdate(ParsedUpdate, SailRepositoryConnection) - Constructor for class org.eclipse.rdf4j.repository.sail.SailUpdate
 
SailUpdateExecutor - Class in org.eclipse.rdf4j.repository.sail.helpers
SailUpdateExecutor(SailConnection, ValueFactory, ParserConfig) - Constructor for class org.eclipse.rdf4j.repository.sail.helpers.SailUpdateExecutor
SailUtil - Class in org.eclipse.rdf4j.sail.helpers
Defines utility methods for working with Sails.
SailUtil() - Constructor for class org.eclipse.rdf4j.sail.helpers.SailUtil
 
SailWrapper - Class in org.eclipse.rdf4j.sail.helpers
An implementation of the StackableSail interface that wraps another Sail object and forwards any relevant calls to the wrapped Sail.
SailWrapper() - Constructor for class org.eclipse.rdf4j.sail.helpers.SailWrapper
Creates a new SailWrapper.
SailWrapper(Sail) - Constructor for class org.eclipse.rdf4j.sail.helpers.SailWrapper
Creates a new SailWrapper that wraps the supplied Sail.
SAMEAS - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#sameAs
SameTerm - Class in org.eclipse.rdf4j.query.algebra
Checks RDF term equality.
SameTerm() - Constructor for class org.eclipse.rdf4j.query.algebra.SameTerm
 
SameTerm(ValueExpr, ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.SameTerm
 
sameTerm(ValueExpr, ValueExpr) - Method in class org.eclipse.rdf4j.queryrender.builder.FilterBuilder
Deprecated.
 
SameTermCollector() - Constructor for class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder.SameTermCollector
Deprecated.
 
SameTermFilterOptimizer - Class in org.eclipse.rdf4j.query.algebra.evaluation.impl
A query optimizer that embeds Filters with SameTerm operators in statement patterns as much as possible.
SameTermFilterOptimizer() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.SameTermFilterOptimizer
 
SameTermFilterOptimizer.BindingSetAssignmentCollector - Class in org.eclipse.rdf4j.query.algebra.evaluation.impl
 
SameTermFilterOptimizer.SameTermFilterVisitor - Class in org.eclipse.rdf4j.query.algebra.evaluation.impl
 
SameTermFilterOptimizer.VarBinder - Class in org.eclipse.rdf4j.query.algebra.evaluation.impl
 
SameTermFilterOptimizer.VarRenamer - Class in org.eclipse.rdf4j.query.algebra.evaluation.impl
 
SameTermFilterVisitor() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.SameTermFilterOptimizer.SameTermFilterVisitor
 
Sample - Class in org.eclipse.rdf4j.query.algebra
The SAMPLE operator as defined in http://www.w3.org/TR/sparql11-query/#aggregates
Sample(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Sample
 
Sample(ValueExpr, boolean) - Constructor for class org.eclipse.rdf4j.query.algebra.Sample
 
sample(Operand) - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
 
SAMPLE_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
SATURDAY - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:Saturday
save() - Method in class org.eclipse.rdf4j.common.app.AppConfiguration
 
save() - Method in interface org.eclipse.rdf4j.common.app.config.Configuration
Store configuration settings.
save() - Method in class org.eclipse.rdf4j.common.app.logging.logback.LogbackConfiguration
 
save() - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
Saves the currently known settings.
saveConfigurationContents(String, File) - Static method in class org.eclipse.rdf4j.common.app.util.ConfigurationUtil
Save configuration settings to a file.
saveConfigurationProperties(Properties, File, boolean) - Static method in class org.eclipse.rdf4j.common.app.util.ConfigurationUtil
Save configuration properties to a file.
SavedQueriesServlet - Class in org.eclipse.rdf4j.workbench.commands
Servlet that provides a page to access saved queries.
SavedQueriesServlet() - Constructor for class org.eclipse.rdf4j.workbench.commands.SavedQueriesServlet
 
SaveHistory - Class in org.eclipse.rdf4j.console.setting
Save command history to a file.
SaveHistory() - Constructor for class org.eclipse.rdf4j.console.setting.SaveHistory
Constructor
SaveHistory(Boolean) - Constructor for class org.eclipse.rdf4j.console.setting.SaveHistory
Constructor
saveQuery(HTTPRepository, String, String, boolean, QueryLanguage, String, boolean, int) - Method in class org.eclipse.rdf4j.workbench.util.QueryStorage
Save a query.
SC_KEY - Static variable in class org.eclipse.rdf4j.common.webapp.views.SimpleCustomResponseView
 
SC_KEY - Static variable in class org.eclipse.rdf4j.common.webapp.views.SimpleResponseView
 
schedule(ParallelTask<T>) - Method in class org.eclipse.rdf4j.federated.evaluation.concurrent.ControlledWorkerScheduler
Schedule the specified parallel task.
schedule(ParallelTask<T>) - Method in interface org.eclipse.rdf4j.federated.evaluation.concurrent.Scheduler
Schedule the provided task.
scheduleAll(List<ParallelTask<T>>, ParallelExecutor<T>) - Method in class org.eclipse.rdf4j.federated.evaluation.concurrent.ControlledWorkerScheduler
Schedule the given tasks and inform about finish using the same lock, i.e.
scheduledFuture - Variable in class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelTaskBase
 
scheduledSubtasks - Variable in class org.eclipse.rdf4j.federated.structures.QueryInfo
 
Scheduler<T> - Interface in org.eclipse.rdf4j.federated.evaluation.concurrent
Interface for any scheduler.
scheduler - Variable in class org.eclipse.rdf4j.federated.evaluation.join.ControlledWorkerJoin
 
scheduler - Variable in class org.eclipse.rdf4j.federated.evaluation.join.ControlledWorkerLeftJoin
 
scheduler - Variable in class org.eclipse.rdf4j.federated.evaluation.union.ControlledWorkerUnion
 
scheduleSyncTask() - Method in class org.eclipse.rdf4j.sail.memory.MemoryStore
 
SchemaCachingRDFSInferencer - Class in org.eclipse.rdf4j.sail.inferencer.fc
The SchemaCachingRDFSInferencer is an RDFS reasoner that caches all schema (TBox) statements and calculates an inference map to quickly determine inferred statements.
SchemaCachingRDFSInferencer() - Constructor for class org.eclipse.rdf4j.sail.inferencer.fc.SchemaCachingRDFSInferencer
Instantiate a new SchemaCachingRDFSInferencer
SchemaCachingRDFSInferencer(NotifyingSail) - Constructor for class org.eclipse.rdf4j.sail.inferencer.fc.SchemaCachingRDFSInferencer
Instantiate a SchemaCachingRDFSInferencer.
SchemaCachingRDFSInferencer(NotifyingSail, Repository) - Constructor for class org.eclipse.rdf4j.sail.inferencer.fc.SchemaCachingRDFSInferencer
Instantiate a SchemaCachingRDFSInferencer with a predefined schema.
SchemaCachingRDFSInferencer(NotifyingSail, boolean) - Constructor for class org.eclipse.rdf4j.sail.inferencer.fc.SchemaCachingRDFSInferencer
Instantiate a SchemaCachingRDFSInferencer.
SchemaCachingRDFSInferencer(NotifyingSail, Repository, boolean) - Constructor for class org.eclipse.rdf4j.sail.inferencer.fc.SchemaCachingRDFSInferencer
Instantiate a SchemaCachingRDFSInferencer with a predefined schema.
SchemaCachingRDFSInferencerConfig - Class in org.eclipse.rdf4j.sail.inferencer.fc.config
SchemaCachingRDFSInferencerConfig() - Constructor for class org.eclipse.rdf4j.sail.inferencer.fc.config.SchemaCachingRDFSInferencerConfig
 
SchemaCachingRDFSInferencerConfig(SailImplConfig) - Constructor for class org.eclipse.rdf4j.sail.inferencer.fc.config.SchemaCachingRDFSInferencerConfig
 
SchemaCachingRDFSInferencerConnection - Class in org.eclipse.rdf4j.sail.inferencer.fc
 
SchemaCachingRDFSInferencerFactory - Class in org.eclipse.rdf4j.sail.inferencer.fc.config
A SailFactory that creates SchemaCachingRDFSInferencers based on RDF configuration data.
SchemaCachingRDFSInferencerFactory() - Constructor for class org.eclipse.rdf4j.sail.inferencer.fc.config.SchemaCachingRDFSInferencerFactory
 
SCHOOL_HOMEPAGE - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
SCOPE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
Deprecated.
SCOPE_NOTE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SKOS
The skos:scopeNote property.
SCORE - Static variable in class org.eclipse.rdf4j.sail.lucene.LuceneSailSchema
 
scoreDoc - Variable in class org.eclipse.rdf4j.sail.lucene.LuceneDocumentResult
 
scoreToLiteral(float) - Static method in class org.eclipse.rdf4j.sail.lucene.SearchFields
Returns a score value encoded as a Literal.
SCREENSHOTS - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:screenshots
scrubVarName(String) - Static method in class org.eclipse.rdf4j.queryrender.BaseTupleExprRenderer
Scrub any illegal characters out of the variable name
SD() - Constructor for class org.eclipse.rdf4j.federated.util.Vocabulary.SD
 
SD - Class in org.eclipse.rdf4j.model.vocabulary
Namespace Sparql-service-description.
SEARCH - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
search(Resource, SearchRequestBuilder, QueryBuilder) - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
Evaluates the given query only for the given resource.
search(SearchRequestBuilder, QueryBuilder) - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
Evaluates the given query and returns the results as a TopDocs instance.
search(Resource, Query) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneIndex
Evaluates the given query only for the given resource.
search(Query) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneIndex
Evaluates the given query and returns the results as a TopDocs instance.
SEARCH - Static variable in class org.eclipse.rdf4j.sail.lucene.LuceneSailSchema
"Magic property" (TupleFunction) IRI.
search(Resource, SolrQuery) - Method in class org.eclipse.rdf4j.sail.solr.SolrIndex
Evaluates the given query only for the given resource.
search(SolrQuery) - Method in class org.eclipse.rdf4j.sail.solr.SolrIndex
Evaluates the given query and returns the results as a TopDocs instance.
SearchDocument - Interface in org.eclipse.rdf4j.sail.lucene
 
SearchFields - Class in org.eclipse.rdf4j.sail.lucene
 
SearchIndex - Interface in org.eclipse.rdf4j.sail.lucene
A SearchIndex is a one-stop-shop abstraction of a Lucene index.
SearchIndexQueryContextInitializer - Class in org.eclipse.rdf4j.sail.lucene
 
SearchIndexQueryContextInitializer(SearchIndex) - Constructor for class org.eclipse.rdf4j.sail.lucene.SearchIndexQueryContextInitializer
 
SearchIndexUtils - Class in org.eclipse.rdf4j.sail.lucene.util
This is utility class with tool useful for manipulation on the SearchIndex.
SearchIndexUtils() - Constructor for class org.eclipse.rdf4j.sail.lucene.util.SearchIndexUtils
 
SearchQuery - Interface in org.eclipse.rdf4j.sail.lucene
Deprecated.
SearchQueryEvaluator - Interface in org.eclipse.rdf4j.sail.lucene
 
SearchQueryInterpreter - Interface in org.eclipse.rdf4j.sail.lucene
 
SECOND - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:second
SECONDARY_USE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
Deprecated.
SECONDS - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:seconds
Seconds - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.datetime
The SPARQL built-in Function SECONDS, as defined in SPARQL Query Language for RDF
Seconds() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.datetime.Seconds
 
SECONDS_FROM_DATETIME - Static variable in class org.eclipse.rdf4j.model.vocabulary.FN
fn:seconds-from-dateTime
SECURE_PROCESSING - Static variable in class org.eclipse.rdf4j.rio.helpers.XMLParserSettings
Parser setting for the secure processing feature of XML parsers to avoid DOS attacks
SEEALSO - Static variable in class org.eclipse.rdf4j.model.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#seeAlso
SELECT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:select
select(Service, Set<String>, BindingSet, String) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.federation.FederatedService
Evaluate the provided SPARQL query at this federated service.
select(Service, Set<String>, BindingSet, String) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.federation.TupleFunctionFederatedService
 
select() - Static method in class org.eclipse.rdf4j.queryrender.builder.QueryBuilderFactory
Deprecated.
Create a QueryBuilder for creating a select query
select(String...) - Static method in class org.eclipse.rdf4j.queryrender.builder.QueryBuilderFactory
Deprecated.
Create a QueryBuilder for creating a select query
select(Service, Set<String>, BindingSet, String) - Method in class org.eclipse.rdf4j.repository.sparql.federation.RepositoryFederatedService
Evaluate the provided sparqlQueryString at the initialized Repository of this FederatedService.
Select - Class in org.eclipse.rdf4j.sail.shacl.planNodes
 
Select(SailConnection, String, String...) - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.Select
 
select(Projectable...) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.Projection
Add expressions for this projection to select
SELECT(Projectable...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.core.query.Queries
Create a SPARQL Select query
SELECT(Projection) - Static method in class org.eclipse.rdf4j.sparqlbuilder.core.query.Queries
Create a SPARQL Select query
select(Projectable...) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.SelectQuery
Add expressions to the query's projection
select(Projection) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.SelectQuery
Set this query's projection
select(Projectable...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.core.SparqlBuilder
Create a SPARQL projection
select(Projectable...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphPatterns
Create a SPARQL subquery, including the given elements in its projection.
select(Projectable...) - Method in class org.eclipse.rdf4j.sparqlbuilder.graphpattern.SubSelect
Add expressions to the query's projection
select(Projection) - Method in class org.eclipse.rdf4j.sparqlbuilder.graphpattern.SubSelect
Set this query's projection
SELECT_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#Select A SELECT-type query that returns variable bindings as its result.
SELECT_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
 
SELECT_TEMPLATE_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#SelectTemplate A SPIN template that wraps a SELECT query.
SELECT_TEMPLATES_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#SelectTemplates Suggested abstract base class for all SelectTemplates.
selectNameMbox - Variable in class org.eclipse.rdf4j.repository.SparqlAggregatesTest
 
selectNextTupleExpr(List<TupleExpr>, Map<TupleExpr, Double>, Map<TupleExpr, List<Var>>, Map<Var, Integer>, Set<String>) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryJoinOptimizer.JoinVisitor
Deprecated.
Selects from a list of tuple expressions the next tuple expression that should be evaluated.
selectNextTupleExpr(List<TupleExpr>, Map<TupleExpr, Double>, Map<TupleExpr, List<Var>>, Map<Var, Integer>, Set<String>) - Method in class org.eclipse.rdf4j.sail.federation.optimizers.QueryMultiJoinOptimizer.JoinVisitor
Selects from a list of tuple expressions the next tuple expression that should be evaluated.
selectPreferredMIMEType(Iterator<String>, HttpServletRequest) - Static method in class org.eclipse.rdf4j.common.webapp.util.HttpServerUtil
Selects from a set of MIME types, the MIME type that has the highest quality score when matched with the Accept headers in the supplied request.
selectQuery(StatementPattern, BindingSet, FilterValueExpr, AtomicBoolean) - Static method in class org.eclipse.rdf4j.federated.util.QueryAlgebraUtil
Construct a SELECT query for the provided statement.
selectQuery(ExclusiveGroup, BindingSet, FilterValueExpr, AtomicBoolean) - Static method in class org.eclipse.rdf4j.federated.util.QueryAlgebraUtil
Construct a SELECT query for the provided ExclusiveGroup.
SelectQuery - Class in org.eclipse.rdf4j.sparqlbuilder.core.query
A SPARQL Select query
selectQueryBoundUnion(StatementPattern, List<BindingSet>, FilterValueExpr, Boolean) - Static method in class org.eclipse.rdf4j.federated.util.QueryAlgebraUtil
Construct a SELECT query expression for a bound union.
selectQueryString(StatementPattern, BindingSet, FilterValueExpr, AtomicBoolean, Dataset) - Static method in class org.eclipse.rdf4j.federated.util.QueryStringUtil
Construct a SELECT query for the provided statement.
selectQueryString(ExclusiveTupleExprRenderer, BindingSet, FilterValueExpr, AtomicBoolean, Dataset) - Static method in class org.eclipse.rdf4j.federated.util.QueryStringUtil
Construct a SELECT query for the provided ExclusiveTupleExprRenderer
selectQueryString(ExclusiveGroup, BindingSet, FilterValueExpr, AtomicBoolean, Dataset) - Static method in class org.eclipse.rdf4j.federated.util.QueryStringUtil
Construct a SELECT query for the provided ExclusiveGroup.
selectQueryStringBoundCheck(StatementPattern, List<BindingSet>) - Static method in class org.eclipse.rdf4j.federated.util.QueryAlgebraUtil
Construct a SELECT query for a grouped bound check.
selectQueryStringBoundCheck(StatementPattern, List<BindingSet>, Dataset) - Static method in class org.eclipse.rdf4j.federated.util.QueryStringUtil
Construct a SELECT query for a grouped bound check.
selectQueryStringBoundJoinVALUES(StatementPattern, List<BindingSet>, FilterValueExpr, AtomicBoolean, Dataset) - Static method in class org.eclipse.rdf4j.federated.util.QueryStringUtil
Creates a bound join subquery using the SPARQL 1.1 VALUES operator.
selectQueryStringBoundUnion(StatementPattern, List<BindingSet>, FilterValueExpr, Boolean, Dataset) - Static method in class org.eclipse.rdf4j.federated.util.QueryStringUtil
Deprecated.
replaced with #selectQueryStringBoundJoinVALUES(StatementPattern, List, FilterValueExpr, AtomicBoolean)
selectQueryStringLimit1(StatementPattern, BindingSet, Dataset) - Static method in class org.eclipse.rdf4j.federated.util.QueryStringUtil
Construct a SELECT query for the provided statement with LIMIT 1.
selectQueryStringLimit1(ExclusiveTupleExpr, BindingSet, Dataset) - Static method in class org.eclipse.rdf4j.federated.util.QueryStringUtil
Construct a SELECT query for the provided expr with LIMIT 1.
selectQueryStringLimit1(ExclusiveGroup, BindingSet, Dataset) - Static method in class org.eclipse.rdf4j.federated.util.QueryStringUtil
Construct a SELECT query for the provided ExclusiveGroup with LIMIT 1.
selectSavedQueries(HTTPRepository, String, TupleResultBuilder) - Method in class org.eclipse.rdf4j.workbench.util.QueryStorage
Prepares a query to retrieve the queries accessible to the given user in the given repository.
selectSavedQuery(HTTPRepository, String, String) - Method in class org.eclipse.rdf4j.workbench.util.QueryStorage
Returns the URI for the saved query in the given repository with the given name, owned by the given owner.
SelectTupleFunction - Class in org.eclipse.rdf4j.spin.function
 
SelectTupleFunction() - Constructor for class org.eclipse.rdf4j.spin.function.SelectTupleFunction
 
SelectTupleFunction(SpinParser) - Constructor for class org.eclipse.rdf4j.spin.function.SelectTupleFunction
 
SELL - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:sell
SEMANTIC_RELATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SKOS
The skos:semanticRelation relation.
SEMIAUTOMATIC - Static variable in class org.eclipse.rdf4j.model.vocabulary.EARL
 
sendBooleanQuery(QueryLanguage, String, Dataset, boolean, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
sendBooleanQuery(QueryLanguage, String, String, Dataset, boolean, int, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
sendGraphQuery(QueryLanguage, String, Dataset, boolean, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
sendGraphQuery(QueryLanguage, String, String, Dataset, boolean, int, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
sendGraphQuery(QueryLanguage, String, Dataset, boolean, RDFHandler, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
sendGraphQuery(QueryLanguage, String, String, Dataset, boolean, int, RDFHandler, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
sendTransaction(Iterable<? extends TransactionOperation>) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
Deprecated.
since 2.8.0
sendTupleQuery(QueryLanguage, String, Dataset, boolean, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
sendTupleQuery(QueryLanguage, String, String, Dataset, boolean, int, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
sendTupleQuery(QueryLanguage, String, String, Dataset, boolean, int, TupleQueryResultHandler, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
sendUpdate(QueryLanguage, String, String, Dataset, boolean, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
sendUpdate(QueryLanguage, String, String, Dataset, boolean, int, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
separator(String) - Method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Aggregate
If this is a group_concat aggregate expression, specify the separator to use
separatorReplacement - Variable in class org.eclipse.rdf4j.common.platform.AbstractPlatform
 
SEQ - Static variable in class org.eclipse.rdf4j.model.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq
SEQ_PATH_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#SeqPath A sequence of multiple paths.
SERIALIZABLE_VALIDATION - Static variable in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailSchema
http://rdf4j.org/config/sail/shacl#serializableValidation
SERIALIZABLE_VALIDATION_DEFAULT - Static variable in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
SerializableTest - Class in org.eclipse.rdf4j.repository.optimistic
Tests on behavior of SERIALIZABLE transactions.
SerializableTest() - Constructor for class org.eclipse.rdf4j.repository.optimistic.SerializableTest
 
serialize(Iterable<? extends TransactionOperation>, OutputStream) - Method in class org.eclipse.rdf4j.http.protocol.transaction.TransactionWriter
serialize the passed list of operations to the passed writer.
serialize(TransactionOperation, XMLWriter) - Method in class org.eclipse.rdf4j.http.protocol.transaction.TransactionWriter
Serializes the supplied operation.
serialize(AddStatementOperation, XMLWriter) - Method in class org.eclipse.rdf4j.http.protocol.transaction.TransactionWriter
 
serialize(SPARQLUpdateOperation, XMLWriter) - Method in class org.eclipse.rdf4j.http.protocol.transaction.TransactionWriter
 
serialize(RemoveStatementsOperation, XMLWriter) - Method in class org.eclipse.rdf4j.http.protocol.transaction.TransactionWriter
 
serialize(StatementOperation, XMLWriter) - Method in class org.eclipse.rdf4j.http.protocol.transaction.TransactionWriter
 
serialize(ClearOperation, XMLWriter) - Method in class org.eclipse.rdf4j.http.protocol.transaction.TransactionWriter
 
serialize(SetNamespaceOperation, XMLWriter) - Method in class org.eclipse.rdf4j.http.protocol.transaction.TransactionWriter
 
serialize(RemoveNamespaceOperation, XMLWriter) - Method in class org.eclipse.rdf4j.http.protocol.transaction.TransactionWriter
 
serialize(ClearNamespacesOperation, XMLWriter) - Method in class org.eclipse.rdf4j.http.protocol.transaction.TransactionWriter
 
serialize(Resource[], XMLWriter) - Method in class org.eclipse.rdf4j.http.protocol.transaction.TransactionWriter
 
serialize(Value, XMLWriter) - Method in class org.eclipse.rdf4j.http.protocol.transaction.TransactionWriter
 
serialize(Resource, XMLWriter) - Method in class org.eclipse.rdf4j.http.protocol.transaction.TransactionWriter
 
serialize(IRI, XMLWriter) - Method in class org.eclipse.rdf4j.http.protocol.transaction.TransactionWriter
 
serialize(BNode, XMLWriter) - Method in class org.eclipse.rdf4j.http.protocol.transaction.TransactionWriter
 
serialize(Literal, XMLWriter) - Method in class org.eclipse.rdf4j.http.protocol.transaction.TransactionWriter
 
serializeNull(XMLWriter) - Method in class org.eclipse.rdf4j.http.protocol.transaction.TransactionWriter
 
Serql - Class in org.eclipse.rdf4j.console.command
SERQL query command
Serql(TupleAndGraphQueryEvaluator) - Constructor for class org.eclipse.rdf4j.console.command.Serql
Constructor
SERQL - Static variable in class org.eclipse.rdf4j.query.QueryLanguage
SeRQL (Sesame RDF Query Language) is a Sesame-specific query language for RDF, which predates SPARQL.
SERQL_ONE_X_COMPATIBILITY_MODE - Static variable in class org.eclipse.rdf4j.queryrender.serql.SeRQLQueryRenderer
 
SERQL_PATTERN - Static variable in class org.eclipse.rdf4j.sail.inferencer.fc.config.CustomGraphQueryInferencerConfig
 
SeRQLParser - Class in org.eclipse.rdf4j.query.parser.serql
 
SeRQLParser() - Constructor for class org.eclipse.rdf4j.query.parser.serql.SeRQLParser
 
SeRQLParserFactory - Class in org.eclipse.rdf4j.query.parser.serql
A QueryParserFactory for SeRQL parsers
SeRQLParserFactory() - Constructor for class org.eclipse.rdf4j.query.parser.serql.SeRQLParserFactory
 
SeRQLParserTestCase - Class in org.eclipse.rdf4j.query.parser.serql
 
SeRQLParserTestCase(String, String, Value) - Constructor for class org.eclipse.rdf4j.query.parser.serql.SeRQLParserTestCase
Creates a new SeRQL Parser test.
SeRQLParserTestCase.Factory - Interface in org.eclipse.rdf4j.query.parser.serql
 
SeRQLQueryRenderer - Class in org.eclipse.rdf4j.queryrender.serql
Implementation of the QueryRenderer interface which renders ParsedQuery objects as strings in SeRQL syntax
SeRQLQueryRenderer() - Constructor for class org.eclipse.rdf4j.queryrender.serql.SeRQLQueryRenderer
 
SeRQLQueryTestCase - Class in org.eclipse.rdf4j.query.parser.serql
 
SeRQLQueryTestCase(String, String, List<String>, String, String, String) - Constructor for class org.eclipse.rdf4j.query.parser.serql.SeRQLQueryTestCase
Creates a new SeRQL Query test.
SeRQLQueryTestCase.Factory - Interface in org.eclipse.rdf4j.query.parser.serql
 
SeRQLUtil - Class in org.eclipse.rdf4j.query.parser.serql
SeRQL-related utility methods.
SeRQLUtil() - Constructor for class org.eclipse.rdf4j.query.parser.serql.SeRQLUtil
 
SERQO - Static variable in class org.eclipse.rdf4j.query.QueryLanguage
Deprecated.
since 2.0. This language is no longer actively supported.
SERVER_KEY - Static variable in class org.eclipse.rdf4j.sail.solr.SolrIndex
 
SERVER_PARAM - Static variable in class org.eclipse.rdf4j.workbench.proxy.WorkbenchServlet
 
SERVER_PASSWORD - Static variable in class org.eclipse.rdf4j.workbench.base.AbstractServlet
Deprecated.
SERVER_USER - Static variable in class org.eclipse.rdf4j.workbench.base.AbstractServlet
Deprecated.
SERVER_USER_PASSWORD - Static variable in class org.eclipse.rdf4j.workbench.base.AbstractServlet
 
ServerHTTPException - Exception in org.eclipse.rdf4j.http.server
HTTP-related exception indicating that an error occurred in a server.
ServerHTTPException() - Constructor for exception org.eclipse.rdf4j.http.server.ServerHTTPException
Creates a ServerHTTPException with status code 500 "Internal Server Error".
ServerHTTPException(String) - Constructor for exception org.eclipse.rdf4j.http.server.ServerHTTPException
Creates a ServerHTTPException with status code 500 "Internal Server Error".
ServerHTTPException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.http.server.ServerHTTPException
Creates a ServerHTTPException with status code 500 "Internal Server Error".
ServerHTTPException(int) - Constructor for exception org.eclipse.rdf4j.http.server.ServerHTTPException
Creates a ServerHTTPException with the specified status code.
ServerHTTPException(int, String) - Constructor for exception org.eclipse.rdf4j.http.server.ServerHTTPException
Creates a ServerHTTPException with the specified status code.
ServerHTTPException(int, String, Throwable) - Constructor for exception org.eclipse.rdf4j.http.server.ServerHTTPException
Creates a ServerHTTPException with the specified status code.
ServerHTTPException(int, Throwable) - Constructor for exception org.eclipse.rdf4j.http.server.ServerHTTPException
Creates a ServerHTTPException with the specified status code.
ServerInfo() - Constructor for class org.eclipse.rdf4j.common.webapp.system.SystemInfoController.ServerInfo
 
ServerInfo() - Constructor for class org.eclipse.rdf4j.common.webapp.system.SystemOverviewController.ServerInfo
 
ServerInterceptor - Class in org.eclipse.rdf4j.http.server
Base class for single-use request interceptors.
ServerInterceptor() - Constructor for class org.eclipse.rdf4j.http.server.ServerInterceptor
 
SERVES_DATASET - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCAT
dcat:servesDataset
service - Variable in class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelServiceExecutor
 
SERVICE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SD
Service
service - Variable in class org.eclipse.rdf4j.query.algebra.evaluation.federation.ServiceJoinIterator
 
Service - Class in org.eclipse.rdf4j.query.algebra
The SERVICE keyword as defined in SERVICE definition.
Service(Var, TupleExpr, String, Map<String, String>, String, boolean) - Constructor for class org.eclipse.rdf4j.query.algebra.Service
 
service(ServletRequest, ServletResponse) - Method in class org.eclipse.rdf4j.workbench.base.AbstractServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.rdf4j.workbench.base.AbstractServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.rdf4j.workbench.base.TransformationServlet
 
service(WorkbenchRequest, HttpServletResponse, String) - Method in class org.eclipse.rdf4j.workbench.base.TransformationServlet
 
service(TupleResultBuilder, String) - Method in class org.eclipse.rdf4j.workbench.base.TransformationServlet
 
service(WorkbenchRequest, HttpServletResponse, String) - Method in class org.eclipse.rdf4j.workbench.base.TupleServlet
 
service(WorkbenchRequest, HttpServletResponse, TupleResultBuilder, RepositoryConnection) - Method in class org.eclipse.rdf4j.workbench.base.TupleServlet
 
service(TupleResultBuilder, RepositoryConnection) - Method in class org.eclipse.rdf4j.workbench.base.TupleServlet
 
service(TupleResultBuilder, String) - Method in class org.eclipse.rdf4j.workbench.commands.AddServlet
 
service(TupleResultBuilder, String) - Method in class org.eclipse.rdf4j.workbench.commands.ClearServlet
 
service(TupleResultBuilder, RepositoryConnection) - Method in class org.eclipse.rdf4j.workbench.commands.ContextsServlet
 
service(WorkbenchRequest, HttpServletResponse, String) - Method in class org.eclipse.rdf4j.workbench.commands.CreateServlet
GET requests to this servlet come from the Workbench side bar or from create.xsl form submissions.
service(WorkbenchRequest, HttpServletResponse, String) - Method in class org.eclipse.rdf4j.workbench.commands.DeleteServlet
 
service(TupleResultBuilder, String) - Method in class org.eclipse.rdf4j.workbench.commands.DeleteServlet
Presents a page where the user can choose a repository ID to delete.
service(WorkbenchRequest, HttpServletResponse, String) - Method in class org.eclipse.rdf4j.workbench.commands.ExploreServlet
 
service(WorkbenchRequest, HttpServletResponse, TupleResultBuilder, RepositoryConnection) - Method in class org.eclipse.rdf4j.workbench.commands.ExploreServlet
 
service(WorkbenchRequest, HttpServletResponse, String) - Method in class org.eclipse.rdf4j.workbench.commands.ExportServlet
 
service(WorkbenchRequest, HttpServletResponse, TupleResultBuilder, RepositoryConnection) - Method in class org.eclipse.rdf4j.workbench.commands.ExportServlet
 
service(TupleResultBuilder, String) - Method in class org.eclipse.rdf4j.workbench.commands.InformationServlet
 
service(WorkbenchRequest, HttpServletResponse, String) - Method in class org.eclipse.rdf4j.workbench.commands.InfoServlet
 
service(TupleResultBuilder, String) - Method in class org.eclipse.rdf4j.workbench.commands.NamespacesServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.rdf4j.workbench.commands.QueryServlet
Long query strings could blow past the Tomcat default 8k HTTP header limit if stuffed into a cookie.
service(WorkbenchRequest, HttpServletResponse, String) - Method in class org.eclipse.rdf4j.workbench.commands.QueryServlet
 
service(TupleResultBuilder, String) - Method in class org.eclipse.rdf4j.workbench.commands.RemoveServlet
 
service(TupleResultBuilder, String) - Method in class org.eclipse.rdf4j.workbench.commands.RepositoriesServlet
 
service(WorkbenchRequest, HttpServletResponse, String) - Method in class org.eclipse.rdf4j.workbench.commands.SavedQueriesServlet
 
service(TupleResultBuilder, String) - Method in class org.eclipse.rdf4j.workbench.commands.SummaryServlet
 
service(TupleResultBuilder, RepositoryConnection) - Method in class org.eclipse.rdf4j.workbench.commands.TypesServlet
 
service(TupleResultBuilder, String) - Method in class org.eclipse.rdf4j.workbench.commands.UpdateServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.rdf4j.workbench.proxy.ProxyRepositoryServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.rdf4j.workbench.proxy.WorkbenchGateway
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.rdf4j.workbench.proxy.WorkbenchServlet
 
SERVICE_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#Service A SERVICE call that matches a nested sub-pattern against a SPARQL end point specified by a IRI.
SERVICE_DESCRIPTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:ServiceDescription
SERVICE_ENDPOINT - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:service-endpoint
SERVICE_TYPE - Static variable in class org.eclipse.rdf4j.federated.util.Vocabulary.SD
 
SERVICE_URI_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#serviceURI Used by sp:Service to specify the IRI of the SPARQL end point to invoke.
ServiceCrossProductIteration - Class in org.eclipse.rdf4j.query.algebra.evaluation.federation
Deprecated.
ServiceCrossProductIteration(CloseableIteration<BindingSet, QueryEvaluationException>, List<BindingSet>) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.federation.ServiceCrossProductIteration
Deprecated.
 
ServiceJoinConversionIteration - Class in org.eclipse.rdf4j.query.algebra.evaluation.federation
Deprecated.
ServiceJoinConversionIteration(CloseableIteration<BindingSet, QueryEvaluationException>, List<BindingSet>) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.federation.ServiceJoinConversionIteration
Deprecated.
 
ServiceJoinConversionIteration - Class in org.eclipse.rdf4j.repository.sparql.federation
Inserts original bindings into the result, uses ?__rowIdx to resolve original bindings.
ServiceJoinConversionIteration(CloseableIteration<BindingSet, QueryEvaluationException>, List<BindingSet>) - Constructor for class org.eclipse.rdf4j.repository.sparql.federation.ServiceJoinConversionIteration
 
ServiceJoinIterator - Class in org.eclipse.rdf4j.query.algebra.evaluation.federation
Iterator for efficient SERVICE evaluation (vectored).
ServiceJoinIterator(CloseableIteration<BindingSet, QueryEvaluationException>, Service, BindingSet, EvaluationStrategy) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.federation.ServiceJoinIterator
Construct a service join iteration to use vectored evaluation.
ServiceOptimizer - Class in org.eclipse.rdf4j.federated.optimizer
Optimizer for SERVICE nodes.
ServiceOptimizer(QueryInfo) - Constructor for class org.eclipse.rdf4j.federated.optimizer.ServiceOptimizer
 
ServiceRegistry<K,S> - Class in org.eclipse.rdf4j.common.lang.service
A registry that stores services by some key.
ServiceRegistry(Class<S>) - Constructor for class org.eclipse.rdf4j.common.lang.service.ServiceRegistry
 
serviceResolver - Variable in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
services - Variable in class org.eclipse.rdf4j.common.lang.service.ServiceRegistry
 
services - Variable in class org.eclipse.rdf4j.federated.optimizer.GenericInfoOptimizer
 
SESAME - Class in org.eclipse.rdf4j.model.vocabulary
Defines constants for the Sesame schema namespace.
SESAME() - Constructor for class org.eclipse.rdf4j.model.vocabulary.SESAME
 
SesameClient - Interface in org.eclipse.rdf4j.http.client
Deprecated.
SesameClientDependent - Interface in org.eclipse.rdf4j.http.client
Deprecated.
SesameClientImpl - Class in org.eclipse.rdf4j.http.client
Deprecated.
SesameClientImpl() - Constructor for class org.eclipse.rdf4j.http.client.SesameClientImpl
Deprecated.
SesameClientImpl(CloseableHttpClient, ScheduledExecutorService) - Constructor for class org.eclipse.rdf4j.http.client.SesameClientImpl
Deprecated.
SESAMEQNAME - Class in org.eclipse.rdf4j.model.vocabulary
Defines constants for the Sesame QName schema namespace.
SESAMEQNAME() - Constructor for class org.eclipse.rdf4j.model.vocabulary.SESAMEQNAME
 
SesameSession - Class in org.eclipse.rdf4j.http.client
Deprecated.
SesameSession(HttpClient, ScheduledExecutorService) - Constructor for class org.eclipse.rdf4j.http.client.SesameSession
Deprecated.
SessionManagerDependent - Interface in org.eclipse.rdf4j.http.client
Common interface for objects, such as Repository and RepositoryConnection, that are dependent on HttpClientSessionManager.
set(T) - Method in class org.eclipse.rdf4j.console.setting.ConsoleSetting
 
set(Integer) - Method in class org.eclipse.rdf4j.console.setting.ConsoleWidth
 
set(String) - Method in class org.eclipse.rdf4j.console.setting.LogLevel
 
set(T) - Method in interface org.eclipse.rdf4j.console.Setting
Set the value for this setting
set(Path) - Method in class org.eclipse.rdf4j.console.setting.WorkDir
 
set(CloseableIteration<T, QueryEvaluationException>) - Method in class org.eclipse.rdf4j.federated.evaluation.TripleSourceBase.ResultHolder
 
SET - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:Set
set(BindingSet) - Method in class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
 
set(int, BindingSet) - Method in class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
 
set(RioSetting<T>, T) - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultParser
 
set(RioSetting<T>, T) - Method in interface org.eclipse.rdf4j.query.resultio.QueryResultParser
Set a setting on the parser, and return this parser object to allow chaining.
set(RioSetting<T>, T) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
 
set(RioSetting<T>, T) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFWriter
 
set(RioSetting<T>, T) - Method in class org.eclipse.rdf4j.rio.n3.N3Writer
 
set(RioSetting<T>, T) - Method in class org.eclipse.rdf4j.rio.ParserConfig
 
set(RioSetting<T>, T) - Method in interface org.eclipse.rdf4j.rio.RDFParser
Set a setting on the parser, and return this parser object to allow chaining.
set(RioSetting<T>, T) - Method in interface org.eclipse.rdf4j.rio.RDFWriter
Set a setting on the writer, and return this writer object to allow chaining.
set(RioSetting<T>, T) - Method in class org.eclipse.rdf4j.rio.RioConfig
Sets a RioSetting to have a new value.
set(RioSetting<T>, T) - Method in class org.eclipse.rdf4j.rio.turtle.ArrangedWriter
 
set(RioSetting<T>, T) - Method in class org.eclipse.rdf4j.rio.WriterConfig
 
set(byte[]) - Method in interface org.eclipse.rdf4j.sail.nativerdf.btree.RecordIterator
Replaces the last record returned by RecordIterator.next() with the specified record.
setAddContexts(IRI...) - Method in class org.eclipse.rdf4j.repository.contextaware.config.ContextAwareConfig
Deprecated.
setAddContexts(IRI...) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
Deprecated.
setAddContexts(IRI...) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareRepository
Deprecated.
setAddInferredStatementsToDefaultContext(boolean) - Method in class org.eclipse.rdf4j.sail.inferencer.fc.SchemaCachingRDFSInferencer
Inferred statements can either be added to the default context or to the context that the original inserted statement has.
setAdditionalHttpHeaders(Map<String, String>) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
Set additional HTTP headers to be included in every request to the server, which may be required for certain unusual server configurations.
setAdditionalHttpHeaders(Map<String, String>) - Method in class org.eclipse.rdf4j.repository.http.HTTPRepository
Set additional HTTP headers to be included in every request to the server, which may be required for certain unusual server configurations.
setAdditionalHttpHeaders(Map<String, String>) - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLRepository
Set additional HTTP headers to be included in every request to the server, which may be required for certain unusual server configurations.
setAggregateOperatorInExpression(boolean) - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElem
 
setAlgorithm(Iteration<BindingSet, QueryEvaluationException>) - Method in class org.eclipse.rdf4j.query.algebra.BinaryTupleOperator
 
setAlgorithm(String) - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
 
setAllowBlankNodes(boolean) - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateDataBlockParser
 
setAlternative(ValueExpr) - Method in class org.eclipse.rdf4j.query.algebra.If
 
setAnonymous(boolean) - Method in class org.eclipse.rdf4j.query.algebra.Var
 
setAppConfiguration(AppConfiguration) - Method in class org.eclipse.rdf4j.common.app.logging.base.AbstractLogConfiguration
 
setAppConfiguration(AppConfiguration) - Method in interface org.eclipse.rdf4j.common.app.logging.LogConfiguration
Set application configuration
setAppender(Appender<?>) - Method in class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
 
setAppender(Appender<?>) - Method in class org.eclipse.rdf4j.common.logging.file.logback.FileLogReader
 
setAppender(Appender<?>) - Method in class org.eclipse.rdf4j.common.logging.file.logback.MultipleFileLogReader
 
setAppender(Appender<?>) - Method in interface org.eclipse.rdf4j.common.logging.LogReader
Logging appender associated with this reader.
setAppenderName(String) - Method in class org.eclipse.rdf4j.common.webapp.system.logging.LoggingOverviewController
 
setApplicationId(String) - Method in class org.eclipse.rdf4j.common.app.AppConfiguration
Set the application ID string
setArchiveContexts(IRI...) - Method in class org.eclipse.rdf4j.repository.contextaware.config.ContextAwareConfig
Deprecated.
setArchiveContexts(IRI...) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
Deprecated.
setArchiveContexts(IRI...) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareRepository
Deprecated.
setArg(Var) - Method in class org.eclipse.rdf4j.query.algebra.Bound
Sets the argument of this unary value operator.
setArg(ValueExpr) - Method in class org.eclipse.rdf4j.query.algebra.CompareSubQueryValueOperator
 
setArg(ValueExpr) - Method in class org.eclipse.rdf4j.query.algebra.Regex
 
setArg(TupleExpr) - Method in class org.eclipse.rdf4j.query.algebra.UnaryTupleOperator
Sets the argument of this unary tuple operator.
setArg(ValueExpr) - Method in class org.eclipse.rdf4j.query.algebra.UnaryValueOperator
Sets the argument of this unary value operator.
setArg(int, Expr) - Method in class org.eclipse.rdf4j.sail.federation.algebra.AbstractNaryOperator
Sets the idx-th argument of this n-ary tuple operator.
setArgs(Iterable<ValueExpr>) - Method in class org.eclipse.rdf4j.query.algebra.FunctionCall
 
setArgs(Iterable<ValueExpr>) - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
 
setArguments(List<ValueExpr>) - Method in class org.eclipse.rdf4j.query.algebra.NAryValueOperator
 
setAscending(boolean) - Method in class org.eclipse.rdf4j.query.algebra.OrderElem
 
setAttribute(String, String) - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Sets an attribute for the next start tag.
setAttribute(String, int) - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Sets an attribute for the next start element.
setAttribute(String, boolean) - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Sets an attribute for the next start element.
setAttribute(String, Object) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.QueryContext
 
setAutoCommit(boolean) - Method in class org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
Deprecated.
since 2.0. Use RepositoryConnection.begin() instead.
setAutoCommit(boolean) - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
Deprecated.
setAutoCommit(boolean) - Method in class org.eclipse.rdf4j.repository.event.base.InterceptingRepositoryConnectionWrapper
Deprecated.
setAutoCommit(boolean) - Method in class org.eclipse.rdf4j.repository.event.base.NotifyingRepositoryConnectionWrapper
Deprecated.
setAutoCommit(RepositoryConnection, boolean) - Method in class org.eclipse.rdf4j.repository.event.base.RepositoryConnectionInterceptorAdapter
Deprecated.
setAutoCommit(RepositoryConnection, boolean) - Method in class org.eclipse.rdf4j.repository.event.base.RepositoryConnectionListenerAdapter
Deprecated.
setAutoCommit(RepositoryConnection, boolean) - Method in interface org.eclipse.rdf4j.repository.event.RepositoryConnectionInterceptor
setAutoCommit(RepositoryConnection, boolean) - Method in interface org.eclipse.rdf4j.repository.event.RepositoryConnectionListener
setAutoCommit(RepositoryConnection, boolean) - Method in class org.eclipse.rdf4j.repository.event.util.DebugRepositoryConnectionListener
Deprecated.
setAutoCommit(boolean) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Deprecated.
As of release 2.7.0, use RepositoryConnection.begin() instead.
setAxiomClosureNeeded(boolean) - Method in class org.eclipse.rdf4j.sail.spin.config.SpinSailConfig
 
setAxiomClosureNeeded(boolean) - Method in class org.eclipse.rdf4j.sail.spin.SpinSail
Deprecated.
 
setBaseDir(File) - Method in class org.eclipse.rdf4j.common.app.logging.base.AbstractLogConfiguration
 
setBaseDir(File) - Method in interface org.eclipse.rdf4j.common.app.logging.LogConfiguration
Set the base location on the file system for logging configuration and data
setBaseSail(Sail) - Method in class org.eclipse.rdf4j.sail.helpers.NotifyingSailWrapper
 
setBaseSail(Sail) - Method in class org.eclipse.rdf4j.sail.helpers.SailWrapper
 
setBaseSail(Sail) - Method in class org.eclipse.rdf4j.sail.spin.SpinSail
Deprecated.
 
setBaseSail(Sail) - Method in interface org.eclipse.rdf4j.sail.StackableSail
Sets the base Sail that this Sail will work on top of.
setBaseURI(String) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.SPARQLUpdateOperation
 
setBaseURI(String) - Method in class org.eclipse.rdf4j.query.algebra.IRIFunction
 
setBaseURI(String) - Method in class org.eclipse.rdf4j.query.algebra.Service
 
setBaseURI(String) - Method in class org.eclipse.rdf4j.repository.contextaware.config.ContextAwareConfig
 
setBaseURI(String) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
 
setBaseURI(String) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareRepository
 
setBaseURI(String) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
Parses the supplied URI-string and sets it as the base URI for resolving relative URIs.
setBaseURI(ParsedIRI) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
Sets the base URI for resolving relative URIs.
setBaseURI(ParsedIRI) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
 
setBaseURI(String) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
 
setBinding(String, Value) - Method in class org.eclipse.rdf4j.federated.structures.FedXBooleanQuery
 
setBinding(String, Value) - Method in class org.eclipse.rdf4j.federated.structures.FedXGraphQuery
 
setBinding(String, Value) - Method in class org.eclipse.rdf4j.federated.structures.FedXTupleQuery
 
setBinding(Binding) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.QueryBindingSet
 
setBinding(String, Value) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.QueryBindingSet
 
setBinding(String, Value) - Method in class org.eclipse.rdf4j.query.impl.AbstractOperation
 
setBinding(String, Value) - Method in interface org.eclipse.rdf4j.query.Operation
Binds the specified variable to the supplied value.
setBinding(String, Value) - Method in class org.eclipse.rdf4j.repository.sparql.query.SPARQLOperation
Deprecated.
 
setBinding(Binding) - Method in class org.eclipse.rdf4j.repository.sparql.query.SPARQLQueryBindingSet
 
setBinding(String, Value) - Method in class org.eclipse.rdf4j.repository.sparql.query.SPARQLQueryBindingSet
 
setBindingNames(Set<String>) - Method in class org.eclipse.rdf4j.query.algebra.BindingSetAssignment
 
setBindings(Binding[]) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.SPARQLUpdateOperation
 
setBindingSets(Iterable<BindingSet>) - Method in class org.eclipse.rdf4j.query.algebra.BindingSetAssignment
 
setBloomFilter(Repository, RepositoryBloomFilter) - Method in class org.eclipse.rdf4j.sail.federation.Federation
Deprecated.
Sets an optional RepositoryBloomFilter to use with the given Repository.
setBoundJoinBlockSize(int) - Method in class org.eclipse.rdf4j.repository.sparql.federation.RepositoryFederatedService
 
setCacheSelectNodes(boolean) - Method in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
setCacheSelectNodes(boolean) - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSail
The ShaclSail retries a lot of its relevant data through running SPARQL Select queries against the underlying sail and against the changes in the transaction.
setCanProvideStatements(boolean) - Method in class org.eclipse.rdf4j.federated.cache.EndpointEntry
 
setCautious() - Method in class org.eclipse.rdf4j.console.ConsoleIO
Be cautious when executing commands, opposite of force
setClusterName(String) - Method in class org.eclipse.rdf4j.sail.elasticsearchstore.config.ElasticsearchStoreConfig
 
setCommandLineArgs(String[]) - Method in class org.eclipse.rdf4j.common.app.AppConfiguration
Set the command line arguments specified to the application.
setCondition(ValueExpr) - Method in class org.eclipse.rdf4j.query.algebra.Filter
 
setCondition(ValueExpr) - Method in class org.eclipse.rdf4j.query.algebra.If
Sets the condition argument of this unary value operator.
setCondition(ValueExpr) - Method in class org.eclipse.rdf4j.query.algebra.LeftJoin
 
setConfig(AppConfiguration) - Method in class org.eclipse.rdf4j.common.webapp.system.logging.LoggingOverviewController
 
setConfig(AppConfiguration) - Method in class org.eclipse.rdf4j.common.webapp.system.SystemInfoController
 
setConfig(AppConfiguration) - Method in class org.eclipse.rdf4j.common.webapp.system.SystemOverviewController
 
setConfig(FedXConfig) - Method in class org.eclipse.rdf4j.federated.repository.FedXRepositoryConfig
 
setConnection(SailConnection) - Method in class org.eclipse.rdf4j.sail.model.SailModel
Deprecated.
 
setConnectionTimeout(long) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
Sets the http connection read timeout.
setConnectionTimeOut(long) - Method in class org.eclipse.rdf4j.sail.config.AbstractSailImplConfig
Set the connection timeout (in ms).
setConnectionTimeOut(long) - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSail
Set connection timeout on shutdown (in ms).
setConstant(boolean) - Method in class org.eclipse.rdf4j.query.algebra.Var
 
setContentDisposition(Map, HttpServletResponse, FileFormat) - Method in class org.eclipse.rdf4j.http.server.repository.QueryResultView
 
setContentType(HttpServletResponse, FileFormat) - Method in class org.eclipse.rdf4j.http.server.repository.QueryResultView
 
setContext(String) - Method in class org.eclipse.rdf4j.queryrender.builder.GroupBuilder
Deprecated.
 
setContext(Value) - Method in class org.eclipse.rdf4j.queryrender.builder.GroupBuilder
Deprecated.
 
setContext(Resource) - Method in class org.eclipse.rdf4j.rio.trig.TriGParser
 
setContext(Resource) - Method in class org.eclipse.rdf4j.rio.trigstar.TriGStarParser
 
setContextPath(String) - Method in class org.eclipse.rdf4j.workbench.util.DynamicHttpRequest
 
setContexts(Resource...) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.ContextOperation
 
setContextVar(Var) - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
 
setContextVar(Var) - Method in class org.eclipse.rdf4j.query.algebra.StatementPattern
 
setContextVar(Var) - Method in class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
 
setContextVar(Var) - Method in class org.eclipse.rdf4j.query.parser.sparql.GraphPattern
Deprecated.
 
setContextVar(Var) - Method in class org.eclipse.rdf4j.query.parser.sparql.NegatedPropertySet
Deprecated.
 
setCostEstimate(double) - Method in class org.eclipse.rdf4j.federated.algebra.CheckStatementPattern
 
setCostEstimate(double) - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
 
setCostEstimate(double) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelNode
 
setCostEstimate(Double) - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
 
setDashDataShapes(boolean) - Method in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
setDashDataShapes(boolean) - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSail
Support for DASH Data Shapes Vocabulary Unofficial Draft (http://datashapes.org/dash).
setDataConfig(String) - Method in class org.eclipse.rdf4j.federated.repository.FedXRepositoryConfig
 
setDataDir(File) - Method in class org.eclipse.rdf4j.federated.FedX
 
setDataDir(File) - Method in class org.eclipse.rdf4j.http.server.repository.RepositoryConfigRepository
 
setDataDir(File) - Method in class org.eclipse.rdf4j.repository.base.RepositoryWrapper
 
setDataDir(File) - Method in class org.eclipse.rdf4j.repository.event.base.InterceptingRepositoryWrapper
 
setDataDir(File) - Method in class org.eclipse.rdf4j.repository.event.base.NotifyingRepositoryWrapper
 
setDataDir(Repository, File) - Method in interface org.eclipse.rdf4j.repository.event.RepositoryInterceptor
 
setDataDir(NotifyingRepository, File) - Method in interface org.eclipse.rdf4j.repository.event.RepositoryListener
 
setDataDir(File) - Method in class org.eclipse.rdf4j.repository.http.HTTPRepository
 
setDataDir(File) - Method in interface org.eclipse.rdf4j.repository.Repository
Set the directory where data and logging for this repository is stored.
setDataDir(File) - Method in class org.eclipse.rdf4j.repository.sail.ProxyRepository
 
setDataDir(File) - Method in class org.eclipse.rdf4j.repository.sail.SailRepository
 
setDataDir(File) - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLRepository
 
setDataDir(File) - Method in class org.eclipse.rdf4j.sail.federation.Federation
Deprecated.
 
setDataDir(File) - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSail
 
setDataDir(File) - Method in class org.eclipse.rdf4j.sail.helpers.SailWrapper
 
setDataDir(File) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSail
 
setDataDir(File) - Method in interface org.eclipse.rdf4j.sail.Sail
Sets the data directory for the Sail.
setDataDirName(String) - Method in class org.eclipse.rdf4j.common.app.AppConfiguration
Set the name of the data directory
setDataset(Dataset) - Method in class org.eclipse.rdf4j.federated.structures.FedXBooleanQuery
 
setDataset(Dataset) - Method in class org.eclipse.rdf4j.federated.structures.FedXGraphQuery
 
setDataset(Dataset) - Method in class org.eclipse.rdf4j.federated.structures.FedXTupleQuery
 
setDataset(Dataset) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.SPARQLUpdateOperation
 
setDataset(Dataset) - Method in class org.eclipse.rdf4j.query.impl.AbstractOperation
 
setDataset(Dataset) - Method in interface org.eclipse.rdf4j.query.Operation
Specifies the dataset against which to execute an operation, overriding any dataset that is specified in the operation itself.
setDataset(Dataset) - Method in class org.eclipse.rdf4j.query.parser.ParsedQuery
 
setDataset(Dataset) - Method in class org.eclipse.rdf4j.repository.sparql.query.SPARQLOperation
Deprecated.
 
setDatatype(IRI) - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
 
setDatatypeHandling(RDFParser.DatatypeHandling) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
 
setDatatypeHandling(RDFParser.DatatypeHandling) - Method in interface org.eclipse.rdf4j.rio.RDFParser
setDebugLoggingEnabled(boolean) - Method in class org.eclipse.rdf4j.common.app.logging.base.AbstractLogConfiguration
 
setDebugLoggingEnabled(boolean) - Method in interface org.eclipse.rdf4j.common.app.logging.LogConfiguration
Enable or disable debug logging.
setDecimalExpansionScale(int) - Static method in class org.eclipse.rdf4j.query.algebra.evaluation.util.MathUtil
Sets the decimal expansion scale used in divisions resulting in a decimal value with non-terminating decimal expansion.
setDefaultGraph(String) - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLDataSet
 
setDefaultInsertGraph(IRI) - Method in class org.eclipse.rdf4j.query.impl.SimpleDataset
 
setDefaultIsolationLevel(IsolationLevel) - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSail
Sets the default IsolationLevel on which transactions in this Sail operate.
setDefaultReportDeltas(boolean) - Method in class org.eclipse.rdf4j.repository.event.base.NotifyingRepositoryWrapper
 
setDelegate(FederatedServiceResolver) - Method in class org.eclipse.rdf4j.federated.evaluation.DelegateFederatedServiceResolver
 
setDelegate(RepositoryConnection) - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
setDelegate(Repository) - Method in class org.eclipse.rdf4j.repository.base.RepositoryWrapper
 
setDelegate(RepositoryImplConfig) - Method in class org.eclipse.rdf4j.repository.config.AbstractDelegatingRepositoryImplConfig
 
setDelegate(Repository) - Method in class org.eclipse.rdf4j.repository.dataset.DatasetRepository
 
setDelegate(Repository) - Method in interface org.eclipse.rdf4j.repository.DelegatingRepository
 
setDelegate(RepositoryConnection) - Method in interface org.eclipse.rdf4j.repository.DelegatingRepositoryConnection
 
setDelegate(Repository) - Method in class org.eclipse.rdf4j.repository.manager.SystemRepository
Deprecated.
 
setDelegate(SailImplConfig) - Method in class org.eclipse.rdf4j.sail.config.AbstractDelegatingSailImplConfig
 
setDeleteExpr(TupleExpr) - Method in class org.eclipse.rdf4j.query.algebra.Modify
 
setDescription(String) - Method in class org.eclipse.rdf4j.repository.manager.RepositoryInfo
 
setDestinationGraph(ValueConstant) - Method in class org.eclipse.rdf4j.query.algebra.Add
 
setDestinationGraph(ValueConstant) - Method in class org.eclipse.rdf4j.query.algebra.Copy
 
setDestinationGraph(ValueConstant) - Method in class org.eclipse.rdf4j.query.algebra.Move
 
setDetail(ValidationResult) - Method in class org.eclipse.rdf4j.sail.shacl.results.ValidationResult
Deprecated.
 
setDistance(double) - Method in class org.eclipse.rdf4j.sail.lucene.DistanceQuerySpec
 
setDistanceFunctionCall(FunctionCall) - Method in class org.eclipse.rdf4j.sail.lucene.DistanceQuerySpec
 
setDistanceVar(String) - Method in class org.eclipse.rdf4j.sail.lucene.DistanceQuerySpec
 
setDistinct(boolean) - Method in class org.eclipse.rdf4j.query.algebra.AbstractAggregateOperator
 
setDistinct(boolean) - Method in interface org.eclipse.rdf4j.query.algebra.AggregateOperator
 
setDistinct(boolean) - Method in class org.eclipse.rdf4j.sail.federation.config.FederationConfig
Deprecated.
 
setDistinct(boolean) - Method in class org.eclipse.rdf4j.sail.federation.Federation
Deprecated.
 
setDumpingStack(boolean) - Method in class org.eclipse.rdf4j.repository.event.util.DebugRepositoryConnectionListener
 
setEcho(boolean) - Method in class org.eclipse.rdf4j.console.ConsoleIO
Whether to echo user input to output stream
setEclipseRdf4jShaclExtensions(boolean) - Method in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
setEclipseRdf4jShaclExtensions(boolean) - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSail
Support for Eclipse RDF4J SHACL Extensions (http://rdf4j.org/shacl-extensions#).
setElasticsearchBulkSize(int) - Method in class org.eclipse.rdf4j.sail.elasticsearchstore.ElasticsearchStore
 
setElasticsearchScrollTimeout(int) - Method in class org.eclipse.rdf4j.sail.elasticsearchstore.ElasticsearchStore
 
setElements(Iterable<ExtensionElem>) - Method in class org.eclipse.rdf4j.query.algebra.Extension
 
setElements(List<OrderElem>) - Method in class org.eclipse.rdf4j.query.algebra.Order
 
setElements(List<ProjectionElem>) - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElemList
 
setEnabled(boolean) - Method in class org.eclipse.rdf4j.common.webapp.navigation.AbstractNavigationNode
 
setEnabled(boolean) - Method in interface org.eclipse.rdf4j.common.webapp.navigation.NavigationNode
Set the enabled status of the node.
setEndDate(Date) - Method in class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
 
setEndDate(Date) - Method in class org.eclipse.rdf4j.common.logging.file.logback.MultipleFileLogReader
Set the end date
setEndDate(Date) - Method in interface org.eclipse.rdf4j.common.logging.LogReader
End (latest) date of of the log records returned by this log reader.
setEndpointClassification(EndpointClassification) - Method in class org.eclipse.rdf4j.federated.endpoint.EndpointBase
 
setEndpointConfiguration(EndpointConfiguration) - Method in class org.eclipse.rdf4j.federated.endpoint.EndpointBase
 
setEndpointConfiguration(EndpointConfiguration) - Method in class org.eclipse.rdf4j.federated.endpoint.provider.RepositoryInformation
 
setErrorLocale(Locale) - Method in class org.eclipse.rdf4j.query.resultio.text.SPARQLResultsXSVMappingStrategy
 
setEvaluationMode(TupleFunctionEvaluationMode) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSail
See EVALUATION_MODE_KEY parameter.
setEvaluationMode(TupleFunctionEvaluationMode) - Method in class org.eclipse.rdf4j.sail.spin.SpinSail
Deprecated.
 
setEvaluationStatistics(DynamicStatistics) - Method in class org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics.EvaluationStatisticsWrapper
 
setEvaluationStrategyFactory(EvaluationStrategyFactory) - Method in class org.eclipse.rdf4j.sail.extensiblestore.ExtensibleStore
 
setEvaluationStrategyFactory(EvaluationStrategyFactory) - Method in class org.eclipse.rdf4j.sail.memory.MemoryStore
Sets the EvaluationStrategy to use.
setEvaluationStrategyFactory(EvaluationStrategyFactory) - Method in class org.eclipse.rdf4j.sail.nativerdf.NativeStore
Sets the EvaluationStrategy to use.
setEvaluationStrategyFactoryClassName(String) - Method in class org.eclipse.rdf4j.sail.base.config.BaseSailConfig
 
setExitOnError(boolean) - Method in class org.eclipse.rdf4j.console.Console
Set exit on error mode
setExplicit(boolean) - Method in class org.eclipse.rdf4j.sail.memory.model.MemStatement
 
setExpr(ValueExpr) - Method in class org.eclipse.rdf4j.query.algebra.ExtensionElem
 
setExpr(ValueExpr) - Method in class org.eclipse.rdf4j.query.algebra.OrderElem
 
setExpressionString(String) - Method in class org.eclipse.rdf4j.query.algebra.Service
The SERVICE expression, either complete or just the expression e.g.
setExprVar(Var) - Method in class org.eclipse.rdf4j.query.algebra.TripleRef
 
setFederatedServiceResolver(FederatedServiceResolver) - Method in class org.eclipse.rdf4j.federated.repository.FedXRepository
 
setFederatedServiceResolver(FederatedServiceResolver) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.federation.FederatedServiceResolverClient
Sets the FederatedServiceResolver to use for this client.
setFederatedServiceResolver(FederatedServiceResolver) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.ExtendedEvaluationStrategyFactory
 
setFederatedServiceResolver(FederatedServiceResolver) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
setFederatedServiceResolver(FederatedServiceResolver) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategyFactory
 
setFederatedServiceResolver(FederatedServiceResolver) - Method in class org.eclipse.rdf4j.repository.sail.SailRepository
 
setFederatedServiceResolver(FederatedServiceResolver) - Method in class org.eclipse.rdf4j.repository.sail.SailRepositoryConnection
 
setFederatedServiceResolver(FederatedServiceResolver) - Method in class org.eclipse.rdf4j.sail.base.SailSourceConnection
Sets the FederatedServiceResolver to use.
setFederatedServiceResolver(FederatedServiceResolver) - Method in class org.eclipse.rdf4j.sail.extensiblestore.ExtensibleStore
 
setFederatedServiceResolver(FederatedServiceResolver) - Method in class org.eclipse.rdf4j.sail.federation.Federation
Deprecated.
Overrides the FederatedServiceResolver used by this instance, but the given resolver is not shutDown when this instance is.
setFederatedServiceResolver(FederatedServiceResolver) - Method in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapper
 
setFederatedServiceResolver(FederatedServiceResolver) - Method in class org.eclipse.rdf4j.sail.helpers.SailWrapper
 
setFederatedServiceResolver(FederatedServiceResolver) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSail
 
setFederatedServiceResolver(FederatedServiceResolver) - Method in class org.eclipse.rdf4j.sail.memory.MemoryStore
Overrides the FederatedServiceResolver used by this instance, but the given resolver is not shutDown when this instance is.
setFederatedServiceResolver(FederatedServiceResolver) - Method in class org.eclipse.rdf4j.sail.nativerdf.NativeStore
Overrides the FederatedServiceResolver used by this instance, but the given resolver is not shutDown when this instance is.
setFederatedServiceResolver(FederatedServiceResolver) - Method in class org.eclipse.rdf4j.sail.spin.SpinSail
Deprecated.
 
setFederationContext(FederationContext) - Method in class org.eclipse.rdf4j.federated.FedX
 
setFedxConfig(String) - Method in class org.eclipse.rdf4j.federated.repository.FedXRepositoryConfig
Deprecated.
use FedXRepositoryConfig.setConfig(FedXConfig), scheduled for removal in 4.0
setFields(QueryLanguage, String, String) - Method in class org.eclipse.rdf4j.sail.inferencer.fc.CustomGraphQueryInferencer
Called in order to set all the fields needed for the inferencer to function.
setFilter(Filter) - Method in class org.eclipse.rdf4j.sail.lucene.DistanceQuerySpec
 
setFilter(Filter) - Method in class org.eclipse.rdf4j.sail.lucene.GeoRelationQuerySpec
 
SetFilterNode - Class in org.eclipse.rdf4j.sail.shacl.planNodes
 
SetFilterNode(Set<Value>, PlanNode, int, boolean) - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.SetFilterNode
 
setFlagsArg(ValueExpr) - Method in class org.eclipse.rdf4j.query.algebra.Regex
 
setForce() - Method in class org.eclipse.rdf4j.console.ConsoleIO
Force commands to proceed
setForceSync(boolean) - Method in class org.eclipse.rdf4j.sail.nativerdf.config.NativeStoreConfig
 
setForceSync(boolean) - Method in class org.eclipse.rdf4j.sail.nativerdf.NativeStore
Specifiec whether updates should be synced to disk forcefully, must be called before initialization.
setFrom(Literal) - Method in class org.eclipse.rdf4j.sail.lucene.DistanceQuerySpec
 
setFromString(String) - Method in class org.eclipse.rdf4j.console.setting.ConsoleSetting
Set the value for this setting from a string
setFromString(String) - Method in class org.eclipse.rdf4j.console.setting.ConsoleWidth
 
setFromString(String) - Method in class org.eclipse.rdf4j.console.setting.LogLevel
 
setFromString(String) - Method in class org.eclipse.rdf4j.console.setting.Prefixes
 
setFromString(String) - Method in class org.eclipse.rdf4j.console.setting.QueryPrefix
 
setFromString(String) - Method in class org.eclipse.rdf4j.console.setting.SaveHistory
 
setFromString(String) - Method in class org.eclipse.rdf4j.console.setting.ShowPrefix
 
setFromString(String) - Method in class org.eclipse.rdf4j.console.setting.WorkDir
 
setFtpProxyHost(String) - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
 
setFtpProxyPort(String) - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
 
setFunctionParent(QueryModelNode) - Method in class org.eclipse.rdf4j.sail.lucene.GeoRelationQuerySpec
 
setFunctionParsers(List<FunctionParser>) - Method in class org.eclipse.rdf4j.spin.SpinParser
 
setFunctionRegistry(FunctionRegistry) - Method in class org.eclipse.rdf4j.sail.spin.SpinSail
Deprecated.
 
setFunctionValueVar(String) - Method in class org.eclipse.rdf4j.sail.lucene.GeoRelationQuerySpec
 
setGeometryPattern(StatementPattern) - Method in class org.eclipse.rdf4j.sail.lucene.DistanceQuerySpec
 
setGeometryPattern(StatementPattern) - Method in class org.eclipse.rdf4j.sail.lucene.GeoRelationQuerySpec
 
setGlobalLogValidationExecution(boolean) - Method in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
setGlobalLogValidationExecution(boolean) - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSail
Log (INFO) every execution step of the SHACL validation.
setGraph(ValueConstant) - Method in class org.eclipse.rdf4j.query.algebra.Clear
 
setGraph(ValueConstant) - Method in class org.eclipse.rdf4j.query.algebra.Create
 
setGraph(ValueConstant) - Method in class org.eclipse.rdf4j.query.algebra.Load
 
setGraphPatternGroup(boolean) - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
Deprecated.
setGraphPatternGroup(boolean) - Method in interface org.eclipse.rdf4j.query.algebra.GraphPatternGroupable
Deprecated.
setGroupBindingNames(Iterable<String>) - Method in class org.eclipse.rdf4j.query.algebra.Group
 
setGroupElements(Iterable<GroupElem>) - Method in class org.eclipse.rdf4j.query.algebra.Group
 
setHidden(boolean) - Method in class org.eclipse.rdf4j.common.webapp.navigation.AbstractNavigationNode
 
setHidden(boolean) - Method in interface org.eclipse.rdf4j.common.webapp.navigation.NavigationNode
Set the hidden status of the node.
setHostname(String) - Method in class org.eclipse.rdf4j.sail.elasticsearchstore.config.ElasticsearchStoreConfig
 
setHttpClient(HttpClient) - Method in interface org.eclipse.rdf4j.http.client.HttpClientDependent
Assign an HttpClient that this object should use.
setHttpClient(HttpClient) - Method in class org.eclipse.rdf4j.http.client.SharedHttpClientSessionManager
 
setHttpClient(HttpClient) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
setHttpClient(HttpClient) - Method in class org.eclipse.rdf4j.repository.http.HTTPRepository
 
setHttpClient(HttpClient) - Method in class org.eclipse.rdf4j.repository.manager.LocalRepositoryManager
 
setHttpClient(HttpClient) - Method in class org.eclipse.rdf4j.repository.manager.RemoteRepositoryManager
 
setHttpClient(HttpClient) - Method in class org.eclipse.rdf4j.repository.manager.RepositoryManager
Should be called before RepositoryManager.init().
setHttpClient(HttpClient) - Method in class org.eclipse.rdf4j.repository.manager.util.TypeFilteringRepositoryManager
 
setHttpClient(HttpClient) - Method in class org.eclipse.rdf4j.repository.sail.SailRepository
 
setHttpClient(HttpClient) - Method in class org.eclipse.rdf4j.repository.sail.SailRepositoryConnection
 
setHttpClient(HttpClient) - Method in class org.eclipse.rdf4j.repository.sparql.federation.SPARQLServiceResolver
 
setHttpClient(HttpClient) - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
 
setHttpClient(HttpClient) - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLRepository
 
setHttpClient(HttpClient) - Method in class org.eclipse.rdf4j.sail.federation.Federation
Deprecated.
 
setHttpClientBuilder(HttpClientBuilder) - Method in class org.eclipse.rdf4j.http.client.SharedHttpClientSessionManager
Set an optional HttpClientBuilder to create the inner SharedHttpClientSessionManager.httpClient (if the latter is not provided externally as dependent client).
setHttpClientSessionManager(HttpClientSessionManager) - Method in interface org.eclipse.rdf4j.http.client.SesameClientDependent
Deprecated.
Assign an HttpClientSessionManager that this object should use.
setHttpClientSessionManager(HttpClientSessionManager) - Method in interface org.eclipse.rdf4j.http.client.SessionManagerDependent
Assign an HttpClientSessionManager that this object should use.
setHttpClientSessionManager(HttpClientSessionManager) - Method in class org.eclipse.rdf4j.repository.http.HTTPRepository
 
setHttpClientSessionManager(HttpClientSessionManager) - Method in class org.eclipse.rdf4j.repository.sail.SailRepository
 
setHttpClientSessionManager(HttpClientSessionManager) - Method in class org.eclipse.rdf4j.repository.sail.SailRepositoryConnection
 
setHttpClientSessionManager(HttpClientSessionManager) - Method in class org.eclipse.rdf4j.repository.sparql.federation.SPARQLServiceResolver
 
setHttpClientSessionManager(HttpClientSessionManager) - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLRepository
 
setHttpClientSessionManager(HttpClientSessionManager) - Method in class org.eclipse.rdf4j.sail.federation.Federation
Deprecated.
 
setHttpProxyHost(String) - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
 
setHttpProxyPort(String) - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
Set HTTP proxy port
setHttpsProxyHost(String) - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
Get HTTPS proxy host
setHttpsProxyPort(String) - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
 
setI18n(String) - Method in class org.eclipse.rdf4j.common.webapp.navigation.AbstractNavigationNode
 
setI18n(String) - Method in interface org.eclipse.rdf4j.common.webapp.navigation.NavigationNode
 
setI18nPrefix(String) - Method in class org.eclipse.rdf4j.common.webapp.navigation.NavigationModel
 
setI18nSeparator(String) - Method in class org.eclipse.rdf4j.common.webapp.navigation.NavigationModel
 
setI18nSuffix(String) - Method in class org.eclipse.rdf4j.common.webapp.navigation.NavigationModel
 
setIcon(String) - Method in class org.eclipse.rdf4j.common.webapp.navigation.AbstractNavigationNode
 
setIcon(String) - Method in interface org.eclipse.rdf4j.common.webapp.navigation.NavigationNode
 
setIconPrefix(String) - Method in class org.eclipse.rdf4j.common.webapp.navigation.NavigationModel
 
setIconSeparator(String) - Method in class org.eclipse.rdf4j.common.webapp.navigation.NavigationModel
 
setIconSuffix(String) - Method in class org.eclipse.rdf4j.common.webapp.navigation.NavigationModel
 
setID(String) - Method in class org.eclipse.rdf4j.model.impl.SimpleBNode
 
setID(String) - Method in class org.eclipse.rdf4j.repository.config.RepositoryConfig
 
setId(String) - Method in class org.eclipse.rdf4j.repository.manager.RepositoryInfo
 
setIgnoredTests(List<String>) - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLComplianceTest
 
setIgnoreNoShapesLoadedException(boolean) - Method in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
Deprecated.
setIgnoreNoShapesLoadedException(boolean) - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSail
Deprecated.
setIncludeInferred(boolean) - Method in class org.eclipse.rdf4j.federated.structures.FedXBooleanQuery
 
setIncludeInferred(boolean) - Method in class org.eclipse.rdf4j.federated.structures.FedXGraphQuery
 
setIncludeInferred(boolean) - Method in class org.eclipse.rdf4j.federated.structures.FedXTupleQuery
 
setIncludeInferred(boolean) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.SPARQLUpdateOperation
 
setIncludeInferred(boolean) - Method in class org.eclipse.rdf4j.query.impl.AbstractOperation
 
setIncludeInferred(boolean) - Method in interface org.eclipse.rdf4j.query.Operation
Determine whether evaluation results of this operation should include inferred statements (if any inferred statements are present in the repository).
setIncludeInferred(boolean) - Method in class org.eclipse.rdf4j.repository.contextaware.config.ContextAwareConfig
 
setIncludeInferred(boolean) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
if false, no inferred statements are considered; if true, inferred statements are considered if available
setIncludeInferred(boolean) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareRepository
 
setIncludeInferred(boolean) - Method in class org.eclipse.rdf4j.repository.sparql.query.SPARQLOperation
Deprecated.
 
setIncompleteQueryFails(boolean) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSail
Set this to true, so that incomplete queries will trigger a SailException.
setIndentationLevel(int) - Method in class org.eclipse.rdf4j.common.io.IndentingWriter
Set indentation level (number of tabs or indentation string).
setIndentationString(String) - Method in class org.eclipse.rdf4j.common.io.IndentingWriter
Sets the string that should be used for indentation.
setIndentString(String) - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Sets the string that should be used for indentation when pretty-printing is enabled.
setIndex(int) - Method in class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
 
setIndex(String) - Method in class org.eclipse.rdf4j.sail.elasticsearchstore.config.ElasticsearchStoreConfig
 
setIndexDir(String) - Method in class org.eclipse.rdf4j.sail.lucene.config.AbstractLuceneSailConfig
 
setInitializedRepositories(Map<String, Repository>) - Method in class org.eclipse.rdf4j.repository.manager.RepositoryManager
 
setInsertContext(IRI) - Method in class org.eclipse.rdf4j.repository.contextaware.config.ContextAwareConfig
 
setInsertContext(IRI) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
The default context to add the statements to.
setInsertContext(IRI) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareRepository
 
setInsertExpr(TupleExpr) - Method in class org.eclipse.rdf4j.query.algebra.Modify
 
setInternalID(int, ValueStoreRevision) - Method in class org.eclipse.rdf4j.sail.nativerdf.model.NativeBNode
 
setInternalID(int, ValueStoreRevision) - Method in class org.eclipse.rdf4j.sail.nativerdf.model.NativeIRI
 
setInternalID(int, ValueStoreRevision) - Method in class org.eclipse.rdf4j.sail.nativerdf.model.NativeLiteral
 
setInternalID(int, ValueStoreRevision) - Method in interface org.eclipse.rdf4j.sail.nativerdf.model.NativeValue
Sets the ID that is used for this value in a specific revision of the value store.
setInverse(boolean) - Method in class org.eclipse.rdf4j.query.parser.sparql.PropertySetElem
Deprecated.
 
setIRIString(String) - Method in class org.eclipse.rdf4j.model.impl.SimpleIRI
 
setIsolationLevel(IsolationLevel) - Method in class org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
 
setIsolationLevel(IsolationLevel) - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
setIsolationLevel(IsolationLevel) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Sets the transaction isolation level for the next transaction(s) on this connection.
setIterationCacheSyncThreshold(long) - Method in class org.eclipse.rdf4j.sail.config.AbstractSailImplConfig
 
setIterationCacheSyncThreshold(long) - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSail
Set the threshold for syncing query evaluation iteration caches to disk.
setIterator(Iterator<? extends E>) - Method in class org.eclipse.rdf4j.common.iteration.CloseableIteratorIteration
 
setJoinVars(Set<String>) - Method in class org.eclipse.rdf4j.federated.evaluation.join.JoinExecutorBase
Set the join variables
setLabel(String) - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
 
setLanguage(String) - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
 
setLeftArg(TupleExpr) - Method in class org.eclipse.rdf4j.query.algebra.BinaryTupleOperator
Sets the left argument of this binary tuple operator.
setLeftArg(ValueExpr) - Method in class org.eclipse.rdf4j.query.algebra.BinaryValueOperator
Sets the left argument of this binary value operator.
setLevel(LogLevel) - Method in class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
 
setLevel(LogLevel) - Method in class org.eclipse.rdf4j.common.logging.base.SimpleLogRecord
Set log level
setLevel(LogLevel) - Method in interface org.eclipse.rdf4j.common.logging.LogReader
Level of the log records returned by this log reader.
setLimit(int) - Method in class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
Set the limit
setLimit(int) - Method in interface org.eclipse.rdf4j.common.logging.LogReader
Max.
setLimit(long) - Method in class org.eclipse.rdf4j.query.algebra.Slice
 
setLine(List<Value>) - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.Tuple
 
setLineNumberOffset(int) - Method in class org.eclipse.rdf4j.query.algebra.DeleteData
 
setLineNumberOffset(int) - Method in class org.eclipse.rdf4j.query.algebra.InsertData
 
setLineNumberOffset(int) - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateDataBlockParser
 
setListener(SimpleSAXListener) - Method in class org.eclipse.rdf4j.common.xml.SimpleSAXParser
Sets the (new) listener that should receive any events from this parser.
setLocale(Locale) - Method in class org.eclipse.rdf4j.workbench.util.DynamicHttpRequest
 
setLocalPropertySpace(Collection<String>) - Method in class org.eclipse.rdf4j.sail.federation.Federation
Deprecated.
 
setLocation(URL) - Method in class org.eclipse.rdf4j.repository.manager.RepositoryInfo
 
setLockTrackingEnabled(boolean) - Static method in class org.eclipse.rdf4j.common.concurrent.locks.Properties
Sets of clears the Properties.TRACK_LOCKS system property.
setLogValidationPlans(boolean) - Method in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
setLogValidationPlans(boolean) - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSail
Log (INFO) the executed validation plans as GraphViz DOT Recommended to disable parallel validation with setParallelValidation(false)
setLogValidationViolations(boolean) - Method in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
setLogValidationViolations(boolean) - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSail
Log (INFO) a list of violations and the triples that caused the violations (BETA).
setLongName(String) - Method in class org.eclipse.rdf4j.common.app.AppConfiguration
Set the long name of the application.
setLuceneIndex(SearchIndex) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSail
 
setMajor(int) - Method in class org.eclipse.rdf4j.common.app.AppVersion
Set major number
setManager(RepositoryManager) - Method in interface org.eclipse.rdf4j.console.ConsoleState
Set repository manager
setManagerID(String) - Method in interface org.eclipse.rdf4j.console.ConsoleState
Set repository manager
setMatcherQuery(String) - Method in class org.eclipse.rdf4j.sail.inferencer.fc.config.CustomGraphQueryInferencerConfig
Set the optional matcher query.
setMaxCollectionsSize(int) - Method in class org.eclipse.rdf4j.sail.nativerdf.LimitedSizeNativeStoreConnection
 
setMaxExecutionTime(int) - Method in class org.eclipse.rdf4j.federated.structures.FedXBooleanQuery
 
setMaxExecutionTime(int) - Method in class org.eclipse.rdf4j.federated.structures.FedXGraphQuery
 
setMaxExecutionTime(int) - Method in class org.eclipse.rdf4j.federated.structures.FedXTupleQuery
 
setMaxExecutionTime(int) - Method in class org.eclipse.rdf4j.http.client.query.AbstractHTTPQuery
 
setMaxExecutionTime(int) - Method in class org.eclipse.rdf4j.query.impl.AbstractOperation
 
setMaxExecutionTime(int) - Method in interface org.eclipse.rdf4j.query.Operation
Specifies the maximum time that an operation is allowed to run.
setMaxIterationCount(int) - Method in class org.eclipse.rdf4j.spin.RuleProperty
 
setMaxQueryTime(int) - Method in class org.eclipse.rdf4j.federated.structures.FedXBooleanQuery
 
setMaxQueryTime(int) - Method in class org.eclipse.rdf4j.federated.structures.FedXGraphQuery
 
setMaxQueryTime(int) - Method in class org.eclipse.rdf4j.federated.structures.FedXTupleQuery
 
setMaxQueryTime(int) - Method in class org.eclipse.rdf4j.query.impl.AbstractQuery
Deprecated.
setMaxQueryTime(int) - Method in interface org.eclipse.rdf4j.query.Query
Deprecated.
since 2.0. Use Operation.setMaxExecutionTime(int) instead.
setMaxQueryTime(int) - Method in class org.eclipse.rdf4j.repository.contextaware.config.ContextAwareConfig
 
setMaxQueryTime(int) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
 
setMaxQueryTime(int) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareRepository
 
setMembers(Model) - Method in class org.eclipse.rdf4j.federated.repository.FedXRepositoryConfig
 
setMembers(List<RepositoryImplConfig>) - Method in class org.eclipse.rdf4j.sail.federation.config.FederationConfig
Deprecated.
 
setMessage(String) - Method in class org.eclipse.rdf4j.common.logging.base.SimpleLogRecord
Set message
setMethod(String) - Method in class org.eclipse.rdf4j.workbench.util.DynamicHttpRequest
 
setMilestone(int) - Method in class org.eclipse.rdf4j.common.app.AppVersion
Set the milestone number
setMinLength(long) - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
 
setMinor(int) - Method in class org.eclipse.rdf4j.common.app.AppVersion
Set minor number
setModelFactory(ModelFactory) - Method in class org.eclipse.rdf4j.repository.manager.RepositoryManager
Set the ModelFactory to use for creating new Model objects in the manager.
setModifier(String) - Method in class org.eclipse.rdf4j.common.app.AppVersion
Set the version's release modifier part.
setName(String) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.SetNamespaceOperation
 
setName(String) - Method in class org.eclipse.rdf4j.model.impl.SimpleNamespace
Sets the name of the namespace.
setName(String) - Method in class org.eclipse.rdf4j.query.algebra.ExtensionElem
 
setName(String) - Method in class org.eclipse.rdf4j.query.algebra.GroupElem
 
setName(String) - Method in class org.eclipse.rdf4j.query.algebra.Var
 
setNamespace(String, String) - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
setNamespace(Namespace) - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
setNamespace(String, String) - Method in class org.eclipse.rdf4j.model.impl.EmptyModel
 
setNamespace(Namespace) - Method in class org.eclipse.rdf4j.model.impl.EmptyModel
 
setNamespace(String, String) - Method in class org.eclipse.rdf4j.model.impl.FilteredModel
 
setNamespace(Namespace) - Method in class org.eclipse.rdf4j.model.impl.FilteredModel
 
setNamespace(String, String) - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
setNamespace(Namespace) - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
setNamespace(String, String) - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
setNamespace(Namespace) - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
setNamespace(String, String) - Method in interface org.eclipse.rdf4j.model.Model
Sets the prefix for a namespace.
setNamespace(Namespace) - Method in interface org.eclipse.rdf4j.model.Model
Sets the prefix for a namespace.
setNamespace(Namespace) - Method in class org.eclipse.rdf4j.model.util.ModelBuilder
Set the supplied Namespace mapping.
setNamespace(String, String) - Method in class org.eclipse.rdf4j.model.util.ModelBuilder
Set the namespace mapping defined by the supplied prefix and name
setNamespace(String, String) - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
setNamespace(String, String) - Method in class org.eclipse.rdf4j.repository.event.base.InterceptingRepositoryConnectionWrapper
 
setNamespace(String, String) - Method in class org.eclipse.rdf4j.repository.event.base.NotifyingRepositoryConnectionWrapper
 
setNamespace(RepositoryConnection, String, String) - Method in class org.eclipse.rdf4j.repository.event.base.RepositoryConnectionInterceptorAdapter
 
setNamespace(RepositoryConnection, String, String) - Method in class org.eclipse.rdf4j.repository.event.base.RepositoryConnectionListenerAdapter
 
setNamespace(RepositoryConnection, String, String) - Method in interface org.eclipse.rdf4j.repository.event.RepositoryConnectionInterceptor
 
setNamespace(RepositoryConnection, String, String) - Method in interface org.eclipse.rdf4j.repository.event.RepositoryConnectionListener
 
setNamespace(RepositoryConnection, String, String) - Method in class org.eclipse.rdf4j.repository.event.util.DebugRepositoryConnectionListener
 
setNamespace(String, String) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Sets the prefix for a namespace.
setNamespace(String, String) - Method in class org.eclipse.rdf4j.repository.sail.SailRepositoryConnection
 
setNamespace(String, String) - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
 
setNamespace(String, String) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
Associates the specified prefix to the specified namespace.
setNamespace(String, String) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
 
setNamespace(String, String) - Method in interface org.eclipse.rdf4j.sail.base.SailSink
Sets the prefix for a namespace.
setNamespace(String, String) - Method in interface org.eclipse.rdf4j.sail.extensiblestore.NamespaceStoreInterface
 
setNamespace(String, String) - Method in class org.eclipse.rdf4j.sail.extensiblestore.SimpleMemoryNamespaceStore
 
setNamespace(String, String) - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
setNamespace(String, String) - Method in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapper
 
setNamespace(String, String) - Method in class org.eclipse.rdf4j.sail.model.SailModel
Deprecated.
 
setNamespace(Namespace) - Method in class org.eclipse.rdf4j.sail.model.SailModel
Deprecated.
 
setNamespace(String, String) - Method in interface org.eclipse.rdf4j.sail.SailConnection
Sets the prefix for a namespace.
setNamespaceCacheSize(int) - Method in class org.eclipse.rdf4j.sail.nativerdf.config.NativeStoreConfig
 
setNamespaceCacheSize(int) - Method in class org.eclipse.rdf4j.sail.nativerdf.NativeStore
 
setNamespaceIDCacheSize(int) - Method in class org.eclipse.rdf4j.sail.nativerdf.config.NativeStoreConfig
 
setNamespaceIDCacheSize(int) - Method in class org.eclipse.rdf4j.sail.nativerdf.NativeStore
 
setNamespaceInternal(String, String) - Method in class org.eclipse.rdf4j.federated.FedXConnection
 
setNamespaceInternal(String, String) - Method in class org.eclipse.rdf4j.sail.base.SailSourceConnection
 
setNamespaceInternal(String, String) - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
SetNamespaceOperation - Class in org.eclipse.rdf4j.http.protocol.transaction.operations
Operation that sets the namespace for a specific prefix.
SetNamespaceOperation() - Constructor for class org.eclipse.rdf4j.http.protocol.transaction.operations.SetNamespaceOperation
 
SetNamespaceOperation(String, String) - Constructor for class org.eclipse.rdf4j.http.protocol.transaction.operations.SetNamespaceOperation
 
setNamespacePrefix(String, String) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
setNavigationModel(NavigationModel) - Method in class org.eclipse.rdf4j.common.webapp.navigation.NavigationHandlerInterceptor
 
setNavigationModels(List<String>) - Method in class org.eclipse.rdf4j.common.webapp.navigation.NavigationModel
Set the locations of the navigation model resources to be used in the construction of this model.
setNewScope(boolean) - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
 
setNextRules(List<IRI>) - Method in class org.eclipse.rdf4j.spin.RuleProperty
 
setNodeIdExpr(ValueExpr) - Method in class org.eclipse.rdf4j.query.algebra.BNodeGenerator
 
setNonFatalErrors(Set<RioSetting<?>>) - Method in class org.eclipse.rdf4j.rio.ParserConfig
This method indicates a list of optional errors that the parser should attempt to recover from.
setNonProxyHostsStarting(String) - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
Set the semicolon separated list of hostnames starting with given strings, that do not use the proxy settings.
setObject(Value) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.StatementOperation
 
setObjectList(List<ValueExpr>) - Method in class org.eclipse.rdf4j.query.parser.sparql.NegatedPropertySet
Deprecated.
 
setObjectVar(Var) - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
 
setObjectVar(Var) - Method in class org.eclipse.rdf4j.query.algebra.StatementPattern
 
setObjectVar(Var) - Method in class org.eclipse.rdf4j.query.algebra.TripleRef
 
setObjectVar(Var) - Method in class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
 
setOffset(int) - Method in class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
Set the offset
setOffset(int) - Method in interface org.eclipse.rdf4j.common.logging.LogReader
Index of the first record returned by this log reader.
setOffset(long) - Method in class org.eclipse.rdf4j.query.algebra.Slice
 
setOffset(int, long) - Method in class org.eclipse.rdf4j.sail.nativerdf.datastore.IDFile
Sets or updates the stored offset for the specified ID.
setOperator(Compare.CompareOp) - Method in class org.eclipse.rdf4j.query.algebra.Compare
 
setOperator(Compare.CompareOp) - Method in class org.eclipse.rdf4j.query.algebra.CompareAll
 
setOperator(Compare.CompareOp) - Method in class org.eclipse.rdf4j.query.algebra.CompareAny
 
setOperator(AggregateOperator) - Method in class org.eclipse.rdf4j.query.algebra.GroupElem
 
setOperator(MathExpr.MathOp) - Method in class org.eclipse.rdf4j.query.algebra.MathExpr
 
setOperatorName(String) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.StandardQueryElementCollection
 
setOperatorName(String, boolean) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.StandardQueryElementCollection
 
setOptimizerPipeline(QueryOptimizerPipeline) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.EvaluationStrategy
Set the QueryOptimizerPipeline to use for optimizing any incoming queries.
setOptimizerPipeline(QueryOptimizerPipeline) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.EvaluationStrategyFactory
Set a QueryOptimizerPipeline to be used for query execution planning by the EvaluationStrategy.
setOptimizerPipeline(QueryOptimizerPipeline) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.AbstractEvaluationStrategyFactory
 
setOptimizerPipeline(QueryOptimizerPipeline) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
setParallelValidation(boolean) - Method in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
setParallelValidation(boolean) - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSail
EXPERIMENTAL! Run SHACL validation in parallel.
setParameter(String, String) - Method in class org.eclipse.rdf4j.sail.lucene.config.AbstractLuceneSailConfig
 
setParameter(String, String) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSail
 
SetParameters - Class in org.eclipse.rdf4j.console.command
Set parameters command
SetParameters(ConsoleIO, ConsoleState, Map<String, ConsoleSetting>) - Constructor for class org.eclipse.rdf4j.console.command.SetParameters
Constructor
setParameters(Properties) - Method in class org.eclipse.rdf4j.lucene.spin.LuceneSpinSail
Deprecated.
Replaces existing parameters.
setParent(NavigationNode) - Method in class org.eclipse.rdf4j.common.webapp.navigation.AbstractNavigationNode
 
setParent(NavigationNode) - Method in interface org.eclipse.rdf4j.common.webapp.navigation.NavigationNode
Set the parent of this node.
setParentNode(QueryModelNode) - Method in class org.eclipse.rdf4j.federated.algebra.CheckStatementPattern
 
setParentNode(QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
 
setParentNode(QueryModelNode) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelNode
Sets the node's parent.
setParentNode(QueryModelNode) - Method in class org.eclipse.rdf4j.query.algebra.QueryRoot
 
setParsedOperation(ParsedOperation) - Method in class org.eclipse.rdf4j.spin.Template
 
setParsedQuery(ParsedQuery) - Method in class org.eclipse.rdf4j.spin.function.SpinFunction
 
setParsedQuery(ParsedQuery) - Method in class org.eclipse.rdf4j.spin.function.SpinTupleFunction
 
setParseErrorListener(ParseErrorListener) - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultParser
 
setParseErrorListener(ParseErrorListener) - Method in interface org.eclipse.rdf4j.query.resultio.QueryResultParser
Sets the ParseErrorListener that will be notified of any errors that this parser finds during parsing.
setParseErrorListener(ParseErrorListener) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
 
setParseErrorListener(ParseErrorListener) - Method in interface org.eclipse.rdf4j.rio.RDFParser
Sets the ParseErrorListener that will be notified of any errors that this parser finds during parsing.
setParseLocationListener(ParseLocationListener) - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultParser
 
setParseLocationListener(ParseLocationListener) - Method in interface org.eclipse.rdf4j.query.resultio.QueryResultParser
Sets the ParseLocationListener that will be notified of the parser's progress during the parse process.
setParseLocationListener(ParseLocationListener) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
 
setParseLocationListener(ParseLocationListener) - Method in interface org.eclipse.rdf4j.rio.RDFParser
Sets the ParseLocationListener that will be notified of the parser's progress during the parse process.
setParserConfig(ParserConfig) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
Sets the parser configuration used to process HTTP response data.
setParserConfig(ParserConfig) - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultParser
 
setParserConfig(ParserConfig) - Method in interface org.eclipse.rdf4j.query.resultio.QueryResultParser
Sets all supplied parser configuration options.
setParserConfig(ParserConfig) - Method in class org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
 
setParserConfig(ParserConfig) - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
setParserConfig(ParserConfig) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Set the parser configuration this connection should use for RDFParser-based operations.
setParserConfig(ParserConfig) - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
 
setParserConfig(ParserConfig) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
 
setParserConfig(ParserConfig) - Method in interface org.eclipse.rdf4j.rio.RDFParser
Sets all supplied parser configuration options.
setParserConfig(ParserConfig) - Method in class org.eclipse.rdf4j.sail.SailConnectionQueryPreparer
 
setParseStandAloneDocuments(boolean) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
Sets the parser in a mode to parse stand-alone RDF documents.
setPassword(String) - Method in class org.eclipse.rdf4j.repository.http.config.HTTPRepositoryConfig
 
setPatch(int) - Method in class org.eclipse.rdf4j.common.app.AppVersion
Sets the version's micro version / patch level number.
setPath(String) - Method in class org.eclipse.rdf4j.common.webapp.navigation.AbstractNavigationNode
 
setPath(String) - Method in interface org.eclipse.rdf4j.common.webapp.navigation.NavigationNode
 
setPathExpression(TupleExpr) - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
 
setPathInfo(String) - Method in class org.eclipse.rdf4j.workbench.util.DynamicHttpRequest
 
setPathPrefix(String) - Method in class org.eclipse.rdf4j.common.webapp.navigation.NavigationModel
 
setPathSeparator(String) - Method in class org.eclipse.rdf4j.common.webapp.navigation.NavigationModel
 
setPattern(String, boolean) - Method in class org.eclipse.rdf4j.query.algebra.Like
 
setPatternArg(ValueExpr) - Method in class org.eclipse.rdf4j.query.algebra.Regex
 
setPerformanceLogging(boolean) - Method in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
setPerformanceLogging(boolean) - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSail
Log (INFO) the execution time per shape.
setPersist(boolean) - Method in class org.eclipse.rdf4j.sail.memory.config.MemoryStoreConfig
 
setPersist(boolean) - Method in class org.eclipse.rdf4j.sail.memory.MemoryStore
 
setPlans(List<GenericPlanNode>) - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
 
setPort(int) - Method in class org.eclipse.rdf4j.sail.elasticsearchstore.config.ElasticsearchStoreConfig
 
setPredicate(IRI) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.StatementOperation
 
setPredicate(ValueConstant) - Method in class org.eclipse.rdf4j.query.parser.sparql.PropertySetElem
Deprecated.
 
setPredicateVar(Var) - Method in class org.eclipse.rdf4j.query.algebra.StatementPattern
 
setPredicateVar(Var) - Method in class org.eclipse.rdf4j.query.algebra.TripleRef
 
setPreferredBooleanQueryResultFormat(BooleanQueryResultFormat) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
Sets the preferred format for encoding boolean query results.
setPreferredRDFFormat(RDFFormat) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
Sets the preferred format for encoding RDF documents.
setPreferredRDFFormat(RDFFormat) - Method in class org.eclipse.rdf4j.repository.http.HTTPRepository
Sets the preferred serialization format for RDF to the supplied RDFFormat, overriding the SPARQLProtocolSession's default preference.
setPreferredTupleQueryResultFormat(TupleQueryResultFormat) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
Sets the preferred format for encoding tuple query results.
setPreferredTupleQueryResultFormat(TupleQueryResultFormat) - Method in class org.eclipse.rdf4j.repository.http.HTTPRepository
Sets the preferred serialization format for tuple query results to the supplied TupleQueryResultFormat, overriding the SPARQLProtocolSession 's default preference.
setPrefix(String) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.RemoveNamespaceOperation
 
setPrefix(String) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.SetNamespaceOperation
 
setPrefix(String) - Method in class org.eclipse.rdf4j.model.impl.SimpleNamespace
Sets the prefix of the namespace.
setPrefixDeclarations(Map<String, String>) - Method in class org.eclipse.rdf4j.query.algebra.Service
 
setPreserveBNodeIDs(boolean) - Method in class org.eclipse.rdf4j.repository.util.AbstractRDFInserter
Sets whether this RDFInserter should preserve blank node IDs.
setPreserveBNodeIDs(boolean) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
 
setPreserveBNodeIDs(boolean) - Method in interface org.eclipse.rdf4j.rio.RDFParser
Set whether the parser should preserve bnode identifiers specified in the source (default is false).
setPreserveWhitespace(boolean) - Method in class org.eclipse.rdf4j.common.xml.SimpleSAXParser
Sets whether leading and trailing whitespace characters in text elements should be preserved.
setPrettyPrint(boolean) - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Enables or disables pretty-printing.
setPrinting(boolean) - Method in class org.eclipse.rdf4j.repository.event.util.DebugRepositoryConnectionListener
 
setProjectionContext(Var) - Method in class org.eclipse.rdf4j.query.algebra.Projection
 
setProjectionElemList(ProjectionElemList) - Method in class org.eclipse.rdf4j.query.algebra.Projection
 
setProjections(Iterable<ProjectionElemList>) - Method in class org.eclipse.rdf4j.query.algebra.MultiProjection
 
setProperty(String, String) - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
 
setProperty(String, String) - Method in class org.eclipse.rdf4j.federated.endpoint.provider.RepositoryInformation
 
setProperty(Model, Resource, IRI, Value, Resource...) - Static method in class org.eclipse.rdf4j.model.util.Models
Sets the property value for the given subject to the given object value, replacing any existing value(s) for the subject's property.
setPropertySetElems(List<PropertySetElem>) - Method in class org.eclipse.rdf4j.query.parser.sparql.NegatedPropertySet
Deprecated.
 
setProxiedIdentity(String) - Method in class org.eclipse.rdf4j.repository.sail.ProxyRepository
 
setProxiedRepositoryID(String) - Method in class org.eclipse.rdf4j.repository.sail.config.ProxyRepositoryConfig
 
setProxiesEnabled(boolean) - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
 
setProxySettings(ProxySettings) - Method in class org.eclipse.rdf4j.common.app.AppConfiguration
Set proxy settings
setQueryEndpointUrl(String) - Method in class org.eclipse.rdf4j.repository.sparql.config.SPARQLRepositoryConfig
 
setQueryGeometry(Literal) - Method in class org.eclipse.rdf4j.sail.lucene.GeoRelationQuerySpec
 
setQueryLanguage(QueryLanguage) - Method in class org.eclipse.rdf4j.repository.contextaware.config.ContextAwareConfig
 
setQueryLanguage(QueryLanguage) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
 
setQueryLanguage(QueryLanguage) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareRepository
 
setQueryLanguage(QueryLanguage) - Method in class org.eclipse.rdf4j.sail.inferencer.fc.config.CustomGraphQueryInferencerConfig
 
setQueryPlan(TupleExpr) - Static method in class org.eclipse.rdf4j.federated.monitoring.QueryPlanLog
 
setQueryPreparer(QueryPreparer) - Method in class org.eclipse.rdf4j.spin.function.AbstractSpinFunction
 
setQueryResultHandler(QueryResultHandler) - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultParser
 
setQueryResultHandler(QueryResultHandler) - Method in interface org.eclipse.rdf4j.query.resultio.QueryResultParser
Sets the QueryResultHandler to be used when parsing query results using QueryResultParser.parseQueryResult(InputStream).
setQuerySolutionCacheThreshold(long) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.EvaluationStrategyFactory
Set the number of query solutions the EvaluationStrategy will keep in main memory before it attempts to sync to a temporary disk cache.
setQuerySolutionCacheThreshold(long) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.AbstractEvaluationStrategyFactory
 
setQueryString(String) - Method in class org.eclipse.rdf4j.workbench.util.DynamicHttpRequest
 
setQueryURL(String) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
setQuiet(boolean) - Method in class org.eclipse.rdf4j.console.ConsoleIO
Whether to suppress printing of prompts to output
setRDFHandler(RDFHandler) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
 
setRDFHandler(RDFHandler) - Method in interface org.eclipse.rdf4j.rio.RDFParser
Sets the RDFHandler that will handle the parsed RDF data.
setRdfsSubClassReasoning(boolean) - Method in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
setRdfsSubClassReasoning(boolean) - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSail
 
setReadable(boolean) - Method in class org.eclipse.rdf4j.repository.manager.RepositoryInfo
 
setReadContexts(IRI...) - Method in class org.eclipse.rdf4j.repository.contextaware.config.ContextAwareConfig
 
setReadContexts(IRI...) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
The default context(s) to get the data from.
setReadContexts(IRI...) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareRepository
 
setReadOnly(boolean) - Method in class org.eclipse.rdf4j.sail.federation.config.FederationConfig
Deprecated.
 
setReadOnly(boolean) - Method in class org.eclipse.rdf4j.sail.federation.Federation
Deprecated.
 
setReindexQuery(String) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSail
See REINDEX_QUERY_KEY parameter.
setRelation(String) - Method in class org.eclipse.rdf4j.sail.lucene.GeoRelationQuerySpec
 
setRemoveContexts(IRI...) - Method in class org.eclipse.rdf4j.repository.contextaware.config.ContextAwareConfig
 
setRemoveContexts(IRI...) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
The context(s) to remove the data from.
setRemoveContexts(IRI...) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareRepository
 
setReportDeltas(boolean) - Method in class org.eclipse.rdf4j.repository.event.base.NotifyingRepositoryConnectionWrapper
 
setRepository(Repository) - Method in interface org.eclipse.rdf4j.console.ConsoleState
Set repository
setRepository(String) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
setRepository(Repository) - Method in class org.eclipse.rdf4j.workbench.base.AbstractRepositoryServlet
 
setRepository(Repository) - Method in interface org.eclipse.rdf4j.workbench.RepositoryServlet
 
setRepositoryFactory(RepositoryFactory) - Static method in class org.eclipse.rdf4j.repository.OptimisticIsolationTest
 
setRepositoryID(String) - Method in interface org.eclipse.rdf4j.console.ConsoleState
Set repository ID
setRepositoryImplConfig(RepositoryImplConfig) - Method in class org.eclipse.rdf4j.repository.config.RepositoryConfig
 
setRepositoryInfo(RepositoryInfo) - Method in class org.eclipse.rdf4j.workbench.base.AbstractRepositoryServlet
 
setRepositoryInfo(RepositoryInfo) - Method in interface org.eclipse.rdf4j.workbench.RepositoryServlet
 
setRepositoryManager(RepositoryManager) - Method in class org.eclipse.rdf4j.http.server.repository.config.ConfigController
 
setRepositoryManager(RepositoryManager) - Method in class org.eclipse.rdf4j.http.server.repository.RepositoryController
 
setRepositoryManager(RepositoryManager) - Method in class org.eclipse.rdf4j.http.server.repository.RepositoryInterceptor
 
setRepositoryManager(RepositoryManager) - Method in class org.eclipse.rdf4j.http.server.repository.RepositoryListController
 
setRepositoryManager(RepositoryManager) - Method in class org.eclipse.rdf4j.workbench.base.AbstractRepositoryServlet
 
setRepositoryManager(RepositoryManager) - Method in interface org.eclipse.rdf4j.workbench.RepositoryServlet
 
setRepositoryResolver(RepositoryResolver) - Method in class org.eclipse.rdf4j.federated.endpoint.ResolvableEndpoint
 
setRepositoryResolver(RepositoryResolver) - Method in class org.eclipse.rdf4j.federated.FedX
 
setRepositoryResolver(RepositoryResolver) - Method in interface org.eclipse.rdf4j.repository.RepositoryResolverClient
 
setRepositoryResolver(RepositoryResolver) - Method in class org.eclipse.rdf4j.repository.sail.ProxyRepository
 
setRepositoryResolver(RepositoryResolver) - Method in class org.eclipse.rdf4j.repository.sail.SailRepository
 
setRepositoryResolver(RepositoryResolver) - Method in class org.eclipse.rdf4j.repository.sail.SailRepositoryConnection
 
setRepositoryResolver(RepositoryResolver) - Method in class org.eclipse.rdf4j.sail.federation.Federation
Deprecated.
 
setRequestAttributes(HttpServletRequest) - Method in class org.eclipse.rdf4j.http.server.repository.RepositoryInterceptor
 
setRequestAttributes(HttpServletRequest) - Method in class org.eclipse.rdf4j.http.server.ServerInterceptor
Set attributes for this request.
setResult(ValueExpr) - Method in class org.eclipse.rdf4j.query.algebra.If
 
setResultSizeActual(long) - Method in class org.eclipse.rdf4j.federated.algebra.CheckStatementPattern
 
setResultSizeActual(long) - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
 
setResultSizeActual(long) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelNode
 
setResultSizeActual(Long) - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
 
setResultSizeEstimate(double) - Method in class org.eclipse.rdf4j.federated.algebra.CheckStatementPattern
 
setResultSizeEstimate(double) - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
 
setResultSizeEstimate(double) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelNode
 
setResultSizeEstimate(Double) - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
 
setResultVars(Iterable<Var>) - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
 
setReturnType(URI) - Method in class org.eclipse.rdf4j.spin.function.SpinxFunction
 
setRightArg(TupleExpr) - Method in class org.eclipse.rdf4j.query.algebra.BinaryTupleOperator
Sets the right argument of this binary tuple operator.
setRightArg(ValueExpr) - Method in class org.eclipse.rdf4j.query.algebra.BinaryValueOperator
Sets the right argument of this binary value operator.
setRuleQuery(String) - Method in class org.eclipse.rdf4j.sail.inferencer.fc.config.CustomGraphQueryInferencerConfig
 
setSailImplConfig(SailImplConfig) - Method in class org.eclipse.rdf4j.repository.sail.config.SailRepositoryConfig
 
setScheduledFuture(Future<?>) - Method in class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelTaskBase
 
setScope(StatementPattern.Scope) - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
Sets the context scope for the arbitrary-length path
setScope(StatementPattern.Scope) - Method in class org.eclipse.rdf4j.query.algebra.Clear
 
setScope(StatementPattern.Scope) - Method in class org.eclipse.rdf4j.query.algebra.StatementPattern
Sets the context scope for the statement pattern.
setScope(StatementPattern.Scope) - Method in class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
Sets the context scope for the zero-length path
setScope(StatementPattern.Scope) - Method in class org.eclipse.rdf4j.query.parser.sparql.NegatedPropertySet
Deprecated.
 
setScope(StatementPattern.Scope) - Method in class org.eclipse.rdf4j.queryrender.builder.GroupBuilder
Deprecated.
 
setScript(String) - Method in class org.eclipse.rdf4j.spin.function.SpinxFunction
 
setScriptEngine(ScriptEngine) - Method in class org.eclipse.rdf4j.spin.function.SpinxFunction
 
setSeparator(ValueExpr) - Method in class org.eclipse.rdf4j.query.algebra.GroupConcat
 
setSerializableValidation(boolean) - Method in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
setSerializableValidation(boolean) - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSail
Enable or disable serializable validation.On transactions using SNAPSHOT isolation the ShaclSail can run the validation serializably.
setServerURL(String) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
setServiceRef(Var) - Method in class org.eclipse.rdf4j.query.algebra.Service
 
setServletPath(String) - Method in class org.eclipse.rdf4j.workbench.util.DynamicHttpRequest
 
setSesameClient(SesameClient) - Method in interface org.eclipse.rdf4j.http.client.SesameClientDependent
setSilent(boolean) - Method in class org.eclipse.rdf4j.query.algebra.Add
 
setSilent(boolean) - Method in class org.eclipse.rdf4j.query.algebra.Clear
 
setSilent(boolean) - Method in class org.eclipse.rdf4j.query.algebra.Copy
 
setSilent(boolean) - Method in class org.eclipse.rdf4j.query.algebra.Create
 
setSilent(boolean) - Method in class org.eclipse.rdf4j.query.algebra.Load
 
setSilent(boolean) - Method in class org.eclipse.rdf4j.query.algebra.Move
 
setSinceSnapshot(int) - Method in class org.eclipse.rdf4j.sail.memory.model.MemStatement
 
setSocksProxyHost(String) - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
 
setSocksProxyPort(String) - Method in class org.eclipse.rdf4j.common.app.net.ProxySettings
 
setSource(ValueConstant) - Method in class org.eclipse.rdf4j.query.algebra.Load
 
setSourceExpression(ExtensionElem) - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElem
 
setSourceGraph(ValueConstant) - Method in class org.eclipse.rdf4j.query.algebra.Add
 
setSourceGraph(ValueConstant) - Method in class org.eclipse.rdf4j.query.algebra.Copy
 
setSourceGraph(ValueConstant) - Method in class org.eclipse.rdf4j.query.algebra.Move
 
setSourceName(String) - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElem
 
setSpinParser(SpinParser) - Method in class org.eclipse.rdf4j.sail.spin.SpinSail
Deprecated.
 
setSpinParser(SpinParser) - Method in class org.eclipse.rdf4j.spin.function.AskFunction
 
setSpinParser(SpinParser) - Method in class org.eclipse.rdf4j.spin.function.ConstructTupleFunction
 
setSpinParser(SpinParser) - Method in class org.eclipse.rdf4j.spin.function.EvalFunction
 
setSpinParser(SpinParser) - Method in class org.eclipse.rdf4j.spin.function.SelectTupleFunction
 
setSpinParser(SpinParser) - Method in class org.eclipse.rdf4j.spin.function.spif.CanInvoke
 
setSpinParser(SpinParser) - Method in class org.eclipse.rdf4j.spin.function.spif.ConvertSpinRDFToString
 
setStackTrace(List<String>) - Method in class org.eclipse.rdf4j.common.logging.base.SimpleLogRecord
Set stack trace as list of strings
setStartDate(Date) - Method in class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
 
setStartDate(Date) - Method in class org.eclipse.rdf4j.common.logging.file.logback.MultipleFileLogReader
Set start date
setStartDate(Date) - Method in interface org.eclipse.rdf4j.common.logging.LogReader
Start (earliest) date of the log records returned by this log reader.
setStatementPatternScope(StatementPattern.Scope) - Method in class org.eclipse.rdf4j.query.parser.sparql.GraphPattern
Deprecated.
 
setStatementsAdded(boolean) - Method in class org.eclipse.rdf4j.sail.helpers.DefaultSailChangedEvent
 
setStatementsRemoved(boolean) - Method in class org.eclipse.rdf4j.sail.helpers.DefaultSailChangedEvent
 
setStatusCode(int) - Method in exception org.eclipse.rdf4j.http.server.ClientHTTPException
 
setStatusCode(int) - Method in exception org.eclipse.rdf4j.http.server.HTTPException
 
setStatusCode(int) - Method in exception org.eclipse.rdf4j.http.server.ServerHTTPException
 
setStopAtFirstError(boolean) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
Deprecated.
setStopAtFirstError(boolean) - Method in interface org.eclipse.rdf4j.rio.RDFParser
Deprecated.
since 2.0. Use RDFParser.getParserConfig() with ParserConfig.addNonFatalError(RioSetting) to select which errors will not always fail the parse prematurely.
setStream(PrintStream) - Method in class org.eclipse.rdf4j.repository.event.util.DebugRepositoryConnectionListener
 
setStrict(boolean) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.util.ValueComparator
 
setStrictFunctionChecking(boolean) - Method in class org.eclipse.rdf4j.spin.SpinParser
 
setSubject(Resource) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.StatementOperation
 
setSubjectVar(Var) - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
 
setSubjectVar(Var) - Method in class org.eclipse.rdf4j.query.algebra.StatementPattern
 
setSubjectVar(Var) - Method in class org.eclipse.rdf4j.query.algebra.TripleRef
 
setSubjectVar(Var) - Method in class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
 
setSubjectVar(Var) - Method in class org.eclipse.rdf4j.query.parser.sparql.NegatedPropertySet
Deprecated.
 
setSubquery(boolean) - Method in class org.eclipse.rdf4j.query.algebra.Projection
 
setSubQuery(TupleExpr) - Method in class org.eclipse.rdf4j.query.algebra.SubQueryValueOperator
 
setSupportedIsolationLevels(List<IsolationLevel>) - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSail
Sets the list of supported IsolationLevelss for this SAIL.
setSupportedIsolationLevels(IsolationLevel...) - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSail
Sets the list of supported IsolationLevelss for this SAIL.
setSupportsASKQueries(boolean) - Method in class org.eclipse.rdf4j.federated.endpoint.SparqlEndpointConfiguration
Define whether this endpoint supports ASK queries.
setSyncDelay(long) - Method in class org.eclipse.rdf4j.sail.memory.config.MemoryStoreConfig
 
setSyncDelay(long) - Method in class org.eclipse.rdf4j.sail.memory.MemoryStore
Sets the time (in milliseconds) to wait after a transaction was commited before writing the changed data to file.
setTargetName(String) - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElem
 
setTaskWrapper(TaskWrapper) - Method in class org.eclipse.rdf4j.federated.evaluation.concurrent.ControlledWorkerScheduler
 
setTaskWrapper(TaskWrapper) - Method in interface org.eclipse.rdf4j.federated.evaluation.concurrent.TaskWrapperAware
Set the TaskWrapper to the respective instance
setTemplate(String) - Method in class org.eclipse.rdf4j.repository.config.ConfigTemplate
 
setThread(String) - Method in class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
 
setThread(String) - Method in interface org.eclipse.rdf4j.common.logging.LogReader
Thread name of the log records returned by this log reader.
setThreadName(String) - Method in class org.eclipse.rdf4j.common.logging.base.SimpleLogRecord
Set thread name
setTillSnapshot(int) - Method in class org.eclipse.rdf4j.sail.memory.model.MemStatement
 
setTime(Date) - Method in class org.eclipse.rdf4j.common.logging.base.SimpleLogRecord
Set date time
setTimedOut(Boolean) - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
 
Setting<T> - Interface in org.eclipse.rdf4j.console
Setting interface
settings - Variable in class org.eclipse.rdf4j.rio.RioConfig
A map containing mappings from settings to their values.
Settings(boolean, boolean) - Constructor for class org.eclipse.rdf4j.sail.shacl.ShaclSailConnection.Settings
 
setTitle(String) - Method in class org.eclipse.rdf4j.repository.config.RepositoryConfig
 
setTotalTimeActual(Double) - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
 
setTotalTimeNanosActual(long) - Method in class org.eclipse.rdf4j.federated.algebra.CheckStatementPattern
 
setTotalTimeNanosActual(long) - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
 
setTotalTimeNanosActual(long) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelNode
 
setTrackResultSize(boolean) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.EvaluationStrategy
Enable or disable results size tracking for the query plan.
setTrackResultSize(boolean) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.EvaluationStrategyFactory
Enable or disable results size tracking for the query plan.
setTrackResultSize(boolean) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.AbstractEvaluationStrategyFactory
 
setTrackResultSize(boolean) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
setTrackResultSize(boolean) - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSail
Enable or disable results size tracking for the query plan.
setTrackTime(boolean) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.EvaluationStrategy
Enable or disable time tracking for the query plan.
setTrackTime(boolean) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
setTransactionSettings(TransactionSetting...) - Method in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapper
 
setTransactionSettings(TransactionSetting...) - Method in interface org.eclipse.rdf4j.sail.SailConnection
Pass any transaction-specific settings to the SailConnection.
setTransactionSettings(TransactionSetting...) - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSailConnection
 
setTripleIndexes(String) - Method in class org.eclipse.rdf4j.sail.nativerdf.config.NativeStoreConfig
 
setTripleIndexes(String) - Method in class org.eclipse.rdf4j.sail.nativerdf.NativeStore
Sets the triple indexes for the native store, must be called before initialization.
setTupleExpr(TupleExpr) - Method in class org.eclipse.rdf4j.query.parser.ParsedQuery
Gets the tuple expression underlying this operation.
setTupleFunctionParsers(List<TupleFunctionParser>) - Method in class org.eclipse.rdf4j.spin.SpinParser
 
setTupleFunctionRegistry(TupleFunctionRegistry) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSail
 
setTupleFunctionRegistry(TupleFunctionRegistry) - Method in class org.eclipse.rdf4j.sail.spin.SpinSail
Deprecated.
 
setTupleQueryResultHandler(TupleQueryResultHandler) - Method in class org.eclipse.rdf4j.query.resultio.AbstractTupleQueryResultParser
 
setTupleQueryResultHandler(TupleQueryResultHandler) - Method in class org.eclipse.rdf4j.query.resultio.sparqljson.SPARQLResultsJSONParser
Deprecated.
setTupleQueryResultHandler(TupleQueryResultHandler) - Method in class org.eclipse.rdf4j.query.resultio.sparqlxml.SPARQLResultsXMLParser
 
setTupleQueryResultHandler(TupleQueryResultHandler) - Method in interface org.eclipse.rdf4j.query.resultio.TupleQueryResultParser
setTuples(List<Tuple>) - Method in class org.eclipse.rdf4j.sail.shacl.results.ValidationReport
Deprecated.
 
setType(EndpointType) - Method in class org.eclipse.rdf4j.federated.endpoint.provider.RepositoryInformation
 
setType(String) - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
 
setType(Class<? extends BindingSet>) - Method in class org.eclipse.rdf4j.query.resultio.text.SPARQLResultsXSVMappingStrategy
 
setType(String) - Method in class org.eclipse.rdf4j.repository.config.AbstractRepositoryImplConfig
 
setType(String) - Method in class org.eclipse.rdf4j.sail.config.AbstractSailImplConfig
 
setUndefinedTargetValidatesAllSubjects(boolean) - Method in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
Deprecated.
setUndefinedTargetValidatesAllSubjects(boolean) - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSail
Deprecated.
setUnits(IRI) - Method in class org.eclipse.rdf4j.sail.lucene.DistanceQuerySpec
 
setUp() - Method in class org.eclipse.rdf4j.model.AbstractModelPerformanceTest
 
setUp() - Method in class org.eclipse.rdf4j.model.AbstractModelTest
 
setUp() - Method in class org.eclipse.rdf4j.model.ModelNamespacesTest
 
setUp() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
setUp() - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQL10QueryComplianceTest
 
setUp() - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQL11QueryComplianceTest
 
setUp() - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQL11UpdateComplianceTest
 
setUp() - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQL12QueryComplianceTest
 
setUp() - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLQueryComplianceTest
 
setUp() - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLQueryTest
Deprecated.
 
setUp() - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLUpdateConformanceTest
Deprecated.
 
setUp() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
setUp() - Method in class org.eclipse.rdf4j.repository.CascadeValueExceptionTest
 
setUp() - Method in class org.eclipse.rdf4j.repository.EquivalentTest
 
setUp() - Method in class org.eclipse.rdf4j.repository.GraphQueryResultTest
 
setUp() - Method in class org.eclipse.rdf4j.repository.optimistic.DeadLockTest
 
setUp() - Method in class org.eclipse.rdf4j.repository.optimistic.DeleteInsertTest
 
setUp() - Method in class org.eclipse.rdf4j.repository.optimistic.IsolationLevelTest
 
setUp() - Method in class org.eclipse.rdf4j.repository.optimistic.LinearTest
 
setUp() - Method in class org.eclipse.rdf4j.repository.optimistic.ModificationTest
 
setUp() - Method in class org.eclipse.rdf4j.repository.optimistic.MonotonicTest
 
setUp() - Method in class org.eclipse.rdf4j.repository.optimistic.RemoveIsolationTest
 
setUp() - Method in class org.eclipse.rdf4j.repository.optimistic.SerializableTest
 
setUp() - Method in class org.eclipse.rdf4j.repository.optimistic.SnapshotTest
 
setUp() - Method in class org.eclipse.rdf4j.repository.RDFSchemaRepositoryConnectionTest
 
setUp() - Method in class org.eclipse.rdf4j.repository.RDFStarSupportTest
 
setUp() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
setUp() - Method in class org.eclipse.rdf4j.repository.RepositoryTest
 
setUp() - Method in class org.eclipse.rdf4j.repository.SparqlAggregatesTest
 
setUp() - Method in class org.eclipse.rdf4j.repository.SparqlDatasetTest
 
setUp() - Method in class org.eclipse.rdf4j.repository.SparqlOrderByTest
 
setUp() - Method in class org.eclipse.rdf4j.repository.SparqlRegexTest
 
setUp() - Method in class org.eclipse.rdf4j.repository.SparqlSetBindingTest
 
setUp() - Method in class org.eclipse.rdf4j.repository.TupleQueryResultTest
 
setUp() - Method in class org.eclipse.rdf4j.sail.EvaluationStrategyTest
 
setUp() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailGeoSPARQLTest
 
setUp() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailIndexedPropertiesTest
 
setUp() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailTest
 
setUp() - Method in class org.eclipse.rdf4j.sail.RDFNotifyingStoreTest
 
setUp() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
setUp() - Method in class org.eclipse.rdf4j.sail.SailConcurrencyTest
 
setUp() - Method in class org.eclipse.rdf4j.sail.SailInterruptTest
 
setUp() - Method in class org.eclipse.rdf4j.sail.SailIsolationLevelTest
 
setUp() - Method in class org.eclipse.rdf4j.shacl.manifest.AbstractSHACLTest
Deprecated.
 
setUpClass() - Static method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
setUpClass() - Static method in class org.eclipse.rdf4j.repository.CascadeValueExceptionTest
 
setUpClass() - Static method in class org.eclipse.rdf4j.repository.EquivalentTest
 
setUpClass() - Static method in class org.eclipse.rdf4j.repository.GraphQueryResultTest
 
setUpClass() - Static method in class org.eclipse.rdf4j.repository.optimistic.DeadLockTest
 
setUpClass() - Static method in class org.eclipse.rdf4j.repository.optimistic.DeleteInsertTest
 
setUpClass() - Static method in class org.eclipse.rdf4j.repository.optimistic.IsolationLevelTest
 
setUpClass() - Static method in class org.eclipse.rdf4j.repository.optimistic.LinearTest
 
setUpClass() - Static method in class org.eclipse.rdf4j.repository.optimistic.ModificationTest
 
setUpClass() - Static method in class org.eclipse.rdf4j.repository.optimistic.MonotonicTest
 
setUpClass() - Static method in class org.eclipse.rdf4j.repository.optimistic.RemoveIsolationTest
 
setUpClass() - Static method in class org.eclipse.rdf4j.repository.optimistic.SerializableTest
 
setUpClass() - Static method in class org.eclipse.rdf4j.repository.optimistic.SnapshotTest
 
setUpClass() - Static method in class org.eclipse.rdf4j.repository.OptimisticIsolationTest
 
setUpClass() - Static method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
setUpClass() - Static method in class org.eclipse.rdf4j.repository.RepositoryTest
 
setUpClass() - Static method in class org.eclipse.rdf4j.repository.SparqlAggregatesTest
 
setUpClass() - Static method in class org.eclipse.rdf4j.repository.SparqlDatasetTest
 
setUpClass() - Static method in class org.eclipse.rdf4j.repository.SparqlOrderByTest
 
setUpClass() - Static method in class org.eclipse.rdf4j.repository.SparqlRegexTest
 
setUpClass() - Static method in class org.eclipse.rdf4j.repository.SparqlSetBindingTest
 
setUpClass() - Static method in class org.eclipse.rdf4j.repository.TupleQueryResultTest
 
setUpClass() - Static method in class org.eclipse.rdf4j.sail.EvaluationStrategyTest
 
setUpClass() - Static method in class org.eclipse.rdf4j.sail.InferencingTest
 
setUpClass() - Static method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
setUpClass() - Static method in class org.eclipse.rdf4j.sail.SailInterruptTest
 
setUpClass() - Static method in class org.eclipse.rdf4j.sail.SailIsolationLevelTest
 
setUpdateEndpointUrl(String) - Method in class org.eclipse.rdf4j.repository.sparql.config.SPARQLRepositoryConfig
 
setUpdateString(String) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.SPARQLUpdateOperation
 
setUpdateURL(String) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
setUpperLimit(long) - Method in class org.eclipse.rdf4j.federated.algebra.FedXStatementPattern
Set the upper limit for this statement expression (i.e.
setURI(String) - Method in class org.eclipse.rdf4j.query.algebra.FunctionCall
 
setURI(String) - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
 
setURL(String) - Method in class org.eclipse.rdf4j.repository.http.config.HTTPRepositoryConfig
 
setUseFreshConnection(boolean) - Method in class org.eclipse.rdf4j.repository.sparql.federation.RepositoryFederatedService
 
setUsername(String) - Method in class org.eclipse.rdf4j.repository.http.config.HTTPRepositoryConfig
 
setUsernameAndPassword(String, String) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
setUsernameAndPassword(String, String) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
Set the username and password for authentication with the remote server.
setUsernameAndPassword(String, String) - Method in class org.eclipse.rdf4j.repository.http.HTTPRepository
Set the username and password to use for authenticating with the remote repository.
setUsernameAndPassword(String, String) - Method in class org.eclipse.rdf4j.repository.manager.RemoteRepositoryManager
Set the username and password for authenication with the remote server.
setUsernameAndPassword(String, String) - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLRepository
Set the username and password to use for authenticating with the remote repository.
setUsernameAndPasswordForUrl(String, String, String) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
setValidateConstraints(boolean) - Method in class org.eclipse.rdf4j.sail.spin.SpinSail
Deprecated.
Disable or enable SPIN constraint validation.
setValidationEnabled(boolean) - Method in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
setValidationResultsLimitPerConstraint(long) - Method in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
setValidationResultsLimitPerConstraint(long) - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSail
ValidationReports contain validation results.
setValidationResultsLimitTotal(long) - Method in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
setValidationResultsLimitTotal(long) - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSail
ValidationReports contain validation results.
setValue(String) - Method in class org.eclipse.rdf4j.common.webapp.util.HeaderElement
 
setValue(Value) - Method in class org.eclipse.rdf4j.query.algebra.ValueConstant
 
setValue(Value) - Method in class org.eclipse.rdf4j.query.algebra.Var
 
setValueCacheSize(int) - Method in class org.eclipse.rdf4j.sail.nativerdf.config.NativeStoreConfig
 
setValueCacheSize(int) - Method in class org.eclipse.rdf4j.sail.nativerdf.NativeStore
 
setValueFactory(ValueFactory) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
setValueFactory(ValueFactory) - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultParser
 
setValueFactory(ValueFactory) - Method in interface org.eclipse.rdf4j.query.resultio.QueryResultParser
Sets the ValueFactory that the parser will use to create Value objects for the parsed query result.
setValueFactory(ValueFactory) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
 
setValueFactory(ValueFactory) - Method in interface org.eclipse.rdf4j.rio.RDFParser
Sets the ValueFactory that the parser will use to create Value objects for the parsed RDF data.
setValueIDCacheSize(int) - Method in class org.eclipse.rdf4j.sail.nativerdf.config.NativeStoreConfig
 
setValueIDCacheSize(int) - Method in class org.eclipse.rdf4j.sail.nativerdf.NativeStore
 
setVariableScopeChange(boolean) - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
 
setVariableScopeChange(boolean) - Method in interface org.eclipse.rdf4j.query.algebra.VariableScopeChange
Set the value of VariableScopeChange.isVariableScopeChange() to true or false.
setVerifyData(boolean) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
 
setVerifyData(boolean) - Method in interface org.eclipse.rdf4j.rio.RDFParser
setVersion(AppVersion) - Method in class org.eclipse.rdf4j.common.app.AppConfiguration
Set the version of the application.
setView(String) - Method in class org.eclipse.rdf4j.common.webapp.system.SystemInfoController
 
setView(String) - Method in class org.eclipse.rdf4j.common.webapp.system.SystemOverviewController
 
setViewName(String) - Method in class org.eclipse.rdf4j.common.webapp.system.logging.LoggingOverviewController
 
setViewSuffix(String) - Method in class org.eclipse.rdf4j.common.webapp.navigation.AbstractNavigationNode
 
setViewSuffix(String) - Method in interface org.eclipse.rdf4j.common.webapp.navigation.NavigationNode
 
setWhereExpr(TupleExpr) - Method in class org.eclipse.rdf4j.query.algebra.Modify
 
setWrapperMethod(Function<String, String>) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.StandardQueryElementCollection
 
setWritable(boolean) - Method in class org.eclipse.rdf4j.federated.endpoint.EndpointBase
 
setWritable(boolean) - Method in class org.eclipse.rdf4j.federated.endpoint.provider.RepositoryInformation
 
setWritable(boolean) - Method in class org.eclipse.rdf4j.repository.manager.RepositoryInfo
 
setWriterConfig(WriterConfig) - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultWriter
 
setWriterConfig(WriterConfig) - Method in interface org.eclipse.rdf4j.query.resultio.QueryResultWriter
Sets all supplied writer configuration options.
setWriterConfig(WriterConfig) - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFWriter
 
setWriterConfig(WriterConfig) - Method in class org.eclipse.rdf4j.rio.n3.N3Writer
 
setWriterConfig(WriterConfig) - Method in interface org.eclipse.rdf4j.rio.RDFWriter
Sets all supplied writer configuration options.
setWriterConfig(WriterConfig) - Method in class org.eclipse.rdf4j.rio.turtle.ArrangedWriter
 
SEVERITY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:Severity
SEVERITY_PROP - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:severity
SF_CONTAINS - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEOF
 
SF_CROSSES - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEOF
 
SF_DISJOINT - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEOF
 
SF_EQUALS - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEOF
 
SF_INTERSECTS - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEOF
 
SF_OVERLAPS - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEOF
 
SF_TOUCHES - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEOF
 
SF_WITHIN - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEOF
 
sfContains(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.JtsSpatialAlgebra
 
SfContains - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql
The GeoSPARQL Function geof:sfContains, as defined in OGC GeoSPARQL - A Geographic Query Language for RDF Data.
SfContains() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SfContains
 
sfContains(Shape, Shape) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SpatialAlgebra
 
sfCrosses(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.JtsSpatialAlgebra
 
SfCrosses - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql
The GeoSPARQL Function geof:sfCrosses, as defined in OGC GeoSPARQL - A Geographic Query Language for RDF Data.
SfCrosses() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SfCrosses
 
sfCrosses(Shape, Shape) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SpatialAlgebra
 
sfDisjoint(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.JtsSpatialAlgebra
 
SfDisjoint - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql
The GeoSPARQL Function geof:sfDisjoint, as defined in OGC GeoSPARQL - A Geographic Query Language for RDF Data.
SfDisjoint() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SfDisjoint
 
sfDisjoint(Shape, Shape) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SpatialAlgebra
 
sfEquals(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.JtsSpatialAlgebra
 
SfEquals - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql
The GeoSPARQL Function geof:sfEquals, as defined in OGC GeoSPARQL - A Geographic Query Language for RDF Data.
SfEquals() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SfEquals
 
sfEquals(Shape, Shape) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SpatialAlgebra
 
sfIntersects(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.JtsSpatialAlgebra
 
SfIntersects - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql
The GeoSPARQL Function geof:sfIntersects, as defined in OGC GeoSPARQL - A Geographic Query Language for RDF Data.
SfIntersects() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SfIntersects
 
sfIntersects(Shape, Shape) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SpatialAlgebra
 
sfOverlaps(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.JtsSpatialAlgebra
 
SfOverlaps - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql
The GeoSPARQL Function geof:sfOverlaps, as defined in OGC GeoSPARQL - A Geographic Query Language for RDF Data.
SfOverlaps() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SfOverlaps
 
sfOverlaps(Shape, Shape) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SpatialAlgebra
 
sfTouches(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.JtsSpatialAlgebra
 
SfTouches - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql
The GeoSPARQL Function geof:sfTouches, as defined in OGC GeoSPARQL - A Geographic Query Language for RDF Data.
SfTouches() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SfTouches
 
sfTouches(Shape, Shape) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SpatialAlgebra
 
sfWithin(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.JtsSpatialAlgebra
 
SfWithin - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql
The GeoSPARQL Function geof:sfWithin, as defined in OGC GeoSPARQL - A Geographic Query Language for RDF Data.
SfWithin() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SfWithin
 
sfWithin(Shape, Shape) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SpatialAlgebra
 
SHA1 - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
SHA1 - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.hash
The SPARQL built-in Function SHA1, as defined in SPARQL Query Language for RDF
SHA1() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.hash.SHA1
 
SHA256 - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.hash
The SPARQL built-in Function SHA256, as defined in SPARQL Query Language for RDF
SHA256() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.hash.SHA256
 
SHA384 - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.hash
The SPARQL built-in Function SHA384, as defined in SPARQL Query Language for RDF
SHA384() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.hash.SHA384
 
SHA512 - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.hash
The SPARQL built-in Function SHA512, as defined in SPARQL Query Language for RDF
SHA512() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.hash.SHA512
 
SHACL - Class in org.eclipse.rdf4j.model.vocabulary
Constants for the Shapes Constraint Language.
SHACL() - Constructor for class org.eclipse.rdf4j.model.vocabulary.SHACL
 
SHACL_SHAPE_GRAPH - Static variable in class org.eclipse.rdf4j.model.vocabulary.RDF4J
Context identifier for persisting SHACL shape data in the ShaclSail .
SHACLManifestTestSuiteFactory - Class in org.eclipse.rdf4j.shacl.manifest
Functionality for creating a JUnit test suite out of a W3C Working Group-style manifest for SHACL shape constraints testsuite
SHACLManifestTestSuiteFactory() - Constructor for class org.eclipse.rdf4j.shacl.manifest.SHACLManifestTestSuiteFactory
 
SHACLManifestTestSuiteFactory.TestFactory - Interface in org.eclipse.rdf4j.shacl.manifest
 
ShaclSail - Class in org.eclipse.rdf4j.sail.shacl
A Sail implementation that adds support for the Shapes Constraint Language (SHACL).
ShaclSail(NotifyingSail) - Constructor for class org.eclipse.rdf4j.sail.shacl.ShaclSail
 
ShaclSail() - Constructor for class org.eclipse.rdf4j.sail.shacl.ShaclSail
 
ShaclSail.TransactionSettings - Class in org.eclipse.rdf4j.sail.shacl
 
ShaclSail.TransactionSettings.ValidationApproach - Enum in org.eclipse.rdf4j.sail.shacl
 
ShaclSailConfig - Class in org.eclipse.rdf4j.sail.shacl.config
A SailImplConfig for ShaclSail configuration.
ShaclSailConfig() - Constructor for class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
ShaclSailConfig(SailImplConfig) - Constructor for class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
ShaclSailConnection - Class in org.eclipse.rdf4j.sail.shacl
 
ShaclSailConnection.Settings - Class in org.eclipse.rdf4j.sail.shacl
 
ShaclSailFactory - Class in org.eclipse.rdf4j.sail.shacl.config
Factory class for creation of ShaclSails as part of a Sail stack.
ShaclSailFactory() - Constructor for class org.eclipse.rdf4j.sail.shacl.config.ShaclSailFactory
 
ShaclSailSchema - Class in org.eclipse.rdf4j.sail.shacl.config
Defines constants for the ShaclSail schema which is used by ShaclSailFactorys to initialize ShaclSails.
ShaclSailSchema() - Constructor for class org.eclipse.rdf4j.sail.shacl.config.ShaclSailSchema
 
ShaclSailValidationException - Exception in org.eclipse.rdf4j.sail.shacl
 
SHAPE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:Shape
SHAPES_GRAPH - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:shapesGraph
SHAPES_GRAPH_WELL_FORMED - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:shapesGraphWellFormed
shapesGraph - Variable in class org.eclipse.rdf4j.shacl.manifest.AbstractSHACLTest
Deprecated.
 
SHARE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
Deprecated.
SHARE_ALIKE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
Deprecated.
SharedHttpClientSessionManager - Class in org.eclipse.rdf4j.http.client
A Manager for HTTP sessions that uses a shared HttpClient to manage HTTP connections.
SharedHttpClientSessionManager() - Constructor for class org.eclipse.rdf4j.http.client.SharedHttpClientSessionManager
 
SharedHttpClientSessionManager(CloseableHttpClient, ScheduledExecutorService) - Constructor for class org.eclipse.rdf4j.http.client.SharedHttpClientSessionManager
 
SHORT - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#short
ShortCast - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.xsd
A Function that tries to cast its argument to an xsd:short .
ShortCast() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.ShortCast
 
SHORTDESC - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:shortdesc
shortValue() - Method in class org.eclipse.rdf4j.model.impl.DecimalLiteral
 
shortValue() - Method in class org.eclipse.rdf4j.model.impl.IntegerLiteral
 
shortValue() - Method in class org.eclipse.rdf4j.model.impl.NumericLiteral
 
shortValue() - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
 
shortValue() - Method in interface org.eclipse.rdf4j.model.Literal
Returns the short value of this literal.
shortValue() - Method in class org.eclipse.rdf4j.sail.memory.model.DecimalMemLiteral
 
shortValue() - Method in class org.eclipse.rdf4j.sail.memory.model.IntegerMemLiteral
 
shortValue() - Method in class org.eclipse.rdf4j.sail.memory.model.NumericMemLiteral
 
shouldUsePost(String) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
Return whether the provided query should use POST (otherwise use GET)
shouldWriteQueryCookie(String) - Method in class org.eclipse.rdf4j.workbench.commands.QueryServlet
Determines if the servlet should write out the query text into a cookie as received, or write it's hash instead.
Show - Class in org.eclipse.rdf4j.console.command
Show command
Show(ConsoleIO, ConsoleState) - Constructor for class org.eclipse.rdf4j.console.command.Show
Constructor
ShowPrefix - Class in org.eclipse.rdf4j.console.setting
Show prefixes when displaying results.
ShowPrefix() - Constructor for class org.eclipse.rdf4j.console.setting.ShowPrefix
Constructor
ShowPrefix(Boolean) - Constructor for class org.eclipse.rdf4j.console.setting.ShowPrefix
Constructor
shutdown() - Method in interface org.eclipse.rdf4j.federated.api.FedXApi
 
shutDown() - Method in interface org.eclipse.rdf4j.federated.endpoint.Endpoint
Shutdown this Endpoint
shutDown() - Method in class org.eclipse.rdf4j.federated.endpoint.EndpointBase
 
shutDown() - Method in class org.eclipse.rdf4j.federated.endpoint.ManagedRepositoryEndpoint
 
shutdown() - Method in class org.eclipse.rdf4j.federated.evaluation.concurrent.ControlledWorkerScheduler
 
shutdown() - Method in interface org.eclipse.rdf4j.federated.evaluation.concurrent.Scheduler
 
shutDown() - Method in class org.eclipse.rdf4j.federated.evaluation.DelegateFederatedServiceResolver
 
shutDown() - Method in class org.eclipse.rdf4j.federated.FederationManager
Shutdown the federation including the following operations:
shutdown() - Method in class org.eclipse.rdf4j.federated.QueryManager
 
shutDown() - Method in interface org.eclipse.rdf4j.http.client.HttpClientSessionManager
Closes any remaining connections and threads used by the sessions created by this object.
shutDown() - Method in interface org.eclipse.rdf4j.http.client.SesameClient
Deprecated.
Closes any remaining connections and threads used by the sessions created by this object.
shutDown() - Method in class org.eclipse.rdf4j.http.client.SharedHttpClientSessionManager
 
shutDown() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.federation.AbstractFederatedServiceResolver
 
shutdown() - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.federation.FederatedService
Method to perform any shutDown code, invoked at unregistering.
shutdown() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.federation.TupleFunctionFederatedService
 
shutDown() - Method in class org.eclipse.rdf4j.repository.base.AbstractRepository
 
shutDown() - Method in class org.eclipse.rdf4j.repository.base.RepositoryWrapper
 
shutDown() - Method in class org.eclipse.rdf4j.repository.event.base.InterceptingRepositoryWrapper
 
shutDown() - Method in class org.eclipse.rdf4j.repository.event.base.NotifyingRepositoryWrapper
 
shutDown(Repository) - Method in interface org.eclipse.rdf4j.repository.event.RepositoryInterceptor
 
shutDown(NotifyingRepository) - Method in interface org.eclipse.rdf4j.repository.event.RepositoryListener
 
shutDown() - Method in class org.eclipse.rdf4j.repository.manager.LocalRepositoryManager
 
shutDown() - Method in class org.eclipse.rdf4j.repository.manager.RemoteRepositoryManager
 
shutDown() - Method in class org.eclipse.rdf4j.repository.manager.RepositoryManager
Shuts down all initialized repositories, including the SYSTEM repository.
shutDown() - Method in class org.eclipse.rdf4j.repository.manager.util.NotifyingLocalRepositoryManager
 
shutDown(RepositoryManager) - Method in interface org.eclipse.rdf4j.repository.manager.util.RepositoryManagerListener
 
shutDown() - Method in class org.eclipse.rdf4j.repository.manager.util.TypeFilteringRepositoryManager
 
shutDown() - Method in interface org.eclipse.rdf4j.repository.Repository
Shuts the repository down, releasing any resources that it keeps hold of.
shutDown - Variable in class org.eclipse.rdf4j.repository.sparql.federation.RepositoryFederatedService
 
shutdown() - Method in class org.eclipse.rdf4j.repository.sparql.federation.RepositoryFederatedService
 
shutDown() - Method in class org.eclipse.rdf4j.repository.sparql.federation.SPARQLServiceResolver
 
shutDown() - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
 
shutDown() - Method in class org.eclipse.rdf4j.sail.federation.Federation
Deprecated.
 
shutDown() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSail
 
shutDown() - Method in class org.eclipse.rdf4j.sail.helpers.SailWrapper
 
shutDown() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneIndex
 
shutDown() - Method in class org.eclipse.rdf4j.sail.lucene.LuceneSail
 
shutDown() - Method in interface org.eclipse.rdf4j.sail.lucene.SearchIndex
 
shutDown() - Method in interface org.eclipse.rdf4j.sail.Sail
Shuts down the Sail, giving it the opportunity to synchronize any stale data.
shutDown() - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSail
 
shutDown() - Method in class org.eclipse.rdf4j.sail.solr.SolrIndex
 
shutdown() - Method in class org.eclipse.rdf4j.workbench.util.QueryStorage
 
shutDownInternal() - Method in class org.eclipse.rdf4j.federated.FedX
Try to shut down all federation members.
shutDownInternal() - Method in class org.eclipse.rdf4j.federated.FedXConnection.SailBaseDefaultImpl
 
shutDownInternal() - Method in class org.eclipse.rdf4j.federated.repository.FedXRepository
 
shutDownInternal() - Method in class org.eclipse.rdf4j.http.server.repository.RepositoryConfigRepository
 
shutDownInternal() - Method in class org.eclipse.rdf4j.repository.base.AbstractRepository
 
shutDownInternal() - Method in class org.eclipse.rdf4j.repository.http.HTTPRepository
 
shutDownInternal() - Method in class org.eclipse.rdf4j.repository.sail.ProxyRepository
 
shutDownInternal() - Method in class org.eclipse.rdf4j.repository.sail.SailRepository
 
shutDownInternal() - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLRepository
 
shutDownInternal() - Method in class org.eclipse.rdf4j.sail.elasticsearchstore.ElasticsearchStore
 
shutDownInternal() - Method in class org.eclipse.rdf4j.sail.extensiblestore.ExtensibleStore
 
shutDownInternal() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSail
Do store-specific operations to ensure proper shutdown of the store.
shutDownInternal() - Method in class org.eclipse.rdf4j.sail.memory.MemoryStore
 
shutDownInternal() - Method in class org.eclipse.rdf4j.sail.nativerdf.NativeStore
 
SIBLING - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:Sibling
SILENT_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
SilentIteration<T,E extends Exception> - Class in org.eclipse.rdf4j.common.iteration
An IterationWrapper that silently ignores any errors that occur during processing.
SilentIteration(CloseableIteration<T, E>) - Constructor for class org.eclipse.rdf4j.common.iteration.SilentIteration
 
SilentIteration - Class in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Deprecated.
since 3.1.2. Use SilentIteration instead.
SilentIteration(CloseableIteration<BindingSet, QueryEvaluationException>) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.iterator.SilentIteration
Deprecated.
 
SilentIteration - Class in org.eclipse.rdf4j.repository.sparql.federation
Deprecated.
Use SilentIteration instead.
SilentIteration(CloseableIteration<BindingSet, QueryEvaluationException>) - Constructor for class org.eclipse.rdf4j.repository.sparql.federation.SilentIteration
Deprecated.
 
SIMILARITY_CLASS_KEY - Static variable in class org.eclipse.rdf4j.sail.lucene.LuceneSail
Set this key as sail parameter to configure Similarity class implementation to use for text analysis.
simple - Variable in class org.eclipse.rdf4j.federated.algebra.FedXService
 
SimpleBinding - Class in org.eclipse.rdf4j.query.impl
An implementation of the Binding interface.
SimpleBinding(String, Value) - Constructor for class org.eclipse.rdf4j.query.impl.SimpleBinding
Creates a binding object with the supplied name and value.
SimpleBNode - Class in org.eclipse.rdf4j.model.impl
An simple default implementation of the BNode interface.
SimpleBNode() - Constructor for class org.eclipse.rdf4j.model.impl.SimpleBNode
Creates a new, unitialized blank node.
SimpleBNode(String) - Constructor for class org.eclipse.rdf4j.model.impl.SimpleBNode
Creates a new blank node with the supplied identifier.
SimpleBulkUpdater - Class in org.eclipse.rdf4j.sail.lucene
A bulk updater that updates documents one-by-one.
SimpleBulkUpdater(AbstractSearchIndex) - Constructor for class org.eclipse.rdf4j.sail.lucene.SimpleBulkUpdater
 
SimpleCustomResponseView - Class in org.eclipse.rdf4j.common.webapp.views
 
SimpleCustomResponseView() - Constructor for class org.eclipse.rdf4j.common.webapp.views.SimpleCustomResponseView
 
SimpleDataset - Class in org.eclipse.rdf4j.query.impl
A simple implementation of the Dataset interface.
SimpleDataset() - Constructor for class org.eclipse.rdf4j.query.impl.SimpleDataset
 
simpleEscapeIRI(String, Appendable, boolean) - Static method in class org.eclipse.rdf4j.common.text.StringUtil
Escapes a string to a (mostly) conforming IRI value and append it to the appendable.
SimpleEvaluationStrategy - Class in org.eclipse.rdf4j.query.algebra.evaluation.impl
Deprecated.
SimpleEvaluationStrategy(TripleSource, FederatedServiceResolver) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.SimpleEvaluationStrategy
Deprecated.
 
SimpleEvaluationStrategy(TripleSource, Dataset, FederatedServiceResolver) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.SimpleEvaluationStrategy
Deprecated.
 
SimpleEvaluationStrategy(TripleSource, Dataset, FederatedServiceResolver, long) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.SimpleEvaluationStrategy
Deprecated.
 
SimpleIRI - Class in org.eclipse.rdf4j.model.impl
The default implementation of the IRI interface.
SimpleIRI() - Constructor for class org.eclipse.rdf4j.model.impl.SimpleIRI
Creates a new, un-initialized IRI.
SimpleIRI(String) - Constructor for class org.eclipse.rdf4j.model.impl.SimpleIRI
Creates a new IRI from the supplied string.
SimpleLiteral - Class in org.eclipse.rdf4j.model.impl
A simple default implementation of the Literal interface.
SimpleLiteral() - Constructor for class org.eclipse.rdf4j.model.impl.SimpleLiteral
 
SimpleLiteral(String) - Constructor for class org.eclipse.rdf4j.model.impl.SimpleLiteral
Creates a new plain literal with the supplied label.
SimpleLiteral(String, String) - Constructor for class org.eclipse.rdf4j.model.impl.SimpleLiteral
Creates a new plain literal with the supplied label and language tag.
SimpleLiteral(String, IRI) - Constructor for class org.eclipse.rdf4j.model.impl.SimpleLiteral
Creates a new datatyped literal with the supplied label and datatype.
SimpleLogRecord - Class in org.eclipse.rdf4j.common.logging.base
Simple log record, containing only the basics
SimpleLogRecord() - Constructor for class org.eclipse.rdf4j.common.logging.base.SimpleLogRecord
 
SimpleMemoryNamespaceStore - Class in org.eclipse.rdf4j.sail.extensiblestore
 
SimpleMemoryNamespaceStore() - Constructor for class org.eclipse.rdf4j.sail.extensiblestore.SimpleMemoryNamespaceStore
 
SimpleNamespace - Class in org.eclipse.rdf4j.model.impl
A default implementation of the Namespace interface.
SimpleNamespace(String, String) - Constructor for class org.eclipse.rdf4j.model.impl.SimpleNamespace
Creates a new Namespace object.
SimpleParseLocationListener - Class in org.eclipse.rdf4j.rio.helpers
A simple implementation of ParseLocationListener.
SimpleParseLocationListener() - Constructor for class org.eclipse.rdf4j.rio.helpers.SimpleParseLocationListener
 
SimpleResponseView - Class in org.eclipse.rdf4j.common.webapp.views
 
SimpleSAXAdapter - Class in org.eclipse.rdf4j.common.xml
An implementation of SimpleSAXListener providing dummy implementations for all its methods.
SimpleSAXAdapter() - Constructor for class org.eclipse.rdf4j.common.xml.SimpleSAXAdapter
 
SimpleSAXListener - Interface in org.eclipse.rdf4j.common.xml
A listener for events reported by SimpleSAXParser.
SimpleSAXParser - Class in org.eclipse.rdf4j.common.xml
An XML parser that generates "simple" SAX-like events from a limited subset of XML documents.
SimpleSAXParser(XMLReader) - Constructor for class org.eclipse.rdf4j.common.xml.SimpleSAXParser
Creates a new SimpleSAXParser that will use the supplied XMLReader for parsing the XML.
SimpleSAXParser() - Constructor for class org.eclipse.rdf4j.common.xml.SimpleSAXParser
Creates a new SimpleSAXParser that will try to create a new XMLReader using info.aduna.xml.XMLReaderFactory for parsing the XML.
SimpleStatement - Class in org.eclipse.rdf4j.model.impl
A simple default implementation of the Statement interface for statements that don't have an associated context.
SimpleStatement(Resource, IRI, Value) - Constructor for class org.eclipse.rdf4j.model.impl.SimpleStatement
Creates a new Statement with the supplied subject, predicate and object.
SimpleTriple - Class in org.eclipse.rdf4j.model.impl
A simple default implementation of the Triple interface.
SimpleTriple(Resource, IRI, Value) - Constructor for class org.eclipse.rdf4j.model.impl.SimpleTriple
Creates a new Triple with the supplied subject, predicate and object.
SimpleValueFactory - Class in org.eclipse.rdf4j.model.impl
Default implementation of the ValueFactory interface.
SimpleValueFactory() - Constructor for class org.eclipse.rdf4j.model.impl.SimpleValueFactory
Hidden constructor to enforce singleton pattern.
single(Resource, IRI, Value, TripleSource) - Static method in class org.eclipse.rdf4j.query.algebra.evaluation.util.TripleSources
Returns the single statement with the given subject, predicate and object or null if none exists.
SingleBindingSetIteration - Class in org.eclipse.rdf4j.federated.evaluation.iterator
Represents an iteration that contains only a single binding set.
SingleBindingSetIteration(BindingSet) - Constructor for class org.eclipse.rdf4j.federated.evaluation.iterator.SingleBindingSetIteration
 
singleResult(GraphQueryResult) - Static method in class org.eclipse.rdf4j.query.QueryResults
Returns a single element from the query result.The QueryResult is automatically closed by this method.
singleResult(TupleQueryResult) - Static method in class org.eclipse.rdf4j.query.QueryResults
Returns a single element from the query result.The QueryResult is automatically closed by this method.
SingleSourceQuery - Class in org.eclipse.rdf4j.federated.algebra
A query which has a single relevant source.
SingleSourceQuery(TupleExpr, Endpoint, QueryInfo) - Constructor for class org.eclipse.rdf4j.federated.algebra.SingleSourceQuery
 
SingletonClientProvider - Class in org.eclipse.rdf4j.sail.elasticsearchstore
 
SingletonClientProvider(String, int, String) - Constructor for class org.eclipse.rdf4j.sail.elasticsearchstore.SingletonClientProvider
 
SingletonIteration<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
An Iteration that contains exactly one element.
SingletonIteration(E) - Constructor for class org.eclipse.rdf4j.common.iteration.SingletonIteration
Creates a new EmptyIteration.
SingletonIterator<E> - Class in org.eclipse.rdf4j.util.iterators
An iterator that contains exactly one element.
SingletonIterator(E) - Constructor for class org.eclipse.rdf4j.util.iterators.SingletonIterator
Creates a new EmptyIterator.
SingletonSet - Class in org.eclipse.rdf4j.query.algebra
A tuple expression that contains exactly one solution with zero bindings.
SingletonSet() - Constructor for class org.eclipse.rdf4j.query.algebra.SingletonSet
 
singleValue(Resource, IRI, TripleSource) - Static method in class org.eclipse.rdf4j.query.algebra.evaluation.util.TripleSources
 
sink(IsolationLevel) - Method in interface org.eclipse.rdf4j.sail.base.SailSource
Create a SailSink that when when its SailSource.flush() is called, the changes are applied to this source.
SITE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
void:Site
SITE_ADDRESS - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
void:siteAddress
SITE_OF - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
void:siteOf
size() - Method in class org.eclipse.rdf4j.common.io.NioFile
Performs a protected FileChannel.size() call.
size() - Method in interface org.eclipse.rdf4j.federated.endpoint.Endpoint
Returns the size of the given repository, i.e.
size() - Method in class org.eclipse.rdf4j.federated.endpoint.EndpointBase
 
size(Resource...) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
SIZE - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
Relative location of the 'size' resource of a repository.
size() - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
size() - Method in class org.eclipse.rdf4j.model.impl.EmptyModel
 
size() - Method in class org.eclipse.rdf4j.model.impl.FilteredModel
 
size() - Method in class org.eclipse.rdf4j.model.impl.LinkedHashModel
 
size() - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
size() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.QueryBindingSet
 
size() - Method in interface org.eclipse.rdf4j.query.BindingSet
Returns the number of bindings in this BindingSet.
size() - Method in class org.eclipse.rdf4j.query.impl.EmptyBindingSet
 
size() - Method in class org.eclipse.rdf4j.query.impl.ListBindingSet
 
size() - Method in class org.eclipse.rdf4j.query.impl.MapBindingSet
 
size() - Method in class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
 
size() - Method in class org.eclipse.rdf4j.queryrender.builder.BasicGroup
Deprecated.
 
size() - Method in interface org.eclipse.rdf4j.queryrender.builder.Group
Deprecated.
 
size() - Method in class org.eclipse.rdf4j.queryrender.builder.GroupBuilder
Deprecated.
 
size() - Method in class org.eclipse.rdf4j.queryrender.builder.UnionBuilder
Deprecated.
 
size(Resource...) - Method in class org.eclipse.rdf4j.repository.base.RepositoryConnectionWrapper
 
size(Resource...) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
Returns the number of (explicit) statements that are in the specified contexts in this repository.
size(Resource...) - Method in interface org.eclipse.rdf4j.repository.RepositoryConnection
Returns the number of (explicit) statements that are in the specified contexts in this repository.
size(Resource...) - Method in class org.eclipse.rdf4j.repository.sail.SailRepositoryConnection
 
size() - Method in class org.eclipse.rdf4j.repository.sparql.query.SPARQLQueryBindingSet
 
size(Resource...) - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
 
size(Resource...) - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
size(Resource...) - Method in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapper
 
size(Resource) - Method in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapper
 
size(Resource...) - Method in class org.eclipse.rdf4j.sail.inferencer.InferencerConnectionWrapper
Calls InferencerConnectionWrapper.flushUpdates() before forwarding the call to the wrapped connection.
size() - Method in class org.eclipse.rdf4j.sail.memory.model.MemStatementList
 
size() - Method in class org.eclipse.rdf4j.sail.memory.model.WeakObjectRegistry
 
size() - Method in class org.eclipse.rdf4j.sail.model.SailModel
Deprecated.
 
size(Resource...) - Method in interface org.eclipse.rdf4j.sail.SailConnection
Returns the number of (explicit) statements in the store, or in specific contexts.
SIZE_OR_DURATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/SizeOrDuration
SizeController - Class in org.eclipse.rdf4j.http.server.repository.size
Handles requests for the size of (set of contexts in) a repository.
SizeController() - Constructor for class org.eclipse.rdf4j.http.server.repository.size.SizeController
 
sizeInternal(Resource...) - Method in class org.eclipse.rdf4j.federated.FedXConnection
 
sizeInternal(Resource...) - Method in class org.eclipse.rdf4j.sail.base.SailSourceConnection
 
sizeInternal(Resource...) - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
skipLine(int, StringBuilder) - Method in class org.eclipse.rdf4j.rio.ntriples.NTriplesParser
Reads characters from reader until the first EOL has been read.
skipLine(int) - Method in class org.eclipse.rdf4j.rio.ntriples.NTriplesParser
 
skipToEndOfLine(int) - Method in class org.eclipse.rdf4j.rio.ntriples.NTriplesParser
Reads characters from reader until the first EOL has been read.
skipWhitespace(int) - Method in class org.eclipse.rdf4j.rio.ntriples.NTriplesParser
Reads characters from reader until it finds a character that is not a space or tab, and returns this last character code point.
skipWSC() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
Consumes any white space characters (space, tab, line feed, newline) and comments (#-style) from reader.
SKOLEMIZE_ORIGIN - Static variable in class org.eclipse.rdf4j.rio.helpers.BasicParserSettings
Scheme and authority of new mint Skolem IRIs that should replace Blank Nodes.
SKOS - Class in org.eclipse.rdf4j.model.vocabulary
Vocabulary constants for the Simple Knowledge Organization System (SKOS).
SKOS() - Constructor for class org.eclipse.rdf4j.model.vocabulary.SKOS
 
SKOSXL - Class in org.eclipse.rdf4j.model.vocabulary
Vocabulary constants for the SKOS eXtension for Labels (SKOS-XL).
SKOSXL() - Constructor for class org.eclipse.rdf4j.model.vocabulary.SKOSXL
 
SKYPE_ID - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
Slice - Class in org.eclipse.rdf4j.query.algebra
The SLICE operator, as defined in SPARQL Query Language for RDF.
Slice() - Constructor for class org.eclipse.rdf4j.query.algebra.Slice
 
Slice(TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Slice
 
Slice(TupleExpr, long, long) - Constructor for class org.eclipse.rdf4j.query.algebra.Slice
 
SnapshotSailStore - Class in org.eclipse.rdf4j.sail.base
A SailStore wrapper that branches the backing SailSources to provide concurrent IsolationLevels.SNAPSHOT_READ isolation and higher.
SnapshotSailStore(SailStore, ModelFactory) - Constructor for class org.eclipse.rdf4j.sail.base.SnapshotSailStore
Wraps an SailStore, tracking changes in ModelFactory instances.
SnapshotTest - Class in org.eclipse.rdf4j.repository.optimistic
 
SnapshotTest() - Constructor for class org.eclipse.rdf4j.repository.optimistic.SnapshotTest
 
SNIPPET - Static variable in class org.eclipse.rdf4j.sail.lucene.LuceneSailSchema
 
SOFTWARE - Static variable in class org.eclipse.rdf4j.model.vocabulary.EARL
 
SOFTWARE_AGENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:SoftwareAgent
SolrBulkUpdater - Class in org.eclipse.rdf4j.sail.solr
 
SolrBulkUpdater(SolrClient) - Constructor for class org.eclipse.rdf4j.sail.solr.SolrBulkUpdater
 
SolrClientFactory - Interface in org.eclipse.rdf4j.sail.solr
 
SolrDocumentDistance - Class in org.eclipse.rdf4j.sail.solr
 
SolrDocumentDistance(SolrSearchDocument, IRI) - Constructor for class org.eclipse.rdf4j.sail.solr.SolrDocumentDistance
 
SolrDocumentResult - Class in org.eclipse.rdf4j.sail.solr
 
SolrDocumentResult(SolrSearchDocument) - Constructor for class org.eclipse.rdf4j.sail.solr.SolrDocumentResult
 
SolrDocumentScore - Class in org.eclipse.rdf4j.sail.solr
 
SolrDocumentScore(SolrSearchDocument, Map<String, List<String>>) - Constructor for class org.eclipse.rdf4j.sail.solr.SolrDocumentScore
 
SolrIndex - Class in org.eclipse.rdf4j.sail.solr
 
SolrIndex() - Constructor for class org.eclipse.rdf4j.sail.solr.SolrIndex
 
SolrSailConfig - Class in org.eclipse.rdf4j.sail.solr.config
 
SolrSailConfig() - Constructor for class org.eclipse.rdf4j.sail.solr.config.SolrSailConfig
 
SolrSailConfig(SailImplConfig) - Constructor for class org.eclipse.rdf4j.sail.solr.config.SolrSailConfig
 
SolrSailConfig(String) - Constructor for class org.eclipse.rdf4j.sail.solr.config.SolrSailConfig
 
SolrSailConfig(String, SailImplConfig) - Constructor for class org.eclipse.rdf4j.sail.solr.config.SolrSailConfig
 
SolrSailFactory - Class in org.eclipse.rdf4j.sail.solr.config
A SailFactory that creates LuceneSails based on RDF configuration data.
SolrSailFactory() - Constructor for class org.eclipse.rdf4j.sail.solr.config.SolrSailFactory
 
SolrSearchDocument - Class in org.eclipse.rdf4j.sail.solr
 
SolrSearchDocument() - Constructor for class org.eclipse.rdf4j.sail.solr.SolrSearchDocument
 
SolrSearchDocument(SolrDocument) - Constructor for class org.eclipse.rdf4j.sail.solr.SolrSearchDocument
 
SolrSearchDocument(String, String, String) - Constructor for class org.eclipse.rdf4j.sail.solr.SolrSearchDocument
 
SolrSearchQuery - Class in org.eclipse.rdf4j.sail.solr
Deprecated.
SolrSearchQuery(SolrQuery, SolrIndex) - Constructor for class org.eclipse.rdf4j.sail.solr.SolrSearchQuery
Deprecated.
 
SolrUtil - Class in org.eclipse.rdf4j.sail.solr
Utility for Solr handling
SolrUtil() - Constructor for class org.eclipse.rdf4j.sail.solr.SolrUtil
 
SOLUTION - Static variable in class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetSchema
 
SOMEVALUESFROM - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#someValuesFrom
Sort - Class in org.eclipse.rdf4j.sail.shacl.planNodes
 
Sort(PlanNode) - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.Sort
 
SORT_STRING - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:sort-string
SOUND - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:sound
SOURCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DC
dc:source
SOURCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/source
SOURCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:source
SOURCE_CONSTRAINT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:sourceConstraint
SOURCE_CONSTRAINT_COMPONENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:sourceConstraintComponent
SOURCE_SHAPE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:sourceShape
SourceConstraintComponent - Enum in org.eclipse.rdf4j.sail.shacl
 
SourceConstraintComponent.ConstraintType - Enum in org.eclipse.rdf4j.sail.shacl
 
SOURCEINDIVIDUAL - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#sourceIndividual
SourceSelection - Class in org.eclipse.rdf4j.federated.optimizer
Perform source selection during optimization
SourceSelection(List<Endpoint>, SourceSelectionCache, QueryInfo) - Constructor for class org.eclipse.rdf4j.federated.optimizer.SourceSelection
 
SourceSelection.CheckTaskPair - Class in org.eclipse.rdf4j.federated.optimizer
 
SourceSelection.ParallelCheckTask - Class in org.eclipse.rdf4j.federated.optimizer
Task for sending an ASK request to the endpoints (for source selection)
SourceSelection.SourceSelectionExecutorWithLatch - Class in org.eclipse.rdf4j.federated.optimizer
 
SourceSelectionCache - Interface in org.eclipse.rdf4j.federated.cache
Describes a cache that can be used for SourceSelection to reduce the number of remote requests.
SourceSelectionCache.StatementSourceAssurance - Enum in org.eclipse.rdf4j.federated.cache
 
SourceSelectionMemoryCache - Class in org.eclipse.rdf4j.federated.cache
An implementation of SourceSelectionCache which uses an in memory Guava Cache as data structure to maintain information.
SourceSelectionMemoryCache() - Constructor for class org.eclipse.rdf4j.federated.cache.SourceSelectionMemoryCache
 
SourceSelectionMemoryCache(String) - Constructor for class org.eclipse.rdf4j.federated.cache.SourceSelectionMemoryCache
 
SP - Class in org.eclipse.rdf4j.model.vocabulary
 
SP() - Constructor for class org.eclipse.rdf4j.model.vocabulary.SP
 
Sparql - Class in org.eclipse.rdf4j.console.command
SPARQL query command
Sparql(TupleAndGraphQueryEvaluator) - Constructor for class org.eclipse.rdf4j.console.command.Sparql
Constructor
SPARQL - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:sparql
SPARQL - Static variable in class org.eclipse.rdf4j.query.QueryLanguage
SPARQL (Simple Protocol and RDF Query Language) is a W3C Recommendation for querying and updating RDF data.
SPARQL - Static variable in class org.eclipse.rdf4j.query.resultio.BooleanQueryResultFormat
SPARQL Query Results XML Format.
SPARQL - Static variable in class org.eclipse.rdf4j.query.resultio.TupleQueryResultFormat
SPARQL Query Results XML Format.
SPARQL10ManifestTest - Class in org.eclipse.rdf4j.query.parser.sparql.manifest
Deprecated.
SPARQL10ManifestTest() - Constructor for class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQL10ManifestTest
Deprecated.
 
SPARQL10QueryComplianceTest - Class in org.eclipse.rdf4j.query.parser.sparql.manifest
A test suite that runs the W3C Approved SPARQL 1.0 query tests.
SPARQL10QueryComplianceTest(String, String, String, String, String, Dataset, boolean) - Constructor for class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQL10QueryComplianceTest
 
SPARQL11ManifestTest - Class in org.eclipse.rdf4j.query.parser.sparql.manifest
Deprecated.
SPARQL11ManifestTest() - Constructor for class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQL11ManifestTest
Deprecated.
 
SPARQL11QueryComplianceTest - Class in org.eclipse.rdf4j.query.parser.sparql.manifest
A test suite that runs the W3C Approved SPARQL 1.1 query tests.
SPARQL11QueryComplianceTest(String, String, String, String, String, Dataset, boolean) - Constructor for class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQL11QueryComplianceTest
 
SPARQL11SyntaxComplianceTest - Class in org.eclipse.rdf4j.query.parser.sparql.manifest
A test suite that runs the W3C Approved SPARQL 1.1 Syntax tests.
SPARQL11SyntaxComplianceTest(String, String, String, String, boolean) - Constructor for class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQL11SyntaxComplianceTest
 
SPARQL11SyntaxTest - Class in org.eclipse.rdf4j.query.parser.sparql.manifest
Deprecated.
since 3.3.0 Use SPARQL11SyntaxComplianceTest instead.
SPARQL11SyntaxTest(String, String, String, boolean) - Constructor for class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQL11SyntaxTest
Deprecated.
 
SPARQL11SyntaxTest.Factory - Interface in org.eclipse.rdf4j.query.parser.sparql.manifest
Deprecated.
 
SPARQL11UpdateComplianceTest - Class in org.eclipse.rdf4j.query.parser.sparql.manifest
A test suite that runs the W3C Approved SPARQL 1.1 update compliance tests.
SPARQL11UpdateComplianceTest(String, String, String, String, IRI, Map<String, IRI>, IRI, Map<String, IRI>) - Constructor for class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQL11UpdateComplianceTest
 
SPARQL12QueryComplianceTest - Class in org.eclipse.rdf4j.query.parser.sparql.manifest
A test suite that runs the SPARQL 1.2 community group's query tests.
SPARQL12QueryComplianceTest(String, String, String, String, String, Dataset, boolean) - Constructor for class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQL12QueryComplianceTest
 
SPARQL_10_QUERY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SD
SPARQL 1.0 Query
SPARQL_11_QUERY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SD
SPARQL 1.1 Query
SPARQL_11_UPDATE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SD
SPARQL 1.1 Update
SPARQL_ASK_EXECUTABLE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:SPARQLAskExecutable
SPARQL_ASK_VALIDATOR - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:SPARQLAskValidator
SPARQL_CONSTRAINT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:SPARQLConstraint
SPARQL_CONSTRAINT_COMPONENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:SPARQLConstraintComponent
SPARQL_CONSTRAINT_COMPONENT_SPARQL - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:SPARQLConstraintComponent-sparql
SPARQL_CONSTRUCT_EXECUTABLE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:SPARQLConstructExecutable
SPARQL_ENDPOINT - Static variable in class org.eclipse.rdf4j.model.vocabulary.VOID
void:sparqlEndpoint
SPARQL_EXECUTABLE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:SPARQLExecutable
SPARQL_FUNCTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:SPARQLFunction
SPARQL_PATTERN - Static variable in class org.eclipse.rdf4j.sail.inferencer.fc.config.CustomGraphQueryInferencerConfig
 
SPARQL_QUERY_MIME_TYPE - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
MIME type for SPARQL update: application/sparql-query.
SPARQL_RESULTS_CSV_URI - Static variable in class org.eclipse.rdf4j.query.resultio.QueryResultFormat
Local constant for tuple formats for SPARQL Results CSV.
SPARQL_RESULTS_JSON_URI - Static variable in class org.eclipse.rdf4j.query.resultio.QueryResultFormat
Local constant reused across boolean and tuple formats for SPARQL Results JSON.
SPARQL_RESULTS_TSV_URI - Static variable in class org.eclipse.rdf4j.query.resultio.QueryResultFormat
Local constant for tuple formats for SPARQL Results TSV.
SPARQL_RESULTS_XML_URI - Static variable in class org.eclipse.rdf4j.query.resultio.QueryResultFormat
Local constant reused across boolean and tuple formats for SPARQL Results XML.
SPARQL_SELECT_EXECUTABLE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:SPARQLSelectExecutable
SPARQL_SELECT_VALIDATOR - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:SPARQLSelectValidator
SPARQL_TARGET - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:SPARQLTarget
SPARQL_TARGET_TYPE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:SPARQLTargetType
SPARQL_UPDATE_EXECUTABLE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:SPARQLUpdateExecutable
SPARQL_UPDATE_MIME_TYPE - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
MIME type for SPARQL update: application/sparql-update.
SPARQL_VALUES_DERIVER - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:SPARQLValuesDeriver
SparqlAggregate - Enum in org.eclipse.rdf4j.sparqlbuilder.constraint
The built-in SPARQL aggregates.
SparqlAggregatesTest - Class in org.eclipse.rdf4j.repository
 
SparqlAggregatesTest() - Constructor for class org.eclipse.rdf4j.repository.SparqlAggregatesTest
 
SPARQLBooleanJSONParser - Class in org.eclipse.rdf4j.query.resultio.sparqljson
Parser for SPARQL-1.1 JSON Results Format documents
SPARQLBooleanJSONParser() - Constructor for class org.eclipse.rdf4j.query.resultio.sparqljson.SPARQLBooleanJSONParser
Default constructor.
SPARQLBooleanJSONParser(ValueFactory) - Constructor for class org.eclipse.rdf4j.query.resultio.sparqljson.SPARQLBooleanJSONParser
Construct a parser with a specific ValueFactory.
SPARQLBooleanJSONParserFactory - Class in org.eclipse.rdf4j.query.resultio.sparqljson
A TupleQueryResultParserFactory for parsers of SPARQL-1.1 JSON Boolean Query Results.
SPARQLBooleanJSONParserFactory() - Constructor for class org.eclipse.rdf4j.query.resultio.sparqljson.SPARQLBooleanJSONParserFactory
 
SPARQLBooleanJSONWriter - Class in org.eclipse.rdf4j.query.resultio.sparqljson
A BooleanQueryResultWriter that writes query results in the SPARQL Query Results JSON Format.
SPARQLBooleanJSONWriter(OutputStream) - Constructor for class org.eclipse.rdf4j.query.resultio.sparqljson.SPARQLBooleanJSONWriter
 
SPARQLBooleanJSONWriterFactory - Class in org.eclipse.rdf4j.query.resultio.sparqljson
A BooleanQueryResultWriterFactory for writers of SPARQL/JSON query boolean results.
SPARQLBooleanJSONWriterFactory() - Constructor for class org.eclipse.rdf4j.query.resultio.sparqljson.SPARQLBooleanJSONWriterFactory
 
SPARQLBooleanQuery - Class in org.eclipse.rdf4j.repository.sparql.query
Parses boolean query response from remote stores.
SPARQLBooleanQuery(SPARQLProtocolSession, String, String) - Constructor for class org.eclipse.rdf4j.repository.sparql.query.SPARQLBooleanQuery
 
SPARQLBooleanXMLParser - Class in org.eclipse.rdf4j.query.resultio.sparqlxml
Parser for reading boolean query results formatted as SPARQL Results Documents.
SPARQLBooleanXMLParser() - Constructor for class org.eclipse.rdf4j.query.resultio.sparqlxml.SPARQLBooleanXMLParser
Creates a new parser for the SPARQL Query Results XML Format.
SPARQLBooleanXMLParserFactory - Class in org.eclipse.rdf4j.query.resultio.sparqlxml
A BooleanQueryResultParserFactory for parsers of SPARQL/XML boolean query results.
SPARQLBooleanXMLParserFactory() - Constructor for class org.eclipse.rdf4j.query.resultio.sparqlxml.SPARQLBooleanXMLParserFactory
 
SPARQLBooleanXMLWriter - Class in org.eclipse.rdf4j.query.resultio.sparqlxml
A BooleanQueryResultWriter that writes boolean query results in the SPARQL Query Results XML Format.
SPARQLBooleanXMLWriter(OutputStream) - Constructor for class org.eclipse.rdf4j.query.resultio.sparqlxml.SPARQLBooleanXMLWriter
 
SPARQLBooleanXMLWriter(XMLWriter) - Constructor for class org.eclipse.rdf4j.query.resultio.sparqlxml.SPARQLBooleanXMLWriter
 
SPARQLBooleanXMLWriterFactory - Class in org.eclipse.rdf4j.query.resultio.sparqlxml
A BooleanQueryResultWriterFactory for writers of SPARQL/XML boolean query results.
SPARQLBooleanXMLWriterFactory() - Constructor for class org.eclipse.rdf4j.query.resultio.sparqlxml.SPARQLBooleanXMLWriterFactory
 
SparqlBuilder - Class in org.eclipse.rdf4j.sparqlbuilder.core
A class to with static methods to create SPARQL query elements.
SparqlBuilderUtils - Class in org.eclipse.rdf4j.sparqlbuilder.util
Utility functions for the SparqlBuilder
SparqlBuilderUtils() - Constructor for class org.eclipse.rdf4j.sparqlbuilder.util.SparqlBuilderUtils
 
SPARQLComplianceTest - Class in org.eclipse.rdf4j.query.parser.sparql.manifest
Base functionality for SPARQL compliance test suites using a W3C-style Manifest.
SPARQLComplianceTest(String, String, String) - Constructor for class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLComplianceTest
 
SPARQLConnection - Class in org.eclipse.rdf4j.repository.sparql
Provides a RepositoryConnection interface to any SPARQL endpoint.
SPARQLConnection(SPARQLRepository, SPARQLProtocolSession) - Constructor for class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
 
SPARQLConnection(SPARQLRepository, SPARQLProtocolSession, boolean) - Constructor for class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
 
SPARQLCrossProductIteration - Class in org.eclipse.rdf4j.repository.sparql.federation
Iteration which forms the cross product of a list of materialized input bindings with each result obtained from the inner iteration.
SPARQLCrossProductIteration(CloseableIteration<BindingSet, QueryEvaluationException>, List<BindingSet>) - Constructor for class org.eclipse.rdf4j.repository.sparql.federation.SPARQLCrossProductIteration
 
SPARQLDataSet - Class in org.eclipse.rdf4j.query.parser.sparql
 
SPARQLDataSet() - Constructor for class org.eclipse.rdf4j.query.parser.sparql.SPARQLDataSet
 
SPARQLDataSet(String) - Constructor for class org.eclipse.rdf4j.query.parser.sparql.SPARQLDataSet
 
SparqlDatasetTest - Class in org.eclipse.rdf4j.repository
 
SparqlDatasetTest() - Constructor for class org.eclipse.rdf4j.repository.SparqlDatasetTest
 
SparqlEndpointConfiguration - Class in org.eclipse.rdf4j.federated.endpoint
Additional EndpointConfiguration for SPARQL endpoints.
SparqlEndpointConfiguration() - Constructor for class org.eclipse.rdf4j.federated.endpoint.SparqlEndpointConfiguration
 
SPARQLFederatedService - Class in org.eclipse.rdf4j.query.algebra.evaluation.federation
Deprecated.
SPARQLFederatedService(String, HttpClientSessionManager) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.federation.SPARQLFederatedService
Deprecated.
 
SPARQLFederatedService - Class in org.eclipse.rdf4j.repository.sparql.federation
Federated Service wrapping the SPARQLRepository to communicate with a SPARQL endpoint.
SPARQLFederatedService(String, HttpClientSessionManager) - Constructor for class org.eclipse.rdf4j.repository.sparql.federation.SPARQLFederatedService
 
SparqlFederationEvalStrategy - Class in org.eclipse.rdf4j.federated.evaluation
Implementation of a federation evaluation strategy which provides some special optimizations for SPARQL (remote) endpoints.
SparqlFederationEvalStrategy(FederationContext) - Constructor for class org.eclipse.rdf4j.federated.evaluation.SparqlFederationEvalStrategy
 
SparqlFunction - Enum in org.eclipse.rdf4j.sparqlbuilder.constraint
The built-in SPARQL Functions.
SPARQLGraphQuery - Class in org.eclipse.rdf4j.repository.sparql.query
Parses RDF results in the background.
SPARQLGraphQuery(SPARQLProtocolSession, String, String) - Constructor for class org.eclipse.rdf4j.repository.sparql.query.SPARQLGraphQuery
 
SPARQLJSONParserBase - Class in org.eclipse.rdf4j.query.resultio.sparqljson
Deprecated.
since 2.0. Use AbstractSPARQLJSONParser instead.
SPARQLJSONParserBase() - Constructor for class org.eclipse.rdf4j.query.resultio.sparqljson.SPARQLJSONParserBase
Deprecated.
 
SPARQLMinusIteration<X extends Exception> - Class in org.eclipse.rdf4j.query.algebra.evaluation.iterator
An Iteration that returns the results of an Iteration (the left argument) MINUS any results that are compatible with results of another Iteration (the right argument) or that have no shared variables.
SPARQLMinusIteration(Iteration<BindingSet, X>, Iteration<BindingSet, X>) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.iterator.SPARQLMinusIteration
Creates a new MinusIteration that returns the results of the left argument minus the results of the right argument.
SPARQLMinusIteration(Iteration<BindingSet, X>, Iteration<BindingSet, X>, boolean) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.iterator.SPARQLMinusIteration
Creates a new MinusIteration that returns the results of the left argument minus the results of the right argument.
SPARQLOperation - Class in org.eclipse.rdf4j.repository.sparql.query
Deprecated.
SPARQLOperation(HttpClient, String, String, String) - Constructor for class org.eclipse.rdf4j.repository.sparql.query.SPARQLOperation
Deprecated.
 
SparqlOperator - Interface in org.eclipse.rdf4j.sparqlbuilder.constraint
Interface to denote an Expression operator
SparqlOrderByTest - Class in org.eclipse.rdf4j.repository
 
SparqlOrderByTest() - Constructor for class org.eclipse.rdf4j.repository.SparqlOrderByTest
 
SPARQLParser - Class in org.eclipse.rdf4j.query.parser.sparql
 
SPARQLParser() - Constructor for class org.eclipse.rdf4j.query.parser.sparql.SPARQLParser
 
SPARQLParserFactory - Class in org.eclipse.rdf4j.query.parser.sparql
A QueryParserFactory for SPARQL parsers.
SPARQLParserFactory() - Constructor for class org.eclipse.rdf4j.query.parser.sparql.SPARQLParserFactory
 
SPARQLProtocolSession - Class in org.eclipse.rdf4j.http.client
The SPARQLProtocolSession provides low level HTTP methods for communication with SPARQL endpoints.
SPARQLProtocolSession(HttpClient, ExecutorService) - Constructor for class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
SPARQLProvider - Class in org.eclipse.rdf4j.federated.endpoint.provider
Provider for an Endpoint that uses a RDF4j SPARQLRepository as underlying repository.
SPARQLProvider() - Constructor for class org.eclipse.rdf4j.federated.endpoint.provider.SPARQLProvider
 
SPARQLQueryBindingSet - Class in org.eclipse.rdf4j.repository.sparql.query
An implementation of the BindingSet interface that is used to evaluate query object models.
SPARQLQueryBindingSet() - Constructor for class org.eclipse.rdf4j.repository.sparql.query.SPARQLQueryBindingSet
 
SPARQLQueryBindingSet(int) - Constructor for class org.eclipse.rdf4j.repository.sparql.query.SPARQLQueryBindingSet
 
SPARQLQueryBindingSet(BindingSet) - Constructor for class org.eclipse.rdf4j.repository.sparql.query.SPARQLQueryBindingSet
 
SPARQLQueryComplianceTest - Class in org.eclipse.rdf4j.query.parser.sparql.manifest
Base functionality for SPARQL query compliance test suites .
SPARQLQueryComplianceTest(String, String, String, String, String, Dataset, boolean) - Constructor for class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLQueryComplianceTest
 
SPARQLQueryComplianceTest.SPARQLQueryTestManifest - Class in org.eclipse.rdf4j.query.parser.sparql.manifest
 
SPARQLQueryRenderer - Class in org.eclipse.rdf4j.queryrender.sparql
Implementation of the QueryRenderer interface which renders queries into the SPARQL syntax.
SPARQLQueryRenderer() - Constructor for class org.eclipse.rdf4j.queryrender.sparql.SPARQLQueryRenderer
 
SPARQLQueryTest - Class in org.eclipse.rdf4j.query.parser.sparql.manifest
Deprecated.
since 3.3.0. Use SPARQL11QueryComplianceTest instead.
SPARQLQueryTest(String, String, String, String, Dataset, boolean, String...) - Constructor for class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLQueryTest
Deprecated.
 
SPARQLQueryTest(String, String, String, String, Dataset, boolean, boolean, String...) - Constructor for class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLQueryTest
Deprecated.
 
SPARQLQueryTest.Factory - Interface in org.eclipse.rdf4j.query.parser.sparql.manifest
Deprecated.
 
SPARQLQueryTestManifest(String, List<String>) - Constructor for class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLQueryComplianceTest.SPARQLQueryTestManifest
 
SPARQLQueryTestManifest(String, List<String>, boolean) - Constructor for class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLQueryComplianceTest.SPARQLQueryTestManifest
 
SparqlRegexTest - Class in org.eclipse.rdf4j.repository
 
SparqlRegexTest() - Constructor for class org.eclipse.rdf4j.repository.SparqlRegexTest
 
SPARQLRepository - Class in org.eclipse.rdf4j.repository.sparql
A proxy class to access any SPARQL endpoint.
SPARQLRepository(String) - Constructor for class org.eclipse.rdf4j.repository.sparql.SPARQLRepository
Create a new SPARQLRepository using the supplied endpoint URL for queries and updates.
SPARQLRepository(String, String) - Constructor for class org.eclipse.rdf4j.repository.sparql.SPARQLRepository
Create a new SPARQLRepository using the supplied query endpoint URL for queries, and the supplied update endpoint URL for updates.
SPARQLRepositoryConfig - Class in org.eclipse.rdf4j.repository.sparql.config
Configuration for a SPARQL endpoint.
SPARQLRepositoryConfig() - Constructor for class org.eclipse.rdf4j.repository.sparql.config.SPARQLRepositoryConfig
 
SPARQLRepositoryConfig(String) - Constructor for class org.eclipse.rdf4j.repository.sparql.config.SPARQLRepositoryConfig
 
SPARQLRepositoryConfig(String, String) - Constructor for class org.eclipse.rdf4j.repository.sparql.config.SPARQLRepositoryConfig
 
SPARQLRepositoryFactory - Class in org.eclipse.rdf4j.repository.sparql.config
Creates SPARQLRepository from a configuration.
SPARQLRepositoryFactory() - Constructor for class org.eclipse.rdf4j.repository.sparql.config.SPARQLRepositoryFactory
 
SPARQLRepositoryInformation - Class in org.eclipse.rdf4j.federated.endpoint.provider
Class holding information for RDF4J SPARQLRepository initialization.
SPARQLRepositoryInformation(String, String) - Constructor for class org.eclipse.rdf4j.federated.endpoint.provider.SPARQLRepositoryInformation
 
SPARQLRepositoryInformation(Model, Resource) - Constructor for class org.eclipse.rdf4j.federated.endpoint.provider.SPARQLRepositoryInformation
 
SPARQLResultsCSVMappingStrategy - Class in org.eclipse.rdf4j.query.resultio.text.csv
Implements a MappingStrategy to allow opencsv to work in parallel.
SPARQLResultsCSVMappingStrategy(ValueFactory) - Constructor for class org.eclipse.rdf4j.query.resultio.text.csv.SPARQLResultsCSVMappingStrategy
 
SPARQLResultsCSVParser - Class in org.eclipse.rdf4j.query.resultio.text.csv
SPARQL Results CSV format parser.
SPARQLResultsCSVParser() - Constructor for class org.eclipse.rdf4j.query.resultio.text.csv.SPARQLResultsCSVParser
 
SPARQLResultsCSVParserFactory - Class in org.eclipse.rdf4j.query.resultio.text.csv
A TupleQueryResultParserFactory for SPARQL CSV result parsers.
SPARQLResultsCSVParserFactory() - Constructor for class org.eclipse.rdf4j.query.resultio.text.csv.SPARQLResultsCSVParserFactory
 
SPARQLResultsCSVWriter - Class in org.eclipse.rdf4j.query.resultio.text.csv
TupleQueryResultWriter for the SPARQL CSV (Comma-Separated Values) format.
SPARQLResultsCSVWriter(OutputStream) - Constructor for class org.eclipse.rdf4j.query.resultio.text.csv.SPARQLResultsCSVWriter
 
SPARQLResultsCSVWriterFactory - Class in org.eclipse.rdf4j.query.resultio.text.csv
A TupleQueryResultWriterFactory for writers of SPARQL/CSV tuple query results.
SPARQLResultsCSVWriterFactory() - Constructor for class org.eclipse.rdf4j.query.resultio.text.csv.SPARQLResultsCSVWriterFactory
 
SPARQLResultsJSONParser - Class in org.eclipse.rdf4j.query.resultio.sparqljson
Parser for SPARQL-1.1 JSON Results Format documents
SPARQLResultsJSONParser() - Constructor for class org.eclipse.rdf4j.query.resultio.sparqljson.SPARQLResultsJSONParser
Default constructor.
SPARQLResultsJSONParser(ValueFactory) - Constructor for class org.eclipse.rdf4j.query.resultio.sparqljson.SPARQLResultsJSONParser
Construct a parser with a specific ValueFactory.
SPARQLResultsJSONParserFactory - Class in org.eclipse.rdf4j.query.resultio.sparqljson
A TupleQueryResultParserFactory for parsers of SPARQL-1.1 JSON Tuple Query Results.
SPARQLResultsJSONParserFactory() - Constructor for class org.eclipse.rdf4j.query.resultio.sparqljson.SPARQLResultsJSONParserFactory
 
SPARQLResultsJSONWriter - Class in org.eclipse.rdf4j.query.resultio.sparqljson
A TupleQueryResultWriter that writes query results in the SPARQL Query Results JSON Format.
SPARQLResultsJSONWriter(OutputStream) - Constructor for class org.eclipse.rdf4j.query.resultio.sparqljson.SPARQLResultsJSONWriter
 
SPARQLResultsJSONWriterFactory - Class in org.eclipse.rdf4j.query.resultio.sparqljson
A TupleQueryResultWriterFactory for writers of SPARQL/JSON query results.
SPARQLResultsJSONWriterFactory() - Constructor for class org.eclipse.rdf4j.query.resultio.sparqljson.SPARQLResultsJSONWriterFactory
 
SPARQLResultsTSVMappingStrategy - Class in org.eclipse.rdf4j.query.resultio.text.tsv
Implements a MappingStrategy to allow opencsv to work in parallel.
SPARQLResultsTSVMappingStrategy(ValueFactory) - Constructor for class org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLResultsTSVMappingStrategy
 
SPARQLResultsTSVParser - Class in org.eclipse.rdf4j.query.resultio.text.tsv
SPARQL Results TSV format parser.
SPARQLResultsTSVParser() - Constructor for class org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLResultsTSVParser
 
SPARQLResultsTSVParserFactory - Class in org.eclipse.rdf4j.query.resultio.text.tsv
A TupleQueryResultParserFactory for SPARQL TSV result parsers.
SPARQLResultsTSVParserFactory() - Constructor for class org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLResultsTSVParserFactory
 
SPARQLResultsTSVReader - Class in org.eclipse.rdf4j.query.resultio.text.tsv
This reader respects the TSV semantics of RDF4J and does absolutely no processing except for splitting the line on horizontal tabulator characters.
SPARQLResultsTSVReader(Reader) - Constructor for class org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLResultsTSVReader
 
SPARQLResultsTSVWriter - Class in org.eclipse.rdf4j.query.resultio.text.tsv
TupleQueryResultWriter for the SPARQL TSV (Tab-Separated Values) format.
SPARQLResultsTSVWriter(OutputStream) - Constructor for class org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLResultsTSVWriter
 
SPARQLResultsTSVWriterFactory - Class in org.eclipse.rdf4j.query.resultio.text.tsv
A TupleQueryResultWriterFactory for writers of SPARQL/TSV tuple query results.
SPARQLResultsTSVWriterFactory() - Constructor for class org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLResultsTSVWriterFactory
 
SPARQLResultsXMLParser - Class in org.eclipse.rdf4j.query.resultio.sparqlxml
Parser for reading tuple query results formatted as SPARQL Results Documents.
SPARQLResultsXMLParser() - Constructor for class org.eclipse.rdf4j.query.resultio.sparqlxml.SPARQLResultsXMLParser
Creates a new parser for the SPARQL Query Results XML Format that will use an instance of SimpleValueFactory to create Value objects.
SPARQLResultsXMLParser(ValueFactory) - Constructor for class org.eclipse.rdf4j.query.resultio.sparqlxml.SPARQLResultsXMLParser
Creates a new parser for the SPARQL Query Results XML Format that will use the supplied ValueFactory to create Value objects.
SPARQLResultsXMLParserFactory - Class in org.eclipse.rdf4j.query.resultio.sparqlxml
A TupleQueryResultParserFactory for parsers of SPARQL/XML tuple query results.
SPARQLResultsXMLParserFactory() - Constructor for class org.eclipse.rdf4j.query.resultio.sparqlxml.SPARQLResultsXMLParserFactory
 
SPARQLResultsXMLWriter - Class in org.eclipse.rdf4j.query.resultio.sparqlxml
A TupleQueryResultWriter that writes tuple query results in the SPARQL Query Results XML Format.
SPARQLResultsXMLWriter(OutputStream) - Constructor for class org.eclipse.rdf4j.query.resultio.sparqlxml.SPARQLResultsXMLWriter
 
SPARQLResultsXMLWriter(XMLWriter) - Constructor for class org.eclipse.rdf4j.query.resultio.sparqlxml.SPARQLResultsXMLWriter
 
SPARQLResultsXMLWriterFactory - Class in org.eclipse.rdf4j.query.resultio.sparqlxml
A TupleQueryResultWriterFactory for writers of SPARQL/XML tuple query results.
SPARQLResultsXMLWriterFactory() - Constructor for class org.eclipse.rdf4j.query.resultio.sparqlxml.SPARQLResultsXMLWriterFactory
 
SPARQLResultsXSVMappingStrategy - Class in org.eclipse.rdf4j.query.resultio.text
This serves as a base class for mapping strategies for character separated inputs.
SPARQLResultsXSVMappingStrategy(ValueFactory) - Constructor for class org.eclipse.rdf4j.query.resultio.text.SPARQLResultsXSVMappingStrategy
 
SPARQLServiceResolver - Class in org.eclipse.rdf4j.repository.sparql.federation
The SPARQLServiceResolver is used to manage a set of FederatedService instances, which are used to evaluate SERVICE expressions for particular service Urls.
SPARQLServiceResolver() - Constructor for class org.eclipse.rdf4j.repository.sparql.federation.SPARQLServiceResolver
 
SparqlSession - Class in org.eclipse.rdf4j.http.client
Deprecated.
SparqlSession(HttpClient, ExecutorService) - Constructor for class org.eclipse.rdf4j.http.client.SparqlSession
Deprecated.
SparqlSetBindingTest - Class in org.eclipse.rdf4j.repository
 
SparqlSetBindingTest() - Constructor for class org.eclipse.rdf4j.repository.SparqlSetBindingTest
 
SPARQLStarResultsJSONParser - Class in org.eclipse.rdf4j.query.resultio.sparqlstarjson
Parser for SPARQL* JSON results.
SPARQLStarResultsJSONParser() - Constructor for class org.eclipse.rdf4j.query.resultio.sparqlstarjson.SPARQLStarResultsJSONParser
Default constructor.
SPARQLStarResultsJSONParser(ValueFactory) - Constructor for class org.eclipse.rdf4j.query.resultio.sparqlstarjson.SPARQLStarResultsJSONParser
Constructs a parser with the supplied ValueFactory.
SPARQLStarResultsJSONParserFactory - Class in org.eclipse.rdf4j.query.resultio.sparqlstarjson
SPARQLStarResultsJSONParserFactory() - Constructor for class org.eclipse.rdf4j.query.resultio.sparqlstarjson.SPARQLStarResultsJSONParserFactory
 
SPARQLStarResultsJSONWriter - Class in org.eclipse.rdf4j.query.resultio.sparqlstarjson
Writer for SPARQL* JSON results.
SPARQLStarResultsJSONWriter(OutputStream) - Constructor for class org.eclipse.rdf4j.query.resultio.sparqlstarjson.SPARQLStarResultsJSONWriter
 
SPARQLStarResultsJSONWriterFactory - Class in org.eclipse.rdf4j.query.resultio.sparqlstarjson
SPARQLStarResultsJSONWriterFactory() - Constructor for class org.eclipse.rdf4j.query.resultio.sparqlstarjson.SPARQLStarResultsJSONWriterFactory
 
SPARQLStarResultsTSVMappingStrategy - Class in org.eclipse.rdf4j.query.resultio.textstar.tsv
Extends SPARQLResultsTSVMappingStrategy with support for parsing a Triple.
SPARQLStarResultsTSVMappingStrategy(ValueFactory) - Constructor for class org.eclipse.rdf4j.query.resultio.textstar.tsv.SPARQLStarResultsTSVMappingStrategy
 
SPARQLStarResultsTSVParser - Class in org.eclipse.rdf4j.query.resultio.textstar.tsv
Parser for SPARQL* TSV results.
SPARQLStarResultsTSVParser() - Constructor for class org.eclipse.rdf4j.query.resultio.textstar.tsv.SPARQLStarResultsTSVParser
 
SPARQLStarResultsTSVParserFactory - Class in org.eclipse.rdf4j.query.resultio.textstar.tsv
SPARQLStarResultsTSVParserFactory() - Constructor for class org.eclipse.rdf4j.query.resultio.textstar.tsv.SPARQLStarResultsTSVParserFactory
 
SPARQLStarResultsTSVWriter - Class in org.eclipse.rdf4j.query.resultio.textstar.tsv
Writer for SPARQL* TSV results.
SPARQLStarResultsTSVWriter(OutputStream) - Constructor for class org.eclipse.rdf4j.query.resultio.textstar.tsv.SPARQLStarResultsTSVWriter
 
SPARQLStarResultsTSVWriterFactory - Class in org.eclipse.rdf4j.query.resultio.textstar.tsv
SPARQLStarResultsTSVWriterFactory() - Constructor for class org.eclipse.rdf4j.query.resultio.textstar.tsv.SPARQLStarResultsTSVWriterFactory
 
SPARQLSyntaxComplianceTest - Class in org.eclipse.rdf4j.query.parser.sparql.manifest
A test suite that runs SPARQL syntax tests.
SPARQLSyntaxComplianceTest(String, String, String, String, boolean) - Constructor for class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLSyntaxComplianceTest
 
SparqlTargetSelect - Class in org.eclipse.rdf4j.sail.shacl.planNodes
 
SparqlTargetSelect(SailConnection, String) - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.SparqlTargetSelect
 
SparqlTripleSource - Class in org.eclipse.rdf4j.federated.evaluation
A triple source to be used for (remote) SPARQL endpoints.
SparqlTupleExprRenderer - Class in org.eclipse.rdf4j.queryrender.sparql
Extends the BaseTupleExprRenderer to provide support for rendering tuple expressions as SPARQL queries.
SparqlTupleExprRenderer() - Constructor for class org.eclipse.rdf4j.queryrender.sparql.SparqlTupleExprRenderer
 
SPARQLTupleQuery - Class in org.eclipse.rdf4j.repository.sparql.query
Parses tuple results in the background.
SPARQLTupleQuery(SPARQLProtocolSession, String, String) - Constructor for class org.eclipse.rdf4j.repository.sparql.query.SPARQLTupleQuery
 
SPARQLUpdate - Class in org.eclipse.rdf4j.repository.sparql.query
Update operation of the SPARQLRepository
SPARQLUpdate(SPARQLProtocolSession, String, String) - Constructor for class org.eclipse.rdf4j.repository.sparql.query.SPARQLUpdate
 
SPARQLUpdateConformanceTest - Class in org.eclipse.rdf4j.query.parser.sparql.manifest
Deprecated.
since 3.3.0. Use SPARQL11UpdateComplianceTest instead.
SPARQLUpdateConformanceTest(String, String, String, IRI, Map<String, IRI>, IRI, Map<String, IRI>) - Constructor for class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLUpdateConformanceTest
Deprecated.
 
SPARQLUpdateConformanceTest.Factory - Interface in org.eclipse.rdf4j.query.parser.sparql.manifest
Deprecated.
 
SPARQLUpdateDataBlockParser - Class in org.eclipse.rdf4j.query.parser.sparql
An extension of TriGStarParser that processes data in the format specified in the SPARQL 1.1 grammar for Quad data (assuming no variables, as is the case for INSERT DATA and DELETE DATA operations).
SPARQLUpdateDataBlockParser() - Constructor for class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateDataBlockParser
Creates a new parser that will use a SimpleValueFactory to create RDF model objects.
SPARQLUpdateDataBlockParser(ValueFactory) - Constructor for class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateDataBlockParser
Creates a new parser that will use the supplied ValueFactory to create RDF model objects.
SPARQLUpdateDataBlockParser - Class in org.eclipse.rdf4j.repository.sail.helpers
Deprecated.
since 3.2.2. Use SPARQLUpdateDataBlockParser instead.
SPARQLUpdateDataBlockParser() - Constructor for class org.eclipse.rdf4j.repository.sail.helpers.SPARQLUpdateDataBlockParser
Deprecated.
SPARQLUpdateDataBlockParser(ValueFactory) - Constructor for class org.eclipse.rdf4j.repository.sail.helpers.SPARQLUpdateDataBlockParser
Deprecated.
SPARQLUpdateOperation - Class in org.eclipse.rdf4j.http.protocol.transaction.operations
Encapsulation of a SPARQL 1.1 update operation executed as part of a transaction.
SPARQLUpdateOperation() - Constructor for class org.eclipse.rdf4j.http.protocol.transaction.operations.SPARQLUpdateOperation
 
SPARQLUpdateOperation(String, String, boolean, Dataset, Binding...) - Constructor for class org.eclipse.rdf4j.http.protocol.transaction.operations.SPARQLUpdateOperation
 
SPARQLUpdateTest - Class in org.eclipse.rdf4j.query.parser.sparql
Tests for SPARQL 1.1 Update functionality.
SPARQLUpdateTest() - Constructor for class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
SPARQLUtil - Class in org.eclipse.rdf4j.query.parser.sparql
SPARQL-related utility methods.
SPARQLUtil() - Constructor for class org.eclipse.rdf4j.query.parser.sparql.SPARQLUtil
 
SPARQLXMLParserBase - Class in org.eclipse.rdf4j.query.resultio.sparqlxml
Deprecated.
since 2.0. Use AbstractSPARQLXMLParser instead.
SPARQLXMLParserBase() - Constructor for class org.eclipse.rdf4j.query.resultio.sparqlxml.SPARQLXMLParserBase
Deprecated.
 
SPATIAL - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/spatial
SPATIAL - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:spatial
SPATIAL_COORDINATES - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:spatialCoordinates
SPATIAL_RESOLUTION_IN_METERS - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCAT
dcat:spatialResolutionInMeters
SPATIAL_THING - Static variable in class org.eclipse.rdf4j.model.vocabulary.WGS84
The wgs84:SpatialThing class.
SpatialAlgebra - Interface in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql
 
SPECIALIZATION_OF - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:specializationOf
SPECIFICATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:Specification
SPIF - Class in org.eclipse.rdf4j.model.vocabulary
http://spinrdf.org/spif#.
SPIN - Class in org.eclipse.rdf4j.model.vocabulary
 
SPIN() - Constructor for class org.eclipse.rdf4j.model.vocabulary.SPIN
 
SpinFunction - Class in org.eclipse.rdf4j.spin.function
 
SpinFunction(String) - Constructor for class org.eclipse.rdf4j.spin.function.SpinFunction
 
SpinFunctionInterpreter - Class in org.eclipse.rdf4j.sail.spin
QueryOptimizer that adds support for SPIN functions.
SpinFunctionInterpreter(SpinParser, TripleSource, FunctionRegistry) - Constructor for class org.eclipse.rdf4j.sail.spin.SpinFunctionInterpreter
 
SpinFunctionParser - Class in org.eclipse.rdf4j.spin.function
 
SpinFunctionParser(SpinParser) - Constructor for class org.eclipse.rdf4j.spin.function.SpinFunctionParser
 
SpinInferencing - Class in org.eclipse.rdf4j.sail.spin
Collection of useful utilities for doing SPIN inferencing.
SpinMagicPropertyInterpreter - Class in org.eclipse.rdf4j.sail.spin
 
SpinMagicPropertyInterpreter(SpinParser, TripleSource, TupleFunctionRegistry, AbstractFederatedServiceResolver) - Constructor for class org.eclipse.rdf4j.sail.spin.SpinMagicPropertyInterpreter
 
SpinParser - Class in org.eclipse.rdf4j.spin
 
SpinParser() - Constructor for class org.eclipse.rdf4j.spin.SpinParser
 
SpinParser(SpinParser.Input) - Constructor for class org.eclipse.rdf4j.spin.SpinParser
 
SpinParser(SpinParser.Input, Function<IRI, String>, Function<IRI, String>) - Constructor for class org.eclipse.rdf4j.spin.SpinParser
 
SpinParser.Input - Enum in org.eclipse.rdf4j.spin
 
SpinRenderer - Class in org.eclipse.rdf4j.spin
 
SpinRenderer() - Constructor for class org.eclipse.rdf4j.spin.SpinRenderer
 
SpinRenderer(SpinRenderer.Output) - Constructor for class org.eclipse.rdf4j.spin.SpinRenderer
 
SpinRenderer(SpinRenderer.Output, Function<String, IRI>, Function<String, IRI>, ValueFactory) - Constructor for class org.eclipse.rdf4j.spin.SpinRenderer
 
SpinRenderer.Output - Enum in org.eclipse.rdf4j.spin
 
SpinSail - Class in org.eclipse.rdf4j.sail.spin
Deprecated.
SpinSail() - Constructor for class org.eclipse.rdf4j.sail.spin.SpinSail
Deprecated.
 
SpinSail(NotifyingSail) - Constructor for class org.eclipse.rdf4j.sail.spin.SpinSail
Deprecated.
 
SpinSailConfig - Class in org.eclipse.rdf4j.sail.spin.config
 
SpinSailConfig() - Constructor for class org.eclipse.rdf4j.sail.spin.config.SpinSailConfig
 
SpinSailConfig(SailImplConfig) - Constructor for class org.eclipse.rdf4j.sail.spin.config.SpinSailConfig
 
SpinSailConfig(SailImplConfig, boolean) - Constructor for class org.eclipse.rdf4j.sail.spin.config.SpinSailConfig
 
SpinSailFactory - Class in org.eclipse.rdf4j.sail.spin.config
 
SpinSailFactory() - Constructor for class org.eclipse.rdf4j.sail.spin.config.SpinSailFactory
 
SpinSailSchema - Class in org.eclipse.rdf4j.sail.spin.config
Vocabulary constants for RDF-based configuration of the SpinSail.
SpinTupleFunction - Class in org.eclipse.rdf4j.spin.function
 
SpinTupleFunction(String) - Constructor for class org.eclipse.rdf4j.spin.function.SpinTupleFunction
 
SpinTupleFunctionAsFunctionParser - Class in org.eclipse.rdf4j.spin.function
 
SpinTupleFunctionAsFunctionParser(SpinParser) - Constructor for class org.eclipse.rdf4j.spin.function.SpinTupleFunctionAsFunctionParser
 
SpinTupleFunctionParser - Class in org.eclipse.rdf4j.spin.function
 
SpinTupleFunctionParser(SpinParser) - Constructor for class org.eclipse.rdf4j.spin.function.SpinTupleFunctionParser
 
SPINX - Class in org.eclipse.rdf4j.model.vocabulary
http://spinrdf.org/spinx#.
SpinxFunction - Class in org.eclipse.rdf4j.spin.function
 
SpinxFunction(String) - Constructor for class org.eclipse.rdf4j.spin.function.SpinxFunction
 
SpinxFunctionParser - Class in org.eclipse.rdf4j.spin.function
 
SpinxFunctionParser(SpinParser) - Constructor for class org.eclipse.rdf4j.spin.function.SpinxFunctionParser
 
SPL - Class in org.eclipse.rdf4j.model.vocabulary
SPIN Standard Module library.
Split - Class in org.eclipse.rdf4j.spin.function.spif
 
Split() - Constructor for class org.eclipse.rdf4j.spin.function.spif.Split
 
SPLIT_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIF
 
splitHeaderString(String, char) - Static method in class org.eclipse.rdf4j.common.webapp.util.HttpServerUtil
Splits the supplied string into sub parts using the specified splitChar as a separator, ignoring occurrences of this character inside quoted strings.
SPOUSE - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:Spouse
SRID - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql
The GeoSPARQL Function geof:getSRID, as defined in OGC GeoSPARQL - A Geographic Query Language for RDF Data.
SRID() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SRID
 
StackableSail - Interface in org.eclipse.rdf4j.sail
An interface for Sails that can be stacked on top of other Sails.
StackTracePatternLayout - Class in org.eclipse.rdf4j.common.logging.file.logback
PatternLayout that also prints stack traces.
StackTracePatternLayout() - Constructor for class org.eclipse.rdf4j.common.logging.file.logback.StackTracePatternLayout
Construct a StacktracePatternLayout with the default conversion pattern.
StackTracePatternLayout(String) - Constructor for class org.eclipse.rdf4j.common.logging.file.logback.StackTracePatternLayout
Construct a StacktracePatternLayout with the specified conversion pattern.
staleness(long) - Method in interface org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics.DynamicStatistics
 
staleness(long) - Method in class org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics.ExtensibleDynamicEvaluationStatistics
 
STANDARD - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/Standard
standardOutput(char[]) - Method in interface org.eclipse.rdf4j.common.platform.ProcessLauncher.OutputListener
Deprecated.
Send to standard output
StandardQueryElementCollection<T extends QueryElement> - Class in org.eclipse.rdf4j.sparqlbuilder.core
A QueryElementCollection that follows a more standard way of converting to a query string
StandardQueryElementCollection() - Constructor for class org.eclipse.rdf4j.sparqlbuilder.core.StandardQueryElementCollection
 
StandardQueryElementCollection(String) - Constructor for class org.eclipse.rdf4j.sparqlbuilder.core.StandardQueryElementCollection
 
StandardQueryElementCollection(String, String) - Constructor for class org.eclipse.rdf4j.sparqlbuilder.core.StandardQueryElementCollection
 
StandardQueryElementCollection(String, Collection<T>) - Constructor for class org.eclipse.rdf4j.sparqlbuilder.core.StandardQueryElementCollection
 
StandardQueryElementCollection(String, Function<String, String>) - Constructor for class org.eclipse.rdf4j.sparqlbuilder.core.StandardQueryElementCollection
 
StandardQueryElementCollection(String, String, Collection<T>) - Constructor for class org.eclipse.rdf4j.sparqlbuilder.core.StandardQueryElementCollection
 
StandardQueryElementCollection(String, String, Function<String, String>, Collection<T>) - Constructor for class org.eclipse.rdf4j.sparqlbuilder.core.StandardQueryElementCollection
 
StandardQueryOptimizerPipeline - Class in org.eclipse.rdf4j.query.algebra.evaluation.impl
A standard pipeline with the default QueryOptimizers that will be used by StrictEvaluationStrategy and its subclasses, unless specifically overridden.
StandardQueryOptimizerPipeline(EvaluationStrategy, TripleSource, EvaluationStatistics) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.StandardQueryOptimizerPipeline
 
start() - Method in class org.eclipse.rdf4j.console.Console
Start the interactive console, return error code on exit
START - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:Start
start(String...) - Method in class org.eclipse.rdf4j.workbench.util.TupleResultBuilder
START_DATE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCAT
dcat:startDate
startBoolean() - Method in class org.eclipse.rdf4j.workbench.util.TupleResultBuilder
 
startDocument() - Method in class org.eclipse.rdf4j.common.xml.SimpleSAXAdapter
 
startDocument() - Method in interface org.eclipse.rdf4j.common.xml.SimpleSAXListener
Notifies the listener that the parser has started parsing.
startDocument() - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Writes the XML header for the XML file.
startDocument() - Method in class org.eclipse.rdf4j.console.util.ConsoleQueryResultWriter
 
startDocument() - Method in class org.eclipse.rdf4j.query.resultio.binary.BinaryQueryResultWriter
 
startDocument() - Method in interface org.eclipse.rdf4j.query.resultio.QueryResultWriter
Indicates the start of the document.
startDocument() - Method in class org.eclipse.rdf4j.query.resultio.text.BooleanTextWriter
 
startDocument() - Method in class org.eclipse.rdf4j.query.resultio.text.csv.SPARQLResultsCSVWriter
 
startDocument() - Method in class org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLResultsTSVWriter
 
STARTED_AT_TIME - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:startedAtTime
startHeader() - Method in class org.eclipse.rdf4j.console.util.ConsoleQueryResultWriter
 
startHeader() - Method in class org.eclipse.rdf4j.query.resultio.binary.BinaryQueryResultWriter
 
startHeader() - Method in interface org.eclipse.rdf4j.query.resultio.QueryResultWriter
Indicates the start of the header.
startHeader() - Method in class org.eclipse.rdf4j.query.resultio.text.BooleanTextWriter
 
startHeader() - Method in class org.eclipse.rdf4j.query.resultio.text.csv.SPARQLResultsCSVWriter
 
startHeader() - Method in class org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLResultsTSVWriter
 
startLocalTransaction() - Method in class org.eclipse.rdf4j.repository.base.AbstractRepositoryConnection
Starts a new transaction if one is not already active.
startQueryResult(List<String>) - Method in class org.eclipse.rdf4j.console.util.ConsoleQueryResultWriter
 
startQueryResult(List<String>) - Method in class org.eclipse.rdf4j.query.AbstractTupleQueryResultHandler
 
startQueryResult(List<String>) - Method in class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetWriter
 
startQueryResult(List<String>) - Method in class org.eclipse.rdf4j.query.impl.TupleQueryResultBuilder
 
startQueryResult(List<String>) - Method in interface org.eclipse.rdf4j.query.QueryResultHandler
Indicates the start of a sequence of Solutions.
startQueryResult(List<String>) - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultWriter
 
startQueryResult(List<String>) - Method in class org.eclipse.rdf4j.query.resultio.binary.BinaryQueryResultWriter
 
startQueryResult(List<String>) - Method in class org.eclipse.rdf4j.query.resultio.helpers.BackgroundTupleResult
 
startQueryResult(List<String>) - Method in class org.eclipse.rdf4j.query.resultio.helpers.QueryResultCollector
 
startQueryResult(List<String>) - Method in class org.eclipse.rdf4j.query.resultio.text.BooleanTextWriter
 
startQueryResult(List<String>) - Method in class org.eclipse.rdf4j.query.resultio.text.csv.SPARQLResultsCSVWriter
 
startQueryResult(List<String>) - Method in class org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLResultsTSVWriter
 
startRDF() - Method in class org.eclipse.rdf4j.federated.endpoint.EndpointFactory.DefaultRDFHandler
 
startRDF() - Method in class org.eclipse.rdf4j.query.dawg.DAWGTestBooleanParser
 
startRDF() - Method in class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetParser
 
startRDF() - Method in class org.eclipse.rdf4j.query.impl.BackgroundGraphResult
 
startRDF() - Method in class org.eclipse.rdf4j.rio.binary.BinaryRDFWriter
 
startRDF() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFHandler
 
startRDF() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFWriter
 
startRDF() - Method in class org.eclipse.rdf4j.rio.helpers.RDFHandlerWrapper
 
startRDF() - Method in class org.eclipse.rdf4j.rio.helpers.TimeLimitRDFHandler
 
startRDF() - Method in class org.eclipse.rdf4j.rio.jsonld.JSONLDWriter
 
startRDF() - Method in class org.eclipse.rdf4j.rio.n3.N3Writer
 
startRDF() - Method in class org.eclipse.rdf4j.rio.ntriples.NTriplesWriter
 
startRDF() - Method in interface org.eclipse.rdf4j.rio.RDFHandler
Signals the start of the RDF data.
startRDF() - Method in class org.eclipse.rdf4j.rio.rdfjson.RDFJSONWriter
 
startRDF() - Method in class org.eclipse.rdf4j.rio.trig.TriGWriter
 
startRDF() - Method in class org.eclipse.rdf4j.rio.trix.TriXWriter
 
startRDF() - Method in class org.eclipse.rdf4j.rio.turtle.ArrangedWriter
 
startRDF() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleWriter
 
startRDF() - Method in class org.eclipse.rdf4j.spin.ConstraintViolationRDFHandler
 
STARTS_WITH - Static variable in class org.eclipse.rdf4j.model.vocabulary.FN
fn:starts-with
startTag(String, Map<String, String>, String) - Method in class org.eclipse.rdf4j.common.xml.SimpleSAXAdapter
 
startTag(String, Map<String, String>, String) - Method in interface org.eclipse.rdf4j.common.xml.SimpleSAXListener
Reports a start tag to the listener.
startTag(String) - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Writes a start tag containing the previously set attributes.
startTransactionInternal() - Method in class org.eclipse.rdf4j.federated.FedXConnection
 
startTransactionInternal() - Method in class org.eclipse.rdf4j.sail.base.SailSourceConnection
 
startTransactionInternal() - Method in class org.eclipse.rdf4j.sail.extensiblestore.ExtensibleStoreConnection
 
startTransactionInternal() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
startTransactionInternal() - Method in class org.eclipse.rdf4j.sail.memory.MemoryStoreConnection
 
startTransactionInternal() - Method in class org.eclipse.rdf4j.sail.nativerdf.NativeStoreConnection
 
startUpdate(UpdateContext) - Method in class org.eclipse.rdf4j.sail.base.SailSourceConnection
 
startUpdate(UpdateContext) - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
startUpdate(UpdateContext) - Method in class org.eclipse.rdf4j.sail.helpers.SailConnectionWrapper
 
startUpdate(UpdateContext) - Method in interface org.eclipse.rdf4j.sail.SailConnection
Signals the start of an update operation.
Statement - Interface in org.eclipse.rdf4j.model
An RDF statement, with optional associated context.
STATEMENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement
statementAdded(Statement) - Method in class org.eclipse.rdf4j.sail.inferencer.fc.AbstractForwardChainingInferencerConnection
 
statementAdded(Statement) - Method in class org.eclipse.rdf4j.sail.inferencer.fc.SchemaCachingRDFSInferencerConnection
 
statementAdded(Statement) - Method in interface org.eclipse.rdf4j.sail.SailConnectionListener
Notifies the listener that a statement has been added in a transaction that it has registered itself with.
statementAdded(Statement) - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSailConnection
 
statementClosed - Variable in class org.eclipse.rdf4j.rio.turtle.TurtleWriter
Flag indicating whether the last written statement has been closed.
StatementCollector - Class in org.eclipse.rdf4j.rio.helpers
A RDFHandler that can be used to collect reported statements in collections.
StatementCollector() - Constructor for class org.eclipse.rdf4j.rio.helpers.StatementCollector
Creates a new StatementCollector that uses a new ArrayList to store the reported statements and a new LinkedHashMap to store the reported namespaces.
StatementCollector(Collection<Statement>) - Constructor for class org.eclipse.rdf4j.rio.helpers.StatementCollector
Creates a new StatementCollector that stores reported statements in the supplied collection and that uses a new LinkedHashMap to store the reported namespaces.
StatementCollector(Collection<Statement>, Map<String, String>) - Constructor for class org.eclipse.rdf4j.rio.helpers.StatementCollector
Creates a new StatementCollector that stores reported statements and namespaces in the supplied containers.
statementConsumer - Variable in class org.eclipse.rdf4j.rio.helpers.AbstractRDFWriter
 
StatementConversionIteration - Class in org.eclipse.rdf4j.federated.evaluation.iterator
Converts Statement iteration (i.e.
StatementConversionIteration(RepositoryResult<Statement>, BindingSet, StatementPattern) - Constructor for class org.eclipse.rdf4j.federated.evaluation.iterator.StatementConversionIteration
 
StatementFunction - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.triple
Function constructing RDF* Triple from its 3 arguments reused the IRI of rdf:Statement as name
StatementFunction() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.triple.StatementFunction
 
StatementGroupAndJoinOptimizer - Class in org.eclipse.rdf4j.federated.optimizer
Optimizer with the following tasks: 1.
StatementGroupAndJoinOptimizer(QueryInfo, FedXCostModel) - Constructor for class org.eclipse.rdf4j.federated.optimizer.StatementGroupAndJoinOptimizer
 
StatementImpl - Class in org.eclipse.rdf4j.model.impl
Deprecated.
since 2.0. Use SimpleStatement instead for extension, and ValueFactory for instantiation.
StatementImpl(Resource, URI, Value) - Constructor for class org.eclipse.rdf4j.model.impl.StatementImpl
Deprecated.
StatementOperation - Class in org.eclipse.rdf4j.http.protocol.transaction.operations
A context operation with (optional) subject, predicate, object.
StatementOperation(Resource...) - Constructor for class org.eclipse.rdf4j.http.protocol.transaction.operations.StatementOperation
 
StatementPattern - Class in org.eclipse.rdf4j.query.algebra
A tuple expression that matches a statement pattern against an RDF graph.
StatementPattern() - Constructor for class org.eclipse.rdf4j.query.algebra.StatementPattern
 
StatementPattern(Var, Var, Var) - Constructor for class org.eclipse.rdf4j.query.algebra.StatementPattern
Creates a statement pattern that matches a subject-, predicate- and object variable against statements from all contexts.
StatementPattern(StatementPattern.Scope, Var, Var, Var) - Constructor for class org.eclipse.rdf4j.query.algebra.StatementPattern
Creates a statement pattern that matches a subject-, predicate- and object variable against statements from the specified context scope.
StatementPattern(Var, Var, Var, Var) - Constructor for class org.eclipse.rdf4j.query.algebra.StatementPattern
Creates a statement pattern that matches a subject-, predicate-, object- and context variable against statements from all contexts.
StatementPattern(StatementPattern.Scope, Var, Var, Var, Var) - Constructor for class org.eclipse.rdf4j.query.algebra.StatementPattern
Creates a statement pattern that matches a subject-, predicate-, object- and context variable against statements from the specified context scope.
StatementPattern.Scope - Enum in org.eclipse.rdf4j.query.algebra
Indicates the scope of the statement pattern.
StatementPatternCollector - Class in org.eclipse.rdf4j.query.algebra.helpers
A QueryModelVisitor that collects StatementPattern's from a query model.
StatementPatternCollector() - Constructor for class org.eclipse.rdf4j.query.algebra.helpers.StatementPatternCollector
 
statementRemoved(Statement) - Method in class org.eclipse.rdf4j.sail.inferencer.fc.AbstractForwardChainingInferencerConnection
 
statementRemoved(Statement) - Method in class org.eclipse.rdf4j.sail.inferencer.fc.SchemaCachingRDFSInferencerConnection
 
statementRemoved(Statement) - Method in interface org.eclipse.rdf4j.sail.SailConnectionListener
Notifies the listener that a statement has been removed in a transaction that it has registered itself with.
statementRemoved(Statement) - Method in class org.eclipse.rdf4j.sail.shacl.ShaclSailConnection
 
STATEMENTS - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
Relative location of the statement list resource of a repository.
Statements - Class in org.eclipse.rdf4j.model.util
Utility methods for Statement objects.
Statements() - Constructor for class org.eclipse.rdf4j.model.util.Statements
 
Statements - Class in org.eclipse.rdf4j.query.algebra.evaluation.util
Deprecated.
since 2.0. Use TripleSources instead.
Statements() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.util.Statements
Deprecated.
 
statementsAdded() - Method in class org.eclipse.rdf4j.sail.helpers.DefaultSailChangedEvent
 
statementsAdded() - Method in interface org.eclipse.rdf4j.sail.SailChangedEvent
Indicates if statements were added to the Sail.
StatementsController - Class in org.eclipse.rdf4j.http.server.repository.statements
Handles requests for manipulating the statements in a repository.
StatementsController() - Constructor for class org.eclipse.rdf4j.http.server.repository.statements.StatementsController
 
StatementSource - Class in org.eclipse.rdf4j.federated.algebra
A structure representing a relevant source for some expression.
StatementSource(String, StatementSource.StatementSourceType) - Constructor for class org.eclipse.rdf4j.federated.algebra.StatementSource
 
StatementSource.StatementSourceType - Enum in org.eclipse.rdf4j.federated.algebra
 
StatementSourcePattern - Class in org.eclipse.rdf4j.federated.algebra
Represents statements that can produce results at a some particular endpoints, the statement sources.
StatementSourcePattern(StatementPattern, QueryInfo) - Constructor for class org.eclipse.rdf4j.federated.algebra.StatementSourcePattern
 
statementSources - Variable in class org.eclipse.rdf4j.federated.algebra.FedXStatementPattern
 
statementsRemoved() - Method in class org.eclipse.rdf4j.sail.helpers.DefaultSailChangedEvent
 
statementsRemoved() - Method in interface org.eclipse.rdf4j.sail.SailChangedEvent
Indicates if statements were removed from the Sail.
StatementTupleExpr - Interface in org.eclipse.rdf4j.federated.algebra
Interface for any expression that can be evaluated
statistics - Variable in class org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryJoinOptimizer
 
statistics - Variable in class org.eclipse.rdf4j.sail.federation.optimizers.QueryMultiJoinOptimizer
 
Stats - Class in org.eclipse.rdf4j.sail.shacl
Deprecated.
since 3.0. This feature is for internal use only: its existence, signature or behavior may change without warning from one release to the next.
Stats() - Constructor for class org.eclipse.rdf4j.sail.shacl.Stats
Deprecated.
 
STATUS - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
STATUS - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
STATUS - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:status
STATUS_CODE - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
stmt - Variable in class org.eclipse.rdf4j.federated.algebra.CheckStatementPattern
 
stmt - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.StatementConversionIteration
 
stmt - Variable in class org.eclipse.rdf4j.federated.evaluation.union.ParallelUnionTask
 
stmt - Variable in class org.eclipse.rdf4j.federated.optimizer.SourceSelection.ParallelCheckTask
 
stmts - Variable in class org.eclipse.rdf4j.federated.optimizer.GenericInfoOptimizer
 
stmtToSources - Variable in class org.eclipse.rdf4j.federated.optimizer.SourceSelection
Map statements to their sources.
stopAt(int) - Method in class org.eclipse.rdf4j.sail.SailConcurrencyTest.UploadTransaction
 
stopAtFirstError() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
Deprecated.
Check specific settings instead.
stopAtFirstError() - Method in class org.eclipse.rdf4j.rio.ParserConfig
Deprecated.
StopRemainingExecutionsOnCloseIteration - Class in org.eclipse.rdf4j.federated.evaluation.iterator
A wrapping iteration that attempts to close all running scheduled Futures for the given query evaluation.
StopRemainingExecutionsOnCloseIteration(CloseableIteration<? extends BindingSet, QueryEvaluationException>, QueryInfo) - Constructor for class org.eclipse.rdf4j.federated.evaluation.iterator.StopRemainingExecutionsOnCloseIteration
 
STORE - Static variable in class org.eclipse.rdf4j.federated.util.Vocabulary.FEDX
 
store - Variable in class org.eclipse.rdf4j.repository.optimistic.IsolationLevelTest
 
store - Variable in class org.eclipse.rdf4j.sail.SailIsolationLevelTest
 
storeData(byte[]) - Method in class org.eclipse.rdf4j.sail.nativerdf.datastore.DataFile
Stores the specified data and returns the byte-offset at which it has been stored.
storeData(byte[]) - Method in class org.eclipse.rdf4j.sail.nativerdf.datastore.DataStore
Stores the supplied value and returns the ID that has been assigned to it.
storeID(int, int) - Method in class org.eclipse.rdf4j.sail.nativerdf.datastore.HashFile
Stores ID under the specified hash code in this hash file.
storeOffset(long) - Method in class org.eclipse.rdf4j.sail.nativerdf.datastore.IDFile
Stores the offset of a new data entry, returning the ID under which is stored.
storeValue(Value) - Method in class org.eclipse.rdf4j.sail.nativerdf.ValueStore
Deprecated.
Stores the supplied value and returns the ID that has been assigned to it.
STR - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
Str - Class in org.eclipse.rdf4j.query.algebra
The STR function, as defined in SPARQL Query Language for RDF; returns the label of literals or the string representation of URIs.
Str() - Constructor for class org.eclipse.rdf4j.query.algebra.Str
 
Str(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Str
 
str(Operand) - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
STR(literal) or STR(iri)
STR_SPLIT - Static variable in class org.eclipse.rdf4j.model.vocabulary.APF
 
StrAfter - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.string
The SPARQL built-in Function STRAFTER, as defined in SPARQL Query Language for RDF.
StrAfter() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.string.StrAfter
 
strategy - Variable in class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelExecutorBase
 
strategy - Variable in class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelServiceExecutor
 
strategy - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.FilteringIteration
 
strategy - Variable in class org.eclipse.rdf4j.federated.evaluation.join.ParallelBoundJoinTask
 
strategy - Variable in class org.eclipse.rdf4j.federated.evaluation.join.ParallelCheckJoinTask
 
strategy - Variable in class org.eclipse.rdf4j.federated.evaluation.join.ParallelJoinTask
 
strategy - Variable in class org.eclipse.rdf4j.federated.evaluation.join.ParallelLeftJoinTask
 
strategy - Variable in class org.eclipse.rdf4j.federated.evaluation.join.ParallelServiceJoinTask
 
strategy - Variable in class org.eclipse.rdf4j.federated.evaluation.TripleSourceBase
 
strategy - Variable in class org.eclipse.rdf4j.federated.evaluation.union.ParallelUnionOperatorTask
 
strategy - Variable in class org.eclipse.rdf4j.query.algebra.evaluation.federation.ServiceJoinIterator
 
strategy - Variable in class org.eclipse.rdf4j.query.algebra.evaluation.impl.ConstantOptimizer
 
StrBefore - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.string
The SPARQL built-in Function STRBEFORE, as defined in SPARQL Query Language for RDF.
StrBefore() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.string.StrBefore
 
StrDt - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.rdfterm
The SPARQL built-in Function STRDT, as defined in SPARQL Query Language for RDF
StrDt() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.rdfterm.StrDt
 
stream() - Method in interface org.eclipse.rdf4j.common.iteration.Iteration
Convert the results to a Java 8 Stream.
stream(Iteration<T, ? extends Exception>) - Static method in class org.eclipse.rdf4j.common.iteration.Iterations
Get a sequential Stream with the supplied Iteration as its source.
STREAM - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:stream
STREET_ADDRESS - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:street-address
StrEnds - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.string
The SPARQL built-in Function STRENDS, as defined in SPARQL Query Language for RDF
StrEnds() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.string.StrEnds
 
STRICT_DUPLICATE_DETECTION - Static variable in class org.eclipse.rdf4j.rio.helpers.JSONSettings
Boolean setting for JSON parsers to determine if strict duplicate detection is allowed for JSON Object field names.
StrictEvaluationStrategy - Class in org.eclipse.rdf4j.query.algebra.evaluation.impl
Minimally-conforming SPARQL 1.1 Query Evaluation strategy, to evaluate one TupleExpr on the given TripleSource, optionally using the given Dataset.
StrictEvaluationStrategy(TripleSource, FederatedServiceResolver) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
StrictEvaluationStrategy(TripleSource, Dataset, FederatedServiceResolver) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
StrictEvaluationStrategy(TripleSource, Dataset, FederatedServiceResolver, long, EvaluationStatistics) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
StrictEvaluationStrategy(TripleSource, Dataset, FederatedServiceResolver, long, EvaluationStatistics, boolean) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
StrictEvaluationStrategyFactory - Class in org.eclipse.rdf4j.query.algebra.evaluation.impl
 
StrictEvaluationStrategyFactory() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategyFactory
 
StrictEvaluationStrategyFactory(FederatedServiceResolver) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategyFactory
 
STRING - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#string
STRING_LENGTH - Static variable in class org.eclipse.rdf4j.model.vocabulary.FN
fn:string-length
StringCast - Class in org.eclipse.rdf4j.query.algebra.evaluation.function
Deprecated.
use StringCast instead
StringCast() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.StringCast
Deprecated.
 
StringCast - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.xsd
A Function that tries to cast its argument to an xsd:string.
StringCast() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.StringCast
 
StringEscapesProcessor - Class in org.eclipse.rdf4j.query.parser.sparql
Deprecated.
since 3.0. This feature is for internal use only: its existence, signature or behavior may change without warning from one release to the next.
StringEscapesProcessor() - Constructor for class org.eclipse.rdf4j.query.parser.sparql.StringEscapesProcessor
Deprecated.
 
StringRioSetting - Class in org.eclipse.rdf4j.rio.helpers
A RioSetting with a String value.
StringRioSetting(String, String, String) - Constructor for class org.eclipse.rdf4j.rio.helpers.StringRioSetting
 
StringUtil - Class in org.eclipse.rdf4j.common.text
 
StringUtil() - Constructor for class org.eclipse.rdf4j.common.text.StringUtil
 
stringValue() - Method in class org.eclipse.rdf4j.model.impl.SimpleBNode
 
stringValue() - Method in class org.eclipse.rdf4j.model.impl.SimpleIRI
 
stringValue() - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
 
stringValue() - Method in class org.eclipse.rdf4j.model.impl.SimpleTriple
 
stringValue() - Method in interface org.eclipse.rdf4j.model.Value
Returns the String-value of a Value object.
stringValue() - Method in class org.eclipse.rdf4j.sail.memory.model.MemIRI
 
stringValue() - Method in class org.eclipse.rdf4j.sail.memory.model.MemTriple
 
stripContext(Statement) - Static method in class org.eclipse.rdf4j.model.util.Statements
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.
stripContext(ValueFactory, Statement) - Static method in class org.eclipse.rdf4j.model.util.Statements
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.
stripContexts(Model, Resource...) - Static method in class org.eclipse.rdf4j.model.util.Models
Strips contexts from the input model.
StrLang - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.rdfterm
The SPARQL built-in Function STRLANG, as defined in SPARQL Query Language for RDF
StrLang() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.rdfterm.StrLang
 
StrLen - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.string
The SPARQL built-in Function STRLEN, as defined in SPARQL Query Language for RDF
StrLen() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.string.StrLen
 
StrSplit - Class in org.eclipse.rdf4j.spin.function.apf
 
StrSplit() - Constructor for class org.eclipse.rdf4j.spin.function.apf.StrSplit
 
StrStarts - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.string
The SPARQL built-in Function STRSTARTS, as defined in SPARQL Query Language for RDF
StrStarts() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.string.StrStarts
 
STRUUID - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.rdfterm
The SPARQL built-in Function UUID, as defined in SPARQL Query Language for RDF
STRUUID() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.rdfterm.STRUUID
 
SUB - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
SUB_ORGANIZATION_OF - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
void:subOrganizationOf
SUB_PATH_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#subPath The child path of a property path expression.
SUB_QUERY_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#SubQuery A nested SELECT query inside of an element list.
SUBCLASSOF - Static variable in class org.eclipse.rdf4j.model.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#subClassOf
subj - Variable in class org.eclipse.rdf4j.federated.evaluation.union.ParallelGetStatementsTask
 
subj - Variable in class org.eclipse.rdf4j.federated.structures.SubQuery
 
subj - Variable in class org.eclipse.rdf4j.federated.structures.UnboundStatement
 
subj - Variable in class org.eclipse.rdf4j.model.impl.FilteredModel
 
subject() - Method in class org.eclipse.rdf4j.federated.structures.SubQuery
 
subject(Resource) - Method in class org.eclipse.rdf4j.model.util.ModelBuilder
Set the subject resource about which statements are to be added to the model.
subject(String) - Method in class org.eclipse.rdf4j.model.util.ModelBuilder
Set the subject about which statements are to be added to the model, defined by a prefixed name or an IRI reference.
subject(Iterable<Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves a subject Resource from the supplied statements.
subject(Model) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves a subject Resource from the statements in the given model.
SUBJECT - Static variable in class org.eclipse.rdf4j.model.vocabulary.DC
dc:subject
SUBJECT - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/subject
SUBJECT - Static variable in class org.eclipse.rdf4j.model.vocabulary.EARL
 
SUBJECT - Static variable in class org.eclipse.rdf4j.model.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#subject
subject - Variable in class org.eclipse.rdf4j.rio.ntriples.NTriplesParser
 
subject - Variable in class org.eclipse.rdf4j.rio.turtle.TurtleParser
 
SUBJECT_1 - Static variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailGeoSPARQLTest
 
SUBJECT_1 - Static variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailIndexedPropertiesTest
 
SUBJECT_1 - Static variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailTest
 
SUBJECT_2 - Static variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailGeoSPARQLTest
 
SUBJECT_2 - Static variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailIndexedPropertiesTest
 
SUBJECT_2 - Static variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailTest
 
SUBJECT_3 - Static variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailGeoSPARQLTest
 
SUBJECT_3 - Static variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailIndexedPropertiesTest
 
SUBJECT_3 - Static variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailTest
 
SUBJECT_4 - Static variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailGeoSPARQLTest
 
SUBJECT_4 - Static variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailIndexedPropertiesTest
 
SUBJECT_4 - Static variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailTest
 
SUBJECT_5 - Static variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailGeoSPARQLTest
 
SUBJECT_5 - Static variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailIndexedPropertiesTest
 
SUBJECT_5 - Static variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailTest
 
SUBJECT_KEY - Static variable in class org.eclipse.rdf4j.http.server.repository.statements.ExportStatementsView
 
SUBJECT_KEY - Static variable in class org.eclipse.rdf4j.http.server.repository.transaction.TransactionExportStatementsView
 
SUBJECT_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
Parameter name for the 'subject' parameter of a statement query.
SUBJECT_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#subject A resource or Variable describing the subject of a triple.
subjectBNode(Iterable<Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves a subject BNode from the supplied statements.
subjectBNode(Model) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves a subject BNode from the statements in the given model.
subjectBNodes(Iterable<Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves all subject BNodes from the supplied statements.
subjectBNodes(Model) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves all subject BNodes from the statements in the given model.
subjectIRI(Iterable<Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves a subject IRI from the supplied statements.
subjectIRI(Model) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves a subject IRI from the statements in the given model.
subjectIRIs(Iterable<Statement>) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves all subject IRIs from the supplied statements.
subjectIRIs(Model) - Static method in class org.eclipse.rdf4j.model.util.Models
Retrieves all subject IRIs from the statements in the given model.
subjects() - Method in class org.eclipse.rdf4j.model.impl.AbstractModel
 
subjects() - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
subjects() - Method in interface org.eclipse.rdf4j.model.Model
Returns a Set view of the subjects contained in this model.
SUBJECTS_TARGET - Static variable in class org.eclipse.rdf4j.model.vocabulary.VOID
void:subjectsTarget
SUBMIT - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:Submit
submitToCache(Long, PartialStatement, List<ExtensibleStatement>) - Method in class org.eclipse.rdf4j.sail.extensiblestore.ReadCache
 
SUBPROPERTYOF - Static variable in class org.eclipse.rdf4j.model.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#subPropertyOf
SubQuery - Class in org.eclipse.rdf4j.federated.structures
 
SubQuery(Resource, IRI, Value, Resource...) - Constructor for class org.eclipse.rdf4j.federated.structures.SubQuery
 
SubQuery(StatementPattern, Dataset) - Constructor for class org.eclipse.rdf4j.federated.structures.SubQuery
 
subQuery - Variable in class org.eclipse.rdf4j.query.algebra.SubQueryValueOperator
 
SubQueryValueOperator - Class in org.eclipse.rdf4j.query.algebra
 
SubQueryValueOperator() - Constructor for class org.eclipse.rdf4j.query.algebra.SubQueryValueOperator
 
SubQueryValueOperator(TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.SubQueryValueOperator
 
SubSelect - Class in org.eclipse.rdf4j.sparqlbuilder.graphpattern
A SPARQL subquery
SubSelect() - Constructor for class org.eclipse.rdf4j.sparqlbuilder.graphpattern.SubSelect
 
subSet(Statement, Statement) - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
SUBSET - Static variable in class org.eclipse.rdf4j.model.vocabulary.VOID
void:subset
substituteQueryCache(Map<String, String>) - Static method in class org.eclipse.rdf4j.workbench.commands.QueryServlet
For testing purposes only.
substituteQueryStorage(QueryStorage) - Method in class org.eclipse.rdf4j.workbench.commands.QueryServlet
 
SUBSTRING - Static variable in class org.eclipse.rdf4j.model.vocabulary.FN
fn:substring
Substring - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.string
The SPARQL built-in Function SUBSTR, as defined in SPARQL Query Language for RDF.
Substring() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.string.Substring
 
SUBSTRING_AFTER - Static variable in class org.eclipse.rdf4j.model.vocabulary.FN
fn:substring-after
SUBSTRING_BEFORE - Static variable in class org.eclipse.rdf4j.model.vocabulary.FN
fn:substring-before
subtract(Operand...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
operand1 - operand2 - ...
Subtract - Class in org.eclipse.rdf4j.spin.function
 
Subtract() - Constructor for class org.eclipse.rdf4j.spin.function.Subtract
 
SUFFIX - Static variable in interface org.eclipse.rdf4j.sparqlbuilder.graphpattern.TriplePattern
 
suite(SeRQLParserTestCase.Factory) - Static method in class org.eclipse.rdf4j.query.parser.serql.SeRQLParserTestCase
 
suite(SeRQLQueryTestCase.Factory) - Static method in class org.eclipse.rdf4j.query.parser.serql.SeRQLQueryTestCase
 
suite(SPARQLQueryTest.Factory) - Static method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQL10ManifestTest
Deprecated.
 
suite(SPARQLQueryTest.Factory, String, boolean, String...) - Static method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQL11ManifestTest
Deprecated.
Creates a new TestSuite for execution of SPARQLQueryTest s.
suite(SPARQLUpdateConformanceTest.Factory, String, boolean, String...) - Static method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQL11ManifestTest
Deprecated.
Creates a new TestSuite for execution of SPARQLUpdateConformanceTest s.
suite() - Static method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQL11SyntaxTest
Deprecated.
 
suite(SPARQL11SyntaxTest.Factory, boolean) - Static method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQL11SyntaxTest
Deprecated.
 
suite(String, SPARQLQueryTest.Factory) - Static method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLQueryTest
Deprecated.
 
suite(String, SPARQLQueryTest.Factory, boolean) - Static method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLQueryTest
Deprecated.
 
suite(String, SPARQLUpdateConformanceTest.Factory) - Static method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLUpdateConformanceTest
Deprecated.
 
suite(String, SPARQLUpdateConformanceTest.Factory, boolean) - Static method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLUpdateConformanceTest
Deprecated.
 
Sum - Class in org.eclipse.rdf4j.query.algebra
The SUM operator as defined in http://www.w3.org/TR/sparql11-query/#aggregates
Sum(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Sum
 
Sum(ValueExpr, boolean) - Constructor for class org.eclipse.rdf4j.query.algebra.Sum
 
sum(Operand) - Static method in class org.eclipse.rdf4j.sparqlbuilder.constraint.Expressions
 
SUM_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#Sum Represents sum aggregations, e.g.
SummaryServlet - Class in org.eclipse.rdf4j.workbench.commands
 
SummaryServlet() - Constructor for class org.eclipse.rdf4j.workbench.commands.SummaryServlet
 
SUNDAY - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:Sunday
supplier() - Method in class org.eclipse.rdf4j.model.util.ModelCollector
 
SUPPORT - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
Deprecated.
SUPPORT_FORUM - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:support-forum
SUPPORT_GRAPHS_EXTENSION - Static variable in class org.eclipse.rdf4j.rio.helpers.RDFJSONParserSettings
Boolean setting for parser to determine whether an RDF/JSON parser should support the graphs extension to make it a quads format.
SUPPORTED_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
SUPPORTED_ENTAILMENT_PROFILE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SD
supported entailment profile
SUPPORTED_LANGUAGE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SD
supported language
SUPPORTED_OPERATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
SUPPORTED_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
SUPPORTED_PROPERTY_PROP - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
SUPPORTS_ASK_QUERIES - Static variable in class org.eclipse.rdf4j.federated.util.Vocabulary.FEDX
 
SUPPORTS_CONTEXTS - Static variable in class org.eclipse.rdf4j.rio.RDFFormat
Indicates that the Statement.getContext() URI may be serialized for this format.
SUPPORTS_NAMESPACES - Static variable in class org.eclipse.rdf4j.rio.RDFFormat
Indicates that calls to RDFHandler.handleNamespace(String, String) may be serialised when serializing to this format.
SUPPORTS_RDF_STAR - Static variable in class org.eclipse.rdf4j.rio.RDFFormat
Indicates that RDF* triples can be serialized natively for this format.
supportsASKQueries() - Method in class org.eclipse.rdf4j.federated.endpoint.SparqlEndpointConfiguration
Flag indicating whether ASK queries are supported.
supportsContexts() - Method in class org.eclipse.rdf4j.rio.RDFFormat
Return true if the RDFFormat supports the encoding of contexts/named graphs.
supportsDateRanges() - Method in class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
 
supportsDateRanges() - Method in class org.eclipse.rdf4j.common.logging.file.logback.MultipleFileLogReader
 
supportsDateRanges() - Method in interface org.eclipse.rdf4j.common.logging.LogReader
Test if this LogReader implementation supports date-based records filtering.
supportsDeprecateByQuery() - Method in interface org.eclipse.rdf4j.sail.base.SailSink
 
SupportsExpr - Interface in org.eclipse.rdf4j.queryrender.builder
Deprecated.
use SparqlBuilder instead.
supportsFormat(String) - Method in enum org.eclipse.rdf4j.federated.endpoint.EndpointType
Returns true if the endpoint type supports the given format (e.g.
SupportsGroups<T> - Interface in org.eclipse.rdf4j.queryrender.builder
Deprecated.
use SparqlBuilder instead.
supportsLevelFilter() - Method in class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
 
supportsLevelFilter() - Method in interface org.eclipse.rdf4j.common.logging.LogReader
Test if this LogReader implementation supports level-based records filtering.
supportsNamespaces() - Method in class org.eclipse.rdf4j.rio.RDFFormat
Return true if the RDFFormat supports the encoding of namespace/prefix information.
supportsRDFStar() - Method in class org.eclipse.rdf4j.query.resultio.TupleQueryResultFormat
Return true if the TupleQueryResultFormat supports the encoding of RDF* triples natively.
supportsRDFStar() - Method in class org.eclipse.rdf4j.rio.RDFFormat
Return true if the RDFFormat supports the encoding of RDF* triples natively.
supportsThreadFilter() - Method in class org.eclipse.rdf4j.common.logging.base.AbstractLogReader
 
supportsThreadFilter() - Method in interface org.eclipse.rdf4j.common.logging.LogReader
Test if this LogReader implementation supports thread-based records filtering.
SURNAME - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
SVNREPOSITORY - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:SVNRepository
SWEETHEART - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:Sweetheart
SYM_DIFFERENCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEOF
 
SYMBOL_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#symbol The symbol of a function, e.g.
symDifference(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.JtsSpatialAlgebra
 
symDifference(Shape, Shape) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SpatialAlgebra
 
SymmetricDifference - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql
The GeoSPARQL Function geof:symDifference, as defined in OGC GeoSPARQL - A Geographic Query Language for RDF Data.
SymmetricDifference() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SymmetricDifference
 
SYMMETRICPROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#SymmetricProperty
sync() - Method in class org.eclipse.rdf4j.sail.memory.MemoryStore
Synchronizes the contents of this repository with the data that is stored on disk.
sync() - Method in class org.eclipse.rdf4j.sail.nativerdf.btree.BTree
Writes any changes that are cached in memory to disk.
sync() - Method in class org.eclipse.rdf4j.sail.nativerdf.datastore.DataFile
Syncs any unstored data to the hash file.
sync(boolean) - Method in class org.eclipse.rdf4j.sail.nativerdf.datastore.DataFile
 
sync() - Method in class org.eclipse.rdf4j.sail.nativerdf.datastore.DataStore
Synchronizes any recent changes to the data to disk.
sync() - Method in class org.eclipse.rdf4j.sail.nativerdf.datastore.HashFile
Syncs any unstored data to the hash file.
sync(boolean) - Method in class org.eclipse.rdf4j.sail.nativerdf.datastore.HashFile
 
sync() - Method in class org.eclipse.rdf4j.sail.nativerdf.datastore.IDFile
Syncs any unstored data to the hash file.
sync(boolean) - Method in class org.eclipse.rdf4j.sail.nativerdf.datastore.IDFile
 
sync() - Method in class org.eclipse.rdf4j.sail.nativerdf.ValueStore
Deprecated.
Synchronizes any changes that are cached in memory to disk.
SYNC_DELAY - Static variable in class org.eclipse.rdf4j.sail.memory.config.MemoryStoreSchema
http://www.openrdf.org/config/sail/memory#syncDelay
SYNC_FILE_NAME - Static variable in class org.eclipse.rdf4j.sail.memory.MemoryStore
 
SYNCHRONIZE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:synchronize
synchronizedModel(Model) - Static method in class org.eclipse.rdf4j.model.util.Models
Make a model thread-safe by synchronizing all its methods.
SynchronousBoundJoin - Class in org.eclipse.rdf4j.federated.evaluation.join
Execute the nested loop join in a synchronous fashion, using grouped requests, i.e.
SynchronousBoundJoin(FederationEvalStrategy, CloseableIteration<BindingSet, QueryEvaluationException>, TupleExpr, BindingSet, QueryInfo) - Constructor for class org.eclipse.rdf4j.federated.evaluation.join.SynchronousBoundJoin
 
SynchronousJoin - Class in org.eclipse.rdf4j.federated.evaluation.join
Execute the nested loop join in a synchronous fashion, i.e.
SynchronousJoin(FederationEvalStrategy, CloseableIteration<BindingSet, QueryEvaluationException>, TupleExpr, BindingSet, QueryInfo) - Constructor for class org.eclipse.rdf4j.federated.evaluation.join.SynchronousJoin
 
SynchronousWorkerUnion<T> - Class in org.eclipse.rdf4j.federated.evaluation.union
Synchronous execution of union tasks, i.e.
SynchronousWorkerUnion(FederationEvalStrategy, QueryInfo) - Constructor for class org.eclipse.rdf4j.federated.evaluation.union.SynchronousWorkerUnion
 
SYSTEM - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
Deprecated.
SYSTEM_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#SystemClass An "artificial" root class that groups all SP classes.
SYSTEM_DEVICE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:systemDevice
SYSTEM_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#systemProperty An abstract base proprerty that groups together the SP system properties.
SYSTEM_PROPERTY_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#systemProperty An "abstract" base property that groups together those system properties that the user will hardly ever need to see in property trees.
SystemInfoController - Class in org.eclipse.rdf4j.common.webapp.system
 
SystemInfoController() - Constructor for class org.eclipse.rdf4j.common.webapp.system.SystemInfoController
 
SystemInfoController.MemoryInfo - Class in org.eclipse.rdf4j.common.webapp.system
 
SystemInfoController.ServerInfo - Class in org.eclipse.rdf4j.common.webapp.system
 
SystemOverviewController - Class in org.eclipse.rdf4j.common.webapp.system
 
SystemOverviewController() - Constructor for class org.eclipse.rdf4j.common.webapp.system.SystemOverviewController
 
SystemOverviewController.MemoryInfo - Class in org.eclipse.rdf4j.common.webapp.system
 
SystemOverviewController.ServerInfo - Class in org.eclipse.rdf4j.common.webapp.system
 
systemPropertyCache - Variable in class org.eclipse.rdf4j.rio.RioConfig
A map containing mappings from settings to system properties that have been discovered since the last call to RioConfig.useDefaults().
SystemRepository - Class in org.eclipse.rdf4j.repository.manager
Deprecated.
SystemRepository(File) - Constructor for class org.eclipse.rdf4j.repository.manager.SystemRepository
Deprecated.
 
SystemRepositoryConfig - Class in org.eclipse.rdf4j.repository.manager
Deprecated.
SystemRepositoryConfig() - Constructor for class org.eclipse.rdf4j.repository.manager.SystemRepositoryConfig
Deprecated.
 
SystemRepositoryFactory - Class in org.eclipse.rdf4j.repository.manager
 
SystemRepositoryFactory() - Constructor for class org.eclipse.rdf4j.repository.manager.SystemRepositoryFactory
 

T

t - Variable in class org.eclipse.rdf4j.federated.optimizer.SourceSelection.CheckTaskPair
 
t - Variable in class org.eclipse.rdf4j.query.parser.QueryPrologLexer.Token
 
TABLE_DATA_PROVIDER_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#TableDataProvider An abstraction of objects that can produce tabular data.
TABLE_END_RECORD_MARKER - Static variable in interface org.eclipse.rdf4j.query.resultio.binary.BinaryQueryResultConstants
 
TABLE_OF_CONTENTS - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/tableOfContents
tailSet(Statement) - Method in class org.eclipse.rdf4j.model.impl.TreeModel
 
TARGET - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:target
TARGET - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:Target
TARGET - Static variable in class org.eclipse.rdf4j.model.vocabulary.VOID
void:target
TARGET_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:targetClass
TARGET_NODE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:targetNode
TARGET_OBJECTS_OF - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:targetObjectsOf
TARGET_PROP - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:target
TARGET_SUBJECTS_OF - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:targetSubjectsOf
TARGET_TYPE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:TargetType
TargetedGraphManagementQuery<T extends TargetedGraphManagementQuery<T>> - Class in org.eclipse.rdf4j.sparqlbuilder.core.query
 
TargetedGraphManagementQuery() - Constructor for class org.eclipse.rdf4j.sparqlbuilder.core.query.TargetedGraphManagementQuery
 
TARGETINDIVIDUAL - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#targetIndividual
targetShape - Static variable in class org.eclipse.rdf4j.model.vocabulary.RSX
http://rdf4j.org/shacl-extensions#targetShape
TARGETVALUE - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#targetValue
tasks - Variable in class org.eclipse.rdf4j.federated.evaluation.union.WorkerUnionBase
 
TaskWrapper - Interface in org.eclipse.rdf4j.federated.evaluation.concurrent
A TaskWrapper is a facility to wrap Runnable background tasks before they are passed to the Executor.
TaskWrapperAware - Interface in org.eclipse.rdf4j.federated.evaluation.concurrent
Classes implementing this interface can accept a custom TaskWrapper.
tearDown() - Method in class org.eclipse.rdf4j.model.AbstractModelPerformanceTest
 
tearDown() - Method in class org.eclipse.rdf4j.model.AbstractModelTest
 
tearDown() - Method in class org.eclipse.rdf4j.model.ModelNamespacesTest
 
tearDown() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
tearDown() - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQL11UpdateComplianceTest
 
tearDown() - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLQueryComplianceTest
 
tearDown() - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLQueryTest
Deprecated.
 
tearDown() - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLUpdateConformanceTest
Deprecated.
 
tearDown() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
tearDown() - Method in class org.eclipse.rdf4j.repository.CascadeValueExceptionTest
 
tearDown() - Method in class org.eclipse.rdf4j.repository.EquivalentTest
 
tearDown() - Method in class org.eclipse.rdf4j.repository.GraphQueryResultTest
 
tearDown() - Method in class org.eclipse.rdf4j.repository.optimistic.DeadLockTest
 
tearDown() - Method in class org.eclipse.rdf4j.repository.optimistic.DeleteInsertTest
 
tearDown() - Method in class org.eclipse.rdf4j.repository.optimistic.IsolationLevelTest
 
tearDown() - Method in class org.eclipse.rdf4j.repository.optimistic.LinearTest
 
tearDown() - Method in class org.eclipse.rdf4j.repository.optimistic.ModificationTest
 
tearDown() - Method in class org.eclipse.rdf4j.repository.optimistic.MonotonicTest
 
tearDown() - Method in class org.eclipse.rdf4j.repository.optimistic.RemoveIsolationTest
 
tearDown() - Method in class org.eclipse.rdf4j.repository.optimistic.SerializableTest
 
tearDown() - Method in class org.eclipse.rdf4j.repository.optimistic.SnapshotTest
 
tearDown() - Method in class org.eclipse.rdf4j.repository.RDFStarSupportTest
 
tearDown() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
tearDown() - Method in class org.eclipse.rdf4j.repository.RepositoryTest
 
tearDown() - Method in class org.eclipse.rdf4j.repository.SparqlAggregatesTest
 
tearDown() - Method in class org.eclipse.rdf4j.repository.SparqlDatasetTest
 
tearDown() - Method in class org.eclipse.rdf4j.repository.SparqlOrderByTest
 
tearDown() - Method in class org.eclipse.rdf4j.repository.SparqlRegexTest
 
tearDown() - Method in class org.eclipse.rdf4j.repository.SparqlSetBindingTest
 
tearDown() - Method in class org.eclipse.rdf4j.repository.TupleQueryResultTest
 
tearDown() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailGeoSPARQLTest
 
tearDown() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailIndexedPropertiesTest
 
tearDown() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailTest
 
tearDown() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
tearDown() - Method in class org.eclipse.rdf4j.sail.SailConcurrencyTest
 
tearDown() - Method in class org.eclipse.rdf4j.sail.SailInterruptTest
 
tearDown() - Method in class org.eclipse.rdf4j.sail.SailIsolationLevelTest
 
tearDown() - Method in class org.eclipse.rdf4j.shacl.manifest.AbstractSHACLTest
Deprecated.
 
TECHNICAL_FEATURE - Static variable in class org.eclipse.rdf4j.model.vocabulary.VOID
void:TechnicalFeature
TEL - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
Deprecated.
TEL_PROP - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:tel
TELEPHONE_TYPE - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:TelephoneType
tempDir - Variable in class org.eclipse.rdf4j.sail.EvaluationStrategyTest
 
TEMPLATE - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
Template - Class in org.eclipse.rdf4j.spin
Class to represent a SPIN template.
Template(IRI) - Constructor for class org.eclipse.rdf4j.spin.Template
 
TEMPLATE_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#Template The metaclass of SPIN templates.
TEMPLATED_LINK - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
TEMPLATES_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#Templates Suggested abstract base class for all Templates.
TEMPLATES_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#templates Points to a list of TripleTemplates that form the head of a Construct query.
TEMPORAL - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/temporal
TEMPORAL_DURATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:TemporalDuration
TEMPORAL_ENTITY - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:TemporalEntity
TEMPORAL_POSITION - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:TemporalPosition
TEMPORAL_RESOLUTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCAT
dcat:temporalResolution
TEMPORAL_THING - Static variable in class org.eclipse.rdf4j.model.vocabulary.WGS84
The wgs84:TemporalThing class.
TEMPORAL_UNIT - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:TemporalUnit
TERM_GROUP - Static variable in class org.eclipse.rdf4j.model.vocabulary.VANN
A group of related terms in a vocabulary.
TEST - Static variable in class org.eclipse.rdf4j.model.vocabulary.EARL
 
test() - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLComplianceTest
 
test() - Method in class org.eclipse.rdf4j.repository.optimistic.DeadLockTest
 
test() - Method in class org.eclipse.rdf4j.repository.optimistic.DeleteInsertTest
 
test27NormalizeIRIFunction() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
test_afterInsertDataPattern() - Method in class org.eclipse.rdf4j.repository.optimistic.LinearTest
 
test_afterInsertDataPattern() - Method in class org.eclipse.rdf4j.repository.optimistic.MonotonicTest
 
test_afterInsertDataPattern() - Method in class org.eclipse.rdf4j.repository.optimistic.SerializableTest
 
test_afterInsertDataPattern() - Method in class org.eclipse.rdf4j.repository.optimistic.SnapshotTest
 
test_afterPattern() - Method in class org.eclipse.rdf4j.repository.optimistic.LinearTest
 
test_afterPattern() - Method in class org.eclipse.rdf4j.repository.optimistic.MonotonicTest
 
test_afterPattern() - Method in class org.eclipse.rdf4j.repository.optimistic.SerializableTest
 
test_afterPattern() - Method in class org.eclipse.rdf4j.repository.optimistic.SnapshotTest
 
test_changedInsert() - Method in class org.eclipse.rdf4j.repository.optimistic.MonotonicTest
 
test_changedOptionalFilterInsert() - Method in class org.eclipse.rdf4j.repository.optimistic.MonotonicTest
 
test_changedOptionalFilterQuery() - Method in class org.eclipse.rdf4j.repository.optimistic.MonotonicTest
 
test_changedOptionalInsert() - Method in class org.eclipse.rdf4j.repository.optimistic.MonotonicTest
 
test_changedOptionalQuery() - Method in class org.eclipse.rdf4j.repository.optimistic.MonotonicTest
 
test_changedPattern() - Method in class org.eclipse.rdf4j.repository.optimistic.LinearTest
 
test_changedPattern() - Method in class org.eclipse.rdf4j.repository.optimistic.MonotonicTest
 
test_changedQuery() - Method in class org.eclipse.rdf4j.repository.optimistic.MonotonicTest
 
test_changedRangeInsert() - Method in class org.eclipse.rdf4j.repository.optimistic.MonotonicTest
 
test_changedRangeQuery() - Method in class org.eclipse.rdf4j.repository.optimistic.MonotonicTest
 
test_conflictInsert() - Method in class org.eclipse.rdf4j.repository.optimistic.SerializableTest
 
test_conflictInsert() - Method in class org.eclipse.rdf4j.repository.optimistic.SnapshotTest
 
test_conflictOptionalFilterInsert() - Method in class org.eclipse.rdf4j.repository.optimistic.SerializableTest
 
test_conflictOptionalFilterInsert() - Method in class org.eclipse.rdf4j.repository.optimistic.SnapshotTest
 
test_conflictOptionalFilterQuery() - Method in class org.eclipse.rdf4j.repository.optimistic.SerializableTest
 
test_conflictOptionalFilterQuery() - Method in class org.eclipse.rdf4j.repository.optimistic.SnapshotTest
 
test_conflictOptionalInsert() - Method in class org.eclipse.rdf4j.repository.optimistic.SerializableTest
 
test_conflictOptionalInsert() - Method in class org.eclipse.rdf4j.repository.optimistic.SnapshotTest
 
test_conflictOptionalQuery() - Method in class org.eclipse.rdf4j.repository.optimistic.SerializableTest
 
test_conflictOptionalQuery() - Method in class org.eclipse.rdf4j.repository.optimistic.SnapshotTest
 
test_conflictPattern() - Method in class org.eclipse.rdf4j.repository.optimistic.SerializableTest
 
test_conflictPattern() - Method in class org.eclipse.rdf4j.repository.optimistic.SnapshotTest
 
test_conflictQuery() - Method in class org.eclipse.rdf4j.repository.optimistic.SerializableTest
 
test_conflictQuery() - Method in class org.eclipse.rdf4j.repository.optimistic.SnapshotTest
 
test_conflictRangeInsert() - Method in class org.eclipse.rdf4j.repository.optimistic.SerializableTest
 
test_conflictRangeInsert() - Method in class org.eclipse.rdf4j.repository.optimistic.SnapshotTest
 
test_conflictRangeQuery() - Method in class org.eclipse.rdf4j.repository.optimistic.SerializableTest
 
test_conflictRangeQuery() - Method in class org.eclipse.rdf4j.repository.optimistic.SnapshotTest
 
TEST_DIR_PREFIX - Static variable in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
TEST_DIR_PREFIX - Static variable in class org.eclipse.rdf4j.repository.RepositoryTest
 
TEST_DIR_PREFIX - Static variable in class org.eclipse.rdf4j.sail.InferencingTest
 
test_independentPattern() - Method in class org.eclipse.rdf4j.repository.optimistic.LinearTest
 
test_independentPattern() - Method in class org.eclipse.rdf4j.repository.optimistic.MonotonicTest
 
test_independentPattern() - Method in class org.eclipse.rdf4j.repository.optimistic.SerializableTest
 
test_independentPattern() - Method in class org.eclipse.rdf4j.repository.optimistic.SnapshotTest
 
test_mergeInsert() - Method in class org.eclipse.rdf4j.repository.optimistic.MonotonicTest
 
test_mergeInsert() - Method in class org.eclipse.rdf4j.repository.optimistic.SnapshotTest
 
test_mergeOptionalFilterInsert() - Method in class org.eclipse.rdf4j.repository.optimistic.MonotonicTest
 
test_mergeOptionalFilterInsert() - Method in class org.eclipse.rdf4j.repository.optimistic.SnapshotTest
 
test_mergeOptionalFilterQuery() - Method in class org.eclipse.rdf4j.repository.optimistic.MonotonicTest
 
test_mergeOptionalFilterQuery() - Method in class org.eclipse.rdf4j.repository.optimistic.SnapshotTest
 
test_mergeOptionalInsert() - Method in class org.eclipse.rdf4j.repository.optimistic.MonotonicTest
 
test_mergeOptionalInsert() - Method in class org.eclipse.rdf4j.repository.optimistic.SnapshotTest
 
test_mergeOptionalQuery() - Method in class org.eclipse.rdf4j.repository.optimistic.MonotonicTest
 
test_mergeOptionalQuery() - Method in class org.eclipse.rdf4j.repository.optimistic.SnapshotTest
 
test_mergeQuery() - Method in class org.eclipse.rdf4j.repository.optimistic.MonotonicTest
 
test_mergeQuery() - Method in class org.eclipse.rdf4j.repository.optimistic.SnapshotTest
 
test_mergeRangeInsert() - Method in class org.eclipse.rdf4j.repository.optimistic.MonotonicTest
 
test_mergeRangeInsert() - Method in class org.eclipse.rdf4j.repository.optimistic.SnapshotTest
 
test_mergeRangeQuery() - Method in class org.eclipse.rdf4j.repository.optimistic.MonotonicTest
 
test_mergeRangeQuery() - Method in class org.eclipse.rdf4j.repository.optimistic.SnapshotTest
 
TEST_POINT - Static variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailGeoSPARQLTest
 
TEST_POLY - Static variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailGeoSPARQLTest
 
test_safeFilterInsert() - Method in class org.eclipse.rdf4j.repository.optimistic.LinearTest
 
test_safeFilterInsert() - Method in class org.eclipse.rdf4j.repository.optimistic.MonotonicTest
 
test_safeFilterInsert() - Method in class org.eclipse.rdf4j.repository.optimistic.SerializableTest
 
test_safeFilterInsert() - Method in class org.eclipse.rdf4j.repository.optimistic.SnapshotTest
 
test_safeFilterQuery() - Method in class org.eclipse.rdf4j.repository.optimistic.LinearTest
 
test_safeFilterQuery() - Method in class org.eclipse.rdf4j.repository.optimistic.MonotonicTest
 
test_safeFilterQuery() - Method in class org.eclipse.rdf4j.repository.optimistic.SerializableTest
 
test_safeFilterQuery() - Method in class org.eclipse.rdf4j.repository.optimistic.SnapshotTest
 
test_safeInsert() - Method in class org.eclipse.rdf4j.repository.optimistic.LinearTest
 
test_safeInsert() - Method in class org.eclipse.rdf4j.repository.optimistic.MonotonicTest
 
test_safeInsert() - Method in class org.eclipse.rdf4j.repository.optimistic.SerializableTest
 
test_safeInsert() - Method in class org.eclipse.rdf4j.repository.optimistic.SnapshotTest
 
test_safeOptionalInsert() - Method in class org.eclipse.rdf4j.repository.optimistic.LinearTest
 
test_safeOptionalInsert() - Method in class org.eclipse.rdf4j.repository.optimistic.MonotonicTest
 
test_safeOptionalInsert() - Method in class org.eclipse.rdf4j.repository.optimistic.SerializableTest
 
test_safeOptionalInsert() - Method in class org.eclipse.rdf4j.repository.optimistic.SnapshotTest
 
test_safeOptionalQuery() - Method in class org.eclipse.rdf4j.repository.optimistic.LinearTest
 
test_safeOptionalQuery() - Method in class org.eclipse.rdf4j.repository.optimistic.MonotonicTest
 
test_safeOptionalQuery() - Method in class org.eclipse.rdf4j.repository.optimistic.SerializableTest
 
test_safeOptionalQuery() - Method in class org.eclipse.rdf4j.repository.optimistic.SnapshotTest
 
test_safePattern() - Method in class org.eclipse.rdf4j.repository.optimistic.LinearTest
 
test_safePattern() - Method in class org.eclipse.rdf4j.repository.optimistic.MonotonicTest
 
test_safePattern() - Method in class org.eclipse.rdf4j.repository.optimistic.SerializableTest
 
test_safePattern() - Method in class org.eclipse.rdf4j.repository.optimistic.SnapshotTest
 
test_safeQuery() - Method in class org.eclipse.rdf4j.repository.optimistic.LinearTest
 
test_safeQuery() - Method in class org.eclipse.rdf4j.repository.optimistic.MonotonicTest
 
test_safeQuery() - Method in class org.eclipse.rdf4j.repository.optimistic.SerializableTest
 
test_safeQuery() - Method in class org.eclipse.rdf4j.repository.optimistic.SnapshotTest
 
test_safeRangeInsert() - Method in class org.eclipse.rdf4j.repository.optimistic.LinearTest
 
test_safeRangeInsert() - Method in class org.eclipse.rdf4j.repository.optimistic.MonotonicTest
 
test_safeRangeInsert() - Method in class org.eclipse.rdf4j.repository.optimistic.SerializableTest
 
test_safeRangeInsert() - Method in class org.eclipse.rdf4j.repository.optimistic.SnapshotTest
 
test_safeRangeQuery() - Method in class org.eclipse.rdf4j.repository.optimistic.LinearTest
 
test_safeRangeQuery() - Method in class org.eclipse.rdf4j.repository.optimistic.MonotonicTest
 
test_safeRangeQuery() - Method in class org.eclipse.rdf4j.repository.optimistic.SerializableTest
 
test_safeRangeQuery() - Method in class org.eclipse.rdf4j.repository.optimistic.SnapshotTest
 
TEST_SUBJECT - Static variable in class org.eclipse.rdf4j.model.vocabulary.EARL
 
testAdd() - Method in class org.eclipse.rdf4j.repository.optimistic.ModificationTest
 
testAddData() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
testAddDelete() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testAddDeleteAdd() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testAddDeleteInsert() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testAddFromDefault() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testAddFromDefaultToDefault() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testAddGzipInputStream() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testAddIn() - Method in class org.eclipse.rdf4j.repository.optimistic.ModificationTest
 
testAddInputStream() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testAddInputStreamInTxn() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testAddLiteralWithNewline() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testAddMalformedLiteralsDefaultConfig() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testAddMalformedLiteralsStrictConfig() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testAddRDFStarContext() - Method in class org.eclipse.rdf4j.repository.RDFStarSupportTest
 
testAddRDFStarObject() - Method in class org.eclipse.rdf4j.repository.RDFStarSupportTest
 
testAddRDFStarSubject() - Method in class org.eclipse.rdf4j.repository.RDFStarSupportTest
 
testAddReader() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testAddReaderInTxn() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testAddRemove() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testAddRemoveAdd() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testAddRemoveInsert() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testAddStatement() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testAddStatementWithContext() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testAddToDefault() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testAddToExistingNamed() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testAddToNewNamed() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testAddWhileQuerying() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
testAddZipFile() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testArbitraryLengthPathWithBinding1() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testArbitraryLengthPathWithBinding2() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testArbitraryLengthPathWithBinding3() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testArbitraryLengthPathWithBinding4() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testArbitraryLengthPathWithBinding5() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testArbitraryLengthPathWithBinding6() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testArbitraryLengthPathWithBinding7() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testArbitraryLengthPathWithBinding8() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testArbitraryLengthPathWithFilter1() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testArbitraryLengthPathWithFilter2() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testArbitraryLengthPathWithFilter3() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testAutoCommit() - Method in class org.eclipse.rdf4j.repository.optimistic.ModificationTest
 
testAutoCommit() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testAutoCommitHandling() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testAutoInit() - Method in class org.eclipse.rdf4j.repository.RepositoryTest
 
testBindError() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
See https://github.com/eclipse/rdf4j/issues/1018
testBinding() - Method in class org.eclipse.rdf4j.repository.SparqlRegexTest
 
testBinding() - Method in class org.eclipse.rdf4j.repository.SparqlSetBindingTest
 
testBindingFlags() - Method in class org.eclipse.rdf4j.repository.SparqlRegexTest
 
testBindingSubselect() - Method in class org.eclipse.rdf4j.repository.SparqlSetBindingTest
 
testBindScope() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testBindScopeUnion() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testBNodeReuse() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
testBNodeSerialization() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testBooleanEmptyLinks() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOBooleanTest
 
testBooleanEmptyLinksOnly() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOBooleanTest
 
testBooleanMultipleLinks() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOBooleanTest
 
testBooleanMultipleLinksOnly() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOBooleanTest
 
testBooleanMultipleLinksWithStylesheet() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOBooleanTest
 
testBooleanNoHandler() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOBooleanTest
 
testBooleanNoLinks() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOBooleanTest
 
testBooleanOneLink() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOBooleanTest
 
testBooleanOneLinkOnly() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOBooleanTest
 
testBooleanParseNoHandlerOnTupleResultsMultipleBindingsMultipleBindingSets() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOBooleanTest
 
testBooleanParseNoHandlerOnTupleResultsNoResults() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOBooleanTest
 
testBooleanParseNoHandlerOnTupleResultsSingleVarMultipleBindingSets() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOBooleanTest
 
testCancel() - Method in class org.eclipse.rdf4j.repository.optimistic.ModificationTest
 
testClear() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testClearAll() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testClearDefault() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testClearGraph() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testClearNamed() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testClearNamespaces() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
testClose() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
testComplexDistanceQuery() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailGeoSPARQLTest
 
testComplexDistanceQueryMathExpr() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailGeoSPARQLTest
 
testComplexIntersectionQuery() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailGeoSPARQLTest
 
testComplexQueryOne() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailTest
 
testComplexQueryTwo() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailTest
 
testCon - Variable in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testCon2 - Variable in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testConcat() - Method in class org.eclipse.rdf4j.repository.SparqlAggregatesTest
 
testConcatOptional() - Method in class org.eclipse.rdf4j.repository.SparqlAggregatesTest
 
testConcurrentAddLargeTxn() - Method in class org.eclipse.rdf4j.sail.SailConcurrencyTest
Verifies that two large concurrent transactions in separate contexts do not cause inconsistencies or errors.
testConcurrentAddLargeTxnRollback() - Method in class org.eclipse.rdf4j.sail.SailConcurrencyTest
Verifies that two large concurrent transactions in separate contexts do not cause inconsistencies or errors when one of the transactions rolls back at the end.
testConcurrentReadingAndWriting() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailTest
 
testConsecutiveUpdatesInSameTransaction() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testConstructEmpty() - Method in class org.eclipse.rdf4j.repository.GraphQueryResultTest
 
testConstructMultiple() - Method in class org.eclipse.rdf4j.repository.GraphQueryResultTest
 
testConstructSingle() - Method in class org.eclipse.rdf4j.repository.GraphQueryResultTest
 
testContainsSingleLiteral() - Method in class org.eclipse.rdf4j.model.AbstractModelTest
testContextHandling() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailTest
 
testContexts() - Method in class org.eclipse.rdf4j.model.AbstractModelTest
Test method for Model.contexts().
testContexts() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
testContextStatementsNotDuplicated() - Method in class org.eclipse.rdf4j.repository.RDFSchemaRepositoryConnectionTest
 
testContextStatementsNotDuplicated2() - Method in class org.eclipse.rdf4j.repository.RDFSchemaRepositoryConnectionTest
 
testCopyFromDefault() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testCopyFromDefaultToDefault() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testCopyToDefault() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testCopyToExistingNamed() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testCopyToNewNamed() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testCount() - Method in class org.eclipse.rdf4j.repository.SparqlAggregatesTest
 
testCountOptional() - Method in class org.eclipse.rdf4j.repository.SparqlAggregatesTest
 
testCreateExistingGraph() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testCreateNewGraph() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testCreateURI1() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
testCreateURI2() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
testDataset() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testDatetimeSubtypesExtended() - Method in class org.eclipse.rdf4j.sail.EvaluationStrategyTest
 
testDatetimeSubtypesStrict() - Method in class org.eclipse.rdf4j.sail.EvaluationStrategyTest
 
testDecimalRoundTrip() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
testDeleteData() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testDeleteDataFromGraph() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testDeleteDataFromWrongGraph() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testDeleteDataMultiplePatterns() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testDeleteDataUnicode() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testDeleteDefaultGraph() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testDeleteFromDefaultGraph() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testDeleteFromDefaultGraphUsingWith() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testDeleteInsertWhere() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testDeleteInsertWhereInvalidTriple() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testDeleteInsertWhereLoopingBehavior() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testDeleteInsertWhereWithBindings() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testDeleteInsertWhereWithBindings2() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testDeleteTransformedWhere() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testDeleteWhere() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testDeleteWhereInvalidTriple() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testDeleteWhereOptional() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testDeleteWhereShortcut() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testDescribeA() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testDescribeAWhere() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testDescribeB() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testDescribeD() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testDescribeEmpty() - Method in class org.eclipse.rdf4j.repository.GraphQueryResultTest
 
testDescribeF() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testDescribeMultiple() - Method in class org.eclipse.rdf4j.repository.GraphQueryResultTest
 
testDescribeMultipleA() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testDescribeMultipleB() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testDescribeMultipleC() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testDescribeMultipleD() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testDescribeSingle() - Method in class org.eclipse.rdf4j.repository.GraphQueryResultTest
 
testDescribeWhere() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testDistanceQuery() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailGeoSPARQLTest
 
testDomain001() - Method in class org.eclipse.rdf4j.sail.InferencingTest
 
testDomainError001() - Method in class org.eclipse.rdf4j.sail.InferencingTest
 
testDomainInference() - Method in class org.eclipse.rdf4j.repository.RDFSchemaRepositoryConnectionTest
 
testDropAll() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testDropDefault() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testDropGraph() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testDropNamed() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testDualConnections() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
testDuplicateCount() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
testDuplicateCountAfterComit() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
testDuplicateCountMultipleTimes() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
testDuplicateFilter() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testDuplicateGetStatement() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
testDuplicateGetStatementAfterCommit() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
testEmptyCommit() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testEmptyRepository() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
testEmptyRollback() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testEmptyUnion() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
TESTER - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:tester
testExplicitFlag() - Method in class org.eclipse.rdf4j.repository.RDFSchemaRepositoryConnectionTest
 
testExpr() - Method in class org.eclipse.rdf4j.repository.SparqlRegexTest
 
testFilter_AddToEmptyFilteredModel() - Method in class org.eclipse.rdf4j.model.AbstractModelTest
 
testFilter_AddToEmptyOriginalModel() - Method in class org.eclipse.rdf4j.model.AbstractModelTest
 
testFilter_AddToNonEmptyFilteredModel() - Method in class org.eclipse.rdf4j.model.AbstractModelTest
 
testFilter_AddToOriginalModel() - Method in class org.eclipse.rdf4j.model.AbstractModelTest
 
testFilter_RemoveFromFilter() - Method in class org.eclipse.rdf4j.model.AbstractModelTest
 
testFilter_RemoveFromOriginal() - Method in class org.eclipse.rdf4j.model.AbstractModelTest
 
testFilterExistsExternalValuesClause() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
https://github.com/eclipse/rdf4j/issues/1026
testFilterRegexBoolean() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testFilterSingleLiteral() - Method in class org.eclipse.rdf4j.model.AbstractModelTest
testFuzzyQuery() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailTest
 
testGetBindingNames() - Method in class org.eclipse.rdf4j.repository.TupleQueryResultTest
 
testGetContextIDs() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testGetContextIDs() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
testGetContextIDs() - Method in class org.eclipse.rdf4j.sail.SailConcurrencyTest
 
testGetNamespace() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testGetNamespace() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
testGetNamespaceEmpty() - Method in class org.eclipse.rdf4j.model.ModelNamespacesTest
testGetNamespaceMultiple() - Method in class org.eclipse.rdf4j.model.ModelNamespacesTest
testGetNamespaces() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testGetNamespaces() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
testGetNamespacesEmpty() - Method in class org.eclipse.rdf4j.model.ModelNamespacesTest
testGetNamespaceSingle() - Method in class org.eclipse.rdf4j.model.ModelNamespacesTest
testGetNamespacesMultiple() - Method in class org.eclipse.rdf4j.model.ModelNamespacesTest
testGetNamespacesSingle() - Method in class org.eclipse.rdf4j.model.ModelNamespacesTest
testGetParserFormatForFileNameString() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTest
testGetStatements() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testGetStatements_AddToEmptyModel() - Method in class org.eclipse.rdf4j.model.AbstractModelTest
 
testGetStatements_ConcurrentModificationOfModel() - Method in class org.eclipse.rdf4j.model.AbstractModelTest
 
testGetStatements_IteratorModification() - Method in class org.eclipse.rdf4j.model.AbstractModelTest
 
testGetStatements_SingleLiteral() - Method in class org.eclipse.rdf4j.model.AbstractModelTest
 
testGetStatementsInMultipleContexts() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testGetStatementsInSingleContext() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testGetStatementsIterable() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testGetStatementsMalformedLanguageLiteral() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testGetStatementsMalformedTypedLiteral() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testGraphQuery() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailTest
 
testGraphSerialization() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testGroupByEmpty() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testGroupConcatDistinct() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testGroupConcatNonDistinct() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testIdenticalVariablesInStatementPattern() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testInComparison1() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testInComparison2() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testInComparison3() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testInferencerQueryDuringTransaction() - Method in class org.eclipse.rdf4j.repository.RDFSchemaRepositoryConnectionTest
 
testInferencerTransactionIsolation() - Method in class org.eclipse.rdf4j.repository.RDFSchemaRepositoryConnectionTest
 
testInferencerUpdates() - Method in class org.eclipse.rdf4j.repository.RDFSchemaRepositoryConnectionTest
 
testInferredStatementCount() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testInline() - Method in class org.eclipse.rdf4j.repository.SparqlRegexTest
 
testInsertData() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testInsertData() - Method in class org.eclipse.rdf4j.repository.optimistic.ModificationTest
 
testInsertData2() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testInsertDataAutoCommit() - Method in class org.eclipse.rdf4j.repository.optimistic.ModificationTest
 
testInsertDataBlankNode() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testInsertDataGraph1() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testInsertDataGraph2() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testInsertDataGraph3() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testInsertDataInGraph() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testInsertDataInGraph2() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testInsertDataLangTaggedLiteral() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testInsertDataMultiplePatterns() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testInsertDelete() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testInsertEmptyWhere() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testInsertEmptyWhereWithBinding() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testInsertNonMatchingWhere() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testInsertNonMatchingWhereWithBindings() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testInsertRemove() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testInsertTransformedWhere() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testInsertWhere() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testInsertWhereGraph() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testInsertWhereInvalidTriple() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testInsertWhereUsing() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testInsertWhereUsingWith() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testInsertWhereWith() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testInsertWhereWithBinding() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testInsertWhereWithBindings() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testInsertWhereWithBindings2() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testInsertWhereWithBlankNode() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testInsertWhereWithOptional() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testIntersectionQuery() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailGeoSPARQLTest
 
testInvalidBooleanAfterStartQueryResult() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOBooleanTest
 
testInvalidDateTime() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
testInvalidDeleteUpdate() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testInvalidInsertUpdate() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testIsEmpty() - Method in class org.eclipse.rdf4j.repository.TupleQueryResultTest
 
testIterator() - Method in class org.eclipse.rdf4j.repository.TupleQueryResultTest
 
testLargeTransaction(IsolationLevel, int) - Method in class org.eclipse.rdf4j.sail.SailIsolationLevelTest
 
testLargeTransactionReadCommitted() - Method in class org.eclipse.rdf4j.sail.SailIsolationLevelTest
 
testLargeTransactionSerializable() - Method in class org.eclipse.rdf4j.sail.SailIsolationLevelTest
 
testLargeTransactionSnapshot() - Method in class org.eclipse.rdf4j.sail.SailIsolationLevelTest
 
testLargeTransactionSnapshotRead() - Method in class org.eclipse.rdf4j.sail.SailIsolationLevelTest
 
testLiteralSerialization() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testLongLangRoundTrip() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
testLongLiteralRoundTrip() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
testLongURIRoundTrip() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
testMakeExplicit() - Method in class org.eclipse.rdf4j.repository.RDFSchemaRepositoryConnectionTest
 
testMaxAggregateWithGroupEmptyResult() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
See https://github.com/eclipse/rdf4j/issues/1978
testMaxAggregateWithoutGroupEmptySolution() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
See https://github.com/eclipse/rdf4j/issues/1978
testMinAggregateWithGroupEmptyResult() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
See https://github.com/eclipse/rdf4j/issues/1978
testMinAggregateWithoutGroupEmptySolution() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
See https://github.com/eclipse/rdf4j/issues/1978
testMove() - Method in class org.eclipse.rdf4j.repository.optimistic.ModificationTest
 
testMoveFromDefault() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testMoveFromDefaultToDefault() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testMoveOut() - Method in class org.eclipse.rdf4j.repository.optimistic.ModificationTest
 
testMoveToDefault() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testMoveToNewNamed() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testMultipleExceptionHandleSolutionBeforeStartQueryResult() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTupleTest
 
testMultipleLinksNoResults() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTupleTest
 
testMultipleLinksWithResults() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTupleTest
 
testMultipleLinksWithResultsAndStylesheet() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTupleTest
 
testMultipleLinksWithResultsAndStylesheetAndNamespaces() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTupleTest
 
testMultipleLinksWithResultsAndStylesheetAndNamespacesQName() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTupleTest
 
testMultipleLinksWithResultsAndStylesheetAndNamespacesQNameWithEmpty() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTupleTest
 
testMultipleLinksWithResultsAndStylesheetAndNamespacesWithEmpty() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTupleTest
 
testMultipleLinksWithResultsAndStylesheetMultipleEndHeaders() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTupleTest
 
testMultipleLinksWithResultsAndStylesheetNoStarts() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTupleTest
 
testMultipleLuceneQueries() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailTest
 
testMultipleResultsAndStylesheet() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOBooleanTest
 
testMultipleResultsAndStylesheet() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTupleTest
 
testMultipleResultsJSONPCallback() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTupleTest
 
testMultiThreadedAccess() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
Deprecated.
testMultithreadedAdd() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailTest
 
testNoFrom() - Method in class org.eclipse.rdf4j.repository.SparqlDatasetTest
 
testNoHandlerNoResults() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTupleTest
 
testNoHandlerWithResults() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTupleTest
 
testNoLinksNoResults() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTupleTest
 
testNoLinksWithResults() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTupleTest
 
testNone() - Method in class org.eclipse.rdf4j.repository.optimistic.IsolationLevelTest
 
testNone() - Method in class org.eclipse.rdf4j.sail.SailIsolationLevelTest
 
testNoResultsAndStylesheet() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTupleTest
 
testNoResultsExceptionHandleSolutionBeforeStartQueryResult() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTupleTest
 
testNoResultsJSONPCallback() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTupleTest
 
testNotClosingResult() - Method in class org.eclipse.rdf4j.repository.TupleQueryResultTest
 
testNotifyingRemoveAndClear() - Method in class org.eclipse.rdf4j.sail.RDFNotifyingStoreTest
 
testNullContext1() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testNullContext2() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testNullContextHandling() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailTest
we experienced problems with the NULL context and lucenesail in August 2008
testNullNamespaceDisallowed() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
testNullPrefixDisallowed() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
testObjects() - Method in class org.eclipse.rdf4j.model.AbstractModelTest
Test method for Model.objects().
testOldURI() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
testOneLinkNoResults() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTupleTest
 
testOneLinkWithResults() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTupleTest
 
testOpen() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testOperator() - Method in class org.eclipse.rdf4j.repository.EquivalentTest
 
testOptionalFilter() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testOrPredicate() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testPerfAddAll() - Method in class org.eclipse.rdf4j.model.AbstractModelPerformanceTest
testPerfAddE() - Method in class org.eclipse.rdf4j.model.AbstractModelPerformanceTest
Test method for Set.add(java.lang.Object).
testPerfAddResourceURIValueResourceArray() - Method in class org.eclipse.rdf4j.model.AbstractModelPerformanceTest
testPerfClear() - Method in class org.eclipse.rdf4j.model.AbstractModelPerformanceTest
Test method for Set.clear().
testPerfClearResourceArray() - Method in class org.eclipse.rdf4j.model.AbstractModelPerformanceTest
testPerfContainsAll() - Method in class org.eclipse.rdf4j.model.AbstractModelPerformanceTest
testPerfContainsObject() - Method in class org.eclipse.rdf4j.model.AbstractModelPerformanceTest
testPerfContainsResourceURIValueResourceArray() - Method in class org.eclipse.rdf4j.model.AbstractModelPerformanceTest
testPerfContexts() - Method in class org.eclipse.rdf4j.model.AbstractModelPerformanceTest
Test method for Model.contexts().
testPerfFilter() - Method in class org.eclipse.rdf4j.model.AbstractModelPerformanceTest
testPerfGetNamespace() - Method in class org.eclipse.rdf4j.model.AbstractModelPerformanceTest
testPerfGetNamespaces() - Method in class org.eclipse.rdf4j.model.AbstractModelPerformanceTest
testPerfIsEmpty() - Method in class org.eclipse.rdf4j.model.AbstractModelPerformanceTest
Test method for Set.isEmpty().
testPerfIterator() - Method in class org.eclipse.rdf4j.model.AbstractModelPerformanceTest
Test method for Set.iterator().
testPerfObjects() - Method in class org.eclipse.rdf4j.model.AbstractModelPerformanceTest
Test method for Model.objects().
testPerfPredicates() - Method in class org.eclipse.rdf4j.model.AbstractModelPerformanceTest
Test method for Model.predicates().
testPerfRemoveAll() - Method in class org.eclipse.rdf4j.model.AbstractModelPerformanceTest
testPerfRemoveIf() - Method in class org.eclipse.rdf4j.model.AbstractModelPerformanceTest
testPerfRemoveNamespace() - Method in class org.eclipse.rdf4j.model.AbstractModelPerformanceTest
testPerfRemoveObject() - Method in class org.eclipse.rdf4j.model.AbstractModelPerformanceTest
testPerfRemoveResourceURIValueResourceArray() - Method in class org.eclipse.rdf4j.model.AbstractModelPerformanceTest
testPerfRetainAll() - Method in class org.eclipse.rdf4j.model.AbstractModelPerformanceTest
testPerfSetNamespaceNamespace() - Method in class org.eclipse.rdf4j.model.AbstractModelPerformanceTest
testPerfSetNamespaceStringString() - Method in class org.eclipse.rdf4j.model.AbstractModelPerformanceTest
testPerfSize() - Method in class org.eclipse.rdf4j.model.AbstractModelPerformanceTest
Test method for Set.size().
testPerfSubjects() - Method in class org.eclipse.rdf4j.model.AbstractModelPerformanceTest
Test method for Model.subjects().
testPredicateLuceneQueries() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailTest
 
testPredicates() - Method in class org.eclipse.rdf4j.model.AbstractModelTest
Test method for Model.predicates().
testPreparedBooleanQuery() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testPreparedGraphQuery() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testPreparedTupleQuery() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testPreparedTupleQueryUnicode() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testPrepareSeRQLQuery() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testPrepareSPARQLQuery() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testPropertyPathInTree() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testPropertyPathNegationInversion() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testPropertyVar() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailTest
 
testQuery1() - Method in class org.eclipse.rdf4j.repository.SparqlOrderByTest
 
testQuery2() - Method in class org.eclipse.rdf4j.repository.SparqlOrderByTest
 
testQuery3() - Method in class org.eclipse.rdf4j.repository.SparqlOrderByTest
 
testQueryBaseURI() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testQueryBindings() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
testQueryDefaultGraph() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testQueryInterrupt() - Method in class org.eclipse.rdf4j.sail.SailInterruptTest
 
testQueryInTransaction() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testQueryWithSpecifiedSubject() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailTest
 
testRange001() - Method in class org.eclipse.rdf4j.sail.InferencingTest
 
testRangeError001() - Method in class org.eclipse.rdf4j.sail.InferencingTest
 
testRDFStarCompatibility() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTupleTest
 
testReadCommitted() - Method in class org.eclipse.rdf4j.repository.optimistic.IsolationLevelTest
 
testReadCommitted() - Method in class org.eclipse.rdf4j.sail.SailIsolationLevelTest
 
testReadUncommitted() - Method in class org.eclipse.rdf4j.repository.optimistic.IsolationLevelTest
 
testReadUncommitted() - Method in class org.eclipse.rdf4j.sail.SailIsolationLevelTest
 
testReallyLongLiteralRoundTrip() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
testRecoverFromParseError() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testRegexCaseNonAscii() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testRegularQuery() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailIndexedPropertiesTest
 
testRegularQuery() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailTest
 
testReindexing() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailTest
 
testRemove() - Method in class org.eclipse.rdf4j.repository.optimistic.ModificationTest
 
testRemoveAndClear() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
testRemoveDuplicate() - Method in class org.eclipse.rdf4j.repository.optimistic.ModificationTest
 
testRemoveFrom() - Method in class org.eclipse.rdf4j.repository.optimistic.ModificationTest
 
testRemoveIsolation() - Method in class org.eclipse.rdf4j.repository.optimistic.RemoveIsolationTest
 
testRemoveNamespaceEmpty() - Method in class org.eclipse.rdf4j.model.ModelNamespacesTest
testRemoveNamespaceMultiple() - Method in class org.eclipse.rdf4j.model.ModelNamespacesTest
testRemoveNamespaces() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
testRemoveNamespaceSingle() - Method in class org.eclipse.rdf4j.model.ModelNamespacesTest
testRemoveOptimisticIsolation() - Method in class org.eclipse.rdf4j.repository.optimistic.RemoveIsolationTest
 
testRemoveStatementCollection() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testRemoveStatementIteration() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testRemoveStatements() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testRemoveStatementWithContext() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testRepository - Variable in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testRepository - Variable in class org.eclipse.rdf4j.repository.RepositoryTest
 
TESTRESULT - Static variable in class org.eclipse.rdf4j.model.vocabulary.EARL
 
testRollback() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
TESTS_W3C_BASE_URL - Static variable in class org.eclipse.rdf4j.rio.trig.TriGParserTestCase
Base URL for W3C TriG tests.
TESTS_W3C_BASE_URL - Static variable in class org.eclipse.rdf4j.rio.turtle.TurtleParserTestCase
Base URL for W3C Tutle tests.
testSameTermRepeatInOptional() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testSameTermRepeatInUnion() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testSameTermRepeatInUnionAndOptional() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testSampleAggregateWithGroupEmptyResult() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
See https://github.com/eclipse/rdf4j/issues/1978
testSampleAggregateWithoutGroupEmptySolution() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
See https://github.com/eclipse/rdf4j/issues/1978
testSeconds() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
See https://github.com/eclipse/rdf4j/issues/1267
testSecondsMilliseconds() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
See https://github.com/eclipse/rdf4j/issues/1267
testSelect() - Method in class org.eclipse.rdf4j.repository.SparqlAggregatesTest
 
testSerializable() - Method in class org.eclipse.rdf4j.repository.optimistic.IsolationLevelTest
 
testSerializable() - Method in class org.eclipse.rdf4j.sail.SailIsolationLevelTest
 
testSES1073InverseSymmetricPattern() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testSES1081SameTermWithValues() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testSES1121VarNamesInOptionals() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testSES1685propPathSameVar() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testSES1898LeftJoinSemantics1() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testSES1898LeftJoinSemantics2() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testSES1970CountDistinctWildcard() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testSES1979MinMaxInf() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testSES1991NOWEvaluation() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testSES1991RANDEvaluation() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testSES1991STRUUIDEvaluation() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testSES1991UUIDEvaluation() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testSES2024PropertyPathAnonVarSharing() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testSES2052If1() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testSES2052If2() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testSES2104ConstructBGPSameURI() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testSES2121URIFunction() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testSES2136() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testSES2147PropertyPathsWithIdenticalSubsPreds() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testSES2154SubselectOptional() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testSES2172ChineseChars() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testSES2250BindErrors() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testSES2250BindErrorsInPath() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testSES2336NegatedPropertyPathMod() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testSES2361UndefCount() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testSES2361UndefCountWildcard() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testSES2361UndefMax() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testSES2361UndefMin() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testSES2361UndefSum() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testSES2373SubselectOptional() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testSES713() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testSES869ValueOfNow() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testSetNamespaceNamespace() - Method in class org.eclipse.rdf4j.model.ModelNamespacesTest
testSetNamespaceNamespaceSamePrefix() - Method in class org.eclipse.rdf4j.model.ModelNamespacesTest
testSetNamespaceSamePrefix() - Method in class org.eclipse.rdf4j.model.ModelNamespacesTest
testShutdownFollowedByInit() - Method in class org.eclipse.rdf4j.repository.RepositoryTest
 
testSimpleBooleanQuery() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testSimpleGraphQuery() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testSimpleTupleQuery() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testSimpleTupleQueryUnicode() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testSize() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
testSizeCommit() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testSizeDuplicateStatement() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testSizeRollback() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testSnapshot() - Method in class org.eclipse.rdf4j.repository.optimistic.IsolationLevelTest
 
testSnapshot() - Method in class org.eclipse.rdf4j.sail.SailIsolationLevelTest
 
testSnapshotRead() - Method in class org.eclipse.rdf4j.repository.optimistic.IsolationLevelTest
 
testSnapshotRead() - Method in class org.eclipse.rdf4j.sail.SailIsolationLevelTest
 
testSnippetLimitedToPredicate() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailTest
Test if the snippets do not accidentially come from the "text" field while we actually expect them to come from the predicate field.
testSnippetQueries() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailTest
 
testSPARQLResultFormatMultipleBindingsMultipleBindingSets() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTupleTest
 
testSPARQLResultFormatNoResults() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTupleTest
 
testSPARQLResultFormatSingleVarMultipleBindingSets() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTupleTest
 
testSparqlStar() - Method in class org.eclipse.rdf4j.repository.RDFStarSupportTest
 
testStatementEquals() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
testStatementSerialization() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testStatementSerialization() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
testStreaming() - Method in class org.eclipse.rdf4j.repository.TupleQueryResultTest
 
testSubClassInference() - Method in class org.eclipse.rdf4j.repository.RDFSchemaRepositoryConnectionTest
 
testSubClassInferenceAfterRemoval() - Method in class org.eclipse.rdf4j.repository.RDFSchemaRepositoryConnectionTest
 
testSubClassOf001() - Method in class org.eclipse.rdf4j.sail.InferencingTest
 
testSubClassOf002() - Method in class org.eclipse.rdf4j.sail.InferencingTest
 
testSubClassOf003() - Method in class org.eclipse.rdf4j.sail.InferencingTest
 
testSubClassOfError001() - Method in class org.eclipse.rdf4j.sail.InferencingTest
 
testSubjects() - Method in class org.eclipse.rdf4j.model.AbstractModelTest
Test method for Model.subjects().
testSubPropertyOf001() - Method in class org.eclipse.rdf4j.sail.InferencingTest
 
testSubPropertyOf002() - Method in class org.eclipse.rdf4j.sail.InferencingTest
 
testSubPropertyOf003() - Method in class org.eclipse.rdf4j.sail.InferencingTest
 
testSubPropertyOf004() - Method in class org.eclipse.rdf4j.sail.InferencingTest
 
testSubPropertyOfError001() - Method in class org.eclipse.rdf4j.sail.InferencingTest
 
testTimeZoneRoundTrip() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
testTransactionIsolation() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testTriplesStored() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailGeoSPARQLTest
 
testTriplesStored() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailIndexedPropertiesTest
 
testTriplesStored() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailTest
 
testTupleParseNoHandlerOnBooleanResults() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultIOTupleTest
 
testType001() - Method in class org.eclipse.rdf4j.sail.InferencingTest
 
testType002() - Method in class org.eclipse.rdf4j.sail.InferencingTest
 
testType003() - Method in class org.eclipse.rdf4j.sail.InferencingTest
 
testType004() - Method in class org.eclipse.rdf4j.sail.InferencingTest
 
testType005() - Method in class org.eclipse.rdf4j.sail.InferencingTest
 
testType006() - Method in class org.eclipse.rdf4j.sail.InferencingTest
 
testTypeError001() - Method in class org.eclipse.rdf4j.sail.InferencingTest
 
testTypeError002() - Method in class org.eclipse.rdf4j.sail.InferencingTest
 
testUnionQuery() - Method in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailTest
 
testUpdateBaseURI() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testUpdateInTransaction() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testUpdateSequenceDeleteInsert() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testUpdateSequenceInsertDelete() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testUpdateSequenceInsertDelete2() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testUpdateSequenceInsertDeleteExample9() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testUpdateSequenceWithRelativeIRI() - Method in class org.eclipse.rdf4j.query.parser.sparql.SPARQLUpdateTest
 
testURI - Variable in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQL11SyntaxTest
Deprecated.
 
testURI - Variable in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLQueryTest
Deprecated.
 
testURI - Variable in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLUpdateConformanceTest
Deprecated.
 
testUri - Variable in class org.eclipse.rdf4j.rio.NegativeParserTest
 
testUri - Variable in class org.eclipse.rdf4j.rio.PositiveParserTest
 
testURI - Variable in class org.eclipse.rdf4j.shacl.manifest.AbstractSHACLTest
Deprecated.
 
testURISerialization() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
testValueExceptionEqualPlain() - Method in class org.eclipse.rdf4j.repository.CascadeValueExceptionTest
 
testValueExceptionEqualTyped() - Method in class org.eclipse.rdf4j.repository.CascadeValueExceptionTest
 
testValueExceptionGreaterThanOrEqualPlain() - Method in class org.eclipse.rdf4j.repository.CascadeValueExceptionTest
 
testValueExceptionGreaterThanOrEqualTyped() - Method in class org.eclipse.rdf4j.repository.CascadeValueExceptionTest
 
testValueExceptionGreaterThanPlain() - Method in class org.eclipse.rdf4j.repository.CascadeValueExceptionTest
 
testValueExceptionGreaterThanTyped() - Method in class org.eclipse.rdf4j.repository.CascadeValueExceptionTest
 
testValueExceptionLessThanOrEqualPlain() - Method in class org.eclipse.rdf4j.repository.CascadeValueExceptionTest
 
testValueExceptionLessThanOrEqualTyped() - Method in class org.eclipse.rdf4j.repository.CascadeValueExceptionTest
 
testValueExceptionLessThanPlain() - Method in class org.eclipse.rdf4j.repository.CascadeValueExceptionTest
 
testValueExceptionLessThanTyped() - Method in class org.eclipse.rdf4j.repository.CascadeValueExceptionTest
 
testValueExceptionNotEqualPlain() - Method in class org.eclipse.rdf4j.repository.CascadeValueExceptionTest
 
testValueExceptionNotEqualTyped() - Method in class org.eclipse.rdf4j.repository.CascadeValueExceptionTest
 
testValueRoundTrip1() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
testValueRoundTrip2() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
testValueRoundTrip3() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
testValueRoundTrip4() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
testValueRoundTrip5() - Method in class org.eclipse.rdf4j.sail.RDFStoreTest
 
testValuesClauseNamedGraph() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testValuesInOptional() - Method in class org.eclipse.rdf4j.query.parser.sparql.ComplexSPARQLQueryTest
 
testWithFrom() - Method in class org.eclipse.rdf4j.repository.SparqlDatasetTest
 
testXmlCalendarZ() - Method in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
text(String) - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Writes a piece of text.
TEXT - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:Text
TEXT - Static variable in class org.eclipse.rdf4j.query.resultio.BooleanQueryResultFormat
Plain text encoding using values "true" and "false" (case-insensitive).
TEXT_FIELD_NAME - Static variable in class org.eclipse.rdf4j.sail.lucene.SearchFields
The name of the Document field that holds multiple text values of a Resource.
TEXT_HTML - Static variable in class org.eclipse.rdf4j.workbench.base.AbstractServlet
 
TEXT_PHONE - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:TextPhone
TEXT_PLAIN - Static variable in class org.eclipse.rdf4j.workbench.base.AbstractServlet
 
TEXT_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#text Can be attached to sp:Queries to store a textual representation of the query.
TEXT_TO_SPEECH - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:textToSpeech
textElement(String, String) - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Writes a start and end tag with the supplied text between them.
textElement(String, int) - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Writes a start and end tag with the supplied value between them.
textElement(String, boolean) - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Writes a start and end tag with the supplied boolean value between them.
TGN - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/TGN
THEME - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCAT
dcat:theme
THEME - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
THEME_TAXONOMY - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCAT
dcat:themeTaxonomy
THING - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#Thing
THIS_CONTEXT_INSTANCE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#_this A system variable representing the current context instance in a rule or constraint.
THIS_UNBOUND_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#thisUnbound Can be set to true for SPIN rules and constraints that do not require pre-binding the variable ?this with all members of the associated class.
THOROUGHFARE - Static variable in class org.eclipse.rdf4j.model.vocabulary.LOCN
locn:thoroughfare
throwEOFException() - Method in class org.eclipse.rdf4j.rio.ntriples.NTriplesParser
 
throwEOFException() - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
 
throwInterruptedException() - Method in class org.eclipse.rdf4j.common.iteration.TimeLimitIteration
If the iteration is interrupted by its time limit, this method is called to generate and throw the appropriate exception.
throwInterruptedException() - Method in class org.eclipse.rdf4j.query.impl.AbstractParserQuery.QueryInterruptIteration
 
throwInterruptedException() - Method in class org.eclipse.rdf4j.query.parser.impl.AbstractParserQuery.QueryInterruptIteration
 
thrown - Variable in class org.eclipse.rdf4j.model.AbstractModelTest
 
THUMBNAIL - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
THURSDAY - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:Thursday
TICKET - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:Ticket
TIME - Class in org.eclipse.rdf4j.model.vocabulary
Constants for the Time Ontology in OWL.
TIME() - Constructor for class org.eclipse.rdf4j.model.vocabulary.TIME
 
TIME - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#time
TIME_INTERVAL - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:timeInterval
TIME_MILLIS_FUNCTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIF
 
TIME_POSITION - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:TimePosition
TIME_ZONE - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:TimeZone
TIME_ZONE_PROP - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:timeZone
TIMED_COUNT - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
Deprecated.
TimeLimitIteration<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
 
TimeLimitIteration(Iteration<? extends E, ? extends X>, long) - Constructor for class org.eclipse.rdf4j.common.iteration.TimeLimitIteration
 
TimeLimitRDFHandler - Class in org.eclipse.rdf4j.rio.helpers
 
TimeLimitRDFHandler(RDFHandler, long) - Constructor for class org.eclipse.rdf4j.rio.helpers.TimeLimitRDFHandler
 
TimeMillis - Class in org.eclipse.rdf4j.spin.function.spif
 
TimeMillis() - Constructor for class org.eclipse.rdf4j.spin.function.spif.TimeMillis
 
timeout - Variable in class org.eclipse.rdf4j.model.AbstractModelTest
 
timeout - Variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailTest
 
TIMEOUT_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
 
Timezone - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.datetime
The SPARQL built-in Function TIMEZONE, as defined in SPARQL Query Language for RDF
Timezone() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.datetime.Timezone
 
TIMEZONE_FROM_DATETIME - Static variable in class org.eclipse.rdf4j.model.vocabulary.FN
fn:timezone-from-dateTime
TIPJAR - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
TITLE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DC
dc:title
TITLE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/title
TITLE - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
TITLE - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
TITLE - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:title
TITLE - Static variable in class org.eclipse.rdf4j.repository.manager.SystemRepository
Deprecated.
 
TITLE_CASE_FUNCTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIF
 
TitleCase - Class in org.eclipse.rdf4j.spin.function.spif
 
TitleCase() - Constructor for class org.eclipse.rdf4j.spin.function.spif.TitleCase
 
to - Variable in class org.eclipse.rdf4j.repository.RDFStarSupportTest
Timeout all individual tests after 10 minutes.
to - Variable in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
Timeout all individual tests after 10 minutes.
to - Variable in class org.eclipse.rdf4j.repository.RepositoryTest
Timeout all individual tests after 1 minute.
to - Variable in class org.eclipse.rdf4j.sail.RDFStoreTest
Timeout all individual tests after 1 minute.
to(Iri) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.DestinationSourceManagementQuery
Specify the query destination graph
to(Iri) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.LoadQuery
Specify which graph to load into, if not the default graph
toArray() - Method in class org.eclipse.rdf4j.model.impl.AbstractModel
 
toArray(T[]) - Method in class org.eclipse.rdf4j.model.impl.AbstractModel
 
toArray() - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
toArray(T[]) - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
toASCIIString() - Method in class org.eclipse.rdf4j.common.net.ParsedIRI
Returns the content of this IRI as a US-ASCII string.
toBitSet(byte[]) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
Convert a byte array to a vector of bits.
toBooleanQueryResult(Iterable<? extends Statement>) - Static method in class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetUtil
 
toByteArray(BitSet) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
Convert a bitset to a byte array.
toContexts(Dataset) - Static method in class org.eclipse.rdf4j.federated.util.FedXUtil
Convert the given Dataset to an array of contexts
toContexts(StatementPattern, Dataset) - Static method in class org.eclipse.rdf4j.federated.util.FedXUtil
Retrieve the contexts from the StatementPattern and Dataset.
toDataset(Resource[]) - Static method in class org.eclipse.rdf4j.federated.util.FedXUtil
Convert the given contexts to a Dataset representation.
toDataset(StatementPattern, Dataset) - Static method in class org.eclipse.rdf4j.federated.util.FedXUtil
Returns a Dataset representation of the given StatementPattern and Dataset.
toDefault() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.DestinationSourceManagementQuery
Specify that the destination graph of this query should be the default graph
toDefault(boolean) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.DestinationSourceManagementQuery
Specify if this query's destination should be the default graph
toDegrees(double, IRI) - Static method in class org.eclipse.rdf4j.sail.lucene.util.GeoUnits
 
toDot() - Method in interface org.eclipse.rdf4j.query.explanation.Explanation
 
toDot() - Method in class org.eclipse.rdf4j.query.explanation.ExplanationImpl
 
toDot() - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
 
toException(Throwable) - Static method in class org.eclipse.rdf4j.federated.exception.ExceptionUtil
Converts the Throwable to an Exception.
toFilter(FilterValueExpr) - Static method in class org.eclipse.rdf4j.federated.util.FilterUtils
 
toFilter(FilterExpr) - Static method in class org.eclipse.rdf4j.federated.util.FilterUtils
 
toFilter(ConjunctiveFilterExpr) - Static method in class org.eclipse.rdf4j.federated.util.FilterUtils
 
toGenericPlanNode() - Method in interface org.eclipse.rdf4j.query.explanation.Explanation
 
toGenericPlanNode() - Method in class org.eclipse.rdf4j.query.explanation.ExplanationImpl
 
toGraph(TupleQueryResult) - Static method in class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetUtil
 
toHexString(byte[]) - Static method in class org.eclipse.rdf4j.common.io.ByteArrayUtil
Returns the hexadecimal value of the supplied byte array.
toHexString(int, int) - Static method in class org.eclipse.rdf4j.rio.helpers.NTriplesUtil
Converts a decimal value to a hexadecimal string representation of the specified length.
toJson() - Method in interface org.eclipse.rdf4j.query.explanation.Explanation
 
toJson() - Method in class org.eclipse.rdf4j.query.explanation.ExplanationImpl
 
TOKEN - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#token
Token(QueryPrologLexer.TokenType, String) - Constructor for class org.eclipse.rdf4j.query.parser.QueryPrologLexer.Token
 
toKilometres(double, IRI) - Static method in class org.eclipse.rdf4j.sail.lucene.util.GeoUnits
 
toMiles(double, IRI) - Static method in class org.eclipse.rdf4j.sail.lucene.util.GeoUnits
 
toModel() - Static method in class org.eclipse.rdf4j.model.util.ModelCollector
Convenience method to obtain a ModelCollector.
toNTriplesString(Value) - Static method in class org.eclipse.rdf4j.rio.helpers.NTriplesUtil
Creates an N-Triples string for the supplied value.
toNTriplesString(Value, boolean) - Static method in class org.eclipse.rdf4j.rio.helpers.NTriplesUtil
Creates an N-Triples string for the supplied value.If the supplied value is a Literal, it optionally ignores the xsd:string datatype, since this datatype is implicit in RDF-1.1.
toNTriplesString(Resource) - Static method in class org.eclipse.rdf4j.rio.helpers.NTriplesUtil
Creates an N-Triples string for the supplied resource.
toNTriplesString(IRI) - Static method in class org.eclipse.rdf4j.rio.helpers.NTriplesUtil
Creates an N-Triples string for the supplied URI.
toNTriplesString(BNode) - Static method in class org.eclipse.rdf4j.rio.helpers.NTriplesUtil
Creates an N-Triples string for the supplied blank node.
toNTriplesString(Literal) - Static method in class org.eclipse.rdf4j.rio.helpers.NTriplesUtil
Creates an N-Triples string for the supplied literal.
toNTriplesString(Literal, boolean) - Static method in class org.eclipse.rdf4j.rio.helpers.NTriplesUtil
Creates an N-Triples string for the supplied literal, optionally ignoring the xsd:string datatype as it is implied for RDF-1.1.
toNTriplesString(Triple) - Static method in class org.eclipse.rdf4j.rio.helpers.NTriplesUtil
Creates an N-Triples (non-standard) string for the supplied RDF* triple.
TOP_CONCEPT_OF - Static variable in class org.eclipse.rdf4j.model.vocabulary.SKOS
The skos:topConceptOf relation.
TOPDATAPROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#topDataProperty
TOPIC - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
TOPIC_INTEREST - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
TOPOBJECTPROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#topObjectProperty
toQueryAlgebra(Set<String>, BindingSet) - Method in class org.eclipse.rdf4j.federated.algebra.ExclusiveArbitraryLengthPath
 
toQueryAlgebra(Set<String>, BindingSet) - Method in interface org.eclipse.rdf4j.federated.algebra.ExclusiveTupleExprRenderer
Returns a SPARQL algebra representation of this expression that can be inserted into a SELECT TupleExpr
toQueryEvaluationException(Throwable) - Static method in class org.eclipse.rdf4j.federated.exception.ExceptionUtil
Converts the given Throwable to a QueryEvaluationException.
toQueryString(Set<String>, BindingSet) - Method in class org.eclipse.rdf4j.federated.algebra.ExclusiveArbitraryLengthPath
 
toQueryString(Set<String>, BindingSet) - Method in interface org.eclipse.rdf4j.federated.algebra.ExclusiveTupleExprRenderer
Returns a SPARQL string representation of this expression that can be inserted into a SELECT query.
toRDF(IRI, Iterable<?>, Resource, C, Resource...) - Static method in class org.eclipse.rdf4j.model.util.RDFContainers
Converts the supplied Iterable to an RDF Container, using the supplied head resource as the starting resource of the RDF Containter.
toRDF(IRI, Iterable<?>, Resource, C, ValueFactory, Resource...) - Static method in class org.eclipse.rdf4j.model.util.RDFContainers
Converts the supplied Iterable to an RDF Container, using the supplied head resource as the starting resource of the RDF Containter.
toRDFEncodedValue(T) - Static method in class org.eclipse.rdf4j.rio.helpers.RDFStarUtil
Converts the supplied value from RDF* to an RDF-compatible representation.
toRdfLiteralArray(String...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.rdf.Rdf
Convert an array of Strings to an array of RdfLiteral.StringLiterals
toRdfLiteralArray(Boolean...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.rdf.Rdf
Convert an array of Booleans to an array of RdfLiteral.BooleanLiterals
toRdfLiteralArray(Number...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.rdf.Rdf
Convert an array of Numbers to an array of RdfLiteral.NumericLiterals
toSeRQL(Value) - Static method in class org.eclipse.rdf4j.queryrender.RenderUtils
Return the query string rendering of the Value
toSolrInputDocument(SolrDocument) - Static method in class org.eclipse.rdf4j.sail.solr.SolrUtil
Converts a SolrDocument to a SolrInputDocument
toSPARQL(Value) - Static method in class org.eclipse.rdf4j.queryrender.RenderUtils
Return the SPARQL query string rendering of the Value
toSPARQL(Value, StringBuilder) - Static method in class org.eclipse.rdf4j.queryrender.RenderUtils
Append the SPARQL query string rendering of the Value to the supplied StringBuilder.
toSparqlString(FilterValueExpr) - Static method in class org.eclipse.rdf4j.federated.util.FilterUtils
Returns a SPARQL representation of the provided expression, e.g Compare(?v, "<", 3) is converted to "?v < '3'"
toSparqlString(FilterExpr) - Static method in class org.eclipse.rdf4j.federated.util.FilterUtils
 
toSparqlString(ConjunctiveFilterExpr) - Static method in class org.eclipse.rdf4j.federated.util.FilterUtils
 
toss(Exception) - Method in class org.eclipse.rdf4j.common.iteration.QueueIteration
The next time LookAheadIteration.next() is called this exception will be thrown.
toss(Exception) - Method in class org.eclipse.rdf4j.federated.evaluation.concurrent.ControlledWorkerScheduler
 
toss(Exception) - Method in interface org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelExecutor
Toss some exception to the controlling instance
toss(Exception) - Method in class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelExecutorBase
 
toss(Exception) - Method in class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelServiceExecutor
 
toss(Exception) - Method in interface org.eclipse.rdf4j.federated.evaluation.concurrent.Scheduler
Toss an exception to the scheduler.
toss(Exception) - Method in class org.eclipse.rdf4j.federated.evaluation.join.ControlledWorkerJoin
 
toss(Exception) - Method in class org.eclipse.rdf4j.federated.evaluation.join.ControlledWorkerLeftJoin
 
toss(Exception) - Method in class org.eclipse.rdf4j.federated.evaluation.union.ControlledWorkerUnion
 
toss(Exception) - Method in class org.eclipse.rdf4j.federated.optimizer.SourceSelection.SourceSelectionExecutorWithLatch
 
toss(Exception) - Method in class org.eclipse.rdf4j.repository.sparql.federation.JoinExecutorBase
 
toStatement(StatementPattern) - Static method in class org.eclipse.rdf4j.federated.util.QueryAlgebraUtil
 
toStatement(StatementPattern, BindingSet) - Static method in class org.eclipse.rdf4j.federated.util.QueryAlgebraUtil
 
toStatementIteration(TupleQueryResult, Resource, IRI, Value) - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
Converts a TupleQueryResult resulting from the SPARQLConnection.EVERYTHING_WITH_GRAPH to a statement by using the respective values from the BindingSet or (if provided) the ones from the arguments.
toStatementPattern(Statement) - Static method in class org.eclipse.rdf4j.federated.util.QueryAlgebraUtil
 
toStatementPattern(Resource, IRI, Value) - Static method in class org.eclipse.rdf4j.federated.util.QueryAlgebraUtil
 
toStatementPattern(ProjectionElemList) - Method in class org.eclipse.rdf4j.queryrender.BaseTupleExprRenderer
Turn a ProjectionElemList for a construct query projection (three elements aliased as 'subject', 'predicate' and 'object' in that order) into a StatementPattern.
toString() - Method in class org.eclipse.rdf4j.common.app.AppVersion
Returns the string represention of this version.
toString(Iteration<?, X>, String) - Static method in class org.eclipse.rdf4j.common.iteration.Iterations
Converts an Iteration to a string by concatenating all of the string representations of objects in the Iteration, divided by a separator.
toString(Iteration<?, X>, String, StringBuilder) - Static method in class org.eclipse.rdf4j.common.iteration.Iterations
Converts an Iteration to a string by concatenating all of the string representations of objects in the Iteration, divided by a separator.
toString() - Method in class org.eclipse.rdf4j.common.lang.FileFormat
 
toString() - Method in class org.eclipse.rdf4j.common.logging.base.SimpleLogRecord
 
toString() - Method in class org.eclipse.rdf4j.common.net.ParsedIRI
Returns the content of this IRI as a string.
toString() - Method in class org.eclipse.rdf4j.common.net.ParsedURI
Deprecated.
 
toString() - Method in class org.eclipse.rdf4j.common.webapp.util.HeaderElement
 
toString() - Method in class org.eclipse.rdf4j.common.webapp.util.Parameter
 
toString() - Method in class org.eclipse.rdf4j.federated.cache.EndpointEntry
 
toString() - Method in class org.eclipse.rdf4j.federated.endpoint.EndpointBase
 
toString() - Method in class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelExecutorBase
 
toString() - Method in class org.eclipse.rdf4j.federated.evaluation.concurrent.ParallelTaskBase
 
toString() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.IndependentJoingroupBindingsIteration2.BindingInfo
 
toString() - Method in class org.eclipse.rdf4j.federated.evaluation.iterator.IndependentJoingroupBindingsIteration3.BindingInfo
 
toString() - Method in class org.eclipse.rdf4j.federated.evaluation.SparqlTripleSource
 
toString() - Method in class org.eclipse.rdf4j.federated.evaluation.union.ParallelPreparedAlgebraUnionTask
 
toString() - Method in class org.eclipse.rdf4j.federated.evaluation.union.ParallelPreparedUnionTask
 
toString() - Method in class org.eclipse.rdf4j.federated.evaluation.union.ParallelUnionTask
 
toString() - Method in class org.eclipse.rdf4j.federated.monitoring.MonitoringImpl.MonitoringInformation
 
toString() - Method in class org.eclipse.rdf4j.federated.structures.FedXBooleanQuery
 
toString() - Method in class org.eclipse.rdf4j.federated.structures.FedXGraphQuery
 
toString() - Method in class org.eclipse.rdf4j.federated.structures.FedXTupleQuery
 
toString(StatementPattern) - Static method in class org.eclipse.rdf4j.federated.util.QueryStringUtil
Return a string representation of this statement using the following pattern, where variables are indicated using ?var and values are represented as strings.
toString(ArbitraryLengthPath, Set<String>, BindingSet) - Static method in class org.eclipse.rdf4j.federated.util.QueryStringUtil
Converts an ArbitraryLengthPath node to a sub query string and makes sure to insert any bindings.
toString(Var) - Static method in class org.eclipse.rdf4j.federated.util.QueryStringUtil
 
toString(Resource, IRI, Value) - Static method in class org.eclipse.rdf4j.federated.util.QueryStringUtil
Return a string representation of this statement using the following pattern, where variables are indicated using ?var and values are represented as strings.
toString() - Method in class org.eclipse.rdf4j.http.client.query.AbstractHTTPQuery
 
toString() - Method in class org.eclipse.rdf4j.http.client.query.AbstractHTTPUpdate
 
toString() - Method in class org.eclipse.rdf4j.http.protocol.error.ErrorInfo
 
toString() - Method in class org.eclipse.rdf4j.http.protocol.error.ErrorType
 
toString(Number) - Static method in class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
 
toString() - Method in class org.eclipse.rdf4j.model.datatypes.XMLDateTime
Returns the xsd:dateTime string-representation of this object.
toString() - Method in class org.eclipse.rdf4j.model.impl.ContextStatement
 
toString() - Method in class org.eclipse.rdf4j.model.impl.SimpleBNode
 
toString() - Method in class org.eclipse.rdf4j.model.impl.SimpleIRI
 
toString() - Method in class org.eclipse.rdf4j.model.impl.SimpleLiteral
Returns the label of the literal with its language or datatype.
toString() - Method in class org.eclipse.rdf4j.model.impl.SimpleNamespace
Returns a string representation of the object.
toString() - Method in class org.eclipse.rdf4j.model.impl.SimpleStatement
Gives a String-representation of this Statement that can be used for debugging.
toString() - Method in class org.eclipse.rdf4j.model.impl.SimpleTriple
 
toString() - Method in interface org.eclipse.rdf4j.model.IRI
Returns the String-representation of this IRI.
toString() - Method in interface org.eclipse.rdf4j.model.URI
Deprecated.
Returns the String-representation of this URI.
toString() - Method in class org.eclipse.rdf4j.query.AbstractBindingSet
 
toString() - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
 
toString() - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelNode
Returns an indented print of the node tree, starting from this node.
toString() - Method in class org.eclipse.rdf4j.query.explanation.ExplanationImpl
 
toString() - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
Human readable string.
toString() - Method in class org.eclipse.rdf4j.query.impl.AbstractParserQuery
 
toString() - Method in class org.eclipse.rdf4j.query.impl.AbstractParserUpdate
 
toString() - Method in class org.eclipse.rdf4j.query.impl.EmptyBindingSet
 
toString() - Method in class org.eclipse.rdf4j.query.impl.FallbackDataset
 
toString() - Method in class org.eclipse.rdf4j.query.impl.SimpleBinding
 
toString() - Method in class org.eclipse.rdf4j.query.impl.SimpleDataset
 
toString() - Method in class org.eclipse.rdf4j.query.parser.impl.AbstractParserQuery
 
toString() - Method in class org.eclipse.rdf4j.query.parser.impl.AbstractParserUpdate
 
toString() - Method in class org.eclipse.rdf4j.query.parser.ParsedQuery
 
toString() - Method in class org.eclipse.rdf4j.query.parser.ParsedUpdate
 
toString() - Method in class org.eclipse.rdf4j.query.parser.QueryPrologLexer.Token
 
toString() - Method in class org.eclipse.rdf4j.query.QueryLanguage
 
toString() - Method in class org.eclipse.rdf4j.repository.base.RepositoryWrapper
 
toString() - Method in class org.eclipse.rdf4j.repository.sail.SailRepository
 
toString() - Method in class org.eclipse.rdf4j.repository.sail.SailRepositoryConnection
 
toString() - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLConnection
 
toString() - Method in class org.eclipse.rdf4j.repository.sparql.SPARQLRepository
 
toString() - Method in class org.eclipse.rdf4j.sail.federation.evaluation.AlternativeCursor
 
toString() - Method in class org.eclipse.rdf4j.sail.federation.evaluation.ParallelJoinCursor
 
toString() - Method in class org.eclipse.rdf4j.sail.federation.evaluation.ParallelLeftJoinCursor
 
toString() - Method in class org.eclipse.rdf4j.sail.federation.PrefixHashSet
 
toString() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSail
 
toString() - Method in class org.eclipse.rdf4j.sail.lucene.QuerySpec
 
toString() - Method in class org.eclipse.rdf4j.sail.lucene.util.MapOfListMaps
Deprecated.
 
toString() - Method in class org.eclipse.rdf4j.sail.memory.model.MemIRI
 
toString() - Method in class org.eclipse.rdf4j.sail.memory.model.MemTriple
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.AggregateIteratorTypeOverride
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.BufferedPlanNode
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.BulkedExternalInnerJoin
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.BulkedExternalLeftOuterJoin
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.DatatypeFilter
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.DebugPlanNode
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.EmptyNode
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.EnrichWithShape
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.EqualsJoin
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.ExternalFilterByPredicate
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.ExternalFilterByQuery
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.ExternalFilterIsObject
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.ExternalFilterIsSubject
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.ExternalPredicateObjectFilter
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.FilterPlanNode
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.GroupByCount
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.InnerJoin
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.LanguageInFilter
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.LeftOuterJoin
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.LiteralComparatorFilter
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.MaxCountFilter
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.MaxLengthFilter
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.MinCountFilter
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.MinExclusiveFilter
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.MinLengthFilter
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.NodeKindFilter
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.NonUniqueTargetLang
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.PatternFilter
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.Select
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.SetFilterNode
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.Sort
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.SparqlTargetSelect
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.TrimTuple
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.Tuple
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.TupleLengthFilter
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.TupleMapper
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.UnBufferedPlanNode
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.UnionNode
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.Unique
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.UnorderedSelect
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.ValueInFilter
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.planNodes.ValuesBackedNode
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.results.lazy.LazyValidationReport
Deprecated.
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.results.ValidationReport
Deprecated.
 
toString() - Method in class org.eclipse.rdf4j.sail.shacl.results.ValidationResult
Deprecated.
 
toString() - Method in class org.eclipse.rdf4j.sail.UpdateContext
 
toString() - Method in class org.eclipse.rdf4j.spin.Argument
 
toString() - Method in class org.eclipse.rdf4j.spin.function.SpinFunction
 
toString() - Method in class org.eclipse.rdf4j.spin.function.SpinTupleFunction
 
toString() - Method in class org.eclipse.rdf4j.spin.function.SpinxFunction
 
toString() - Method in class org.eclipse.rdf4j.spin.Template
 
toString(Iterator<?>, String) - Static method in class org.eclipse.rdf4j.util.iterators.Iterators
Converts an iterator to a string by concatenating all of the string representations of objects in the iterator, divided by a separator.
toString(Iterator<?>, String, StringBuilder) - Static method in class org.eclipse.rdf4j.util.iterators.Iterators
Converts an iterator to a string by concatenating all of the string representations of objects in the iterator, divided by a separator.
toString() - Method in class org.eclipse.rdf4j.workbench.util.PagedQuery
 
toString() - Method in class org.eclipse.rdf4j.workbench.util.QueryStringBuilder
Returns the internal string being constructed.
TOTAL_ITEMS - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
totalInferred - Variable in class org.eclipse.rdf4j.sail.inferencer.fc.AbstractForwardChainingInferencerConnection
 
toTp() - Method in class org.eclipse.rdf4j.sparqlbuilder.rdf.RdfBlankNode.PropertiesBlankNode
convert this blank node to a triple pattern
toTreeModel() - Static method in class org.eclipse.rdf4j.model.util.ModelCollector
Convenience method to obtain a ModelCollector, which will return a TreeModel.
toTupleExpr(ArbitraryLengthPath, Set<String>, BindingSet) - Static method in class org.eclipse.rdf4j.federated.util.QueryAlgebraUtil
Convert the given ArbitraryLengthPath to a fresh TupleExpr where all provided bindings are bound.
toTupleQueryResult(Iterable<? extends Statement>) - Static method in class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetUtil
 
toValues(IRI, Model, Resource, C, Resource...) - Static method in class org.eclipse.rdf4j.model.util.RDFContainers
Converts an RDF Containter to a Java Collection of Value objects.
toWkt(Shape) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.WktWriter
 
toWkt(Shape) - Method in class org.eclipse.rdf4j.sail.solr.SolrIndex
 
tp(RdfSubject, RdfPredicate, RdfObject...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphPatterns
Create a triple pattern with the given subject, predicate, and object(s)
tp(RdfSubject, RdfPredicate, Value...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphPatterns
 
tp(RdfSubject, IRI, RdfObject...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphPatterns
Create a triple pattern with the given subject, predicate, and object(s)
tp(RdfSubject, IRI, Value...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphPatterns
 
tp(Resource, RdfPredicate, RdfObject...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphPatterns
Create a triple pattern with the given subject, predicate, and object(s)
tp(Resource, RdfPredicate, Value...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphPatterns
 
tp(Resource, IRI, RdfObject...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphPatterns
Create a triple pattern with the given subject, predicate, and object(s)
tp(Resource, IRI, Value...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphPatterns
 
tp(RdfSubject, RdfPredicateObjectList...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphPatterns
Create a triple pattern with the given subject and predicate-object list(s)
tp(RdfBlankNode.PropertiesBlankNode) - Static method in class org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphPatterns
Create a triple pattern from a property-list blank node
traceExceptionSource(Endpoint, Throwable, String) - Static method in class org.eclipse.rdf4j.federated.exception.ExceptionUtil
Trace the exception source within the exceptions to identify the originating endpoint.
traceExceptionSourceAndRepair(Endpoint, Throwable, String) - Static method in class org.eclipse.rdf4j.federated.exception.ExceptionUtil
Repair the connection and then trace the exception source.
TRACK_LOCKS - Static variable in class org.eclipse.rdf4j.common.concurrent.locks.Properties
The system property "info.aduna.concurrent.locks.trackLocks" that can be used to enable lock tracking by giving it a (non-null) value.
TRACKED_PARTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:trackedParty
TRACKING_PARTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:trackingParty
TRANSACTION_ID_KEY - Static variable in class org.eclipse.rdf4j.http.server.repository.statements.ExportStatementsView
 
TRANSACTION_KEY - Static variable in class org.eclipse.rdf4j.http.server.repository.transaction.TransactionExportStatementsView
 
TRANSACTION_SETTINGS_PREFIX - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
Prefix for transaction settings in the query param
transactionActive() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
TransactionController - Class in org.eclipse.rdf4j.http.server.repository.transaction
Handles requests for transaction creation on a repository.
TransactionController() - Constructor for class org.eclipse.rdf4j.http.server.repository.transaction.TransactionController
 
TransactionExportStatementsView - Class in org.eclipse.rdf4j.http.server.repository.transaction
View used to export statements as part of a transaction.
TransactionOperation - Interface in org.eclipse.rdf4j.http.protocol.transaction.operations
An update operation that is part of a transaction.
TransactionReader - Class in org.eclipse.rdf4j.http.protocol.transaction
 
TransactionReader() - Constructor for class org.eclipse.rdf4j.http.protocol.transaction.TransactionReader
 
TRANSACTIONS - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
Relative location of the transaction resources of a repository.
TransactionSetting - Interface in org.eclipse.rdf4j.common.transaction
A configuration setting that can be passed at the beginning of a repository transaction to influence behavior within the scope of that transaction only.
TransactionSettingFactory - Interface in org.eclipse.rdf4j.common.transaction
A TransactionSettingFactory returns a TransactionSetting implementation for a given value.
TransactionSettingRegistry - Class in org.eclipse.rdf4j.common.transaction
A ServiceRegistry for creating/retrieving TransactionSettings in a transparent way.
TransactionStartController - Class in org.eclipse.rdf4j.http.server.repository.transaction
Handles requests for transaction creation on a repository.
TransactionStartController() - Constructor for class org.eclipse.rdf4j.http.server.repository.transaction.TransactionStartController
 
TransactionWriter - Class in org.eclipse.rdf4j.http.protocol.transaction
Serializes of an RDF transaction.
TransactionWriter() - Constructor for class org.eclipse.rdf4j.http.protocol.transaction.TransactionWriter
 
transfer(InputStream, OutputStream) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Transfers all bytes that can be read from in to out.
transfer(InputStream, File) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Writes all bytes from an InputStream to a file.
transfer(Reader, Writer) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Transfers all characters that can be read from in to out .
transfer(Reader, File) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Writes all characters from a Reader to a file using the default character encoding.
TRANSFER - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:transfer
transferTo(long, long, WritableByteChannel) - Method in class org.eclipse.rdf4j.common.io.NioFile
TRANSFORM - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:transform
transform(String) - Method in class org.eclipse.rdf4j.spin.function.spif.LowerCase
 
transform(String) - Method in class org.eclipse.rdf4j.spin.function.spif.LowerTitleCase
 
transform(String) - Method in class org.eclipse.rdf4j.spin.function.spif.TitleCase
 
transform(String) - Method in class org.eclipse.rdf4j.spin.function.spif.UpperCase
 
transform(String, String) - Method in class org.eclipse.rdf4j.workbench.util.TupleResultBuilder
 
TRANSFORMATIONS - Static variable in class org.eclipse.rdf4j.workbench.proxy.WorkbenchGateway
 
TransformationServlet - Class in org.eclipse.rdf4j.workbench.base
 
TransformationServlet() - Constructor for class org.eclipse.rdf4j.workbench.base.TransformationServlet
 
TransientFunction - Interface in org.eclipse.rdf4j.spin.function
Tagging interface for Functions that have some sort of lifespan.
TransientTupleFunction - Interface in org.eclipse.rdf4j.spin.function
Tagging interface for TupleFunctions that have some sort of lifespan.
TRANSITIVE_SUB_ORGANIZATION_OF - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
void:transitiveSubOrganizationOf
TRANSITIVEPROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#TransitiveProperty
TRANSLATE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:translate
TRANSLATOR - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:translator
transmuteBean(BindingSet) - Method in class org.eclipse.rdf4j.query.resultio.text.SPARQLResultsXSVMappingStrategy
 
TRANSPORT_KEY - Static variable in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
Set the parameter "transport=" to specify the address of the cluster to use (e.g.
TreeModel - Class in org.eclipse.rdf4j.model.impl
A Red-Black tree based Model implementation.
TreeModel() - Constructor for class org.eclipse.rdf4j.model.impl.TreeModel
 
TreeModel(Model) - Constructor for class org.eclipse.rdf4j.model.impl.TreeModel
 
TreeModel(Collection<? extends Statement>) - Constructor for class org.eclipse.rdf4j.model.impl.TreeModel
 
TreeModel(Set<Namespace>, Collection<? extends Statement>) - Constructor for class org.eclipse.rdf4j.model.impl.TreeModel
 
TreeModel(Set<Namespace>) - Constructor for class org.eclipse.rdf4j.model.impl.TreeModel
 
TreeModelFactory - Class in org.eclipse.rdf4j.model.impl
Creates TreeModel.
TreeModelFactory() - Constructor for class org.eclipse.rdf4j.model.impl.TreeModelFactory
 
TreeSanitizer() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.QueryModelPruner.TreeSanitizer
Deprecated.
 
TreeSanitizer() - Constructor for class org.eclipse.rdf4j.sail.federation.optimizers.QueryModelPruner.TreeSanitizer
 
TRIG - Static variable in class org.eclipse.rdf4j.rio.RDFFormat
The TriG file format, a Turtle-based RDF serialization format that supports recording of named graphs.
TriGParser - Class in org.eclipse.rdf4j.rio.trig
RDF parser for RDF-1.1 TriG files.
TriGParser() - Constructor for class org.eclipse.rdf4j.rio.trig.TriGParser
Creates a new TriGParser that will use a SimpleValueFactory to create RDF model objects.
TriGParser(ValueFactory) - Constructor for class org.eclipse.rdf4j.rio.trig.TriGParser
Creates a new TriGParser that will use the supplied ValueFactory to create RDF model objects.
TriGParserFactory - Class in org.eclipse.rdf4j.rio.trig
An RDFParserFactory for TriG parsers.
TriGParserFactory() - Constructor for class org.eclipse.rdf4j.rio.trig.TriGParserFactory
 
TriGParserTestCase - Class in org.eclipse.rdf4j.rio.trig
JUnit test for the TriG parser that uses the tests that are available online.
TriGParserTestCase() - Constructor for class org.eclipse.rdf4j.rio.trig.TriGParserTestCase
 
TRIGSTAR - Static variable in class org.eclipse.rdf4j.rio.RDFFormat
The TriG* (TriGStar) file format, a TriG-based RDF serialization format that supports RDF* triples.
TriGStarParser - Class in org.eclipse.rdf4j.rio.trigstar
RDF parser for TriG* (an extension of TriG that adds RDF* support).
TriGStarParser() - Constructor for class org.eclipse.rdf4j.rio.trigstar.TriGStarParser
Creates a new TriGStarParser that will use a SimpleValueFactory to create RDF* model objects.
TriGStarParser(ValueFactory) - Constructor for class org.eclipse.rdf4j.rio.trigstar.TriGStarParser
Creates a new TriGStarParser that will use the supplied ValueFactory to create RDF* model objects.
TriGStarParserFactory - Class in org.eclipse.rdf4j.rio.trigstar
An RDFParserFactory for TriG* parsers.
TriGStarParserFactory() - Constructor for class org.eclipse.rdf4j.rio.trigstar.TriGStarParserFactory
 
TriGStarWriter - Class in org.eclipse.rdf4j.rio.trigstar
An extension of TriGWriter that writes RDF* documents in the TriG* format by including the RDF* triples.
TriGStarWriter(OutputStream) - Constructor for class org.eclipse.rdf4j.rio.trigstar.TriGStarWriter
Creates a new TriGStarWriter that will write to the supplied OutputStream.
TriGStarWriter(OutputStream, ParsedIRI) - Constructor for class org.eclipse.rdf4j.rio.trigstar.TriGStarWriter
Creates a new TriGStarWriter that will write to the supplied OutputStream using the supplied base IRI.
TriGStarWriter(Writer) - Constructor for class org.eclipse.rdf4j.rio.trigstar.TriGStarWriter
Creates a new TriGStarWriter that will write to the supplied Writer.
TriGStarWriter(Writer, ParsedIRI) - Constructor for class org.eclipse.rdf4j.rio.trigstar.TriGStarWriter
Creates a new TriGStarWriter that will write to the supplied Writer using the supplied base IRI.
TriGStarWriterFactory - Class in org.eclipse.rdf4j.rio.trigstar
An RDFWriterFactory for TriG* writers.
TriGStarWriterFactory() - Constructor for class org.eclipse.rdf4j.rio.trigstar.TriGStarWriterFactory
 
TriGWriter - Class in org.eclipse.rdf4j.rio.trig
An extension of TurtleWriter that writes RDF documents in TriG format by adding graph scopes to the Turtle document.
TriGWriter(OutputStream) - Constructor for class org.eclipse.rdf4j.rio.trig.TriGWriter
Creates a new TriGWriter that will write to the supplied OutputStream.
TriGWriter(OutputStream, ParsedIRI) - Constructor for class org.eclipse.rdf4j.rio.trig.TriGWriter
Creates a new TriGWriter that will write to the supplied OutputStream.
TriGWriter(Writer) - Constructor for class org.eclipse.rdf4j.rio.trig.TriGWriter
Creates a new TriGWriter that will write to the supplied Writer.
TriGWriter(Writer, ParsedIRI) - Constructor for class org.eclipse.rdf4j.rio.trig.TriGWriter
Creates a new TriGWriter that will write to the supplied Writer.
TriGWriterFactory - Class in org.eclipse.rdf4j.rio.trig
An RDFWriterFactory for TriG parsers.
TriGWriterFactory() - Constructor for class org.eclipse.rdf4j.rio.trig.TriGWriterFactory
 
Trim - Class in org.eclipse.rdf4j.spin.function.spif
 
Trim() - Constructor for class org.eclipse.rdf4j.spin.function.spif.Trim
 
TRIM_FUNCTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIF
 
trimDoubleQuotes(String) - Static method in class org.eclipse.rdf4j.common.text.StringUtil
Removes the double quote from the start and end of the supplied string if it starts and ends with this character.
TrimTuple - Class in org.eclipse.rdf4j.sail.shacl.planNodes
 
TrimTuple(PlanNode, int, int) - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.TrimTuple
 
Triple - Interface in org.eclipse.rdf4j.model
An RDF* triple.
TRIPLE_BNODE_MAPPER - Static variable in class org.eclipse.rdf4j.model.util.Statements
A Function that maps Triple to BNode consistently.
TRIPLE_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#Triple A base class for TriplePattern and TripleTemplate.
TRIPLE_INDEXES - Static variable in class org.eclipse.rdf4j.sail.nativerdf.config.NativeStoreSchema
http://www.openrdf.org/config/sail/native#tripleIndexes
TRIPLE_PATH_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#TriplePath Similar to a TriplePattern, but with a path expression as its predicate.
TRIPLE_PATTERN_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#TriplePattern A triple pattern used in the body of a query.
TRIPLE_PREFIX - Static variable in class org.eclipse.rdf4j.rio.helpers.RDFStarUtil
IRI prefix for RDF* triples encoded as IRIs.
TRIPLE_RECORD_MARKER - Static variable in interface org.eclipse.rdf4j.query.resultio.binary.BinaryQueryResultConstants
 
TRIPLE_TAG - Static variable in interface org.eclipse.rdf4j.rio.trix.TriXConstants
The tag that starts a new triple.
TRIPLE_TEMPLATE_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#TripleTemplate A prototypical triple used as template in the head of a Construct query.
TripleObjectFunction - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.triple
Function returning the object component of RDF* Triple reused the IRI of rdf:object as name
TripleObjectFunction() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.triple.TripleObjectFunction
 
TriplePattern - Interface in org.eclipse.rdf4j.sparqlbuilder.graphpattern
Denotes a SPARQL Triple Pattern
TriplePredicateFunction - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.triple
Function returning the predicate component of RDF* Triple reused the IRI of rdf:predicate as name
TriplePredicateFunction() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.triple.TriplePredicateFunction
 
TripleRef - Class in org.eclipse.rdf4j.query.algebra
Triple lookup reference.
TripleRef() - Constructor for class org.eclipse.rdf4j.query.algebra.TripleRef
 
TripleRefCollector - Class in org.eclipse.rdf4j.query.parser.sparql
 
TripleRefCollector() - Constructor for class org.eclipse.rdf4j.query.parser.sparql.TripleRefCollector
 
TRIPLES - Static variable in class org.eclipse.rdf4j.model.vocabulary.VOID
void:triples
tripleSource - Variable in class org.eclipse.rdf4j.federated.endpoint.EndpointBase
 
TripleSource - Interface in org.eclipse.rdf4j.federated.evaluation
Interface for implementations of triple sources.
tripleSource - Variable in class org.eclipse.rdf4j.query.algebra.evaluation.impl.StrictEvaluationStrategy
 
TripleSource - Interface in org.eclipse.rdf4j.query.algebra.evaluation
A triple source that can be queried for (the existence of) certain triples in certain contexts.
TripleSourceBase - Class in org.eclipse.rdf4j.federated.evaluation
 
TripleSourceBase(FederationContext, Endpoint) - Constructor for class org.eclipse.rdf4j.federated.evaluation.TripleSourceBase
 
TripleSourceBase.ConnectionOperation<T> - Interface in org.eclipse.rdf4j.federated.evaluation
Interface defining the operation to be perform on the connection
TripleSourceBase.ResultHolder<T> - Class in org.eclipse.rdf4j.federated.evaluation
Holder for a result iteration to be used with TripleSourceBase.withConnection(ConnectionOperation).
TripleSourceFactory - Class in org.eclipse.rdf4j.federated.evaluation
 
TripleSourceFactory() - Constructor for class org.eclipse.rdf4j.federated.evaluation.TripleSourceFactory
 
tripleSourceFor(Endpoint, EndpointType, FederationContext) - Static method in class org.eclipse.rdf4j.federated.evaluation.TripleSourceFactory
 
TripleSources - Class in org.eclipse.rdf4j.query.algebra.evaluation.util
Utility methods for working with TripleSources.
triplesTemplate(TriplePattern...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.core.SparqlBuilder
Create a TriplesTemplate instance, for use with Construct and Update queries
TriplesTemplate - Class in org.eclipse.rdf4j.sparqlbuilder.core
Represents a collection of triple patterns
TripleSubjectFunction - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.triple
Function returning the subject component of RDF* Triple reused the IRI of rdf:subject as name
TripleSubjectFunction() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.triple.TripleSubjectFunction
 
TRIX - Static variable in class org.eclipse.rdf4j.rio.RDFFormat
The TriX file format, an XML-based RDF serialization format that supports recording of named graphs.
TriXConstants - Interface in org.eclipse.rdf4j.rio.trix
Interface defining a number of constants for the TriX document format.
TriXParser - Class in org.eclipse.rdf4j.rio.trix
A parser that can parse RDF files that are in the TriX format .
TriXParser() - Constructor for class org.eclipse.rdf4j.rio.trix.TriXParser
Creates a new TriXParser that will use a SimpleValueFactory to create objects for resources, bNodes, literals and statements.
TriXParser(ValueFactory) - Constructor for class org.eclipse.rdf4j.rio.trix.TriXParser
Creates a new TriXParser that will use the supplied ValueFactory to create objects for resources, bNodes, literals and statements.
TriXParserFactory - Class in org.eclipse.rdf4j.rio.trix
An RDFParserFactory for TriX parsers.
TriXParserFactory() - Constructor for class org.eclipse.rdf4j.rio.trix.TriXParserFactory
 
TriXParserSettings - Class in org.eclipse.rdf4j.rio.helpers
ParserSettings for the TriX parser features.
TriXWriter - Class in org.eclipse.rdf4j.rio.trix
An implementation of the RDFWriter interface that writes RDF documents in TriX format.
TriXWriter(OutputStream) - Constructor for class org.eclipse.rdf4j.rio.trix.TriXWriter
Creates a new TriXWriter that will write to the supplied OutputStream.
TriXWriter(Writer) - Constructor for class org.eclipse.rdf4j.rio.trix.TriXWriter
Creates a new TriXWriter that will write to the supplied Writer.
TriXWriter(XMLWriter) - Constructor for class org.eclipse.rdf4j.rio.trix.TriXWriter
 
TriXWriterFactory - Class in org.eclipse.rdf4j.rio.trix
An RDFWriterFactory for TriX writers.
TriXWriterFactory() - Constructor for class org.eclipse.rdf4j.rio.trix.TriXWriterFactory
 
TRS - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:TRS
TRUE - Static variable in class org.eclipse.rdf4j.model.impl.BooleanLiteral
 
TRUE - Static variable in class org.eclipse.rdf4j.model.impl.BooleanLiteralImpl
Deprecated.
since 2.0. Use BooleanLiteral.TRUE instead.
TRUE - Static variable in class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetSchema
 
TrueStatementPattern - Class in org.eclipse.rdf4j.federated.algebra
A TrueStatementPattern represents a stmt with no free variables which in addition is available at one of the provided sources.
TrueStatementPattern(StatementPattern) - Constructor for class org.eclipse.rdf4j.federated.algebra.TrueStatementPattern
 
truncate(long) - Method in class org.eclipse.rdf4j.common.io.NioFile
Performs a protected FileChannel.truncate(long) call.
TRUNCATED - Static variable in class org.eclipse.rdf4j.model.vocabulary.RDF4J
 
truncated - Variable in class org.eclipse.rdf4j.sail.shacl.results.ValidationReport
Deprecated.
 
tryAdvance(Consumer<? super T>) - Method in class org.eclipse.rdf4j.common.iteration.IterationSpliterator
 
tryExclusiveLock() - Method in class org.eclipse.rdf4j.common.concurrent.locks.ExclusiveLockManager
Gets the exclusive lock, if available.
tryLock() - Method in class org.eclipse.rdf4j.sail.helpers.DirectoryLockManager
Creates a lock in a directory if it does not yet exist.
tryLock() - Method in interface org.eclipse.rdf4j.sail.LockManager
Creates a lock in a SAIL if it does not yet exist.
tryReadLock() - Method in class org.eclipse.rdf4j.common.concurrent.locks.ReadPrefReadWriteLockManager
Gets a read lock, if available.
tryReadLock() - Method in interface org.eclipse.rdf4j.common.concurrent.locks.ReadWriteLockManager
Gets a read lock, if available.
tryReadLock() - Method in class org.eclipse.rdf4j.common.concurrent.locks.WritePrefReadWriteLockManager
Gets a read lock, if available.
tryToRemoveLock(Repository, ConsoleIO) - Static method in class org.eclipse.rdf4j.console.LockRemover
Try to remove lock from repository
tryToRemoveLock(RepositoryLockedException, ConsoleIO) - Static method in class org.eclipse.rdf4j.console.LockRemover
Try to remove lock when exception was raised
tryWriteLock() - Method in class org.eclipse.rdf4j.common.concurrent.locks.ReadPrefReadWriteLockManager
Gets an exclusive write lock, if available.
tryWriteLock() - Method in interface org.eclipse.rdf4j.common.concurrent.locks.ReadWriteLockManager
Gets an exclusive write lock, if available.
tryWriteLock() - Method in class org.eclipse.rdf4j.common.concurrent.locks.WritePrefReadWriteLockManager
Gets an exclusive write lock, if available.
TSV - Static variable in class org.eclipse.rdf4j.query.resultio.TupleQueryResultFormat
SPARQL Query Result TSV Format.
TSV_STAR - Static variable in class org.eclipse.rdf4j.query.resultio.TupleQueryResultFormat
SPARQL* Query Results TSV Format (like SPARQL TSV but with RDF* support).
TUESDAY - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:Tuesday
Tuple - Class in org.eclipse.rdf4j.sail.shacl.planNodes
 
Tuple(List<Value>) - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.Tuple
 
Tuple(Value...) - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.Tuple
 
Tuple(List<Value>, Tuple) - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.Tuple
 
Tuple() - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.Tuple
 
Tuple(BindingSet, String[]) - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.Tuple
 
Tuple(Tuple) - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.Tuple
 
TUPLE_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#Tuple Abstract base class for things that have subject and object.
TupleAndGraphQueryEvaluator - Class in org.eclipse.rdf4j.console.command
Evaluator tuple and graph queries
TupleAndGraphQueryEvaluator(ConsoleIO, ConsoleState, Map<String, ConsoleSetting>) - Constructor for class org.eclipse.rdf4j.console.command.TupleAndGraphQueryEvaluator
Constructor
tupleExpr - Variable in class org.eclipse.rdf4j.query.algebra.evaluation.impl.ConjunctiveConstraintSplitter.ConstraintVisitor
 
tupleExpr - Variable in class org.eclipse.rdf4j.query.algebra.evaluation.impl.FilterOptimizer.FilterFinder
 
TupleExpr - Interface in org.eclipse.rdf4j.query.algebra
An expression that evaluates to RDF tuples.
TupleExprBuilder - Class in org.eclipse.rdf4j.query.parser.sparql
Deprecated.
since 3.0. This feature is for internal use only: its existence, signature or behavior may change without warning from one release to the next.
TupleExprBuilder(ValueFactory) - Constructor for class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
TupleExprBuilder.SameTermCollector - Class in org.eclipse.rdf4j.query.parser.sparql
Deprecated.
 
TupleExprBuilder.VarCollector - Class in org.eclipse.rdf4j.query.parser.sparql
Deprecated.
 
TupleExprs - Class in org.eclipse.rdf4j.query.algebra.helpers
Utility methods for TupleExpr objects.
TupleExprs() - Constructor for class org.eclipse.rdf4j.query.algebra.helpers.TupleExprs
 
TupleFunction - Interface in org.eclipse.rdf4j.query.algebra.evaluation.function
A function that can return a tuple of Values.
TupleFunctionCall - Class in org.eclipse.rdf4j.query.algebra
A call to a TupleFunction.
TupleFunctionCall() - Constructor for class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
 
TupleFunctionCardinalityCalculator() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.TupleFunctionEvaluationStatistics.TupleFunctionCardinalityCalculator
 
TupleFunctionEvaluationMode - Enum in org.eclipse.rdf4j.sail.evaluation
 
TupleFunctionEvaluationStatistics - Class in org.eclipse.rdf4j.query.algebra.evaluation.impl
 
TupleFunctionEvaluationStatistics() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.TupleFunctionEvaluationStatistics
 
TupleFunctionEvaluationStatistics.TupleFunctionCardinalityCalculator - Class in org.eclipse.rdf4j.query.algebra.evaluation.impl
 
TupleFunctionEvaluationStrategy - Class in org.eclipse.rdf4j.query.algebra.evaluation.impl
An EvaluationStrategy that has support for TupleFunctions.
TupleFunctionEvaluationStrategy(TripleSource, Dataset, FederatedServiceResolver) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.TupleFunctionEvaluationStrategy
 
TupleFunctionEvaluationStrategy(TripleSource, Dataset, FederatedServiceResolver, long) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.TupleFunctionEvaluationStrategy
 
TupleFunctionEvaluationStrategy(TripleSource, Dataset, FederatedServiceResolver, TupleFunctionRegistry) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.TupleFunctionEvaluationStrategy
 
TupleFunctionEvaluationStrategy(TripleSource, Dataset, FederatedServiceResolver, TupleFunctionRegistry, long, EvaluationStatistics) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.TupleFunctionEvaluationStrategy
 
TupleFunctionEvaluationStrategy(TripleSource, Dataset, FederatedServiceResolver, long, EvaluationStatistics) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.TupleFunctionEvaluationStrategy
 
TupleFunctionFederatedService - Class in org.eclipse.rdf4j.query.algebra.evaluation.federation
A federated service that can evaluate TupleFunctions.
TupleFunctionFederatedService(TupleFunctionRegistry, ValueFactory) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.federation.TupleFunctionFederatedService
 
TupleFunctionParser - Interface in org.eclipse.rdf4j.spin.function
 
TupleFunctionRegistry - Class in org.eclipse.rdf4j.query.algebra.evaluation.function
 
TupleFunctionRegistry() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.TupleFunctionRegistry
 
TupleHelper - Class in org.eclipse.rdf4j.sail.shacl.planNodes
 
TupleHelper() - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.TupleHelper
 
TupleLengthFilter - Class in org.eclipse.rdf4j.sail.shacl.planNodes
 
TupleLengthFilter(PlanNode, int, boolean) - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.TupleLengthFilter
 
TupleMapper - Class in org.eclipse.rdf4j.sail.shacl.planNodes
 
TupleMapper(PlanNode, TupleMapper.ModifyTupleInterface) - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.TupleMapper
 
TupleMapper.ModifyTupleInterface - Interface in org.eclipse.rdf4j.sail.shacl.planNodes
 
TupleQuery - Interface in org.eclipse.rdf4j.query
 
tupleQuery(Repository, String, Function<TupleQueryResult, T>) - Static method in class org.eclipse.rdf4j.repository.util.Repositories
Performs a SPARQL Select query on the given Repository within a transaction and passes the results to the given Function with the result from the function returned by the method.
tupleQuery(Repository, String, TupleQueryResultHandler) - Static method in class org.eclipse.rdf4j.repository.util.Repositories
Performs a SPARQL Select query on the given Repository within a transaction and passes the results to the given TupleQueryResultHandler.
tupleQueryNoTransaction(Repository, String, Function<TupleQueryResult, T>) - Static method in class org.eclipse.rdf4j.repository.util.Repositories
Performs a SPARQL Select query on the given Repository without opening a transaction and passes the results to the given Function with the result from the function returned by the method.
tupleQueryNoTransaction(Repository, String, TupleQueryResultHandler) - Static method in class org.eclipse.rdf4j.repository.util.Repositories
Performs a SPARQL Select query on the given Repository without opening a transaction and passes the results to the given TupleQueryResultHandler.
TupleQueryResult - Interface in org.eclipse.rdf4j.query
A representation of a variable-binding query result as a sequence of BindingSet objects.
TupleQueryResultBuilder - Class in org.eclipse.rdf4j.query.impl
A TupleQueryResultHandler that can be used to create a TupleQueryResult object.
TupleQueryResultBuilder() - Constructor for class org.eclipse.rdf4j.query.impl.TupleQueryResultBuilder
 
TupleQueryResultFormat - Class in org.eclipse.rdf4j.query.resultio
Represents the concept of an tuple query result serialization format.
TupleQueryResultFormat(String, String, String) - Constructor for class org.eclipse.rdf4j.query.resultio.TupleQueryResultFormat
Creates a new TupleQueryResultFormat object.
TupleQueryResultFormat(String, String, String, boolean) - Constructor for class org.eclipse.rdf4j.query.resultio.TupleQueryResultFormat
Creates a new TupleQueryResultFormat object.
TupleQueryResultFormat(String, String, Charset, String) - Constructor for class org.eclipse.rdf4j.query.resultio.TupleQueryResultFormat
Creates a new TupleQueryResultFormat object.
TupleQueryResultFormat(String, String, Charset, String, boolean) - Constructor for class org.eclipse.rdf4j.query.resultio.TupleQueryResultFormat
Creates a new TupleQueryResultFormat object.
TupleQueryResultFormat(String, Collection<String>, Charset, Collection<String>) - Constructor for class org.eclipse.rdf4j.query.resultio.TupleQueryResultFormat
Creates a new TupleQueryResultFormat object.
TupleQueryResultFormat(String, Collection<String>, Charset, Collection<String>, boolean) - Constructor for class org.eclipse.rdf4j.query.resultio.TupleQueryResultFormat
Creates a new TupleQueryResultFormat object.
TupleQueryResultFormat(String, Collection<String>, Charset, Collection<String>, IRI) - Constructor for class org.eclipse.rdf4j.query.resultio.TupleQueryResultFormat
Creates a new TupleQueryResultFormat object.
TupleQueryResultFormat(String, Collection<String>, Charset, Collection<String>, IRI, boolean) - Constructor for class org.eclipse.rdf4j.query.resultio.TupleQueryResultFormat
Creates a new TupleQueryResultFormat object.
TupleQueryResultHandler - Interface in org.eclipse.rdf4j.query
An interface defining methods related to handling sequences of Solutions.
TupleQueryResultHandlerBase - Class in org.eclipse.rdf4j.query
Deprecated.
since 2.0. Use AbstractTupleQueryResultHandler instead.
TupleQueryResultHandlerBase() - Constructor for class org.eclipse.rdf4j.query.TupleQueryResultHandlerBase
Deprecated.
 
TupleQueryResultHandlerException - Exception in org.eclipse.rdf4j.query
An exception that can be thrown by an TupleQueryResultHandler when it encounters an unrecoverable error.
TupleQueryResultHandlerException(String) - Constructor for exception org.eclipse.rdf4j.query.TupleQueryResultHandlerException
Creates a new TupleQueryResultHandlerException.
TupleQueryResultHandlerException(Throwable) - Constructor for exception org.eclipse.rdf4j.query.TupleQueryResultHandlerException
Creates a new TupleQueryResultHandlerException wrapping another exception.
TupleQueryResultHandlerException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.query.TupleQueryResultHandlerException
Creates a new TupleQueryResultHandlerException wrapping another exception.
TupleQueryResultImpl - Class in org.eclipse.rdf4j.query.impl
Deprecated.
since 2.0. Use IteratingTupleQueryResult instead.
TupleQueryResultImpl(List<String>, CloseableIteration<? extends BindingSet, QueryEvaluationException>) - Constructor for class org.eclipse.rdf4j.query.impl.TupleQueryResultImpl
Deprecated.
 
TupleQueryResultParser - Interface in org.eclipse.rdf4j.query.resultio
A general interface for tuple query result parsers.
TupleQueryResultParserBase - Class in org.eclipse.rdf4j.query.resultio
Deprecated.
since 2.0. Use AbstractTupleQueryResultParser instead.
TupleQueryResultParserBase() - Constructor for class org.eclipse.rdf4j.query.resultio.TupleQueryResultParserBase
Deprecated.
 
TupleQueryResultParserFactory - Interface in org.eclipse.rdf4j.query.resultio
A TupleQueryResultParserFactory returns TupleQueryResultParsers for a specific tuple query result format.
TupleQueryResultParserRegistry - Class in org.eclipse.rdf4j.query.resultio
A registry that keeps track of the available TupleQueryResultParserFactorys.
TupleQueryResultParserRegistry() - Constructor for class org.eclipse.rdf4j.query.resultio.TupleQueryResultParserRegistry
 
TupleQueryResultTest - Class in org.eclipse.rdf4j.repository
 
TupleQueryResultTest() - Constructor for class org.eclipse.rdf4j.repository.TupleQueryResultTest
 
TupleQueryResultView - Class in org.eclipse.rdf4j.http.server.repository
View used to render tuple query results.
TupleQueryResultWriter - Interface in org.eclipse.rdf4j.query.resultio
The interface of objects that writer query results in a specific query result format.
TupleQueryResultWriterFactory - Interface in org.eclipse.rdf4j.query.resultio
Returns TupleQueryResultWriters for a specific tuple query result format.
TupleQueryResultWriterRegistry - Class in org.eclipse.rdf4j.query.resultio
A registry that keeps track of the available TupleQueryResultWriterFactorys.
TupleQueryResultWriterRegistry() - Constructor for class org.eclipse.rdf4j.query.resultio.TupleQueryResultWriterRegistry
 
TupleResultBuilder - Class in org.eclipse.rdf4j.workbench.util
A small wrapper around QueryResultWriter to make it easier to generate results in servlets.
TupleResultBuilder(QueryResultWriter, ValueFactory) - Constructor for class org.eclipse.rdf4j.workbench.util.TupleResultBuilder
 
TupleServlet - Class in org.eclipse.rdf4j.workbench.base
 
TupleServlet(String, String...) - Constructor for class org.eclipse.rdf4j.workbench.base.TupleServlet
 
tupleVariablesFound - Variable in class org.eclipse.rdf4j.query.resultio.binary.BinaryQueryResultWriter
 
tupleVariablesFound - Variable in class org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLResultsTSVWriter
 
TURTLE - Static variable in class org.eclipse.rdf4j.rio.RDFFormat
The Turtle file format.
TurtleParser - Class in org.eclipse.rdf4j.rio.turtle
RDF parser for RDF-1.1 Turtle files.
TurtleParser() - Constructor for class org.eclipse.rdf4j.rio.turtle.TurtleParser
Creates a new TurtleParser that will use a SimpleValueFactory to create RDF model objects.
TurtleParser(ValueFactory) - Constructor for class org.eclipse.rdf4j.rio.turtle.TurtleParser
Creates a new TurtleParser that will use the supplied ValueFactory to create RDF model objects.
TurtleParserFactory - Class in org.eclipse.rdf4j.rio.turtle
An RDFParserFactory for Turtle parsers.
TurtleParserFactory() - Constructor for class org.eclipse.rdf4j.rio.turtle.TurtleParserFactory
 
TurtleParserSettings - Class in org.eclipse.rdf4j.rio.helpers
Parser Settings that are specific to RDFFormat.TURTLE parsers.
TurtleParserSettings() - Constructor for class org.eclipse.rdf4j.rio.helpers.TurtleParserSettings
 
TurtleParserTestCase - Class in org.eclipse.rdf4j.rio.turtle
JUnit test for the Turtle parser that uses the tests that are available online.
TurtleParserTestCase() - Constructor for class org.eclipse.rdf4j.rio.turtle.TurtleParserTestCase
 
TURTLESTAR - Static variable in class org.eclipse.rdf4j.rio.RDFFormat
The Turtle* (TurtleStar) file format, a Turtle-based RDF serialization format that supports RDF* triples.
TurtleStarParser - Class in org.eclipse.rdf4j.rio.turtlestar
RDF parser for Turtle* (an extension of Turtle that adds RDF* support).
TurtleStarParser() - Constructor for class org.eclipse.rdf4j.rio.turtlestar.TurtleStarParser
Creates a new TurtleStarParser that will use a SimpleValueFactory to create RDF* model objects.
TurtleStarParser(ValueFactory) - Constructor for class org.eclipse.rdf4j.rio.turtlestar.TurtleStarParser
Creates a new TurtleStarParser that will use the supplied ValueFactory to create RDF* model objects.
TurtleStarParserFactory - Class in org.eclipse.rdf4j.rio.turtlestar
An RDFParserFactory for Turtle* parsers.
TurtleStarParserFactory() - Constructor for class org.eclipse.rdf4j.rio.turtlestar.TurtleStarParserFactory
 
TurtleStarWriter - Class in org.eclipse.rdf4j.rio.turtlestar
An extension of TurtleWriter that writes RDF* documents in the Turtle* format by including the RDF* triples.
TurtleStarWriter(OutputStream) - Constructor for class org.eclipse.rdf4j.rio.turtlestar.TurtleStarWriter
Creates a new TurtleStarWriter that will write to the supplied OutputStream.
TurtleStarWriter(OutputStream, ParsedIRI) - Constructor for class org.eclipse.rdf4j.rio.turtlestar.TurtleStarWriter
Creates a new TurtleStarWriter that will write to the supplied OutputStream using the supplied base IRI.
TurtleStarWriter(Writer) - Constructor for class org.eclipse.rdf4j.rio.turtlestar.TurtleStarWriter
Creates a new TurtleStarWriter that will write to the supplied Writer.
TurtleStarWriter(Writer, ParsedIRI) - Constructor for class org.eclipse.rdf4j.rio.turtlestar.TurtleStarWriter
Creates a new TurtleStarWriter that will write to the supplied Writer using the supplied base IRI.
TurtleStarWriterFactory - Class in org.eclipse.rdf4j.rio.turtlestar
An RDFWriterFactory for Turtle* writers.
TurtleStarWriterFactory() - Constructor for class org.eclipse.rdf4j.rio.turtlestar.TurtleStarWriterFactory
 
TurtleUtil - Class in org.eclipse.rdf4j.rio.turtle
Utility methods for Turtle encoding/decoding.
TurtleUtil() - Constructor for class org.eclipse.rdf4j.rio.turtle.TurtleUtil
 
TurtleWriter - Class in org.eclipse.rdf4j.rio.turtle
An implementation of the RDFWriter interface that writes RDF documents in Turtle format.
TurtleWriter(OutputStream) - Constructor for class org.eclipse.rdf4j.rio.turtle.TurtleWriter
Creates a new TurtleWriter that will write to the supplied OutputStream.
TurtleWriter(OutputStream, ParsedIRI) - Constructor for class org.eclipse.rdf4j.rio.turtle.TurtleWriter
Creates a new TurtleWriter that will write to the supplied OutputStream.
TurtleWriter(Writer) - Constructor for class org.eclipse.rdf4j.rio.turtle.TurtleWriter
Creates a new TurtleWriter that will write to the supplied Writer.
TurtleWriter(Writer, ParsedIRI) - Constructor for class org.eclipse.rdf4j.rio.turtle.TurtleWriter
Creates a new TurtleWriter that will write to the supplied Writer.
TurtleWriterFactory - Class in org.eclipse.rdf4j.rio.turtle
An RDFWriterFactory for Turtle writers.
TurtleWriterFactory() - Constructor for class org.eclipse.rdf4j.rio.turtle.TurtleWriterFactory
 
TXN_MIME_TYPE - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
MIME type for transactions: application/x-rdftransaction.
type - Variable in class org.eclipse.rdf4j.federated.algebra.StatementSource
 
TYPE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DC
dc:type
TYPE - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/type
TYPE - Static variable in class org.eclipse.rdf4j.model.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
TYPE - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:Type
TYPE - Static variable in class org.eclipse.rdf4j.query.resultio.sparqljson.AbstractSPARQLJSONParser
 
TYPED_LITERAL - Static variable in class org.eclipse.rdf4j.query.resultio.sparqljson.AbstractSPARQLJSONParser
 
TYPED_LITERAL_TAG - Static variable in interface org.eclipse.rdf4j.rio.trix.TriXConstants
The tag for typed literal values.
typeError(Value, Throwable) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.CastFunction
Creates a ValueExprEvaluationException that signals a type error.
TypeFilteringRepositoryManager - Class in org.eclipse.rdf4j.repository.manager.util
 
TypeFilteringRepositoryManager(String, RepositoryManager) - Constructor for class org.eclipse.rdf4j.repository.manager.util.TypeFilteringRepositoryManager
 
TypesServlet - Class in org.eclipse.rdf4j.workbench.commands
 
TypesServlet() - Constructor for class org.eclipse.rdf4j.workbench.commands.TypesServlet
 
TZ - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:tz
Tz - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.datetime
The SPARQL built-in Function TZ, as defined in SPARQL Query Language for RDF
Tz() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.datetime.Tz
 

U

UDC - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/UDC
UID - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:uid
UN_CAMEL_CASE_FUNCTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIF
 
UnaryFunction - Class in org.eclipse.rdf4j.query.algebra.evaluation.function
 
UnaryFunction() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.UnaryFunction
 
UnaryTupleOperator - Class in org.eclipse.rdf4j.query.algebra
An abstract superclass for unary tuple operators which, by definition, has one argument.
UnaryTupleOperator() - Constructor for class org.eclipse.rdf4j.query.algebra.UnaryTupleOperator
 
UnaryTupleOperator(TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.UnaryTupleOperator
Creates a new unary tuple operator.
UnaryValueOperator - Class in org.eclipse.rdf4j.query.algebra
An abstract superclass for unary value operators which, by definition, has one argument.
UnaryValueOperator() - Constructor for class org.eclipse.rdf4j.query.algebra.UnaryValueOperator
Creates a new empty unary value operator.
UnaryValueOperator(ValueExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.UnaryValueOperator
Creates a new unary value operator.
UnauthorizedException - Exception in org.eclipse.rdf4j.http.protocol
 
UnauthorizedException() - Constructor for exception org.eclipse.rdf4j.http.protocol.UnauthorizedException
 
UnauthorizedException(String) - Constructor for exception org.eclipse.rdf4j.http.protocol.UnauthorizedException
 
UnauthorizedException(Throwable) - Constructor for exception org.eclipse.rdf4j.http.protocol.UnauthorizedException
 
UnauthorizedException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.http.protocol.UnauthorizedException
 
UnboundStatement - Class in org.eclipse.rdf4j.federated.structures
 
UnboundStatement(Resource, IRI, Value) - Constructor for class org.eclipse.rdf4j.federated.structures.UnboundStatement
 
UnBufferedPlanNode<T extends PlanNode & MultiStreamPlanNode> - Class in org.eclipse.rdf4j.sail.shacl.planNodes
 
UnCamelCase - Class in org.eclipse.rdf4j.spin.function.spif
 
UnCamelCase() - Constructor for class org.eclipse.rdf4j.spin.function.spif.UnCamelCase
 
UncloseableInputStream - Class in org.eclipse.rdf4j.common.io
A wrapper for an input stream to avoid allowing libraries to close input streams unexpectedly using the UncloseableInputStream.close() method.
UncloseableInputStream(InputStream) - Constructor for class org.eclipse.rdf4j.common.io.UncloseableInputStream
Constructor
UncloseableOutputStream - Class in org.eclipse.rdf4j.common.io
A wrapper for an output stream to avoid allowing libraries to close output streams unexpectedly using the UncloseableOutputStream.close() method.
UncloseableOutputStream(OutputStream) - Constructor for class org.eclipse.rdf4j.common.io.UncloseableOutputStream
Constructor
UNDEF - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
UNDEFINED - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
Deprecated.
UNDEFINED_TARGET_VALIDATES_ALL_SUBJECTS - Static variable in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailSchema
http://rdf4j.org/config/sail/shacl#undefinedTargetValidatesAllSubjects
UNDEFINED_TARGET_VALIDATES_ALL_SUBJECTS_DEFAULT - Static variable in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
UNDEFINED_TERM - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
Deprecated.
unescapedTextElement(String, String) - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Writes a start and end tag with the supplied text between them, without the usual escape rules.
unescapeString(String) - Static method in class org.eclipse.rdf4j.rio.helpers.NTriplesUtil
Unescapes an escaped Unicode string.
UNINSTALL - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:uninstall
union() - Method in class org.eclipse.rdf4j.federated.evaluation.union.ControlledWorkerUnion
 
union() - Method in class org.eclipse.rdf4j.federated.evaluation.union.SynchronousWorkerUnion
 
union() - Method in class org.eclipse.rdf4j.federated.evaluation.union.UnionExecutorBase
Note: this method must block until the union is executed completely.
UNION - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEOF
 
union(Shape, Shape) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.JtsSpatialAlgebra
 
union(Shape, Shape) - Method in interface org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.SpatialAlgebra
 
Union - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql
Union() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql.Union
 
Union - Class in org.eclipse.rdf4j.query.algebra
The UNION set operator, which return the union of the result sets of two tuple expressions.
Union() - Constructor for class org.eclipse.rdf4j.query.algebra.Union
 
Union(TupleExpr, TupleExpr) - Constructor for class org.eclipse.rdf4j.query.algebra.Union
Creates a new union operator that operates on the two specified arguments.
union() - Method in class org.eclipse.rdf4j.queryrender.builder.GroupBuilder
Deprecated.
 
union(GraphPattern...) - Method in interface org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphPattern
Convert this graph pattern into an alternative graph pattern, combining this graph pattern with the given patterns:
union(GraphPattern...) - Method in class org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphPatternNotTriples
Like GraphPattern.union(GraphPattern...), but mutates and returns this instance
union(GraphPattern...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphPatterns
Create an alternative graph pattern containing the union of the given graph patterns:
UNION_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#Union A UNION group.
UNION_DEFAULT_GRAPH - Static variable in class org.eclipse.rdf4j.model.vocabulary.SD
Union Default Graph
UnionBuilder<T extends ParsedQuery,E extends SupportsGroups> - Class in org.eclipse.rdf4j.queryrender.builder
Deprecated.
use SparqlBuilder instead.
UnionBuilder(GroupBuilder<T, E>) - Constructor for class org.eclipse.rdf4j.queryrender.builder.UnionBuilder
Deprecated.
 
unionControl - Variable in class org.eclipse.rdf4j.federated.evaluation.union.ParallelGetStatementsTask
 
unionControl - Variable in class org.eclipse.rdf4j.federated.evaluation.union.ParallelPreparedAlgebraUnionTask
 
unionControl - Variable in class org.eclipse.rdf4j.federated.evaluation.union.ParallelPreparedUnionTask
 
unionControl - Variable in class org.eclipse.rdf4j.federated.evaluation.union.ParallelUnionOperatorTask
 
unionControl - Variable in class org.eclipse.rdf4j.federated.evaluation.union.ParallelUnionTask
 
UnionExecutorBase<T> - Class in org.eclipse.rdf4j.federated.evaluation.union
Base class for any parallel union executor.
UnionExecutorBase(FederationEvalStrategy, QueryInfo) - Constructor for class org.eclipse.rdf4j.federated.evaluation.union.UnionExecutorBase
 
UnionIteration<E,X extends Exception> - Class in org.eclipse.rdf4j.common.iteration
An Iteration that returns the bag union of the results of a number of Iterations.
UnionIteration(Iteration<? extends E, X>...) - Constructor for class org.eclipse.rdf4j.common.iteration.UnionIteration
Creates a new UnionIteration that returns the bag union of the results of a number of Iterations.
UnionIteration(Iterable<? extends Iteration<? extends E, X>>) - Constructor for class org.eclipse.rdf4j.common.iteration.UnionIteration
Creates a new UnionIteration that returns the bag union of the results of a number of Iterations.
UnionIterator<E> - Class in org.eclipse.rdf4j.common.iterator
 
UnionIterator(Iterable<? extends E>...) - Constructor for class org.eclipse.rdf4j.common.iterator.UnionIterator
Creates a new UnionIterator that returns the bag union of the results of a number of Iterators.
UnionIterator(Iterable<? extends Iterable<? extends E>>) - Constructor for class org.eclipse.rdf4j.common.iterator.UnionIterator
 
UnionNode - Class in org.eclipse.rdf4j.sail.shacl.planNodes
 
UnionNode(PlanNode...) - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.UnionNode
 
UNIONOF - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#unionOf
UnionOptimizer - Class in org.eclipse.rdf4j.federated.optimizer
Optimizer to flatten the UNION operations.
UnionOptimizer(QueryInfo) - Constructor for class org.eclipse.rdf4j.federated.optimizer.UnionOptimizer
 
Unique - Class in org.eclipse.rdf4j.sail.shacl.planNodes
 
Unique(PlanNode) - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.Unique
 
UNIQUE_LANG - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:uniqueLang
UNIQUE_LANG_CONSTRAINT_COMPONENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:UniqueLangConstraintComponent
UNIQUE_LANG_CONSTRAINT_COMPONENT_UNIQUE_LANG - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:UniqueLangConstraintComponent-uniqueLang
UNIT - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:unit
UNIT_DAY - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:unitDay
UNIT_HOUR - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:unitHour
UNIT_MINUTE - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:unitMinute
UNIT_MONTH - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:unitMonth
UNIT_OF - Static variable in class org.eclipse.rdf4j.model.vocabulary.ORG
void:unitOf
UNIT_OF_COUNT - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:unitOfCount
UNIT_SECOND - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:unitSecond
UNIT_TYPE - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:unitType
UNIT_WEEK - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:unitWeek
UNIT_YEAR - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:unitYear
UNKNOWN - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:Unknown
UNKNOWN - Static variable in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
 
UNKNOWN_ID - Static variable in interface org.eclipse.rdf4j.sail.nativerdf.model.NativeValue
 
unknownContext - Variable in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
unknownContext - Variable in class org.eclipse.rdf4j.repository.RepositoryTest
 
UnknownSailTransactionStateException - Exception in org.eclipse.rdf4j.sail
Indicates that a SAIL's transaction state (active or inactive) cannot be determined.
UnknownSailTransactionStateException(String) - Constructor for exception org.eclipse.rdf4j.sail.UnknownSailTransactionStateException
 
UnknownTransactionStateException - Exception in org.eclipse.rdf4j.repository
A specific subtype of RepositoryException that indicates the connection's transaction state can not be determined.
UnknownTransactionStateException() - Constructor for exception org.eclipse.rdf4j.repository.UnknownTransactionStateException
 
UnknownTransactionStateException(String) - Constructor for exception org.eclipse.rdf4j.repository.UnknownTransactionStateException
 
UnknownTransactionStateException(Throwable) - Constructor for exception org.eclipse.rdf4j.repository.UnknownTransactionStateException
 
UnknownTransactionStateException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.repository.UnknownTransactionStateException
 
unmodifiable() - Method in class org.eclipse.rdf4j.model.impl.AbstractModel
 
unmodifiable() - Method in class org.eclipse.rdf4j.model.impl.DynamicModel
 
unmodifiable() - Method in interface org.eclipse.rdf4j.model.Model
Returns an unmodifiable view of this model.
UnorderedSelect - Class in org.eclipse.rdf4j.sail.shacl.planNodes
 
UnorderedSelect(SailConnection, Resource, IRI, Value, UnorderedSelect.OutputPattern) - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.UnorderedSelect
 
UnorderedSelect.OutputPattern - Enum in org.eclipse.rdf4j.sail.shacl.planNodes
 
unread(int) - Method in class org.eclipse.rdf4j.rio.ntriples.NTriplesParser
Pushes back a single code point by copying it to the front of the buffer.
unread(int) - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
Pushes back a single code point by copying it to the front of the buffer.
unread(String) - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
Pushes back the supplied string by copying it to the front of the buffer.
unregisterAll() - Method in class org.eclipse.rdf4j.query.algebra.evaluation.federation.AbstractFederatedServiceResolver
 
unregisterService(String) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.federation.AbstractFederatedServiceResolver
Unregister a service registered to serviceURl
UNSIGNED_BYTE - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#unsignedByte
UNSIGNED_INT - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#unsignedInt
UNSIGNED_LONG - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#unsignedLong
UNSIGNED_SHORT - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#unsignedShort
UnsignedByteCast - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.xsd
A IntegerCastFunction that tries to cast its argument to an xsd:unsignedByte .
UnsignedByteCast() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.UnsignedByteCast
 
UnsignedIntCast - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.xsd
A IntegerCastFunction that tries to cast its argument to an xsd:unsignedInt .
UnsignedIntCast() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.UnsignedIntCast
 
UnsignedLongCast - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.xsd
A IntegerCastFunction that tries to cast its argument to an xsd:unsignedShort .
UnsignedLongCast() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.UnsignedLongCast
 
UnsignedShortCast - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.xsd
A IntegerCastFunction that tries to cast its argument to an xsd:unsignedShort .
UnsignedShortCast() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.xsd.UnsignedShortCast
 
UNSUPPORTED_FILE_FORMAT - Static variable in class org.eclipse.rdf4j.http.protocol.error.ErrorType
 
UNSUPPORTED_QUERY_LANGUAGE - Static variable in class org.eclipse.rdf4j.http.protocol.error.ErrorType
 
unsupportedFormat(RDFFormat) - Static method in class org.eclipse.rdf4j.rio.Rio
Helper method to use to create a lambda for Optional.orElseThrow(Supplier) to indicate a format is unsupported.
unsupportedFormat(String) - Static method in class org.eclipse.rdf4j.rio.Rio
Helper method to use to create a lambda for Optional.orElseThrow(Supplier) to indicate a format is unsupported.
UnsupportedQueryLanguageException - Exception in org.eclipse.rdf4j.query
A RuntimeException indicating that a specific query language is not supported.
UnsupportedQueryLanguageException(String) - Constructor for exception org.eclipse.rdf4j.query.UnsupportedQueryLanguageException
Creates a new UnsupportedRDFormatException.
UnsupportedQueryLanguageException(Throwable) - Constructor for exception org.eclipse.rdf4j.query.UnsupportedQueryLanguageException
Creates a new UnsupportedRDFormatException.
UnsupportedQueryLanguageException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.query.UnsupportedQueryLanguageException
Creates a new UnsupportedRDFormatException wrapping another exception.
UnsupportedQueryResultFormatException - Exception in org.eclipse.rdf4j.query.resultio
A Runtime exception indicating that a specific query result format is not supported.
UnsupportedQueryResultFormatException(String) - Constructor for exception org.eclipse.rdf4j.query.resultio.UnsupportedQueryResultFormatException
Creates a new UnsupportedRDFormatException.
UnsupportedQueryResultFormatException(Throwable) - Constructor for exception org.eclipse.rdf4j.query.resultio.UnsupportedQueryResultFormatException
Creates a new UnsupportedRDFormatException.
UnsupportedQueryResultFormatException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.query.resultio.UnsupportedQueryResultFormatException
Creates a new UnsupportedRDFormatException wrapping another exception.
UnsupportedRDFormatException - Exception in org.eclipse.rdf4j.rio
A RuntimeException indicating that a specific RDF format is not supported.
UnsupportedRDFormatException(String) - Constructor for exception org.eclipse.rdf4j.rio.UnsupportedRDFormatException
Creates a new UnsupportedRDFormatException.
UnsupportedRDFormatException(Throwable) - Constructor for exception org.eclipse.rdf4j.rio.UnsupportedRDFormatException
Creates a new UnsupportedRDFormatException.
UnsupportedRDFormatException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.rio.UnsupportedRDFormatException
Creates a new UnsupportedRDFormatException wrapping another exception.
UOM_DEGREE - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEOF
 
UOM_METRE - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEOF
 
UOM_NAMESPACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEOF
 
UOM_RADIAN - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEOF
 
UOM_UNITY - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEOF
 
UPDATE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:update
Update - Interface in org.eclipse.rdf4j.query
An update operation on a repository that can be formulated in one of the supported query languages (for example SPARQL).
update(SearchDocument) - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchBulkUpdater
 
update(SearchDocument) - Method in interface org.eclipse.rdf4j.sail.lucene.BulkUpdater
 
update(SearchDocument) - Method in class org.eclipse.rdf4j.sail.lucene.SimpleBulkUpdater
 
update(SearchDocument) - Method in class org.eclipse.rdf4j.sail.solr.SolrBulkUpdater
 
UPDATE_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#Update Abstract base class to group the various SPARQL UPDATE commands.
UPDATE_ENDPOINT - Static variable in class org.eclipse.rdf4j.repository.sparql.config.SPARQLRepositoryConfig
 
UPDATE_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
Parameter name for the update parameter.
UPDATE_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#update Can be used to point from any resource to an Update.
UPDATE_TEMPLATE_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#UpdateTemplate A SPIN template that has an UPDATE command as its body.
UPDATE_TEMPLATES_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#UpdateTemplates Suggested abstract base class for all UpdateTemplates.
updateContext - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.StatementConversionIteration
 
UpdateContext - Class in org.eclipse.rdf4j.sail
Provided with add and remove operation to give them context within a UpdateExpr operation.
UpdateContext(UpdateExpr, Dataset, BindingSet, boolean) - Constructor for class org.eclipse.rdf4j.sail.UpdateContext
 
updateCookies(WorkbenchRequest, HttpServletResponse) - Method in class org.eclipse.rdf4j.workbench.util.CookieHandler
 
updateDocument(SearchDocument) - Method in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
 
updateDocument(SearchDocument) - Method in class org.eclipse.rdf4j.sail.lucene.AbstractSearchIndex
 
updateDocument(SearchDocument) - Method in class org.eclipse.rdf4j.sail.lucene.LuceneIndex
 
updateDocument(SearchDocument) - Method in class org.eclipse.rdf4j.sail.solr.SolrIndex
 
UpdateExecutionException - Exception in org.eclipse.rdf4j.query
An exception indicating that the execution of an update failed.
UpdateExecutionException() - Constructor for exception org.eclipse.rdf4j.query.UpdateExecutionException
 
UpdateExecutionException(String) - Constructor for exception org.eclipse.rdf4j.query.UpdateExecutionException
Creates a new UpdateExecutionException.
UpdateExecutionException(Throwable) - Constructor for exception org.eclipse.rdf4j.query.UpdateExecutionException
Creates a new UpdateExecutionException wrapping another exception.
UpdateExecutionException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.query.UpdateExecutionException
Creates a new UpdateExecutionException wrapping another exception.
UpdateExpr - Interface in org.eclipse.rdf4j.query.algebra
An expression that executes an update.
UpdateExprBuilder - Class in org.eclipse.rdf4j.query.parser.sparql
Deprecated.
since 3.0. This feature is for internal use only: its existence, signature or behavior may change without warning from one release to the next.
UpdateExprBuilder(ValueFactory) - Constructor for class org.eclipse.rdf4j.query.parser.sparql.UpdateExprBuilder
Deprecated.
 
updateInformation(SubQuery, Endpoint, boolean) - Method in interface org.eclipse.rdf4j.federated.cache.SourceSelectionCache
Update the information for a given SubQuery and Endpoint.
updateInformation(SubQuery, Endpoint, boolean) - Method in class org.eclipse.rdf4j.federated.cache.SourceSelectionMemoryCache
 
updateInitializedRepositories() - Method in class org.eclipse.rdf4j.repository.manager.RepositoryManager
 
updateLock - Variable in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
Lock used to prevent concurrent calls to update methods like addStatement, clear, commit, etc.
updateObj - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.StatementConversionIteration
 
updatePred - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.StatementConversionIteration
 
updateQuery(IRI, String, boolean, QueryLanguage, String, boolean, int) - Method in class org.eclipse.rdf4j.workbench.util.QueryStorage
Update the entry for the given query.
updateRepository(RepositoryConfig) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
Update the config of an existing repository.
updateRepositoryConfigs(Repository, RepositoryConfig...) - Static method in class org.eclipse.rdf4j.repository.config.RepositoryConfigUtil
Deprecated.
updateRepositoryConfigs(RepositoryConnection, RepositoryConfig...) - Static method in class org.eclipse.rdf4j.repository.config.RepositoryConfigUtil
Deprecated.
UpdateServlet - Class in org.eclipse.rdf4j.workbench.commands
 
UpdateServlet() - Constructor for class org.eclipse.rdf4j.workbench.commands.UpdateServlet
 
updateStrategy() - Method in class org.eclipse.rdf4j.federated.FederationManager
Update the federation evaluation strategy using the classification of endpoints as provided by Endpoint.getEndpointClassification():
updateSubj - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.StatementConversionIteration
 
upload(InputStream, String, RDFFormat, boolean, boolean, Resource...) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
upload(InputStream, String, RDFFormat, boolean, boolean, Protocol.Action, Resource...) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
upload(Reader, String, RDFFormat, boolean, boolean, Resource...) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
upload(Reader, String, RDFFormat, boolean, boolean, Protocol.Action, Resource...) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
upload(HttpEntity, String, boolean, boolean, Protocol.Action, Resource...) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
 
upload(IRI, Resource) - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLComplianceTest
 
upload(Repository, Model) - Method in class org.eclipse.rdf4j.shacl.manifest.AbstractSHACLTest
Deprecated.
 
uploadDataset(Dataset) - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLComplianceTest
 
uploadDataset(Dataset) - Method in class org.eclipse.rdf4j.query.parser.sparql.manifest.SPARQLQueryTest
Deprecated.
 
UploadTransaction(CountDownLatch, CountDownLatch, IRI, boolean) - Constructor for class org.eclipse.rdf4j.sail.SailConcurrencyTest.UploadTransaction
 
UPPER_CASE - Static variable in class org.eclipse.rdf4j.model.vocabulary.FN
fn:upper-case
UPPER_CASE_FUNCTION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIF
 
UpperCase - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.string
The SPARQL built-in Function UCASE, as defined in SPARQL Query Language for RDF
UpperCase() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.string.UpperCase
 
UpperCase - Class in org.eclipse.rdf4j.spin.function.spif
 
UpperCase() - Constructor for class org.eclipse.rdf4j.spin.function.spif.UpperCase
 
upperLimit - Variable in class org.eclipse.rdf4j.federated.algebra.FedXStatementPattern
 
URI - Interface in org.eclipse.rdf4j.model
Deprecated.
since 2.0. Use IRI instead.
URI - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/URI
URI - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
uri - Variable in class org.eclipse.rdf4j.query.algebra.FunctionCall
 
URI - Static variable in class org.eclipse.rdf4j.query.resultio.sparqljson.AbstractSPARQLJSONParser
 
uri1 - Variable in class org.eclipse.rdf4j.model.AbstractModelTest
 
uri2 - Variable in class org.eclipse.rdf4j.model.AbstractModelTest
 
uri3 - Variable in class org.eclipse.rdf4j.model.AbstractModelTest
 
URI_FIELD_NAME - Static variable in class org.eclipse.rdf4j.sail.lucene.SearchFields
The name of the Document field holding the Resource identifier.
URI_LOOKUP_ENDPOINT - Static variable in class org.eclipse.rdf4j.model.vocabulary.VOID
void:uriLookupEndpoint
URI_RECORD_MARKER - Static variable in interface org.eclipse.rdf4j.query.resultio.binary.BinaryQueryResultConstants
 
URI_REGEX_PATTERN - Static variable in class org.eclipse.rdf4j.model.vocabulary.VOID
void:uriRegexPattern
URI_SPACE - Static variable in class org.eclipse.rdf4j.model.vocabulary.VOID
void:uriSpace
URI_TAG - Static variable in interface org.eclipse.rdf4j.rio.trix.TriXConstants
The tag for URI values.
URIImpl - Class in org.eclipse.rdf4j.model.impl
Deprecated.
since 2.0. Use SimpleIRI instead for extending, and ValueFactory for instantiation.
URIImpl(String) - Constructor for class org.eclipse.rdf4j.model.impl.URIImpl
Deprecated.
since 2.0. Use ValueFactory.createIRI(String) instead.
URIUtil - Class in org.eclipse.rdf4j.model.util
Utility functions for working with URIs.
URIUtil() - Constructor for class org.eclipse.rdf4j.model.util.URIUtil
 
URL - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:url
urlToReader(URL) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Read the contents of a resource into a reader.
USAGE - Static variable in class org.eclipse.rdf4j.console.command.PrintHelp
 
USAGE - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:Usage
USAGE_NOTE - Static variable in class org.eclipse.rdf4j.model.vocabulary.VANN
A reference to a resource that provides information on how this resource is to be used.
USE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:use
USE_INFERENCING_KEY - Static variable in class org.eclipse.rdf4j.http.server.repository.statements.ExportStatementsView
 
USE_INFERENCING_KEY - Static variable in class org.eclipse.rdf4j.http.server.repository.transaction.TransactionExportStatementsView
 
USE_NATIVE_TYPES - Static variable in class org.eclipse.rdf4j.rio.helpers.JSONLDSettings
If set to true, the JSON-LD processor will try to convert typed values to JSON native types instead of using the expanded object form when converting from RDF.
USE_RDF_TYPE - Static variable in class org.eclipse.rdf4j.rio.helpers.JSONLDSettings
If set to true, the JSON-LD processor will use the expanded rdf:type IRI as the property instead of @type when converting from RDF.
USE_SINGLE_QUOTES - Static variable in class org.eclipse.rdf4j.rio.helpers.XMLWriterSettings
Boolean setting for RDF/XML Writer to determine if single quotes are used to quote attribute values.
USED - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:used
useDefaults() - Method in class org.eclipse.rdf4j.rio.ParserConfig
 
useDefaults() - Method in class org.eclipse.rdf4j.rio.RioConfig
Resets all settings back to their default values.
useDefaults() - Method in class org.eclipse.rdf4j.rio.WriterConfig
 
useInferredToCreateSchema - Variable in class org.eclipse.rdf4j.sail.inferencer.fc.SchemaCachingRDFSInferencer
 
usePreparedQuery - Variable in class org.eclipse.rdf4j.federated.algebra.StatementSourcePattern
 
usePreparedQuery(StatementPattern, QueryInfo) - Method in class org.eclipse.rdf4j.federated.evaluation.SailTripleSource
 
usePreparedQuery(StatementPattern, QueryInfo) - Method in class org.eclipse.rdf4j.federated.evaluation.SparqlTripleSource
 
usePreparedQuery() - Method in interface org.eclipse.rdf4j.federated.evaluation.TripleSource
Deprecated.
usePreparedQuery(StatementPattern, QueryInfo) - Method in interface org.eclipse.rdf4j.federated.evaluation.TripleSource
 
USER_AGENT - Static variable in class org.eclipse.rdf4j.workbench.base.AbstractServlet
 
USER_EVENT_LOG_FILE - Static variable in interface org.eclipse.rdf4j.common.app.logging.LogConfiguration
 
USER_EVENT_LOGGER_NAME - Static variable in interface org.eclipse.rdf4j.common.app.logging.LogConfiguration
 
USERNAME - Static variable in class org.eclipse.rdf4j.repository.http.config.HTTPRepositorySchema
http://www.openrdf.org/config/repository/http#username
UserProvidedClientProvider - Class in org.eclipse.rdf4j.sail.elasticsearchstore
Used by the user to provide an Elasticsearch Client to the ElasticsearchStore instead of providing host, port, cluster information.
UserProvidedClientProvider(Client) - Constructor for class org.eclipse.rdf4j.sail.elasticsearchstore.UserProvidedClientProvider
 
useSingleConnection() - Method in class org.eclipse.rdf4j.federated.endpoint.EndpointBase
Whether to reuse the same RepositoryConnection throughout the lifetime of this Endpoint.
usesSettings() - Method in class org.eclipse.rdf4j.console.command.ConsoleCommand
 
usesSettings() - Method in class org.eclipse.rdf4j.console.command.Convert
 
usesSettings() - Method in class org.eclipse.rdf4j.console.command.Export
 
usesSettings() - Method in class org.eclipse.rdf4j.console.command.Load
 
usesSettings() - Method in class org.eclipse.rdf4j.console.command.QueryEvaluator
 
usesSettings() - Method in interface org.eclipse.rdf4j.console.Command
Return the names of the settings used.
usesSettings() - Method in class org.eclipse.rdf4j.console.command.Verify
 
using(Iri) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.ModifyQuery
Specify the graph used when evaluating the WHERE clause
USING_GRAPH_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
Parameter name for the default graph URI parameter for update.
USING_NAMED_GRAPH_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
Parameter name for the named graph URI parameter for update.
USING_NAMED_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
USING_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
usingNamed(Iri) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.ModifyQuery
Specify a named graph to use to when evaluating the WHERE clause
UTF8 - Static variable in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
 
Util - Class in org.eclipse.rdf4j.console
Helper class
Util() - Constructor for class org.eclipse.rdf4j.console.Util
 
UUID - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.rdfterm
The SPARQL built-in Function UUID, as defined in SPARQL Query Language for RDF
UUID() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.rdfterm.UUID
 
UUIDable - Interface in org.eclipse.rdf4j.util
Interface for any object that has a UUID.

V

VALID - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/valid
validate() - Method in class org.eclipse.rdf4j.federated.repository.FedXRepositoryConfig
 
validate() - Method in class org.eclipse.rdf4j.repository.config.AbstractDelegatingRepositoryImplConfig
 
validate() - Method in class org.eclipse.rdf4j.repository.config.AbstractRepositoryImplConfig
 
validate() - Method in class org.eclipse.rdf4j.repository.config.RepositoryConfig
Validates this configuration.
validate() - Method in interface org.eclipse.rdf4j.repository.config.RepositoryImplConfig
Validates this configuration.
validate() - Method in class org.eclipse.rdf4j.repository.http.config.HTTPRepositoryConfig
 
validate() - Method in class org.eclipse.rdf4j.repository.sail.config.ProxyRepositoryConfig
 
validate() - Method in class org.eclipse.rdf4j.repository.sail.config.SailRepositoryConfig
 
validate() - Method in class org.eclipse.rdf4j.repository.sparql.config.SPARQLRepositoryConfig
 
validate() - Method in class org.eclipse.rdf4j.sail.config.AbstractDelegatingSailImplConfig
 
validate() - Method in class org.eclipse.rdf4j.sail.config.AbstractSailImplConfig
 
validate() - Method in interface org.eclipse.rdf4j.sail.config.SailImplConfig
Validates this configuration.
validate() - Method in class org.eclipse.rdf4j.sail.federation.config.FederationConfig
Deprecated.
 
validate() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.config.CustomGraphQueryInferencerConfig
 
VALIDATE_CONSTRAINTS - Static variable in class org.eclipse.rdf4j.sail.spin.config.SpinSailSchema
 
ValidatingValueFactory - Class in org.eclipse.rdf4j.model.impl
Validating wrapper to ValueFactory.
ValidatingValueFactory() - Constructor for class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
ValidatingValueFactory(ValueFactory) - Constructor for class org.eclipse.rdf4j.model.impl.ValidatingValueFactory
 
VALIDATION_ENABLED - Static variable in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailSchema
http://rdf4j.org/config/sail/shacl#validationEnabled
VALIDATION_ENABLED_DEFAULT - Static variable in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
VALIDATION_REPORT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:ValidationReport
VALIDATION_RESULT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:ValidationResult
VALIDATION_RESULTS_LIMIT_PER_CONSTRAINT - Static variable in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailSchema
 
VALIDATION_RESULTS_LIMIT_PER_CONSTRAINT_DEFAULT - Static variable in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
VALIDATION_RESULTS_LIMIT_TOTAL - Static variable in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailSchema
 
VALIDATION_RESULTS_LIMIT_TOTAL_DEFAULT - Static variable in class org.eclipse.rdf4j.sail.shacl.config.ShaclSailConfig
 
ValidationApproachFactory - Class in org.eclipse.rdf4j.sail.shacl
Factory class for producing instances of ShaclSail.TransactionSettings.ValidationApproach from string values.
ValidationApproachFactory() - Constructor for class org.eclipse.rdf4j.sail.shacl.ValidationApproachFactory
 
ValidationException - Interface in org.eclipse.rdf4j.exceptions
MAY BE MOVED IN THE FUTURE!
ValidationExecutionLogger - Class in org.eclipse.rdf4j.sail.shacl.planNodes
 
ValidationExecutionLogger() - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.ValidationExecutionLogger
 
ValidationReport - Class in org.eclipse.rdf4j.sail.shacl.results
Deprecated.
The ValidationReport is deprecated because it is planned moved to a new package to allow it to be used with remote validation reports.
ValidationReport() - Constructor for class org.eclipse.rdf4j.sail.shacl.results.ValidationReport
Deprecated.
 
ValidationReport(boolean) - Constructor for class org.eclipse.rdf4j.sail.shacl.results.ValidationReport
Deprecated.
 
validationReportAsModel() - Method in interface org.eclipse.rdf4j.exceptions.ValidationException
 
validationReportAsModel() - Method in exception org.eclipse.rdf4j.http.client.shacl.RemoteShaclValidationException
 
validationReportAsModel() - Method in exception org.eclipse.rdf4j.sail.shacl.ShaclSailValidationException
 
validationResult - Variable in class org.eclipse.rdf4j.sail.shacl.results.ValidationReport
Deprecated.
 
ValidationResult - Class in org.eclipse.rdf4j.sail.shacl.results
Deprecated.
The ValidationResult is deprecated because it is planned moved to a new package to allow it to be used with remote validation results.
ValidationResult(PropertyShape, Value, Value) - Constructor for class org.eclipse.rdf4j.sail.shacl.results.ValidationResult
Deprecated.
 
ValidationResultIterator - Class in org.eclipse.rdf4j.sail.shacl.results.lazy
Deprecated.
ValidationResultIterator(CloseableIteration<Tuple, SailException>, long) - Constructor for class org.eclipse.rdf4j.sail.shacl.results.lazy.ValidationResultIterator
Deprecated.
 
VALIDATOR - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:Validator
VALIDATOR_PROP - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:validator
value - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.IndependentJoingroupBindingsIteration2.BindingInfo
 
value - Variable in class org.eclipse.rdf4j.federated.evaluation.iterator.IndependentJoingroupBindingsIteration3.BindingInfo
 
Value - Interface in org.eclipse.rdf4j.model
The supertype of all RDF model objects (URIs, blank nodes and literals).
VALUE - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:value
VALUE - Static variable in class org.eclipse.rdf4j.model.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#value
VALUE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:value
VALUE - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:value
VALUE - Static variable in class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetSchema
 
VALUE - Static variable in class org.eclipse.rdf4j.query.resultio.sparqljson.AbstractSPARQLJSONParser
 
value - Variable in class org.eclipse.rdf4j.sparqlbuilder.rdf.RdfLiteral
 
VALUE_CACHE_SIZE - Static variable in class org.eclipse.rdf4j.sail.nativerdf.config.NativeStoreSchema
http://www.openrdf.org/config/sail/native#valueCacheSize
VALUE_CACHE_SIZE - Static variable in class org.eclipse.rdf4j.sail.nativerdf.ValueStore
Deprecated.
The default value cache size.
VALUE_ID_CACHE_SIZE - Static variable in class org.eclipse.rdf4j.sail.nativerdf.config.NativeStoreSchema
http://www.openrdf.org/config/sail/native#valueIDCacheSize
VALUE_ID_CACHE_SIZE - Static variable in class org.eclipse.rdf4j.sail.nativerdf.ValueStore
Deprecated.
The default value id cache size.
VALUE_TYPE_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPL
http://spinrdf.org/spl#valueType
ValueComparator - Class in org.eclipse.rdf4j.query.algebra.evaluation.util
A comparator that compares values according the SPARQL value ordering as specified in SPARQL Query Language for RDF.
ValueComparator() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.util.ValueComparator
 
ValueConstant - Class in org.eclipse.rdf4j.query.algebra
A ValueExpr with a constant value.
ValueConstant() - Constructor for class org.eclipse.rdf4j.query.algebra.ValueConstant
 
ValueConstant(Value) - Constructor for class org.eclipse.rdf4j.query.algebra.ValueConstant
 
ValueExpr - Interface in org.eclipse.rdf4j.query.algebra
An expressions that evaluates to Value objects.
ValueExprEvaluationException - Exception in org.eclipse.rdf4j.query.algebra.evaluation
An exception indicating that a ValueExpr could not be evaluated due to illegal or incompatible values.
ValueExprEvaluationException() - Constructor for exception org.eclipse.rdf4j.query.algebra.evaluation.ValueExprEvaluationException
 
ValueExprEvaluationException(String) - Constructor for exception org.eclipse.rdf4j.query.algebra.evaluation.ValueExprEvaluationException
 
ValueExprEvaluationException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.query.algebra.evaluation.ValueExprEvaluationException
 
ValueExprEvaluationException(Throwable) - Constructor for exception org.eclipse.rdf4j.query.algebra.evaluation.ValueExprEvaluationException
 
ValueExprFactory - Class in org.eclipse.rdf4j.queryrender.builder
Deprecated.
use SparqlBuilder instead.
ValueExprFactory() - Constructor for class org.eclipse.rdf4j.queryrender.builder.ValueExprFactory
Deprecated.
 
ValueExprTripleRef - Class in org.eclipse.rdf4j.query.algebra
 
ValueExprTripleRef(String, Var, Var, Var) - Constructor for class org.eclipse.rdf4j.query.algebra.ValueExprTripleRef
 
valueFactory() - Static method in class org.eclipse.rdf4j.federated.util.FedXUtil
 
ValueFactory - Interface in org.eclipse.rdf4j.model
A factory for creating IRIs, blank nodes, literals and statements based on the RDF-1.1 Concepts and Abstract Syntax, a W3C Recommendation.
valueFactory - Variable in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
valueFactory - Variable in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultParser
The ValueFactory to use for creating RDF model objects.
valueFactory - Variable in class org.eclipse.rdf4j.query.resultio.text.SPARQLResultsXSVMappingStrategy
 
valueFactory - Variable in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
The ValueFactory to use for creating RDF model objects.
ValueFactoryBase - Class in org.eclipse.rdf4j.model.impl
Deprecated.
since 2.0. Use AbstractValueFactory instead.
ValueFactoryBase() - Constructor for class org.eclipse.rdf4j.model.impl.ValueFactoryBase
Deprecated.
 
ValueFactoryImpl - Class in org.eclipse.rdf4j.model.impl
Deprecated.
since 2.0. Use SimpleValueFactory instead.
ValueFactoryImpl() - Constructor for class org.eclipse.rdf4j.model.impl.ValueFactoryImpl
Deprecated.
since 2.0. Use SimpleValueFactory.getInstance() instead.
ValueInFilter - Class in org.eclipse.rdf4j.sail.shacl.planNodes
 
ValueInFilter(PlanNode, Set<Value>) - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.ValueInFilter
 
valueOf(String) - Static method in enum org.eclipse.rdf4j.common.logging.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.rdf4j.common.webapp.Message.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.rdf4j.federated.algebra.StatementSource.StatementSourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.rdf4j.federated.cache.SourceSelectionCache.StatementSourceAssurance
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.rdf4j.federated.endpoint.EndpointClassification
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.rdf4j.federated.endpoint.EndpointType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.rdf4j.federated.FederationManager.FederationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.rdf4j.federated.structures.QueryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.rdf4j.http.protocol.Protocol.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.rdf4j.http.protocol.Protocol.TIMEOUT
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.rdf4j.http.server.repository.transaction.ActiveTransactionRegistry
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.rdf4j.IsolationLevels
Returns the enum constant of this type with the specified name.
valueOf(boolean) - Static method in class org.eclipse.rdf4j.model.impl.BooleanLiteral
Returns a BooleanLiteral for the specified value.
valueOf(String) - Static method in enum org.eclipse.rdf4j.query.algebra.Compare.CompareOp
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.rdf4j.query.algebra.MathExpr.MathOp
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.rdf4j.query.algebra.StatementPattern.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.rdf4j.query.explanation.Explanation.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.rdf4j.query.parser.QueryPrologLexer.TokenType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.rdf4j.query.Query.QueryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.eclipse.rdf4j.query.QueryLanguage
Returns the query language whose name matches the specified name.
valueOf(String) - Static method in enum org.eclipse.rdf4j.query.resultio.binary.QueryErrorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.rdf4j.rio.FailureMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.rdf4j.rio.helpers.JSONLDMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.rdf4j.rio.helpers.LargeLiteralHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.rdf4j.rio.helpers.RDFaVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.rdf4j.rio.RDFParser.DatatypeHandling
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.rdf4j.sail.evaluation.TupleFunctionEvaluationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics.EvaluationStatisticsEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.rdf4j.sail.shacl.planNodes.ExternalFilterByPredicate.On
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.rdf4j.sail.shacl.planNodes.IteratorData
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.rdf4j.sail.shacl.planNodes.UnorderedSelect.OutputPattern
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.rdf4j.sail.shacl.ShaclSail.TransactionSettings.ValidationApproach
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.rdf4j.sail.shacl.SourceConstraintComponent.ConstraintType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.rdf4j.sail.shacl.SourceConstraintComponent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.rdf4j.sparqlbuilder.constraint.SparqlAggregate
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.rdf4j.sparqlbuilder.constraint.SparqlFunction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.rdf4j.spin.ConstraintViolationLevel
Returns the enum constant of this type with the specified name.
valueOf(URI) - Static method in enum org.eclipse.rdf4j.spin.ConstraintViolationLevel
 
valueOf(String) - Static method in enum org.eclipse.rdf4j.spin.SpinParser.Input
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.rdf4j.spin.SpinRenderer.Output
Returns the enum constant of this type with the specified name.
ValuePair(Value, Value) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.iterator.PathIteration.ValuePair
 
values() - Static method in enum org.eclipse.rdf4j.common.logging.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.rdf4j.common.webapp.Message.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.rdf4j.federated.algebra.StatementSource.StatementSourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.rdf4j.federated.cache.SourceSelectionCache.StatementSourceAssurance
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.rdf4j.federated.endpoint.EndpointClassification
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.rdf4j.federated.endpoint.EndpointType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.rdf4j.federated.FederationManager.FederationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.rdf4j.federated.structures.QueryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.rdf4j.http.protocol.Protocol.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.rdf4j.http.protocol.Protocol.TIMEOUT
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.rdf4j.http.server.repository.transaction.ActiveTransactionRegistry
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.rdf4j.IsolationLevels
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.rdf4j.query.algebra.Compare.CompareOp
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.rdf4j.query.algebra.MathExpr.MathOp
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.rdf4j.query.algebra.StatementPattern.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.rdf4j.query.explanation.Explanation.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.rdf4j.query.parser.QueryPrologLexer.TokenType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.rdf4j.query.Query.QueryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class org.eclipse.rdf4j.query.QueryLanguage
Returns all known/registered query languages.
values() - Static method in enum org.eclipse.rdf4j.query.resultio.binary.QueryErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.rdf4j.rio.FailureMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.rdf4j.rio.helpers.JSONLDMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.rdf4j.rio.helpers.LargeLiteralHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.rdf4j.rio.helpers.RDFaVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.rdf4j.rio.RDFParser.DatatypeHandling
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.rdf4j.sail.evaluation.TupleFunctionEvaluationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics.EvaluationStatisticsEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.rdf4j.sail.shacl.planNodes.ExternalFilterByPredicate.On
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.rdf4j.sail.shacl.planNodes.IteratorData
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.rdf4j.sail.shacl.planNodes.UnorderedSelect.OutputPattern
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.rdf4j.sail.shacl.ShaclSail.TransactionSettings.ValidationApproach
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.rdf4j.sail.shacl.SourceConstraintComponent.ConstraintType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.rdf4j.sail.shacl.SourceConstraintComponent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.rdf4j.sparqlbuilder.constraint.SparqlAggregate
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.rdf4j.sparqlbuilder.constraint.SparqlFunction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.rdf4j.spin.ConstraintViolationLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.rdf4j.spin.SpinParser.Input
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.rdf4j.spin.SpinRenderer.Output
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
VALUES_DERIVER - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:ValuesDeriver
ValuesBackedNode - Class in org.eclipse.rdf4j.sail.shacl.planNodes
 
ValuesBackedNode(Collection<Value>) - Constructor for class org.eclipse.rdf4j.sail.shacl.planNodes.ValuesBackedNode
 
ValueStore - Class in org.eclipse.rdf4j.sail.nativerdf
Deprecated.
since 3.0. This feature is for internal use only: its existence, signature or behavior may change without warning from one release to the next.
ValueStore(File) - Constructor for class org.eclipse.rdf4j.sail.nativerdf.ValueStore
Deprecated.
 
ValueStore(File, boolean) - Constructor for class org.eclipse.rdf4j.sail.nativerdf.ValueStore
Deprecated.
 
ValueStore(File, boolean, int, int, int, int) - Constructor for class org.eclipse.rdf4j.sail.nativerdf.ValueStore
Deprecated.
 
ValueStoreRevision - Class in org.eclipse.rdf4j.sail.nativerdf
Deprecated.
since 3.0. This feature is for internal use only: its existence, signature or behavior may change without warning from one release to the next.
ValueStoreRevision(ValueStore) - Constructor for class org.eclipse.rdf4j.sail.nativerdf.ValueStoreRevision
Deprecated.
 
valueToString(Value) - Static method in class org.eclipse.rdf4j.repository.sparql.query.QueryStringUtil
Converts a value to its SPARQL string representation.
valueToVar(Value) - Static method in class org.eclipse.rdf4j.queryrender.builder.GroupBuilder
Deprecated.
 
VANN - Class in org.eclipse.rdf4j.model.vocabulary
VANN() - Constructor for class org.eclipse.rdf4j.model.vocabulary.VANN
 
Var - Class in org.eclipse.rdf4j.query.algebra
A variable that can contain a Value.
Var() - Constructor for class org.eclipse.rdf4j.query.algebra.Var
 
Var(String) - Constructor for class org.eclipse.rdf4j.query.algebra.Var
 
Var(String, Value) - Constructor for class org.eclipse.rdf4j.query.algebra.Var
 
var() - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.Query
A shortcut.
var(String) - Static method in class org.eclipse.rdf4j.sparqlbuilder.core.SparqlBuilder
Create a SPARQL variable with a specific alias.
VAR_NAME_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#varName The name of a Variable.
VAR_NAMES_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
VarBinder(String, Value) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.SameTermFilterOptimizer.VarBinder
 
VarCollector() - Constructor for class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder.VarCollector
Deprecated.
 
varCount - Variable in class org.eclipse.rdf4j.sparqlbuilder.core.query.Query
 
VarFinder() - Constructor for class org.eclipse.rdf4j.federated.optimizer.FilterOptimizer.VarFinder
 
VARIABLE - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
VARIABLE - Static variable in class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetSchema
 
Variable - Class in org.eclipse.rdf4j.sparqlbuilder.core
A SPARQL query variable
VARIABLE_CLASS - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#Variable A variable mentioned in a Triple or expression.
VARIABLE_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#variable The variable of a Bind element.
VARIABLE_REPRESENTATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
VARIABLE_REPRESENTATION_PROP - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
VariableExpr - Interface in org.eclipse.rdf4j.federated.algebra
Interface for algebra nodes that can return the free variables of the expression.
variables - Variable in class org.eclipse.rdf4j.workbench.base.TupleServlet
 
variables(String...) - Method in class org.eclipse.rdf4j.workbench.util.TupleResultBuilder
 
VariableScopeChange - Interface in org.eclipse.rdf4j.query.algebra
QueryModelNodes that can constitute a variable scope change (such as group graph patterns, subselects, etc).
VarNameCollector() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.ConstantOptimizer.VarNameCollector
 
VarNameCollector - Class in org.eclipse.rdf4j.query.algebra.helpers
A QueryModelVisitor that collects the names of (non-constant) variables that are used in a query model.
VarNameCollector() - Constructor for class org.eclipse.rdf4j.query.algebra.helpers.VarNameCollector
 
VarRenamer(Var, Var) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.SameTermFilterOptimizer.VarRenamer
 
vars - Variable in class org.eclipse.rdf4j.federated.algebra.FilterExpr
 
vars - Variable in class org.eclipse.rdf4j.federated.optimizer.FilterOptimizer.VarFinder
 
VARS - Static variable in class org.eclipse.rdf4j.query.resultio.sparqljson.AbstractSPARQLJSONParser
 
VarVisitor(BindingSet) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.impl.BindingAssigner.VarVisitor
 
VByte - Class in org.eclipse.rdf4j.rio.hdt
Variable byte encoding for numbers.
VByte() - Constructor for class org.eclipse.rdf4j.rio.hdt.VByte
 
VCARD - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:VCard
VCARD4 - Class in org.eclipse.rdf4j.model.vocabulary
Constants for the vCard Ontology.
VCARD4() - Constructor for class org.eclipse.rdf4j.model.vocabulary.VCARD4
 
VENDOR - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:vendor
VerificationListener - Class in org.eclipse.rdf4j.console
Listen to parser errors and warnings
VerificationListener(ConsoleIO) - Constructor for class org.eclipse.rdf4j.console.VerificationListener
Constructor
Verify - Class in org.eclipse.rdf4j.console.command
Verify command
Verify(ConsoleIO, Map<String, ConsoleSetting>) - Constructor for class org.eclipse.rdf4j.console.command.Verify
Constructor
VERIFY_DATATYPE_VALUES - Static variable in class org.eclipse.rdf4j.rio.helpers.BasicParserSettings
Boolean setting for parser to determine whether values for recognised datatypes are to be verified.
VERIFY_LANGUAGE_TAGS - Static variable in class org.eclipse.rdf4j.rio.helpers.BasicParserSettings
Boolean setting for parser to determine whether languages are to be verified based on a given set of definitions for valid languages.
VERIFY_RELATIVE_URIS - Static variable in class org.eclipse.rdf4j.rio.helpers.BasicParserSettings
Boolean setting for parser to determine whether relative URIs are verified.
VERIFY_URI_SYNTAX - Static variable in class org.eclipse.rdf4j.rio.helpers.BasicParserSettings
Boolean setting for parser to determine if URIs should be verified to contain only legal characters.
verifyBaseSailSet() - Method in class org.eclipse.rdf4j.sail.helpers.SailWrapper
 
verifyCharacterOrFail(int, String) - Method in class org.eclipse.rdf4j.rio.turtle.TurtleParser
Verifies that the supplied character code point codePoint is one of the expected characters specified in expected.
verifyContextNotNull(Resource...) - Static method in class org.eclipse.rdf4j.OpenRDFUtil
Verifies that the supplied contexts parameter is not null, throwing an IllegalArgumentException if it is.
verifyData() - Method in class org.eclipse.rdf4j.rio.helpers.AbstractRDFParser
Deprecated.
Use specific settings instead.
verifyData() - Method in class org.eclipse.rdf4j.rio.ParserConfig
Deprecated.
All non-fatal verification errors must be specified using ParserConfig.addNonFatalError(RioSetting) and checked using ParserConfig.isNonFatalError(RioSetting).
verifyDatatype(String, IRI) - Method in interface org.eclipse.rdf4j.rio.DatatypeHandler
Verifies that the datatype URI is valid, including a check on the structure of the literal value.
verifyDatatype(String, IRI) - Method in class org.eclipse.rdf4j.rio.datatypes.DBPediaDatatypeHandler
 
verifyDatatype(String, IRI) - Method in class org.eclipse.rdf4j.rio.datatypes.GeoSPARQLDatatypeHandler
 
verifyDatatype(String, IRI) - Method in class org.eclipse.rdf4j.rio.datatypes.RDFDatatypeHandler
 
verifyDatatype(String, IRI) - Method in class org.eclipse.rdf4j.rio.datatypes.VirtuosoGeometryDatatypeHandler
 
verifyDatatype(String, IRI) - Method in class org.eclipse.rdf4j.rio.datatypes.XMLSchemaDatatypeHandler
 
verifyIsActive() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
Verifies if a transaction is currently active.
verifyIsOpen() - Method in class org.eclipse.rdf4j.sail.helpers.AbstractSailConnection
 
verifyLanguage(String, String) - Method in interface org.eclipse.rdf4j.rio.LanguageHandler
Verifies that the language tag is valid, optionally including an automated check on the literal value.
verifyLanguage(String, String) - Method in class org.eclipse.rdf4j.rio.languages.BCP47LanguageHandler
 
verifyLanguage(String, String) - Method in class org.eclipse.rdf4j.rio.languages.RFC3066LanguageHandler
 
verifyLineLength(int) - Method in class org.eclipse.rdf4j.query.resultio.text.SPARQLResultsXSVMappingStrategy
Deprecated.
Version - Class in org.eclipse.rdf4j.federated.util
Version utility: read the version from the Jar's manifest file.
version - Variable in class org.eclipse.rdf4j.federated.util.Version
 
VERSION - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
Protocol version.
VERSION - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:Version
VERSION - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:version
VERSIONINFO - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#versionInfo
VERSIONIRI - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#versionIRI
VerySimpleRdfsBackwardsChainingConnection - Class in org.eclipse.rdf4j.sail.shacl
Deprecated.
vf - Variable in class org.eclipse.rdf4j.model.AbstractModelTest
 
vf - Variable in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
vf - Variable in class org.eclipse.rdf4j.repository.RepositoryTest
 
vf - Static variable in class org.eclipse.rdf4j.sail.lucene.AbstractLuceneSailTest
 
vf - Variable in class org.eclipse.rdf4j.sail.RDFStoreTest
 
vf - Variable in class org.eclipse.rdf4j.workbench.base.AbstractRepositoryServlet
 
VIDEO - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:Video
View - Class in org.eclipse.rdf4j.common.webapp.navigation
View represents a "leaf" in the navigation model, for example a page in a website.
View(String) - Constructor for class org.eclipse.rdf4j.common.webapp.navigation.View
Construct a new view with the specified ID.
VIEW - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
viewNames - Variable in class org.eclipse.rdf4j.common.webapp.navigation.Group
 
views - Variable in class org.eclipse.rdf4j.common.webapp.navigation.Group
 
viewSuffix - Variable in class org.eclipse.rdf4j.common.webapp.navigation.AbstractNavigationNode
 
VIOLATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:Violation
VIOLATION_LEVEL_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
 
VIOLATION_PATH_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#violationPath An optional attribute of ConstraintViolations to provide a path expression from the root resource to the value that is invalid.
VIOLATION_ROOT_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#violationRoot The root resource of the violation (often ?this in the constraint body).
VIOLATION_SOURCE_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
http://spinrdf.org/spin#violationSource Can be used to link a spin:ConstraintViolation with the query or template call that caused it.
VIOLATION_VALUE_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
 
VIRTUAL_LOCATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:virtualLocation
VIRTUOSOGEOMETRY - Static variable in interface org.eclipse.rdf4j.rio.DatatypeHandler
Identifier for datatypes defined in the Virtuoso Geometry vocabulary.
VirtuosoGeometryDatatypeHandler - Class in org.eclipse.rdf4j.rio.datatypes
An implementation of a datatype handler that can process Virtuoso Geometry datatypes.
VirtuosoGeometryDatatypeHandler() - Constructor for class org.eclipse.rdf4j.rio.datatypes.VirtuosoGeometryDatatypeHandler
Default constructor.
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.federated.algebra.BoundFiltersNode
 
visit(QueryModelVisitor<X>, BindingSet) - Static method in class org.eclipse.rdf4j.federated.algebra.BoundFiltersNode
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.federated.algebra.CheckStatementPattern
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.federated.algebra.ConjunctiveFilterExpr
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.federated.algebra.EmptyStatementPattern
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.federated.algebra.ExclusiveGroup
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.federated.algebra.FedXService
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.federated.algebra.FedXStatementPattern
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.federated.algebra.FilterExpr
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.federated.algebra.NJoin
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.federated.algebra.NTuple
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.federated.algebra.NUnion
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.federated.algebra.SingleSourceQuery
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.federated.algebra.StatementSource
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Add
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.And
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Avg
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.BindingSetAssignment
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.BNodeGenerator
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Bound
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Clear
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Coalesce
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Compare
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.CompareAll
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.CompareAny
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Copy
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Count
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Create
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Datatype
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.DeleteData
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.DescribeOperator
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Difference
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Distinct
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.EmptySet
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.evaluation.impl.ExternalSet
Deprecated.
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Exists
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Extension
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.ExtensionElem
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Filter
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.FunctionCall
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Group
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.GroupConcat
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.GroupElem
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.If
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.In
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.InsertData
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Intersection
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.IRIFunction
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.IsBNode
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.IsLiteral
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.IsNumeric
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.IsResource
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.IsURI
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Join
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Label
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Lang
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.LangMatches
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.LeftJoin
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Like
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.ListMemberOperator
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Load
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.LocalName
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.MathExpr
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Max
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Min
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Modify
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Move
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.MultiProjection
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Namespace
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Not
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Or
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Order
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.OrderElem
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Projection
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElem
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElemList
 
visit(QueryModelVisitor<X>) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelNode
Visits this node.
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.QueryRoot
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Reduced
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Regex
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.SameTerm
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Sample
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Service
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.SingletonSet
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Slice
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.StatementPattern
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Str
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Sum
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.TripleRef
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Union
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.ValueConstant
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.ValueExprTripleRef
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Var
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
 
visit(SimpleNode, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTQueryContainer, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTNamespaceDecl, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTTupleUnion, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTTupleMinus, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTTupleIntersect, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTGraphUnion, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTGraphMinus, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTGraphIntersect, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTSelectQuery, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTSelect, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTProjectionElem, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTConstructQuery, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTConstruct, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTQueryBody, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTFrom, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTWhere, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTOrderBy, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTOrderExpr, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTLimit, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTOffset, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTPathExprList, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTPathExprUnion, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTBasicPathExpr, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTOptPathExpr, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTBasicPathExprTail, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTOptPathExprTail, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTEdge, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTNodeElem, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTNode, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTReifiedStat, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTOr, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTAnd, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTBooleanConstant, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTNot, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTBound, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTIsResource, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTIsLiteral, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTIsURI, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTIsBNode, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTLangMatches, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTExists, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTSameTerm, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTCompare, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTCompareAny, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTCompareAll, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTLike, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTRegex, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTIn, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTInList, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTCompOperator, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTVar, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTDatatype, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTLang, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTLabel, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTNamespace, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTLocalName, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTStr, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTFunctionCall, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTArgList, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTURI, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTQName, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTBNode, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTLiteral, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTString, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTNull, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AbstractASTVisitor
 
visit(ASTNode, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AnonymousVarGenerator
Deprecated.
 
visit(ASTReifiedStat, Object) - Method in class org.eclipse.rdf4j.query.parser.serql.AnonymousVarGenerator
Deprecated.
 
visit(ASTAbs, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTUpdateSequence, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTBindingValue, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTInlineData, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTUnparsedQuadDataBlock, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTUpdateContainer, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTAdd, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTBindingSet, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTClear, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTCopy, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTCreate, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTDeleteClause, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTDeleteData, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTDeleteWhere, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTDrop, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTGraphOrDefault, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTGraphRefAll, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTInfix, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTInsertClause, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTInsertData, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTLoad, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTModify, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTMove, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTNow, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTYear, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTMonth, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTDay, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTHours, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTTz, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTMinutes, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTSeconds, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTTimezone, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTAnd, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTAskQuery, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTAvg, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTMD5, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTSHA1, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTSHA224, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTSHA256, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTSHA384, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTSHA512, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTBaseDecl, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTBasicGraphPattern, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTBind, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTBindingsClause, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTBlankNode, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTBlankNodePropertyList, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTBNodeFunc, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTBound, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTCeil, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTCoalesce, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTConcat, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTContains, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTCollection, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTCompare, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTConstraint, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTConstruct, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTConstructQuery, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTCount, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTDatasetClause, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTDatatype, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTDescribe, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTDescribeQuery, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTExistsFunc, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTEncodeForURI, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTFalse, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTFloor, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTFunctionCall, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTGraphGraphPattern, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTGraphPatternGroup, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTGroupClause, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTGroupConcat, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTGroupCondition, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTHavingClause, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTIf, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTIn, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTIRI, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTIRIFunc, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTIsBlank, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTIsIRI, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTIsLiteral, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTIsNumeric, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTLang, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTLangMatches, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTLimit, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTLowerCase, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTMath, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTMax, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTMin, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTMinusGraphPattern, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTNot, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTNotExistsFunc, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTNotIn, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTNumericLiteral, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTObjectList, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTOffset, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTOptionalGraphPattern, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTOr, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTOrderClause, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTOrderCondition, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTPathAlternative, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTPathElt, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTPathMod, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTPathOneInPropertySet, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTPathSequence, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTPrefixDecl, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTProjectionElem, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTPropertyList, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTPropertyListPath, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTQName, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTQueryContainer, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTRand, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTRDFLiteral, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTRegexExpression, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTReplace, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTRound, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTSameTerm, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTSample, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTSelect, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTSelectQuery, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTServiceGraphPattern, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTStr, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTStrAfter, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTStrBefore, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTStrDt, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTStrEnds, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTString, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTUUID, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTSTRUUID, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTStrLang, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTStrLen, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTStrStarts, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTSubstr, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTSum, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTTriplesSameSubject, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTTriplesSameSubjectPath, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTQuadsNotTriples, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTTrue, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTUnionGraphPattern, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTUpdate, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTUpperCase, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTVar, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTWhereClause, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(SimpleNode, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTTripleRef, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTConstTripleRef, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.AbstractASTVisitor
 
visit(ASTQueryContainer, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTSelectQuery, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTSelect, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTConstructQuery, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTConstruct, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTDescribeQuery, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTDescribe, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTAskQuery, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTGroupClause, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTGroupCondition, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTOrderClause, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTOrderCondition, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTLimit, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTOffset, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTGraphPatternGroup, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTServiceGraphPattern, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTOptionalGraphPattern, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTGraphGraphPattern, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTUnionGraphPattern, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTMinusGraphPattern, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTPropertyList, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTPathAlternative, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTPathOneInPropertySet, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTPathSequence, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTPropertyListPath, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTObjectList, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTBlankNodePropertyList, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTCollection, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTConstraint, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTOr, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTAnd, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTNot, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTCoalesce, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTCompare, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTSubstr, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTConcat, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTAbs, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTCeil, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTContains, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTFloor, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTRound, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTRand, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTSameTerm, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTSample, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTMath, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTFunctionCall, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTEncodeForURI, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTStr, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTStrDt, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTStrStarts, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTStrEnds, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTStrLen, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTStrAfter, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTStrBefore, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTUpperCase, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTLowerCase, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTStrLang, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTNow, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTYear, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTMonth, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTDay, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTHours, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTMinutes, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTSeconds, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTTimezone, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTTz, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTMD5, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTSHA1, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTSHA224, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTSHA256, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTSHA384, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTSHA512, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTUUID, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTSTRUUID, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTIRIFunc, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTLang, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTDatatype, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTLangMatches, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTInlineData, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTBindingsClause, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTBindingSet, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTBindingValue, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTBound, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTIsIRI, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTIsBlank, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTIsLiteral, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTIsNumeric, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTBNodeFunc, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTRegexExpression, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTReplace, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTExistsFunc, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTNotExistsFunc, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTIf, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTInfix, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTIn, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTNotIn, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTVar, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTIRI, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTQName, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTBind, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTBlankNode, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTRDFLiteral, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTNumericLiteral, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTTrue, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTFalse, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTString, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTCount, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTGroupConcat, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTMax, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTMin, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTSum, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTAvg, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTTripleRef, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTConstTripleRef, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.TupleExprBuilder
Deprecated.
 
visit(ASTUpdate, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.UpdateExprBuilder
Deprecated.
 
visit(ASTInsertData, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.UpdateExprBuilder
Deprecated.
 
visit(ASTDeleteData, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.UpdateExprBuilder
Deprecated.
 
visit(ASTQuadsNotTriples, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.UpdateExprBuilder
Deprecated.
 
visit(ASTDeleteWhere, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.UpdateExprBuilder
Deprecated.
 
visit(ASTLoad, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.UpdateExprBuilder
Deprecated.
 
visit(ASTClear, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.UpdateExprBuilder
Deprecated.
 
visit(ASTDrop, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.UpdateExprBuilder
Deprecated.
 
visit(ASTCreate, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.UpdateExprBuilder
Deprecated.
 
visit(ASTCopy, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.UpdateExprBuilder
Deprecated.
 
visit(ASTMove, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.UpdateExprBuilder
Deprecated.
 
visit(ASTAdd, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.UpdateExprBuilder
Deprecated.
 
visit(ASTModify, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.UpdateExprBuilder
Deprecated.
 
visit(ASTDeleteClause, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.UpdateExprBuilder
Deprecated.
 
visit(ASTInsertClause, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.UpdateExprBuilder
Deprecated.
 
visit(ASTTripleRef, Object) - Method in class org.eclipse.rdf4j.query.parser.sparql.UpdateExprBuilder
Deprecated.
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.sail.federation.algebra.NaryJoin
 
visit(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.sail.federation.algebra.OwnedTupleExpr
 
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.federated.algebra.CheckStatementPattern
 
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.federated.algebra.ConjunctiveFilterExpr
 
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.federated.algebra.ExclusiveGroup
 
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.federated.algebra.FedXService
 
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.federated.algebra.FedXStatementPattern
 
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.federated.algebra.FilterExpr
 
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.federated.algebra.NTuple
 
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.federated.algebra.SingleSourceQuery
 
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Add
 
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.ArbitraryLengthPath
 
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.BinaryTupleOperator
 
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.BinaryValueOperator
 
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Bound
 
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Clear
 
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.CompareSubQueryValueOperator
 
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Copy
 
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Create
 
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Extension
 
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.ExtensionElem
 
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Filter
 
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.FunctionCall
 
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Group
 
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.GroupElem
 
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.If
 
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.LeftJoin
 
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Load
 
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Modify
 
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Move
 
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.MultiProjection
 
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.NAryValueOperator
 
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Order
 
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.OrderElem
 
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Projection
 
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.ProjectionElemList
 
visitChildren(QueryModelVisitor<X>) - Method in interface org.eclipse.rdf4j.query.algebra.QueryModelNode
Visits the children of this node.
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Regex
 
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.Service
 
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.StatementPattern
 
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.SubQueryValueOperator
 
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.TripleRef
 
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.TupleFunctionCall
 
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.UnaryTupleOperator
 
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.UnaryValueOperator
 
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.ValueExprTripleRef
 
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
 
visitChildren(QueryModelVisitor<X>) - Method in class org.eclipse.rdf4j.sail.federation.algebra.AbstractNaryOperator
 
VOCAB_EXPANSION_ENABLED - Static variable in class org.eclipse.rdf4j.rio.helpers.RDFaParserSettings
Enables or disables vocabulary expansion feature.
Vocabularies - Class in org.eclipse.rdf4j.model.util
Utility functions for working with vocabularies.
Vocabularies() - Constructor for class org.eclipse.rdf4j.model.util.Vocabularies
 
Vocabulary - Class in org.eclipse.rdf4j.federated.util
Vocabulary used in FedX to describe endpoints and services
Vocabulary() - Constructor for class org.eclipse.rdf4j.federated.util.Vocabulary
 
VOCABULARY - Static variable in class org.eclipse.rdf4j.model.vocabulary.VOID
void:vocabulary
Vocabulary.FEDX - Class in org.eclipse.rdf4j.federated.util
FedX specific vocabulary
Vocabulary.SD - Class in org.eclipse.rdf4j.federated.util
Vocabulary from the SPARQL 1.1.
VOICE - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:Voice
VOID - Class in org.eclipse.rdf4j.model.vocabulary
Constants for the W3C Vocabulary of Interlinked Datasets.
VOID() - Constructor for class org.eclipse.rdf4j.model.vocabulary.VOID
 

W

W3CDTF - Static variable in class org.eclipse.rdf4j.model.vocabulary.DCTERMS
http://purl.org/dc/terms/W3CDTF
WAIT_FOR_ACTIVE_SHARDS_KEY - Static variable in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
Set the parameter "waitForActiveShards=" to configure if initialization should wait until the specified number of shards to be active.
WAIT_FOR_NO_RELOCATING_SHARDS_KEY - Static variable in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
Set the parameter "waitForNoRelocatingShards=true|false" to configure if initialization should wait until the are no relocating shards.
WAIT_FOR_NODES_KEY - Static variable in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
Set the parameter "waitForNodes=" to configure if initialization should wait until the specified number of nodes are available.
WAIT_FOR_RELOCATING_SHARDS_KEY - Static variable in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
Deprecated.
WAIT_FOR_STATUS_KEY - Static variable in class org.eclipse.rdf4j.sail.elasticsearch.ElasticsearchIndex
Set the parameter "waitForStatus=" to configure if initialization should wait for a particular health status.
waitForActiveLocks() - Method in class org.eclipse.rdf4j.common.concurrent.locks.LockManager
Blocks current thread until the number of active locks has reached zero.
waitForActiveReaders() - Method in class org.eclipse.rdf4j.common.concurrent.locks.AbstractReadWriteLockManager
Blocks current thread until there are no reader locks active.
waitForActiveWriter() - Method in class org.eclipse.rdf4j.common.concurrent.locks.AbstractReadWriteLockManager
Blocks current thread until after the writer lock is released (if active).
waitForElasticsearch(int, TemporalUnit) - Method in class org.eclipse.rdf4j.sail.elasticsearchstore.ElasticsearchStore
 
waitForQueue() - Method in class org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics.ExtensibleDynamicEvaluationStatistics
 
waiting - Variable in class org.eclipse.rdf4j.federated.evaluation.concurrent.ControlledWorkerScheduler.ControlStatus
 
waitingCount - Static variable in class org.eclipse.rdf4j.federated.evaluation.union.ControlledWorkerUnion
 
warning(String, long, long) - Method in class org.eclipse.rdf4j.console.VerificationListener
 
WARNING - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:Warning
warning(SAXParseException) - Method in class org.eclipse.rdf4j.query.resultio.sparqlxml.AbstractSPARQLXMLParser
 
warning(String, long, long) - Method in class org.eclipse.rdf4j.rio.helpers.ParseErrorCollector
 
warning(String, long, long) - Method in class org.eclipse.rdf4j.rio.helpers.ParseErrorLogger
 
warning(String, long, long) - Method in interface org.eclipse.rdf4j.rio.ParseErrorListener
Reports a warning from the parser.
warning(SAXParseException) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLParser
Implementation of SAX ErrorHandler.warning
warning(SAXParseException) - Method in class org.eclipse.rdf4j.rio.trix.TriXParser
Implementation of SAX ErrorHandler.warning
WARNING_VIOLATION_LEVEL - Static variable in class org.eclipse.rdf4j.model.vocabulary.SPIN
 
warnsWhenOpeningExecutable() - Method in class org.eclipse.rdf4j.common.platform.support.WindowsPlatform
Deprecated.
WAS_ASSOCIATED_WITH - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:wasAssociatedWith
WAS_ATTRIBUTED_TO - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:wasAttributedTo
WAS_DERIVED_FROM - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:wasDerivedFrom
WAS_ENDED_BY - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:wasEndedBy
WAS_GENERATED_BY - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:wasGeneratedBy
WAS_INFLUENCED_BY - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:wasInfluencedBy
WAS_INFORMED_BY - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:wasInformedBy
WAS_INVALIDATED_BY - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:wasInvalidatedBy
WAS_QUOTED_FROM - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:wasQuotedFrom
WAS_REVISION_OF - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:wasRevisionOf
WAS_STARTED_BY - Static variable in class org.eclipse.rdf4j.model.vocabulary.PROV
prov:wasStartedBy
wasErrorWritten() - Method in class org.eclipse.rdf4j.console.ConsoleIO
Check if an error was written to the console
WATERMARK - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:watermark
WeakObjectRegistry<E> - Class in org.eclipse.rdf4j.sail.memory.model
An object registry that uses weak references to keep track of the stored objects.
WeakObjectRegistry() - Constructor for class org.eclipse.rdf4j.sail.memory.model.WeakObjectRegistry
Constructs a new, empty object registry.
WeakObjectRegistry(Collection<? extends E>) - Constructor for class org.eclipse.rdf4j.sail.memory.model.WeakObjectRegistry
Constructs a new WeakObjectRegistry containing the elements in the specified collection.
WEBLOG - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
WEDNESDAY - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:Wednesday
WEEK - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:week
WEEKS - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:weeks
WGS84 - Class in org.eclipse.rdf4j.model.vocabulary
Constants for the Basic Geo (WGS84 lat/long) Vocabulary.
WGS84() - Constructor for class org.eclipse.rdf4j.model.vocabulary.WGS84
 
where(GraphPattern...) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.ModifyQuery
Add graph patterns to this query's query pattern
where - Variable in class org.eclipse.rdf4j.sparqlbuilder.core.query.Query
 
where(GraphPattern...) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.Query
Add graph patterns to this query's query pattern
where(QueryPattern) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.Query
Set the query pattern of this query
where(GraphPattern...) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.QueryPattern
Add graph patterns to this query pattern.
where(GraphPatternNotTriples) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.QueryPattern
Set this query pattern's where clause
where(GraphPattern...) - Static method in class org.eclipse.rdf4j.sparqlbuilder.core.SparqlBuilder
Create a SPARQL query pattern
WHERE_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
http://spinrdf.org/sp#where The WHERE clause of a Query.
whitespaceReplacement - Variable in class org.eclipse.rdf4j.common.platform.AbstractPlatform
 
WIKI - Static variable in class org.eclipse.rdf4j.model.vocabulary.DOAP
doap:wiki
WILDCARD - Static variable in class org.eclipse.rdf4j.model.vocabulary.SESAME
http://www.openrdf.org/schema/sesame#wildcard
WildcardProjectionProcessor - Class in org.eclipse.rdf4j.query.parser.sparql
Deprecated.
since 3.0. This feature is for internal use only: its existence, signature or behavior may change without warning from one release to the next.
WildcardProjectionProcessor() - Constructor for class org.eclipse.rdf4j.query.parser.sparql.WildcardProjectionProcessor
Deprecated.
 
WindowsPlatform - Class in org.eclipse.rdf4j.common.platform.support
Platform implementation for all Windows' platforms.
WindowsPlatform() - Constructor for class org.eclipse.rdf4j.common.platform.support.WindowsPlatform
 
with(Iri) - Method in class org.eclipse.rdf4j.sparqlbuilder.core.query.ModifyQuery
Define the graph that will be modified or matched against in the absence of more explicit graph definitions
WITH_PROPERTY - Static variable in class org.eclipse.rdf4j.model.vocabulary.SP
 
withBoundJoinBlockSize(int) - Method in class org.eclipse.rdf4j.federated.FedXConfig
Set the bound join block size.
withConfig(FedXConfig) - Method in class org.eclipse.rdf4j.federated.FedXFactory
 
withConnection(TripleSourceBase.ConnectionOperation<T>) - Method in class org.eclipse.rdf4j.federated.evaluation.TripleSourceBase
Convenience method to perform an operation on a RepositoryConnection.
withDebugQueryPlan(boolean) - Method in class org.eclipse.rdf4j.federated.FedXConfig
Set whether the query plan shall be debugged.
withEnableMonitoring(boolean) - Method in class org.eclipse.rdf4j.federated.FedXConfig
Enable monitoring.
withEnableServiceAsBoundJoin(boolean) - Method in class org.eclipse.rdf4j.federated.FedXConfig
Whether external SERVICE clauses are evaluated using bound join (i.e.
withEnforceMaxQueryTime(int) - Method in class org.eclipse.rdf4j.federated.FedXConfig
Set enforce max query time.
withFederatedServiceResolver(FederatedServiceResolver) - Method in class org.eclipse.rdf4j.federated.FedXFactory
 
withFedXBaseDir(File) - Method in class org.eclipse.rdf4j.federated.FedXFactory
Configure the FedX base directory at federation construction time.
WITHIN_DISTANCE - Static variable in class org.eclipse.rdf4j.sail.lucene.LuceneSailSchema
 
withIncludeInferredDefault(boolean) - Method in class org.eclipse.rdf4j.federated.FedXConfig
Set the default value supplied to Operation.setIncludeInferred(boolean)
withJoinWorkerThreads(int) - Method in class org.eclipse.rdf4j.federated.FedXConfig
Set the number of join worker threads.
withLeftJoinWorkerThreads(int) - Method in class org.eclipse.rdf4j.federated.FedXConfig
Set the number of left join worker threads.
withLogQueries(boolean) - Method in class org.eclipse.rdf4j.federated.FedXConfig
Set whether to log queries.
withLogQueryPlan(boolean) - Method in class org.eclipse.rdf4j.federated.FedXConfig
Whether to log the query plan with QueryPlanLog.
withMembers(List<Endpoint>) - Method in class org.eclipse.rdf4j.federated.FedXFactory
 
withMembers(File) - Method in class org.eclipse.rdf4j.federated.FedXFactory
 
withMembers(Model) - Method in class org.eclipse.rdf4j.federated.FedXFactory
Initialize the federation with members from the model.
withMembers(Collection<Statement>) - Method in class org.eclipse.rdf4j.federated.repository.FedXRepositoryConfigBuilder
 
withPrefixDeclarations(String) - Method in class org.eclipse.rdf4j.federated.FedXConfig
Set the optional prefix declarations file.
withRepositoryResolver(RepositoryResolver) - Method in class org.eclipse.rdf4j.federated.FedXFactory
 
withResolvableEndpoint(String) - Method in class org.eclipse.rdf4j.federated.FedXFactory
 
withResolvableEndpoint(String, boolean) - Method in class org.eclipse.rdf4j.federated.FedXFactory
 
withResolvableEndpoint(String) - Method in class org.eclipse.rdf4j.federated.repository.FedXRepositoryConfigBuilder
 
withResolvableEndpoint(Collection<String>) - Method in class org.eclipse.rdf4j.federated.repository.FedXRepositoryConfigBuilder
 
WITHRESTRICTIONS - Static variable in class org.eclipse.rdf4j.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#withRestrictions
withSailEvaluationStrategy(Class<? extends FederationEvalStrategy>) - Method in class org.eclipse.rdf4j.federated.FedXConfig
Set the FederationEvalStrategy for SAIL federations.
withSourceSelectionCacheSpec(String) - Method in class org.eclipse.rdf4j.federated.FedXConfig
The cache specification for the SourceSelectionMemoryCache.
withSparqlEndpoint(String) - Method in class org.eclipse.rdf4j.federated.FedXFactory
 
withSparqlEndpoints(List<String>) - Method in class org.eclipse.rdf4j.federated.FedXFactory
 
withSparqlEvaluationStrategy(Class<? extends FederationEvalStrategy>) - Method in class org.eclipse.rdf4j.federated.FedXConfig
Set the FederationEvalStrategy for SPARQL federations.
withTaskWrapper(TaskWrapper) - Method in class org.eclipse.rdf4j.federated.FedXConfig
Sets a TaskWrapper which may be used for wrapping any background Runnables.
withUnionWorkerThreads(int) - Method in class org.eclipse.rdf4j.federated.FedXConfig
Set the number of union worker threads.
withWriteStrategyFactory(Class<? extends WriteStrategyFactory>) - Method in class org.eclipse.rdf4j.federated.FedXConfig
Set the WriteStrategyFactory to be used.
WKT_FIELDS - Static variable in class org.eclipse.rdf4j.sail.lucene.LuceneSail
Set this key to configure which fields contain WKT and should be spatially indexed.
WKT_LITERAL - Static variable in class org.eclipse.rdf4j.model.vocabulary.GEO
 
wktFields - Variable in class org.eclipse.rdf4j.sail.lucene.AbstractSearchIndex
 
wktToLiteral(String) - Static method in class org.eclipse.rdf4j.sail.lucene.SearchFields
 
WktWriter - Interface in org.eclipse.rdf4j.query.algebra.evaluation.function.geosparql
 
WORK - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
vcard:Work
WORK_INFO_HOMEPAGE - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
WorkbenchGateway - Class in org.eclipse.rdf4j.workbench.proxy
All requests are serviced by this Servlet, though it usually delegates to other Servlets.
WorkbenchGateway() - Constructor for class org.eclipse.rdf4j.workbench.proxy.WorkbenchGateway
 
WorkbenchRequest - Class in org.eclipse.rdf4j.workbench.util
Request wrapper used by TransformationServlet.
WorkbenchRequest(Repository, HttpServletRequest, Map<String, String>) - Constructor for class org.eclipse.rdf4j.workbench.util.WorkbenchRequest
Wrap a request with an object aware of the current repository and application defaults.
WorkbenchServlet - Class in org.eclipse.rdf4j.workbench.proxy
 
WorkbenchServlet() - Constructor for class org.eclipse.rdf4j.workbench.proxy.WorkbenchServlet
 
WorkDir - Class in org.eclipse.rdf4j.console.setting
Working directory setting
WorkDir() - Constructor for class org.eclipse.rdf4j.console.setting.WorkDir
Constructor Default dir is system property user.dir (= current directory)
WorkDir(Path) - Constructor for class org.eclipse.rdf4j.console.setting.WorkDir
Constructor
WorkerUnionBase<T> - Class in org.eclipse.rdf4j.federated.evaluation.union
Base class for worker unions providing convenience functions to add tasks.
WorkerUnionBase(FederationEvalStrategy, QueryInfo) - Constructor for class org.eclipse.rdf4j.federated.evaluation.union.WorkerUnionBase
 
WORKPLACE_HOMEPAGE - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
wrap(Runnable) - Method in interface org.eclipse.rdf4j.federated.evaluation.concurrent.TaskWrapper
Wrap the given Runnable and add custom logic.
wrap(Callable<T>) - Method in interface org.eclipse.rdf4j.federated.evaluation.concurrent.TaskWrapper
Wrap the given Callable and add custom logic.
wrap(Set<Namespace>) - Static method in class org.eclipse.rdf4j.model.util.Namespaces
Wraps the given Set of Namespaces as a Map of prefix to URI mappings, so that it can be used where a Map is required by the API.
wrappedIter - Variable in class org.eclipse.rdf4j.common.iteration.IterationWrapper
Deprecated.
This will be changed to private, possibly with an accessor in future. Do not rely on it.
writable - Variable in class org.eclipse.rdf4j.federated.endpoint.EndpointBase
 
WRITABLE - Static variable in class org.eclipse.rdf4j.federated.util.Vocabulary.FEDX
 
WRITABLE - Static variable in class org.eclipse.rdf4j.model.vocabulary.HYDRA
 
write(char[], int, int) - Method in class org.eclipse.rdf4j.common.io.IndentingWriter
 
write(ByteBuffer, long) - Method in class org.eclipse.rdf4j.common.io.NioFile
Performs a protected FileChannel.write(ByteBuffer, long) call.
write(String) - Method in class org.eclipse.rdf4j.console.command.ConsoleCommand
Write a string to the console
write(String) - Method in class org.eclipse.rdf4j.console.ConsoleIO
Write a string
WRITE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
Deprecated.
write(boolean) - Method in interface org.eclipse.rdf4j.query.resultio.BooleanQueryResultWriter
write(boolean) - Method in class org.eclipse.rdf4j.query.resultio.sparqljson.SPARQLBooleanJSONWriter
 
write(boolean) - Method in class org.eclipse.rdf4j.query.resultio.sparqlxml.SPARQLBooleanXMLWriter
 
write(boolean) - Method in class org.eclipse.rdf4j.query.resultio.text.BooleanTextWriter
 
write(Iterable<Statement>, OutputStream, RDFFormat) - Static method in class org.eclipse.rdf4j.rio.Rio
Writes the given statements to the given OutputStream in the given format.
write(Iterable<Statement>, OutputStream, String, RDFFormat) - Static method in class org.eclipse.rdf4j.rio.Rio
Writes the given statements to the given OutputStream in the given format.
write(Iterable<Statement>, Writer, RDFFormat) - Static method in class org.eclipse.rdf4j.rio.Rio
Writes the given statements to the given Writer in the given format.
write(Iterable<Statement>, Writer, String, RDFFormat) - Static method in class org.eclipse.rdf4j.rio.Rio
Writes the given statements to the given Writer in the given format.
write(Iterable<Statement>, OutputStream, RDFFormat, WriterConfig) - Static method in class org.eclipse.rdf4j.rio.Rio
Writes the given statements to the given OutputStream in the given format.
write(Iterable<Statement>, OutputStream, String, RDFFormat, WriterConfig) - Static method in class org.eclipse.rdf4j.rio.Rio
Writes the given statements to the given OutputStream in the given format.
write(Iterable<Statement>, Writer, RDFFormat, WriterConfig) - Static method in class org.eclipse.rdf4j.rio.Rio
Writes the given statements to the given Writer in the given format.
write(Iterable<Statement>, Writer, String, RDFFormat, WriterConfig) - Static method in class org.eclipse.rdf4j.rio.Rio
Writes the given statements to the given Writer in the given format.
write(Iterable<Statement>, RDFHandler) - Static method in class org.eclipse.rdf4j.rio.Rio
Writes the given statements to the given RDFHandler.
write(Statement, OutputStream, RDFFormat) - Static method in class org.eclipse.rdf4j.rio.Rio
Writes the given statement to the given OutputStream in the given format.
write(Statement, OutputStream, RDFFormat, WriterConfig) - Static method in class org.eclipse.rdf4j.rio.Rio
Writes the given single statement to the given OutputStream in the given format.
write(Statement, Writer, RDFFormat) - Static method in class org.eclipse.rdf4j.rio.Rio
Writes the given single statement to the given Writer in the given format.
write(Statement, Writer, RDFFormat, WriterConfig) - Static method in class org.eclipse.rdf4j.rio.Rio
Writes the given single statement to the given Writer in the given format.
write(Statement, RDFHandler) - Static method in class org.eclipse.rdf4j.rio.Rio
Writes the given single statement to the given RDFHandler.
WRITE_TO - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
Deprecated.
writeAttribute(String, String) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
 
writeAttribute(String, String, String) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
 
writeBase(String) - Method in class org.eclipse.rdf4j.rio.turtle.TurtleWriter
 
writeBNode(BNode) - Method in class org.eclipse.rdf4j.query.resultio.text.csv.SPARQLResultsCSVWriter
 
writeBNode(BNode) - Method in class org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLResultsTSVWriter
 
writeBNode(BNode) - Method in class org.eclipse.rdf4j.rio.turtle.TurtleWriter
Deprecated.
writeBNode(BNode, boolean) - Method in class org.eclipse.rdf4j.rio.turtle.TurtleWriter
 
writeBoolean(boolean, QueryResultFormat, OutputStream) - Static method in class org.eclipse.rdf4j.query.resultio.QueryResultIO
Writes a boolean query result document in a specific boolean query result format to an output stream.
writeByte(byte, long) - Method in class org.eclipse.rdf4j.common.io.NioFile
Write single byte to channel starting at offset.
writeBytes(byte[], File) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Write the contents of a byte array (unbuffered) to a file.
writeBytes(byte[], OutputStream) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Write he contents of a byte array (unbuffered) to an output stream.
writeBytes(byte[], long) - Method in class org.eclipse.rdf4j.common.io.NioFile
Write byte array to channel starting at offset.
writeCharacterData(String) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
Replace special characters in text with entities.
writeCommentLine(String) - Method in class org.eclipse.rdf4j.rio.trig.TriGWriter
 
writeCommentLine(String) - Method in class org.eclipse.rdf4j.rio.turtle.TurtleWriter
 
writeEndOfEmptyTag() - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
Write > or />
writeEndOfStartTag() - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
Write >
writeEndTag(String, String) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
 
writeEntry(ZipFile, ZipEntry, File) - Static method in class org.eclipse.rdf4j.common.io.ZipUtil
Write an entry to a zip file.
writeEOL() - Method in class org.eclipse.rdf4j.common.io.IndentingWriter
Writes an end-of-line character sequence and triggers the indentation for the text written on the next line.
writeError(String) - Method in class org.eclipse.rdf4j.console.command.ConsoleCommand
Write a string + newline to the console and to the log as an error
writeError(String, Exception) - Method in class org.eclipse.rdf4j.console.command.ConsoleCommand
Write a string + message of exception + newline to the console and to the log as an error
writeError(String) - Method in class org.eclipse.rdf4j.console.ConsoleIO
Write an error message
writeGraph(GraphQueryResult, RDFFormat, OutputStream) - Static method in class org.eclipse.rdf4j.query.resultio.QueryResultIO
Writes a graph query result document in a specific RDF format to an output stream.
writeHeader() - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
 
writeHeader() - Method in class org.eclipse.rdf4j.rio.rdfxml.util.RDFXMLPrettyWriter
 
writeIndent() - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
Write tab
writeIndents(int) - Method in class org.eclipse.rdf4j.rio.rdfxml.util.RDFXMLPrettyWriter
Writes n indents.
writeInfo(String) - Method in class org.eclipse.rdf4j.console.command.ConsoleCommand
Write a string + newline to the console and to the log at level INFO
writeInt(int, long) - Method in class org.eclipse.rdf4j.common.io.NioFile
Write integer value to channel starting at offset.
writeLiteral(Literal) - Method in class org.eclipse.rdf4j.rio.turtle.TurtleWriter
 
writeln(String) - Method in class org.eclipse.rdf4j.console.command.ConsoleCommand
Write a string + newline to the console
writeln() - Method in class org.eclipse.rdf4j.console.ConsoleIO
Write a newline
writeln(String) - Method in class org.eclipse.rdf4j.console.ConsoleIO
Write a string, followed by a newline
writeLong(long, long) - Method in class org.eclipse.rdf4j.common.io.NioFile
Write long value to channel starting at offset.
writeNamespace(String, String) - Method in class org.eclipse.rdf4j.rio.trig.TriGWriter
 
writeNamespace(String, String) - Method in class org.eclipse.rdf4j.rio.turtle.TurtleWriter
 
writeNewLine() - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
Write newline character
writeObject(Value, Set<Resource>, JsonGenerator) - Static method in class org.eclipse.rdf4j.rio.rdfjson.RDFJSONWriter
Helper method to reduce complexity of the JSON serialisation algorithm Any null contexts will only be serialised to JSON if there are also non-null contexts in the contexts array
writeParseError(String, long, long, String) - Method in class org.eclipse.rdf4j.console.ConsoleIO
Write parser error
writePredicate(IRI) - Method in class org.eclipse.rdf4j.rio.turtle.TurtleWriter
 
WritePrefReadWriteLockManager - Class in org.eclipse.rdf4j.common.concurrent.locks
A read/write lock manager with writer preference.
WritePrefReadWriteLockManager() - Constructor for class org.eclipse.rdf4j.common.concurrent.locks.WritePrefReadWriteLockManager
Creates a MultiReadSingleWriteLockManager.
WritePrefReadWriteLockManager(boolean) - Constructor for class org.eclipse.rdf4j.common.concurrent.locks.WritePrefReadWriteLockManager
Creates a new MultiReadSingleWriteLockManager, optionally with lock tracking enabled.
writeProperties(Properties, File, boolean) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Write the specified properties to the specified file.
writeProperties(Properties, OutputStream, boolean) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Write the specified properties to the specified output stream.
writeQueryCookie - Variable in class org.eclipse.rdf4j.workbench.commands.QueryServlet
 
writeQuotedAttribute(String, String) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
Write quoted attribute
writer - Variable in class org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLResultsTSVWriter
 
writer - Variable in class org.eclipse.rdf4j.rio.ntriples.NTriplesWriter
 
writer - Variable in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
 
writer - Variable in class org.eclipse.rdf4j.rio.turtle.TurtleWriter
 
WriterConfig - Class in org.eclipse.rdf4j.rio
A container object for easy setting and passing of RDFWriter configuration options.
WriterConfig() - Constructor for class org.eclipse.rdf4j.rio.WriterConfig
Creates a ParserConfig object starting with default settings.
writeResource(Resource) - Method in class org.eclipse.rdf4j.query.resultio.text.csv.SPARQLResultsCSVWriter
 
writeResource(Resource) - Method in class org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLResultsTSVWriter
 
writeResource(Resource) - Method in class org.eclipse.rdf4j.rio.turtle.TurtleWriter
writeResource(Resource, boolean) - Method in class org.eclipse.rdf4j.rio.turtle.TurtleWriter
Writes a Resource, optionally shortening it if it is an IRI and has a namespace definition that is suitable for use in this context for shortening or a BNode that has been confirmed to be able to be shortened in this context.
writeStartOfStartTag(String, String) - Method in class org.eclipse.rdf4j.rio.rdfxml.RDFXMLWriter
 
writeStartTag(String, String) - Method in class org.eclipse.rdf4j.rio.rdfxml.util.RDFXMLPrettyWriter
 
WriteStrategy - Interface in org.eclipse.rdf4j.federated.write
Interface for the WriteStrategy that is used for writing data to the federation.
WriteStrategyFactory - Interface in org.eclipse.rdf4j.federated.write
Factory to create WriteStrategy instantiations.
writeStream(InputStream, File) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Writes all data that can be read from the supplied InputStream to the specified file.
writeString(String, File) - Static method in class org.eclipse.rdf4j.common.io.IOUtil
Write the contents of a string (unbuffered) to a file
writeStylesheet(String) - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Writes a link to an XSL stylesheet, using <?xml-stylesheet type='text/xsl' href='url'?>.
writeTriple(Triple, boolean) - Method in class org.eclipse.rdf4j.rio.trigstar.TriGStarWriter
 
writeTriple(Triple, boolean) - Method in class org.eclipse.rdf4j.rio.turtle.TurtleWriter
 
writeTriple(Triple, boolean) - Method in class org.eclipse.rdf4j.rio.turtlestar.TurtleStarWriter
 
writeTripleRDFStar(Triple, boolean) - Method in class org.eclipse.rdf4j.rio.turtle.TurtleWriter
 
writeTuple(TupleQueryResult, QueryResultFormat, OutputStream) - Static method in class org.eclipse.rdf4j.query.resultio.QueryResultIO
Writes a query result document in a specific query result format to an output stream.
writeUnopenedError() - Method in class org.eclipse.rdf4j.console.command.ConsoleCommand
Write repository not opened error
writeUnopenedError() - Method in class org.eclipse.rdf4j.console.ConsoleIO
Write a "please open first" error message
writeURI(IRI) - Method in class org.eclipse.rdf4j.query.resultio.text.csv.SPARQLResultsCSVWriter
 
writeURI(IRI) - Method in class org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLResultsTSVWriter
 
writeURI(IRI) - Method in class org.eclipse.rdf4j.rio.turtle.TurtleWriter
 
writeValue(Value) - Method in class org.eclipse.rdf4j.query.resultio.sparqlstarjson.SPARQLStarResultsJSONWriter
 
writeValue(Value) - Method in class org.eclipse.rdf4j.query.resultio.text.csv.SPARQLResultsCSVWriter
 
writeValue(Value) - Method in class org.eclipse.rdf4j.query.resultio.text.tsv.SPARQLResultsTSVWriter
 
writeValue(Value) - Method in class org.eclipse.rdf4j.query.resultio.textstar.tsv.SPARQLStarResultsTSVWriter
 
writeValue(Value) - Method in class org.eclipse.rdf4j.rio.ntriples.NTriplesWriter
Writes the N-Triples representation of the given Value.
writeValue(Value) - Method in class org.eclipse.rdf4j.rio.turtle.TurtleWriter
Deprecated.
writeValue(Value, boolean) - Method in class org.eclipse.rdf4j.rio.turtle.TurtleWriter
Writes a value, optionally shortening it if it is an IRI and has a namespace definition that is suitable for use in this context for shortening or a BNode that has been confirmed to be able to be shortened in this context.

X

X400 - Static variable in class org.eclipse.rdf4j.model.vocabulary.VCARD4
Deprecated.
XERCES_SAXPARSER - Static variable in class org.eclipse.rdf4j.common.xml.XMLReaderFactory
 
XMLDatatypeMathUtil - Class in org.eclipse.rdf4j.query.algebra.evaluation.util
A utility class for evaluation of extended "mathematical" expressions on RDF literals.
XMLDatatypeMathUtil() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.util.XMLDatatypeMathUtil
 
XMLDatatypeUtil - Class in org.eclipse.rdf4j.model.datatypes
Provides methods for handling the standard XML Schema datatypes.
XMLDatatypeUtil() - Constructor for class org.eclipse.rdf4j.model.datatypes.XMLDatatypeUtil
 
XMLDateTime - Class in org.eclipse.rdf4j.model.datatypes
This class provides utility functions for comparisons operating on xml:dateTime datatypes as specified in W3C XML Schema Definition Language (XSD) 1.1 Part 2: Datatypes.
XMLDateTime(String) - Constructor for class org.eclipse.rdf4j.model.datatypes.XMLDateTime
Creates a new XMLDateTime object for the supplied xsd:dateTime string value.
XMLLANG - Static variable in class org.eclipse.rdf4j.query.resultio.sparqljson.AbstractSPARQLJSONParser
 
XMLLITERAL - Static variable in class org.eclipse.rdf4j.model.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral
XMLParserSettings - Class in org.eclipse.rdf4j.rio.helpers
ParserSettings for the XML parser features.
XMLReaderBasedParser - Class in org.eclipse.rdf4j.rio.helpers
Base class for Rio parsers that are based on a SAX XMLReader.
XMLReaderBasedParser(ValueFactory) - Constructor for class org.eclipse.rdf4j.rio.helpers.XMLReaderBasedParser
 
XMLReaderFactory - Class in org.eclipse.rdf4j.common.xml
Factory class for creating an XMLReader.
XMLReaderFactory() - Constructor for class org.eclipse.rdf4j.common.xml.XMLReaderFactory
 
XMLSchema - Class in org.eclipse.rdf4j.model.vocabulary
Deprecated.
since 3.3.0. Use XSD instead.
XMLSchema() - Constructor for class org.eclipse.rdf4j.model.vocabulary.XMLSchema
Deprecated.
 
XMLSCHEMA - Static variable in interface org.eclipse.rdf4j.rio.DatatypeHandler
Identifier for datatypes defined in the XSD vocabulary.
XMLSchemaDatatypeHandler - Class in org.eclipse.rdf4j.rio.datatypes
An implementation of a datatype handler that can process XSD datatypes.
XMLSchemaDatatypeHandler() - Constructor for class org.eclipse.rdf4j.rio.datatypes.XMLSchemaDatatypeHandler
Default constructor.
XMLUtil - Class in org.eclipse.rdf4j.common.xml
Utility methods for handling and processing XML data.
XMLUtil() - Constructor for class org.eclipse.rdf4j.common.xml.XMLUtil
 
XMLWriter - Class in org.eclipse.rdf4j.common.xml
A utility class offering convenience methods for writing XML.
XMLWriter(Writer) - Constructor for class org.eclipse.rdf4j.common.xml.XMLWriter
Creates a new XMLWriter that will write its data to the supplied Writer.
XMLWriter(OutputStream) - Constructor for class org.eclipse.rdf4j.common.xml.XMLWriter
Creates a new XMLWriter that will write its data to the supplied OutputStream in the default UTF-8 character encoding.
XMLWriter(OutputStream, String) - Constructor for class org.eclipse.rdf4j.common.xml.XMLWriter
Creates a new XMLWriter that will write its data to the supplied OutputStream in specified character encoding.
XMLWriterSettings - Class in org.eclipse.rdf4j.rio.helpers
A class encapsulating writer settings that XML writers may support.
XONE - Static variable in class org.eclipse.rdf4j.model.vocabulary.ODRL2
odrl:xone
XONE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:xone
XONE_CONSTRAINT_COMPONENT - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:XoneConstraintComponent
XONE_CONSTRAINT_COMPONENT_XONE - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:XoneConstraintComponent-xone
XSD - Class in org.eclipse.rdf4j.model.vocabulary
Constants for the standard XML Schema 1.1 datatypes.
XSD() - Constructor for class org.eclipse.rdf4j.model.vocabulary.XSD
 
XSD_DATE_TIME - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
Deprecated.
XSD_STRING_TO_PLAIN_LITERAL - Static variable in class org.eclipse.rdf4j.rio.helpers.BasicWriterSettings
Boolean setting for writer to determine whether it should remove the xsd:string datatype from literals and represent them as RDF-1.0 Plain Literals.
xsdQuote(String, String) - Static method in class org.eclipse.rdf4j.workbench.util.QueryStringBuilder
Place double quotes around the given string and append an XSD data type.
xsdStringToPlainLiteral() - Method in class org.eclipse.rdf4j.query.resultio.AbstractQueryResultWriter
 
xsl - Variable in class org.eclipse.rdf4j.workbench.base.TupleServlet
 

Y

YAHOO_CHAT_ID - Static variable in class org.eclipse.rdf4j.model.vocabulary.FOAF
 
YEAR - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
Deprecated.
Year - Class in org.eclipse.rdf4j.query.algebra.evaluation.function.datetime
The SPARQL built-in Function YEAR, as defined in SPARQL Query Language for RDF
Year() - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.function.datetime.Year
 
YEAR_FROM_DATETIME - Static variable in class org.eclipse.rdf4j.model.vocabulary.FN
fn:year-from-dateTime
YEAR_PROP - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:year
YEARMONTHDURATION - Static variable in class org.eclipse.rdf4j.model.vocabulary.XSD
http://www.w3.org/2001/XMLSchema#yearMonthDuration
YEARS - Static variable in class org.eclipse.rdf4j.model.vocabulary.TIME
time:years

Z

ZERO_OR_MORE_PATH - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:zeroOrMorePath
ZERO_OR_ONE_PATH - Static variable in class org.eclipse.rdf4j.model.vocabulary.SHACL
sh:zeroOrOnePath
ZeroLengthPath - Class in org.eclipse.rdf4j.query.algebra
A tuple expression that matches a path of length zero against an RDF graph.
ZeroLengthPath() - Constructor for class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
 
ZeroLengthPath(Var, Var) - Constructor for class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
Creates a zero-length path that matches a subject-, predicate- and object variable against statements from all contexts.
ZeroLengthPath(StatementPattern.Scope, Var, Var) - Constructor for class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
Creates a zero-length path that matches a subject-, predicate- and object variable against statements from the specified context scope.
ZeroLengthPath(Var, Var, Var) - Constructor for class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
Creates a zero-length path that matches a subject-, predicate-, object- and context variable against statements from all contexts.
ZeroLengthPath(StatementPattern.Scope, Var, Var, Var) - Constructor for class org.eclipse.rdf4j.query.algebra.ZeroLengthPath
Creates a zero-length path that matches a subject-, predicate-, object- and context variable against statements from the specified context scope.
ZeroLengthPathIteration - Class in org.eclipse.rdf4j.query.algebra.evaluation.iterator
 
ZeroLengthPathIteration(EvaluationStrategy, Var, Var, Value, Value, Var, BindingSet) - Constructor for class org.eclipse.rdf4j.query.algebra.evaluation.iterator.ZeroLengthPathIteration
 
zeroOrMore(RdfPredicate) - Static method in class org.eclipse.rdf4j.sparqlbuilder.core.PropertyPaths
 
ZipUtil - Class in org.eclipse.rdf4j.common.io
Zip-related utilities.
ZipUtil() - Constructor for class org.eclipse.rdf4j.common.io.ZipUtil
 

_

_control - Variable in class org.eclipse.rdf4j.federated.evaluation.join.ControlledWorkerBoundJoin.BoundJoinTaskCreator
 
_control - Variable in class org.eclipse.rdf4j.federated.evaluation.join.ControlledWorkerBoundJoin.CheckJoinTaskCreator
 
_control - Variable in class org.eclipse.rdf4j.federated.evaluation.join.ControlledWorkerBoundJoin.FedXServiceJoinTaskCreator
 
_createXMLReader(String) - Static method in class org.eclipse.rdf4j.common.xml.XMLReaderFactory
 
_expr - Variable in class org.eclipse.rdf4j.federated.evaluation.join.ControlledWorkerBoundJoin.BoundJoinTaskCreator
 
_expr - Variable in class org.eclipse.rdf4j.federated.evaluation.join.ControlledWorkerBoundJoin.CheckJoinTaskCreator
 
_expr - Variable in class org.eclipse.rdf4j.federated.evaluation.join.ControlledWorkerBoundJoin.FedXServiceJoinTaskCreator
 
_indentLevel - Variable in class org.eclipse.rdf4j.common.xml.XMLWriter
The current indentation level, i.e.
_strategy - Variable in class org.eclipse.rdf4j.federated.evaluation.join.ControlledWorkerBoundJoin.BoundJoinTaskCreator
 
_strategy - Variable in class org.eclipse.rdf4j.federated.evaluation.join.ControlledWorkerBoundJoin.CheckJoinTaskCreator
 
_strategy - Variable in class org.eclipse.rdf4j.federated.evaluation.join.ControlledWorkerBoundJoin.FedXServiceJoinTaskCreator
 
_write(String) - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Writes a string.
_writeIndent() - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Writes as much indentation strings as appropriate for the current indentation level.
_writeLn(String) - Method in class org.eclipse.rdf4j.common.xml.XMLWriter
Writes a string followed by a line-separator.

А

Александър - Variable in class org.eclipse.rdf4j.repository.RepositoryConnectionTest
 
Александър - Variable in class org.eclipse.rdf4j.repository.RepositoryTest
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ А 

Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.