| Package | Description |
|---|---|
| org.topbraid.spin.arq |
Converter from Jena ARQ to the SPIN object model.
|
| org.topbraid.spin.model |
The SPIN object model (subclasses of Jena Resource).
|
| org.topbraid.spin.model.impl | |
| org.topbraid.spin.system |
Core factories and registries for SPIN.
|
| Modifier and Type | Method and Description |
|---|---|
Function |
SPINARQFunction.getSPINFunction() |
| Modifier and Type | Method and Description |
|---|---|
SPINARQPFunction |
SPINARQPFunctionFactory.create(Function functionCls) |
static SPINFunctionFactory |
SPINBodyFunctionDriver.doCreate(Function spinFunction) |
| Constructor and Description |
|---|
SPINARQFunction(Function spinFunction)
Constructs a new SPINARQFunction based on a given SPIN Function.
|
SPINARQPFunction(Function functionCls) |
| Modifier and Type | Method and Description |
|---|---|
static Function |
SPINFactory.asFunction(org.apache.jena.rdf.model.Resource resource)
Converts a given Resource into a Function instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FunctionImpl |
| Modifier and Type | Method and Description |
|---|---|
Function |
SPINModuleRegistry.getFunction(String uri,
org.apache.jena.rdf.model.Model model)
Gets a registered Function with a given URI.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Function> |
SPINModuleRegistry.getFunctions()
Gets a Collection of all registered Functions.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
SPINModuleRegistry.getSource(Function function) |
void |
SPINModuleRegistry.register(Function function,
Object source,
boolean addARQFunction)
Registers a Function with its URI to this registry.
|
protected void |
SPINModuleRegistry.registerARQFunction(Function spinFunction)
If the provided Function has an executable body (spin:body), then
register an ARQ function for it with the current FunctionRegistry.
|
void |
SPINModuleRegistry.registerARQPFunction(Function function)
If the provided Function has an executable body (spin:body), then
register an ARQ function for it with the current FunctionRegistry.
|
Copyright © 2017 TopQuadrant, Inc.. All rights reserved.