| 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.util |
Various utilities that don't fit elsewhere.
|
| Modifier and Type | Method and Description |
|---|---|
Query |
ARQ2SPIN.createQuery(org.apache.jena.query.Query arq,
String uri)
Constructs a new SPIN Query from a given ARQ query, possibly
with a URI.
|
static Query |
ARQ2SPIN.parseQuery(String str,
org.apache.jena.rdf.model.Model model)
Parses a given partial query string and converts it into a SPIN structure
inside a given Model.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.jena.query.Query |
ARQFactory.createQuery(Query spinQuery)
Converts a SPIN Query object into a ARQ Query.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Ask
An ASK Query.
|
interface |
Construct
A CONSTRUCT Query.
|
interface |
Describe
A DESCRIBE query.
|
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 Query |
SPINFactory.asQuery(org.apache.jena.rdf.model.Resource resource)
Checks if a given Resource is a SPIN query, and returns an
instance of a subclass of Query if so.
|
Query |
QueryOrTemplateCall.getQuery()
If this is a Query, then get it.
|
Query |
SubQuery.getQuery()
Gets the nested query.
|
| Modifier and Type | Method and Description |
|---|---|
static SubQuery |
SPINFactory.createSubQuery(org.apache.jena.rdf.model.Model model,
Query subQuery)
Creates a new SubQuery as a blank node in a given Model.
|
| Constructor and Description |
|---|
QueryOrTemplateCall(org.apache.jena.rdf.model.Resource cls,
Query query)
Constructs an instance representing a plain Query.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AskImpl |
class |
ConstructImpl |
class |
DescribeImpl |
class |
QueryImpl |
class |
SelectImpl |
| Modifier and Type | Method and Description |
|---|---|
Query |
SubQueryImpl.getQuery() |
| Modifier and Type | Method and Description |
|---|---|
Query |
QueryWrapper.getSPINQuery() |
| Constructor and Description |
|---|
QueryWrapper(org.apache.jena.query.Query query,
org.apache.jena.rdf.model.Resource source,
String text,
Query spinQuery,
String label,
org.apache.jena.rdf.model.Statement statement,
boolean thisUnbound,
boolean thisDeep) |
Copyright © 2017 TopQuadrant, Inc.. All rights reserved.