| Package | Description |
|---|---|
| org.topbraid.spin.internal | |
| 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.
|
| org.topbraid.spin.util |
Various utilities that don't fit elsewhere.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ObjectPropertiesGetter.handleTriplePattern(TriplePattern triplePattern,
Map<org.apache.jena.rdf.model.Property,org.apache.jena.rdf.model.RDFNode> bindings) |
| Modifier and Type | Method and Description |
|---|---|
static TriplePattern |
SPINFactory.asTriplePattern(org.apache.jena.rdf.model.RDFNode node)
Checks whether a given RDFNode can be converted into a TriplePattern, and if yes,
returns an instance of TriplePattern.
|
static TriplePattern |
SPINFactory.createTriplePattern(org.apache.jena.rdf.model.Model model,
org.apache.jena.rdf.model.RDFNode subject,
org.apache.jena.rdf.model.Resource predicate,
org.apache.jena.rdf.model.RDFNode object)
Creates a new TriplePattern as a blank node in a given Model.
|
| Modifier and Type | Method and Description |
|---|---|
Set<TriplePattern> |
Variable.getTriplePatterns()
Gets all TriplePatterns where this Variable is mentioned.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TriplePatternImpl |
| Modifier and Type | Method and Description |
|---|---|
Set<TriplePattern> |
VariableImpl.getTriplePatterns() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractTriplesVisitor.handleTriplePattern(TriplePattern triplePattern,
Map<org.apache.jena.rdf.model.Property,org.apache.jena.rdf.model.RDFNode> bindings)
Will be called on each TriplePattern.
|
void |
ElementWalker.visit(TriplePattern triplePattern) |
void |
ElementVisitor.visit(TriplePattern triplePattern) |
void |
AbstractElementVisitor.visit(TriplePattern triplePattern) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PropertyPathsGetter.handleTriplePattern(TriplePattern triplePattern,
Map<org.apache.jena.rdf.model.Property,org.apache.jena.rdf.model.RDFNode> bindings) |
Copyright © 2017 TopQuadrant, Inc.. All rights reserved.