| 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 |
|---|---|
static void |
SPINConstraints.addQueryResults(List<ConstraintViolation> results,
QueryOrTemplateCall qot,
org.apache.jena.rdf.model.Resource resource,
boolean matchValue,
List<SPINStatistics> stats,
ProgressMonitor monitor) |
static void |
SPINConstraints.addTemplateCallResults(List<ConstraintViolation> results,
QueryOrTemplateCall qot,
org.apache.jena.rdf.model.Resource resource,
boolean matchValue,
ProgressMonitor monitor) |
| Modifier and Type | Method and Description |
|---|---|
List<QueryOrTemplateCall> |
SPINInstance.getQueriesAndTemplateCalls(org.apache.jena.rdf.model.Property predicate)
Gets the queries and template calls associated with this.
|
| Modifier and Type | Method and Description |
|---|---|
List<QueryOrTemplateCall> |
SPINInstanceImpl.getQueriesAndTemplateCalls(org.apache.jena.rdf.model.Property predicate) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SPINUtil.addQueryOrTemplateCalls(org.apache.jena.rdf.model.Resource cls,
org.apache.jena.rdf.model.Property predicate,
List<QueryOrTemplateCall> results)
Collects all queries or template calls at a given class.
|
Copyright © 2017 TopQuadrant, Inc.. All rights reserved.