| Interface | Description |
|---|---|
| DeclarativeFunctionDriver |
Can be used to define custom function factories such as spinx.
|
| DeclarativeFunctionFactory |
A marker interface that makes it possible to distinguish SPIN functions
from other functions in the FunctionRegistry.
|
| OptionalArgsFunction |
| Class | Description |
|---|---|
| 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.
|
| CurrentThreadFunctionRegistry |
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.
|
| CurrentThreadFunctions |
A helper object that can be used to register SPARQL functions
per thread, e.g.
|
| DeclarativeFunctionDrivers |
The singleton that creates ARQ FunctionFactories from (SHACL, SPIN) function declarations.
|
Copyright © 2019 TopQuadrant, Inc.. All rights reserved.