A B C D E F G I L M N O P Q R S V 

A

addInferredStatement(Resource, URI, Value, Resource...) - Method in interface org.openrdf.sail.inferencer.InferencerConnection
Adds an inferred statement to a specific context.
addInferredStatement(Resource, URI, Value, Resource...) - Method in class org.openrdf.sail.inferencer.InferencerConnectionWrapper
 

B

buildMatcherQueryFromRuleQuery(QueryLanguage, String) - Static method in class org.openrdf.sail.inferencer.fc.config.CustomGraphQueryInferencerConfig
 

C

clearInferred(Resource...) - Method in interface org.openrdf.sail.inferencer.InferencerConnection
Removes all inferred statements from the specified/all contexts.
clearInferred(Resource...) - Method in class org.openrdf.sail.inferencer.InferencerConnectionWrapper
 
commit() - Method in class org.openrdf.sail.inferencer.InferencerConnectionWrapper
Calls InferencerConnectionWrapper.flushUpdates() before forwarding the call to the wrapped connection.
CustomGraphQueryInferencer - Class in org.openrdf.sail.inferencer.fc
A forward-chaining inferencer that infers new statements using a SPARQL or SeRQL graph query.
CustomGraphQueryInferencer() - Constructor for class org.openrdf.sail.inferencer.fc.CustomGraphQueryInferencer
 
CustomGraphQueryInferencer(QueryLanguage, String, String) - Constructor for class org.openrdf.sail.inferencer.fc.CustomGraphQueryInferencer
Create a new custom inferencer.
CustomGraphQueryInferencer(NotifyingSail, QueryLanguage, String, String) - Constructor for class org.openrdf.sail.inferencer.fc.CustomGraphQueryInferencer
Create a new custom inferencer.
CustomGraphQueryInferencerConfig - Class in org.openrdf.sail.inferencer.fc.config
Configuration handling for CustomGraphQueryInferencer.
CustomGraphQueryInferencerConfig() - Constructor for class org.openrdf.sail.inferencer.fc.config.CustomGraphQueryInferencerConfig
 
CustomGraphQueryInferencerConfig(SailImplConfig) - Constructor for class org.openrdf.sail.inferencer.fc.config.CustomGraphQueryInferencerConfig
 
CustomGraphQueryInferencerFactory - Class in org.openrdf.sail.inferencer.fc.config
A SailFactory that creates a CustomGraphQueryInferencer based on RDF configuration data.
CustomGraphQueryInferencerFactory() - Constructor for class org.openrdf.sail.inferencer.fc.config.CustomGraphQueryInferencerFactory
 
CustomGraphQueryInferencerSchema - Class in org.openrdf.sail.inferencer.fc.config
Configuration schema URI's for CustomGraphQueryInferencer.
CustomGraphQueryInferencerSchema() - Constructor for class org.openrdf.sail.inferencer.fc.config.CustomGraphQueryInferencerSchema
 

D

DirectTypeHierarchyInferencer - Class in org.openrdf.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.openrdf.sail.inferencer.fc.DirectTypeHierarchyInferencer
 
DirectTypeHierarchyInferencer(NotifyingSail) - Constructor for class org.openrdf.sail.inferencer.fc.DirectTypeHierarchyInferencer
 
DirectTypeHierarchyInferencerConfig - Class in org.openrdf.sail.inferencer.fc.config
 
DirectTypeHierarchyInferencerConfig() - Constructor for class org.openrdf.sail.inferencer.fc.config.DirectTypeHierarchyInferencerConfig
 
DirectTypeHierarchyInferencerConfig(SailImplConfig) - Constructor for class org.openrdf.sail.inferencer.fc.config.DirectTypeHierarchyInferencerConfig
 
DirectTypeHierarchyInferencerFactory - Class in org.openrdf.sail.inferencer.fc.config
A SailFactory that creates DirectTypeHierarchyInferencers based on RDF configuration data.
DirectTypeHierarchyInferencerFactory() - Constructor for class org.openrdf.sail.inferencer.fc.config.DirectTypeHierarchyInferencerFactory
 

E

evaluate(TupleExpr, Dataset, BindingSet, boolean) - Method in class org.openrdf.sail.inferencer.InferencerConnectionWrapper
Calls InferencerConnectionWrapper.flushUpdates() before forwarding the call to the wrapped connection.
export(Graph) - Method in class org.openrdf.sail.inferencer.fc.config.CustomGraphQueryInferencerConfig
 

F

flushUpdates() - Method in interface org.openrdf.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.openrdf.sail.inferencer.InferencerConnectionWrapper
 
