|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Printable | |
|---|---|
| org.topbraid.spin.model | The SPIN object model (subclasses of Jena Resource). |
| org.topbraid.spin.model.update | The SPIN object model for SPARQL UPDATE language (subclasses of Jena Resource). |
| org.topbraid.spin.util | Various utilities that don't fit elsewhere. |
| Uses of Printable in org.topbraid.spin.model |
|---|
| Subinterfaces of Printable in org.topbraid.spin.model | |
|---|---|
interface |
Aggregation
Part of a SPARQL expression that calls an Aggregation (such as SUM). |
interface |
Ask
An ASK Query. |
interface |
Command
Represents instances of sp:Command (Queries or Update requests). |
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 |
Filter
A SPARQL FILTER element. |
interface |
FunctionCall
Part of a SPARQL expression that calls a Function. |
interface |
Let
A LET assignment element. |
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 |
Variable
A variable in a SPIN query. |
| Uses of Printable in org.topbraid.spin.model.update |
|---|
| Subinterfaces of Printable in org.topbraid.spin.model.update | |
|---|---|
interface |
Delete
An Update representing a DELETE FROM. |
interface |
Insert
An Update representing an INSERT INTO. |
interface |
Modify
An Update representing a MODIFY. |
interface |
Update
Base interface of the top-level SPARQL UPDATE commands. |
| Uses of Printable in org.topbraid.spin.util |
|---|
| Methods in org.topbraid.spin.util with parameters of type Printable | |
|---|---|
static java.util.Set<Resource> |
SPINUtil.getURIResources(Printable query)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||