| Package | Description |
|---|---|
| org.topbraid.spin.constraints |
Support for constraint checking using spin:constraint.
|
| org.topbraid.spin.model |
The SPIN object model (subclasses of Jena Resource).
|
| org.topbraid.spin.model.impl | |
| org.topbraid.spin.util |
Various utilities that don't fit elsewhere.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<TemplateCall> |
ConstraintViolation.getFixes() |
| Constructor and Description |
|---|
ConstraintViolation(org.apache.jena.rdf.model.Resource root,
Collection<SimplePropertyPath> paths,
Collection<TemplateCall> fixes,
String message,
org.apache.jena.rdf.model.Resource source)
Constructs a new ConstraintViolation.
|
| Modifier and Type | Method and Description |
|---|---|
static TemplateCall |
SPINFactory.asTemplateCall(org.apache.jena.rdf.model.RDFNode node)
Checks whether a given RDFNode can be cast into TemplateCall, and returns
it as a TemplateCall instance if so.
|
static TemplateCall |
SPINFactory.createTemplateCall(org.apache.jena.rdf.model.Model model,
org.apache.jena.rdf.model.Resource template)
Creates a new TemplateCall as a blank node instance of a given template.
|
TemplateCall |
QueryOrTemplateCall.getTemplateCall()
If this is a TemplateCall, then return it.
|
| Constructor and Description |
|---|
QueryOrTemplateCall(org.apache.jena.rdf.model.Resource cls,
TemplateCall templateCall)
Constructs an instance representing a template call.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TemplateCallImpl |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
SPLUtil.isOnProperty(TemplateCall templateCall,
org.apache.jena.rdf.model.Property onProperty)
Checks if a given template call is about a specific property.
|
Copyright © 2017 TopQuadrant, Inc.. All rights reserved.