ForwardChainingRDFSInferencer - Class in org.openrdf.sail.inferencer.fc
Forward-chaining RDF Schema inferencer, using the rules from the RDF Semantics Recommendation (10 February 2004).
ForwardChainingRDFSInferencer() - Constructor for class org.openrdf.sail.inferencer.fc.ForwardChainingRDFSInferencer
 
ForwardChainingRDFSInferencer(NotifyingSail) - Constructor for class org.openrdf.sail.inferencer.fc.ForwardChainingRDFSInferencer
 
ForwardChainingRDFSInferencerConfig - Class in org.openrdf.sail.inferencer.fc.config
 
ForwardChainingRDFSInferencerConfig() - Constructor for class org.openrdf.sail.inferencer.fc.config.ForwardChainingRDFSInferencerConfig
 
ForwardChainingRDFSInferencerConfig(SailImplConfig) - Constructor for class org.openrdf.sail.inferencer.fc.config.ForwardChainingRDFSInferencerConfig
 
ForwardChainingRDFSInferencerFactory - Class in org.openrdf.sail.inferencer.fc.config
A SailFactory that creates ForwardChainingRDFSInferencers based on RDF configuration data.
ForwardChainingRDFSInferencerFactory() - Constructor for class org.openrdf.sail.inferencer.fc.config.ForwardChainingRDFSInferencerFactory
 

G

getConfig() - Method in class org.openrdf.sail.inferencer.fc.config.CustomGraphQueryInferencerFactory
 
getConfig() - Method in class org.openrdf.sail.inferencer.fc.config.DirectTypeHierarchyInferencerFactory
 
getConfig() - Method in class org.openrdf.sail.inferencer.fc.config.ForwardChainingRDFSInferencerFactory
 
getConnection() - Method in class org.openrdf.sail.inferencer.fc.CustomGraphQueryInferencer
 
getConnection() - Method in class org.openrdf.sail.inferencer.fc.DirectTypeHierarchyInferencer
 
getConnection() - Method in class org.openrdf.sail.inferencer.fc.ForwardChainingRDFSInferencer
 
getContextIDs() - Method in class org.openrdf.sail.inferencer.InferencerConnectionWrapper
Calls InferencerConnectionWrapper.flushUpdates() before forwarding the call to the wrapped connection.
getMatcherQuery() - Method in class org.openrdf.sail.inferencer.fc.config.CustomGraphQueryInferencerConfig
 
getQueryLanguage() - Method in class org.openrdf.sail.inferencer.fc.config.CustomGraphQueryInferencerConfig
 
getRuleQuery() - Method in class org.openrdf.sail.inferencer.fc.config.CustomGraphQueryInferencerConfig
 
getSail(SailImplConfig) - Method in class org.openrdf.sail.inferencer.fc.config.CustomGraphQueryInferencerFactory
 
getSail(SailImplConfig) - Method in class org.openrdf.sail.inferencer.fc.config.DirectTypeHierarchyInferencerFactory
 
getSail(SailImplConfig) - Method in class org.openrdf.sail.inferencer.fc.config.ForwardChainingRDFSInferencerFactory
 
getSailType() - Method in class org.openrdf.sail.inferencer.fc.config.CustomGraphQueryInferencerFactory
Returns the Sail's type: openrdf:CustomGraphQueryInferencer.
getSailType() - Method in class org.openrdf.sail.inferencer.fc.config.DirectTypeHierarchyInferencerFactory
Returns the Sail's type: openrdf:DirectTypeHierarchyInferencer.
getSailType() - Method in class org.openrdf.sail.inferencer.fc.config.ForwardChainingRDFSInferencerFactory
Returns the Sail's type: openrdf:ForwardChainingRDFSInferencer.
getStatements(Resource, URI, Value, boolean, Resource...) - Method in class org.openrdf.sail.inferencer.InferencerConnectionWrapper
Calls InferencerConnectionWrapper.flushUpdates() before forwarding the call to the wrapped connection.
getWatchObjects() - Method in class org.openrdf.sail.inferencer.fc.CustomGraphQueryInferencer
Exposed for test purposes.
getWatchPredicates() - Method in class org.openrdf.sail.inferencer.fc.CustomGraphQueryInferencer
Exposed for test purposes.
getWatchSubjects() - Method in class org.openrdf.sail.inferencer.fc.CustomGraphQueryInferencer
Exposed for test purposes.
getWrappedConnection() - Method in class org.openrdf.sail.inferencer.InferencerConnectionWrapper
Gets the connection that is wrapped by this object.

I

