| 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.model.update |
The SPIN object model for SPARQL UPDATE language (subclasses of Jena Resource).
|
| org.topbraid.spin.model.update.impl | |
| org.topbraid.spin.util |
Various utilities that don't fit elsewhere.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ARQFactory.createCommandString(Command spinCommand)
Converts a given SPIN Command (Query or Update) into a parsable String.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Ask
An ASK Query.
|
interface |
CommandWithWhere
An abstraction for Query, Modify and DeleteWhere, i.e.
|
interface |
Construct
A CONSTRUCT Query.
|
interface |
Describe
A DESCRIBE query.
|
interface |
Query
Base interface of the various SPARQL query types such as
Ask, Construct, Describe and Select.
|
interface |
Select
A SELECT query.
|
interface |
SolutionModifierQuery
Shared functions of those Query types that can have solution modifiers.
|
| Modifier and Type | Method and Description |
|---|---|
static Command |
SPINFactory.asCommand(org.apache.jena.rdf.model.Resource resource)
Attempts to cast a given Resource into the most specific
subclass of Command, esp Update or Query.
|
Command |
Module.getBody()
Gets the body (if defined).
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.jena.rdf.model.Resource |
SPINFactory.getTemplateMetaClass(Command command)
Gets the most appopriate metaclass to wrap a given Command into a
Template.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AskImpl |
class |
ConstructImpl |
class |
DescribeImpl |
class |
QueryImpl |
class |
SelectImpl |
| Modifier and Type | Method and Description |
|---|---|
Command |
ModuleImpl.getBody() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Clear
A SPARQL Update CLEAR operation.
|
interface |
Create
A SPARQL Update CREATE operation.
|
interface |
Delete
Deprecated.
|
interface |
DeleteData
A SPARQL Update DELETE DATA operation.
|
interface |
DeleteWhere
A SPARQL Update DELETE WHERE operation.
|
interface |
Drop
A SPARQL Update DROP operation.
|
interface |
Insert
Deprecated.
|
interface |
InsertData
A SPARQL Update INSERT DATA operation.
|
interface |
Load
A SPARQL Update LOAD operation.
|
interface |
Modify
A SPARQL Update operation representing a DELETE/INSERT.
|
interface |
Update
Base interface of the top-level SPARQL UPDATE commands.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClearImpl |
class |
CreateImpl |
class |
DeleteDataImpl |
class |
DeleteImpl
Deprecated.
|
class |
DeleteWhereImpl |
class |
DropImpl |
class |
InsertDataImpl |
class |
InsertImpl
Deprecated.
|
class |
LoadImpl |
class |
ModifyImpl |
class |
UpdateImpl |
| Modifier and Type | Method and Description |
|---|---|
Command |
QueryWrapper.getSPINCommand() |
Command |
UpdateWrapper.getSPINCommand() |
abstract Command |
CommandWrapper.getSPINCommand() |
| Modifier and Type | Method and Description |
|---|---|
static void |
SPTextUtil.addSPText(Command command)
Adds an sp:text reflecting the SPIN RDF of a given Command.
|
Copyright © 2017 TopQuadrant, Inc.. All rights reserved.