| Package | Description |
|---|---|
| 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.
|
| org.topbraid.spin.util |
Various utilities that don't fit elsewhere.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Function
A SPIN Function module (not: FunctionCall).
|
interface |
Template
A template class definition.
|
| Modifier and Type | Method and Description |
|---|---|
Module |
ModuleCall.getModule()
Gets the associated module, i.e.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FunctionImpl |
class |
ModuleImpl |
class |
TemplateImpl |
| Modifier and Type | Method and Description |
|---|---|
Module |
FunctionCallImpl.getModule() |
Module |
TemplateCallImpl.getModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
SPINArgumentChecker.check(Module module,
org.apache.jena.query.QuerySolutionMap bindings) |
protected abstract void |
SPINArgumentChecker.handleErrors(Module module,
org.apache.jena.query.QuerySolutionMap bindings,
List<String> errors) |
| Modifier and Type | Method and Description |
|---|---|
static Map<org.apache.jena.rdf.model.Property,org.apache.jena.rdf.model.RDFNode> |
ModulesUtil.getPotentialBindings(Module module,
org.apache.jena.rdf.model.RDFNode[] values)
Attempts to find "good" default bindings for a collection of RDFNode values
at a given module.
|
Copyright © 2017 TopQuadrant, Inc.. All rights reserved.