| Interface | Description |
|---|---|
| SPINFunctionDriver |
Can be used to define custom function factories such as spinx.
|
| SPINFunctionFactory |
A marker interface that makes it possible to distinguish SPIN functions
from other functions in the FunctionRegistry.
|
| Class | Description |
|---|---|
| AbstractElementVisitor |
A basic implementation of ElementVisitor that has handling of
ElementGroups so that they are recursively walked in.
|
| AbstractFunction |
Base implementation of Function comparable to Jena's FunctionBase.
|
| AbstractFunction0 |
An abstract superclass for functions with 0 arguments.
|
| AbstractFunction1 |
An abstract superclass for Functions with 1 argument.
|
| AbstractFunction2 |
An abstract superclass for Functions with 2 arguments.
|
| AbstractFunction3 |
An abstract superclass for Functions with 3 arguments.
|
| AbstractFunction4 |
An abstract superclass for Functions with 4 arguments.
|
| AbstractFunction5 |
An abstract superclass for Functions with 5 arguments.
|
| AbstractFunction6 |
An abstract superclass for Functions with 6 arguments.
|
| Aggregations |
Manages the registered SPARQL aggregations (such as SUM).
|
| ARQ2SPIN |
Takes a ARQ SPARQL Query as input and creates a corresponding SPIN RDF
data structure from it.
|
| ARQFactory |
A singleton that can create ARQ SPARQL Queries and QueryExecution
objects.
|
| DatasetWithDifferentDefaultModel |
A DelegatingDataset that uses a different default model than the delegate.
|
| DelegatingDataset |
A Dataset that simply delegates all its calls, allowing to wrap an existing
Dataset (e.g.
|
| FromDataset |
A Dataset that wraps another Dataset but changes its default and
named graphs based on the FROM and FROM NAMED clauses of a given
Query.
|
| PropertyChainHelperPFunction |
A helper property function needed by OWL 2 RL rule prp-spo2.
|
| SPINARQFunction |
An ARQ function that delegates its functionality into a user-defined
SPIN function.
|
| SPINARQPFunction |
An ARQ PropertyFunction based on a spin:MagicProperty.
|
| SPINARQPFunctionFactory |
A factory for instances of SPINARQPFunction.
|
| SPINBodyFunctionDriver |
A (default) SPINFunctionDriver using spin:body to find an executable
body for a SPIN function.
|
| SPINFunctionDrivers |
The singleton that creates ARQ FunctionFactories from SPIN and SHACL functions.
|
| SPINFunctionsCache |
A cache that remembers previous calls to SPIN functions marked with spin:cachable.
|
| SPINThreadFunctionRegistry |
An ARQ FunctionRegistry that can be used to associate functions
with Threads, so that additional functions from a given Model can
be made visible depending on the SPARQL query thread.
|
| SPINThreadFunctions |
A helper object that can be used to register SPARQL functions
(and property functions) per thread, e.g.
|
| SPINThreadPropertyFunctionRegistry |
An ARQ PropertyFunctionRegistry that can be used to associate functions
with Threads, so that additional functions from a given Model can
be made visible depending on the SPARQL query thread.
|
| Exception | Description |
|---|---|
| GraphNotFoundException |
An Exception thrown if a named graph could not be resolved
while setting the default graph of a dataset.
|
Copyright © 2017 TopQuadrant, Inc.. All rights reserved.