| 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.impl | |
| org.topbraid.spin.model.visitor |
Support for traversing SPIN object trees.
|
| Modifier and Type | Method and Description |
|---|---|
ElementList |
ARQ2SPIN.createElementList(org.apache.jena.sparql.syntax.Element pattern)
Creates a SPIN ElementList from a given ARQ Element pattern.
|
| Modifier and Type | Method and Description |
|---|---|
static ElementList |
SPINFactory.createElementList(org.apache.jena.rdf.model.Model model,
Element[] elements)
Creates a new ElementList in a given Model.
|
static ElementList |
SPINFactory.createElementList(org.apache.jena.rdf.model.Model model,
Iterator<Element> elements)
Creates a new ElementList in a given Model.
|
ElementList |
CommandWithWhere.getWhere()
Gets the ElementList of the WHERE clause of this query.
|
| Modifier and Type | Method and Description |
|---|---|
static Ask |
SPINFactory.createAsk(org.apache.jena.rdf.model.Model model,
ElementList where)
Creates an Ask query for a given WHERE clause.
|
static Exists |
SPINFactory.createExists(org.apache.jena.rdf.model.Model model,
ElementList elements)
Creates a new Exists as a blank node in a given Model.
|
static Minus |
SPINFactory.createMinus(org.apache.jena.rdf.model.Model model,
ElementList elements)
Creates a new Minus as a blank node in a given Model.
|
static NotExists |
SPINFactory.createNotExists(org.apache.jena.rdf.model.Model model,
ElementList elements)
Creates a new NotExists as a blank node in a given Model.
|
static Optional |
SPINFactory.createOptional(org.apache.jena.rdf.model.Model model,
ElementList elements)
Creates a new Optional as a blank node in a given Model.
|
static Service |
SPINFactory.createService(org.apache.jena.rdf.model.Model model,
org.apache.jena.rdf.model.Resource serviceURI,
ElementList elements) |
static Union |
SPINFactory.createUnion(org.apache.jena.rdf.model.Model model,
ElementList elements)
Creates a new UNION element as a blank node in a given Model.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ElementListImpl |
| Modifier and Type | Method and Description |
|---|---|
ElementList |
QueryImpl.getWhere() |
| Modifier and Type | Method and Description |
|---|---|
ElementList |
UpdateImpl.getWhere() |
| Modifier and Type | Method and Description |
|---|---|
void |
ElementWalker.visit(ElementList elementList) |
void |
ElementVisitor.visit(ElementList elementList) |
void |
AbstractElementVisitor.visit(ElementList elementList) |
Copyright © 2017 TopQuadrant, Inc.. All rights reserved.