| 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 | Method and Description |
|---|---|
static Variable |
SPINFactory.asVariable(org.apache.jena.rdf.model.RDFNode node)
Checks whether a given RDFNode can be cast into a Variable and - if yes -
converts it into an instance of Variable.
|
static Variable |
SPINFactory.createVariable(org.apache.jena.rdf.model.Model model,
String varName)
Creates a new Variable as a blank node in a given Model.
|
Variable |
Aggregation.getAs() |
Variable |
Service.getServiceVariable()
The the variable of the SPARQL end point to invoke.
|
Variable |
Bind.getVariable()
Gets the variable on the right hand side of the BIND.
|
| Modifier and Type | Method and Description |
|---|---|
static Bind |
SPINFactory.createBind(org.apache.jena.rdf.model.Model model,
Variable variable,
org.apache.jena.rdf.model.RDFNode expression)
Creates a Bind in a given Model as a blank node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VariableImpl |
| Modifier and Type | Method and Description |
|---|---|
Variable |
AggregationImpl.getAs() |
Variable |
ServiceImpl.getServiceVariable() |
Variable |
BindImpl.getVariable() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSPINResourceImpl.printVariableExpression(PrintContext p,
Variable var)
Print a variable of variable-expression: ?V or (123 AS ?V)
|
protected void |
AbstractSPINResourceImpl.printVariableExpression(PrintContext p,
Variable var,
org.apache.jena.rdf.model.RDFNode expr)
Print a variable of variable-expression: ?V or (123 AS ?V)
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractExpressionVisitor.visit(Variable variable) |
void |
ExpressionVisitor.visit(Variable variable) |
void |
ExpressionWalker.visit(Variable variable) |
Copyright © 2017 TopQuadrant, Inc.. All rights reserved.