| 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 FunctionCall |
SPINFactory.asFunctionCall(org.apache.jena.rdf.model.Resource resource)
Checks if a given Resource might represent a Function call, and if
yes returns the resource as Function.
|
static FunctionCall |
SPINFactory.createFunctionCall(org.apache.jena.rdf.model.Model model,
org.apache.jena.rdf.model.Resource function)
Creates a new Function call, which is basically an instance of the
function's class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FunctionCallImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractExpressionVisitor.visit(FunctionCall functionCall) |
void |
ExpressionVisitor.visit(FunctionCall functionCall) |
void |
ExpressionWalker.visit(FunctionCall functionCall) |
Copyright © 2017 TopQuadrant, Inc.. All rights reserved.