Package org.topbraid.jenax.util


package org.topbraid.jenax.util
  • Class
    Description
    A singleton that can create ARQ SPARQL Queries and QueryExecution objects.
    An interface for objects that can deliver the results of an auto-complete operation.
    A singleton that holds a reference to an installed AutoCompleteEngine (if one exists).
     
    A DelegatingDataset that uses a different default model than the delegate.
    An implementation of DatasetGraph that delegates all work to a given Dataset implementation.
    A Dataset that simply delegates all its calls, allowing to wrap an existing Dataset (e.g.
    A WrappedGraph that filters out deleted triples or adds added triples, without modifying the underlying base graph.
    A collection of utilities on Exception handling.
    Manages extra prefixes that are always available even if not explicitly declared.
    A Dataset that wraps another Dataset but changes its default and named graphs based on the FROM and FROM NAMED clauses of a given Query.
    An Exception thrown if a named graph could not be resolved while setting the default graph of a dataset.
    A singleton controlling which properties shall be used to expand imports.
     
    Some static utilities dealing with datatypes and literals.
    Some utilities operating on Jena Node objects, bypassing the Model/RDFNode abstraction layer.
    Some convenience methods to operate on Jena Models.
    This is an extension point for the SPIN library allowing modification of some low level utilities that are exposed through JenaUtil.
     
     
    A singleton that is used to render resources into strings.
    Provides access to the RDF/RDFS/OWL system triples.
    A WrappedGraph that allows access to its delegate with a debug-friendly public method.