InferencerConnection - Interface in org.openrdf.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.openrdf.sail.inferencer
An extension of ConnectionWrapper that implements the InferencerConnection interface.
InferencerConnectionWrapper(InferencerConnection) - Constructor for class org.openrdf.sail.inferencer.InferencerConnectionWrapper
Creates a new InferencerConnectionWrapper object that wraps the supplied transaction.
initialize() - Method in class org.openrdf.sail.inferencer.fc.CustomGraphQueryInferencer
 
initialize() - Method in class org.openrdf.sail.inferencer.fc.DirectTypeHierarchyInferencer
 
initialize() - Method in class org.openrdf.sail.inferencer.fc.ForwardChainingRDFSInferencer
Adds axiom statements to the underlying Sail.

L

logger - Variable in class org.openrdf.sail.inferencer.fc.CustomGraphQueryInferencer
 
logger - Variable in class org.openrdf.sail.inferencer.fc.DirectTypeHierarchyInferencer
 

M

MATCHER_QUERY - Static variable in class org.openrdf.sail.inferencer.fc.config.CustomGraphQueryInferencerSchema
http://www.openrdf.org/config/sail/customGraphQueryInferencer#matcherQuery

N

NAMESPACE - Static variable in class org.openrdf.sail.inferencer.fc.config.CustomGraphQueryInferencerSchema
The CustomGraphQueryInferencer schema namespace ( http://www.openrdf.org/config/sail/customGraphQueryInferencer#).

O

org.openrdf.sail.inferencer - package org.openrdf.sail.inferencer
 
org.openrdf.sail.inferencer.fc - package org.openrdf.sail.inferencer.fc
Forward-chaining inferencers, implemented as StackableSails.
org.openrdf.sail.inferencer.fc.config - package org.openrdf.sail.inferencer.fc.config
 

P

parse(Graph, Resource) - Method in class org.openrdf.sail.inferencer.fc.config.CustomGraphQueryInferencerConfig
 
prepare() - Method in class org.openrdf.sail.inferencer.InferencerConnectionWrapper
Calls InferencerConnectionWrapper.flushUpdates() before forwarding the call to the wrapped connection.

Q

QUERY_LANGUAGE - Static variable in class org.openrdf.sail.inferencer.fc.config.CustomGraphQueryInferencerSchema
http://www.openrdf.org/config/sail/customGraphQueryInferencer#queryLanguage

R

removeInferredStatement(Resource, URI, Value, Resource...) - Method in interface org.openrdf.sail.inferencer.InferencerConnection
Removes an inferred statement from a specific context.
removeInferredStatement(Resource, URI, Value, Resource...) - Method in class org.openrdf.sail.inferencer.InferencerConnectionWrapper
 
RULE_QUERY - Static variable in class org.openrdf.sail.inferencer.fc.config.CustomGraphQueryInferencerSchema
http://www.openrdf.org/config/sail/customGraphQueryInferencer#ruleQuery

S

SAIL_TYPE - Static variable in class org.openrdf.sail.inferencer.fc.config.CustomGraphQueryInferencerFactory
The type of repositories that are created by this factory.
SAIL_TYPE - Static variable in class org.openrdf.sail.inferencer.fc.config.DirectTypeHierarchyInferencerFactory
The type of repositories that are created by this factory.
SAIL_TYPE - Static variable in class org.openrdf.sail.inferencer.fc.config.ForwardChainingRDFSInferencerFactory
The type of repositories that are created by this factory.
SERQL_PATTERN - Static variable in class org.openrdf.sail.inferencer.fc.config.CustomGraphQueryInferencerConfig
 
setFields(QueryLanguage, String, String) - Method in class org.openrdf.sail.inferencer.fc.CustomGraphQueryInferencer
Called in order to set all the fields needed for the inferencer to function.
setMatcherQuery(String) - Method in class org.openrdf.sail.inferencer.fc.config.CustomGraphQueryInferencerConfig
Set the optional matcher query.
setQueryLanguage(QueryLanguage) - Method in class org.openrdf.sail.inferencer.fc.config.CustomGraphQueryInferencerConfig
 
setRuleQuery(String) - Method in class org.openrdf.sail.inferencer.fc.config.CustomGraphQueryInferencerConfig
 
size(Resource...) - Method in class org.openrdf.sail.inferencer.InferencerConnectionWrapper
Calls InferencerConnectionWrapper.flushUpdates() before forwarding the call to the wrapped connection.
SPARQL_PATTERN - Static variable in class org.openrdf.sail.inferencer.fc.config.CustomGraphQueryInferencerConfig
 

V

validate() - Method in class org.openrdf.sail.inferencer.fc.config.CustomGraphQueryInferencerConfig
 
A B C D E F G I L M N O P Q R S V 

Copyright © 2001-2014 Aduna. All Rights Reserved.