| Package | Description |
|---|---|
| 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 | Interface and Description |
|---|---|
interface |
Ask
An ASK Query.
|
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 | Class and Description |
|---|---|
class |
AskImpl |
class |
ConstructImpl |
class |
DescribeImpl |
class |
QueryImpl |
class |
SelectImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DeleteWhere
A SPARQL Update DELETE WHERE operation.
|
interface |
Modify
A SPARQL Update operation representing a DELETE/INSERT.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteWhereImpl |
class |
ModifyImpl |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
SPINUtil.containsThis(CommandWithWhere command)
Checks whether a given query mentions the variable ?this anywhere.
|
Copyright © 2017 TopQuadrant, Inc.. All rights reserved.