| Package | Description |
|---|---|
| org.topbraid.spin.model |
The SPIN object model (subclasses of Jena Resource).
|
| org.topbraid.spin.model.impl | |
| org.topbraid.spin.model.visitor |
Support for traversing SPIN object trees.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ElementList
An RDFList representing a plain list of sub-Elements in a Query.
|
interface |
Exists
An EXISTS element group.
|
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 |
Service
A SERVICE element group.
|
interface |
Union
A UNION element.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ElementListImpl |
class |
ExistsImpl |
class |
MinusImpl |
class |
NamedGraphImpl |
class |
NotExistsImpl |
class |
OptionalImpl |
class |
ServiceImpl |
class |
UnionImpl |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ElementWalker.visitChildren(ElementGroup group) |
protected void |
ElementWalkerWithDepth.visitChildren(ElementGroup group) |
Copyright © 2017 TopQuadrant, Inc.. All rights reserved.