Package org.topbraid.spin.util

Various utilities that don't fit elsewhere.

See:
          Description

Interface Summary
ProgressMonitor An abstraction of the Eclipse IProgressMonitor for intermediate status messages and the ability to cancel long-running processes.
RunnableWithProgress A generic interface similar to Runnable, but with an additional argument that allows the Runnable to display progress.
 

Class Summary
ImplementationByType Extended polymorphism support for Jena, checking whether the Node has a given rdf:type.
JenaDatatypes Some static utilities dealing with datatypes and literals.
JenaUtil Some convenience methods to operate on Jena Models.
ModulesUtil Utilities on SPIN modules.
PropertyPathsGetter A utility that can be used to find all SimplePropertyPaths encoded in a SPIN element where either subject or object is ?this.
QueryWrapper Wraps a (pre-compiled) Jena Query with its source SPIN Query and a human-readable string representation.
SimpleImplementation An extension of the Jena polymorphism mechanism.
SimpleProgressMonitor A simple implementation of ProgressMonitor that prints messages to System.out.
SPINExpressions Static utilities on SPIN Expressions.
SPINQueryFinder Can be used to search for all queries associated with a class, e.g.
SPINUtil Some static util methods for SPIN that don't fit anywhere else.
SPLUtil Utilities related to the spl namespace.
SystemTriples Provides access to the RDF/RDFS/OWL system triples.
 

Package org.topbraid.spin.util Description

Various utilities that don't fit elsewhere.