| Package | Description |
|---|---|
| org.topbraid.spin.constraints |
Support for constraint checking using spin:constraint.
|
| org.topbraid.spin.util |
Various utilities that don't fit elsewhere.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectPropertyPath
A SimplePropertyPath of the form SP->O.
|
class |
SubjectPropertyPath
A SimplePropertyPath of the form OP->S.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<SimplePropertyPath> |
ConstraintViolation.getPaths() |
| 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 |
|---|---|
Set<SimplePropertyPath> |
PropertyPathsGetter.getResults() |
Copyright © 2017 TopQuadrant, Inc.. All rights reserved.