| Package | Description |
|---|---|
| org.topbraid.spin.inference |
Support for inferencing using spin:rule and spin:constructor.
|
| org.topbraid.spin.util |
Various utilities that don't fit elsewhere.
|
| Class and Description |
|---|
| CommandWrapper
Wraps a (pre-compiled) Jena Query or UpdateRequest with its source SPIN object and
a human-readable string representation.
|
| QueryWrapper
A CommandWrapper that wraps a SPARQL query
(in contrast to UpdateWrapper for UPDATE requests).
|
| Class and Description |
|---|
| ClassMetadata
Represents some ontology-related data about a given class, so that it can be accessed
more efficiently than through the RDF triples.
|
| ClassPropertyMetadata
Metadata about a property at a given class.
|
| CommandWrapper
Wraps a (pre-compiled) Jena Query or UpdateRequest with its source SPIN object and
a human-readable string representation.
|
| ImplementationByType
Extended polymorphism support for Jena, checking whether the Node
has a given rdf:type.
|
| ImportProperties
A singleton controlling which properties shall be used to expand imports.
|
| JenaUtilHelper
This is an extension point for the SPIN library
allowing modification of some low level utilities
that are exposed through
JenaUtil. |
| OntologyOptimizations
A singleton managing Ontology-based optimizations, to be used (for example) with OptimizedMultiUnions.
|
| ParameterProvider
A platform independent wrapper of HttpServletRequest, factoring out the
getParameter
method. |
Copyright © 2017 TopQuadrant, Inc.. All rights reserved.