| 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.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 | Method and Description |
|---|---|
Update |
ARQ2SPIN.createUpdate(org.apache.jena.update.Update arq,
String uri) |
static Update |
ARQ2SPIN.parseUpdate(String str,
org.apache.jena.rdf.model.Model model)
Parses a given partial UPDATE string and converts it into a SPIN structure
inside a given Model.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.jena.update.UpdateRequest |
ARQFactory.createUpdateRequest(Update spinUpdate) |
| Modifier and Type | Method and Description |
|---|---|
static Update |
SPINFactory.asUpdate(org.apache.jena.rdf.model.Resource resource)
Checks if a given Resource is a subclass of sp:Update and
casts it into the most specific Java class possible.
|
| 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.
|
| 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 |
|---|---|
Update |
UpdateWrapper.getSPINUpdate() |
| Constructor and Description |
|---|
UpdateWrapper(org.apache.jena.update.Update update,
org.apache.jena.rdf.model.Resource source,
String text,
Update spinUpdate,
String label,
org.apache.jena.rdf.model.Statement statement,
boolean thisUnbound,
boolean thisDeep) |
Copyright © 2017 TopQuadrant, Inc.. All rights reserved.