A B C D E F G H I M N O P Q R S T U V 
All Classes All Packages

A

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
 
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.
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
 
addNamespace(String, String) - Method in class org.eclipse.rdf4j.sail.inferencer.util.RDFInferencerInserter
 
addStatement(Resource, IRI, Value, Resource) - Method in class org.eclipse.rdf4j.sail.inferencer.util.RDFInferencerInserter
 
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
 
applyRules(Model) - Method in class org.eclipse.rdf4j.sail.inferencer.fc.AbstractForwardChainingInferencerConnection
Returns the number of newly inferred statements.

B

begin() - 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.AbstractForwardChainingInferencerConnection
 
begin(IsolationLevel) - Method in class org.eclipse.rdf4j.sail.inferencer.fc.SchemaCachingRDFSInferencerConnection
 
buildMatcherQueryFromRuleQuery(QueryLanguage, String) - Static method in class org.eclipse.rdf4j.sail.inferencer.fc.config.CustomGraphQueryInferencerConfig
 

C

clearInferred(Resource...) - Method in class org.eclipse.rdf4j.sail.inferencer.fc.DedupingInferencerConnection
 
clearInferred(Resource...) - Method in class org.eclipse.rdf4j.sail.inferencer.fc.SchemaCachingRDFSInferencerConnection
 
commit() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.DedupingInferencerConnection
 
commit() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.SchemaCachingRDFSInferencerConnection
 
createModel() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.AbstractForwardChainingInferencerConnection
 
CustomGraphQueryInferencer - Class in org.eclipse.rdf4j.sail.inferencer.fc
A forward-chaining inferencer that infers new statements using a SPARQL 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
Deprecated.
since 4.3.0. Use CONFIG.Cgqi instead.
CustomGraphQueryInferencerSchema() - Constructor for class org.eclipse.rdf4j.sail.inferencer.fc.config.CustomGraphQueryInferencerSchema
Deprecated.
 

D

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
 
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
 
doInferencing() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.AbstractForwardChainingInferencerConnection
 

E

export(Model) - Method in class org.eclipse.rdf4j.sail.inferencer.fc.config.CustomGraphQueryInferencerConfig
 

F

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.
flushUpdates() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.AbstractForwardChainingInferencerConnection
 
flushUpdates() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.SchemaCachingRDFSInferencerConnection
 

G

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.SchemaCachingRDFSInferencerFactory
 
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.SchemaCachingRDFSInferencer
 
getDefaultIsolationLevel() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.AbstractForwardChainingInferencer
 
getDefaultIsolationLevel() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.SchemaCachingRDFSInferencer
 
getMatcherQuery() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.config.CustomGraphQueryInferencerConfig
 
getQueryLanguage() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.config.CustomGraphQueryInferencerConfig
 
getRuleQuery() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.config.CustomGraphQueryInferencerConfig
 
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.SchemaCachingRDFSInferencerFactory
 
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.SchemaCachingRDFSInferencerFactory
Returns the Sail's type: rdf4j:SchemaCachingRDFSInferencer.
getSupportedIsolationLevels() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.AbstractForwardChainingInferencer
 
getValueFactory() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.SchemaCachingRDFSInferencer
 
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.

H

hasNewStatements() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.AbstractForwardChainingInferencerConnection
 

I

init() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.CustomGraphQueryInferencer
 
init() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.DirectTypeHierarchyInferencer
 
init() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.SchemaCachingRDFSInferencer
 
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.

M

MATCHER_QUERY - Static variable in class org.eclipse.rdf4j.sail.inferencer.fc.config.CustomGraphQueryInferencerSchema
Deprecated.
use CONFIG.Cgqi.matcherQuery instead.

N

NAMESPACE - Static variable in class org.eclipse.rdf4j.sail.inferencer.fc.config.CustomGraphQueryInferencerSchema
Deprecated.
The CustomGraphQueryInferencer schema namespace ( http://www.openrdf.org/config/sail/customGraphQueryInferencer#).
needsFullRecomputation() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.AbstractForwardChainingInferencerConnection
Indicates if a full recomputation of the deductive closure is needed.

O

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
 

P

parse(Model, Resource) - Method in class org.eclipse.rdf4j.sail.inferencer.fc.config.CustomGraphQueryInferencerConfig
 
prepareIteration() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.AbstractForwardChainingInferencerConnection
 

Q

QUERY_LANGUAGE - Static variable in class org.eclipse.rdf4j.sail.inferencer.fc.config.CustomGraphQueryInferencerSchema
Deprecated.
use CONFIG.Cgqi.queryLanguage instead.

R

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.
removeInferredStatement(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.sail.inferencer.fc.DedupingInferencerConnection
 
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
 
RULE_QUERY - Static variable in class org.eclipse.rdf4j.sail.inferencer.fc.config.CustomGraphQueryInferencerSchema
Deprecated.
use CONFIG.Cgqi.ruleQuery instead.

S

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.SchemaCachingRDFSInferencerFactory
The type of repositories that are created by this factory.
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, boolean) - 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, 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
SailImplConfig for the SchemaCachingRDFSInferencer
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
 
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.
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.
setMatcherQuery(String) - Method in class org.eclipse.rdf4j.sail.inferencer.fc.config.CustomGraphQueryInferencerConfig
Set the optional matcher query.
setQueryLanguage(QueryLanguage) - Method in class org.eclipse.rdf4j.sail.inferencer.fc.config.CustomGraphQueryInferencerConfig
 
setRuleQuery(String) - Method in class org.eclipse.rdf4j.sail.inferencer.fc.config.CustomGraphQueryInferencerConfig
 
SPARQL_PATTERN - Static variable in class org.eclipse.rdf4j.sail.inferencer.fc.config.CustomGraphQueryInferencerConfig
 
statementAdded(Statement) - Method in class org.eclipse.rdf4j.sail.inferencer.fc.AbstractForwardChainingInferencerConnection
 
statementAdded(Statement) - Method in class org.eclipse.rdf4j.sail.inferencer.fc.SchemaCachingRDFSInferencerConnection
 
statementRemoved(Statement) - Method in class org.eclipse.rdf4j.sail.inferencer.fc.AbstractForwardChainingInferencerConnection
 
statementRemoved(Statement) - Method in class org.eclipse.rdf4j.sail.inferencer.fc.SchemaCachingRDFSInferencerConnection
 

T

totalInferred - Variable in class org.eclipse.rdf4j.sail.inferencer.fc.AbstractForwardChainingInferencerConnection
 

U

useInferredToCreateSchema - Variable in class org.eclipse.rdf4j.sail.inferencer.fc.SchemaCachingRDFSInferencer
 

V

validate() - Method in class org.eclipse.rdf4j.sail.inferencer.fc.config.CustomGraphQueryInferencerConfig
 
A B C D E F G H I M N O P Q R S T U V 
All Classes All Packages