| 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 |
Aggregation
Part of a SPARQL expression that calls an Aggregation (such as SUM).
|
interface |
Ask
An ASK Query.
|
interface |
Bind
A BIND assignment element.
|
interface |
Command
Represents instances of sp:Command (Queries or Update requests).
|
interface |
CommandWithWhere
An abstraction for Query, Modify and DeleteWhere, i.e.
|
interface |
Construct
A CONSTRUCT Query.
|
interface |
Describe
A DESCRIBE query.
|
interface |
Element
The abstract base interface for the various Element types.
|
interface |
ElementGroup
A collection of zero or more child Elements.
|
interface |
ElementList
An RDFList representing a plain list of sub-Elements in a Query.
|
interface |
Exists
An EXISTS element group.
|
interface |
Filter
A SPARQL FILTER element.
|
interface |
FunctionCall
Part of a SPARQL expression that calls a Function.
|
interface |
Minus
A MINUS element group.
|
interface |
NamedGraph
A named graph element (GRAPH keyword in SPARQL).
|
interface |
NotExists
A NOT EXISTS element group.
|
interface |
Optional
An OPTIONAL element group.
|
interface |
Query
Base interface of the various SPARQL query types such as
Ask, Construct, Describe and Select.
|
interface |
Select
A SELECT query.
|
interface |
Service
A SERVICE element group.
|
interface |
SolutionModifierQuery
Shared functions of those Query types that can have solution modifiers.
|
interface |
SubQuery
A nested sub-query.
|
interface |
Triple
The base interface of TriplePattern and TripleTemplate.
|
interface |
TriplePath
A triple path element.
|
interface |
TriplePattern
A triple pattern element.
|
interface |
TripleTemplate
A triple template used in a Construct header.
|
interface |
Union
A UNION element.
|
interface |
Values
A VALUES element (inside of a WHERE clause).
|
interface |
Variable
A variable in a SPIN query.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAttributeImpl |
class |
AbstractSPINResourceImpl |
class |
AggregationImpl |
class |
ArgumentImpl |
class |
AskImpl |
class |
AttributeImpl |
class |
BindImpl |
class |
ConstructImpl |
class |
DescribeImpl |
class |
ElementImpl |
class |
ElementListImpl |
class |
ExistsImpl |
class |
FilterImpl |
class |
FunctionCallImpl |
class |
FunctionImpl |
class |
MinusImpl |
class |
ModuleCallImpl |
class |
ModuleImpl |
class |
NamedGraphImpl |
class |
NotExistsImpl |
class |
OptionalImpl |
class |
QueryImpl |
class |
SelectImpl |
class |
ServiceImpl |
class |
SubQueryImpl |
class |
TemplateCallImpl |
class |
TemplateImpl |
class |
TripleImpl |
class |
TriplePathImpl |
class |
TriplePatternImpl |
class |
TripleTemplateImpl |
class |
UnionImpl |
class |
ValuesImpl |
class |
VariableImpl |
| 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 |
|---|---|
static Set<org.apache.jena.rdf.model.Resource> |
SPINUtil.getURIResources(Printable query) |
Copyright © 2017 TopQuadrant, Inc.. All rights reserved.