Uses of Package
com.hp.hpl.jena.shared

Packages that use com.hp.hpl.jena.shared
com.hp.hpl.jena.assembler   
com.hp.hpl.jena.assembler.exceptions   
com.hp.hpl.jena.datatypes Provides the core interfaces through which datatypes are described to Jena. 
com.hp.hpl.jena.datatypes.xsd Provides datatype definitions for the XML Schema datatypes support by Jena. 
com.hp.hpl.jena.db A general database backend for persistent storage of Jena models. 
com.hp.hpl.jena.enhanced This package defines the enhanced node and graph classes; an enhanced node is one embedded in a particular enhanced graph. 
com.hp.hpl.jena.graph This package defines the Graph and Node family of classes, which form the underlying datatypes of the Jena system. 
com.hp.hpl.jena.graph.compose This package defines simple composite graphs - union, intersection, difference, and update-tracking. 
com.hp.hpl.jena.graph.query Defines the graph-level Query classes, allowing multi-pattern query over arbitrary graphs. 
com.hp.hpl.jena.ontology Provides a set of abstractions and convenience classes for accessing and manipluating ontologies represented in RDF. 
com.hp.hpl.jena.rdf.arp A parser for RDF/XML
com.hp.hpl.jena.rdf.model A package for creating and manipulating RDF graphs. 
com.hp.hpl.jena.rdf.model.impl This package contains implementations of the interfaces defined in the .model package, eg ModelCom for Model, ResourceImpl for Resource, and so on. 
com.hp.hpl.jena.reasoner The Jena2 reasoner subsystem is designed to allow a range of inference engines to be plugged into Jena. 
com.hp.hpl.jena.reasoner.rulesys Provides a selection of simple rule engines for Jena inference models. 
com.hp.hpl.jena.shared This package defines some classes common to the Jena API and SPI levels, in particular the JenaException class from which all Jena-specific exceptions hang, and the interface PrefixMapping for translation to and from QNames. 
com.hp.hpl.jena.shared.impl This package provides "standard" implementations for the interfaces defined by .shared, notably an implementation of PrefixMapping. 
com.hp.hpl.jena.util Miscellaneous collection of utility classes. 
 

Classes in com.hp.hpl.jena.shared used by com.hp.hpl.jena.assembler
JenaException
          This should be a superclass of exceptions arising from Jena code.
 

Classes in com.hp.hpl.jena.shared used by com.hp.hpl.jena.assembler.exceptions
JenaException
          This should be a superclass of exceptions arising from Jena code.
 

Classes in com.hp.hpl.jena.shared used by com.hp.hpl.jena.datatypes
JenaException
          This should be a superclass of exceptions arising from Jena code.
 

Classes in com.hp.hpl.jena.shared used by com.hp.hpl.jena.datatypes.xsd
JenaException
          This should be a superclass of exceptions arising from Jena code.
 

Classes in com.hp.hpl.jena.shared used by com.hp.hpl.jena.db
JenaException
          This should be a superclass of exceptions arising from Jena code.
Lock
           
PrefixMapping
          Methods for recording namepsace prefix mappings and applying and unapplying them to URIs.
ReificationStyle
          Reification styles have two boolean components: whether the graph+reifier will intercept reification triples or not [if not, the only in-Jena reification is through the reifyAs operation], and whether or not reification triples will be visible in the graph.
 

Classes in com.hp.hpl.jena.shared used by com.hp.hpl.jena.enhanced
JenaException
          This should be a superclass of exceptions arising from Jena code.
 

Classes in com.hp.hpl.jena.shared used by com.hp.hpl.jena.graph
AddDeniedException
          Exception to throw for a denied add operation
Command
           
DeleteDeniedException
          Exception to throw if a delete is denied.
JenaException
          This should be a superclass of exceptions arising from Jena code.
PrefixMapping
          Methods for recording namepsace prefix mappings and applying and unapplying them to URIs.
ReificationStyle
          Reification styles have two boolean components: whether the graph+reifier will intercept reification triples or not [if not, the only in-Jena reification is through the reifyAs operation], and whether or not reification triples will be visible in the graph.
 

Classes in com.hp.hpl.jena.shared used by com.hp.hpl.jena.graph.compose
PrefixMapping
          Methods for recording namepsace prefix mappings and applying and unapplying them to URIs.
 

Classes in com.hp.hpl.jena.shared used by com.hp.hpl.jena.graph.query
BrokenException
          An exception to throw if an internal error is detected.
JenaException
          This should be a superclass of exceptions arising from Jena code.
 

Classes in com.hp.hpl.jena.shared used by com.hp.hpl.jena.ontology
JenaException
          This should be a superclass of exceptions arising from Jena code.
Lock
           
PrefixMapping
          Methods for recording namepsace prefix mappings and applying and unapplying them to URIs.
 

Classes in com.hp.hpl.jena.shared used by com.hp.hpl.jena.rdf.arp
JenaException
          This should be a superclass of exceptions arising from Jena code.
 

Classes in com.hp.hpl.jena.shared used by com.hp.hpl.jena.rdf.model
Command
           
JenaException
          This should be a superclass of exceptions arising from Jena code.
Lock
           
PrefixMapping
          Methods for recording namepsace prefix mappings and applying and unapplying them to URIs.
ReificationStyle
          Reification styles have two boolean components: whether the graph+reifier will intercept reification triples or not [if not, the only in-Jena reification is through the reifyAs operation], and whether or not reification triples will be visible in the graph.
 

Classes in com.hp.hpl.jena.shared used by com.hp.hpl.jena.rdf.model.impl
Lock
           
PrefixMapping
          Methods for recording namepsace prefix mappings and applying and unapplying them to URIs.
 

Classes in com.hp.hpl.jena.shared used by com.hp.hpl.jena.reasoner
JenaException
          This should be a superclass of exceptions arising from Jena code.
PrefixMapping
          Methods for recording namepsace prefix mappings and applying and unapplying them to URIs.
ReificationStyle
          Reification styles have two boolean components: whether the graph+reifier will intercept reification triples or not [if not, the only in-Jena reification is through the reifyAs operation], and whether or not reification triples will be visible in the graph.
 

Classes in com.hp.hpl.jena.shared used by com.hp.hpl.jena.reasoner.rulesys
JenaException
          This should be a superclass of exceptions arising from Jena code.
ReificationStyle
          Reification styles have two boolean components: whether the graph+reifier will intercept reification triples or not [if not, the only in-Jena reification is through the reifyAs operation], and whether or not reification triples will be visible in the graph.
 

Classes in com.hp.hpl.jena.shared used by com.hp.hpl.jena.shared
BadDescriptionException
          Exception to throw if a model (or graph) is a bad description
CannotReifyException
          The exception thrown by reifyAs if a node is bound to bits and pieces of (an)other triple(s).
DoesNotExistException
          Exception thrown when an attempt is made find an entity by name, but it cannot be located.
JenaException
          This should be a superclass of exceptions arising from Jena code.
Lock
           
PrefixMapping
          Methods for recording namepsace prefix mappings and applying and unapplying them to URIs.
ReificationStyle
          Reification styles have two boolean components: whether the graph+reifier will intercept reification triples or not [if not, the only in-Jena reification is through the reifyAs operation], and whether or not reification triples will be visible in the graph.
UpdateDeniedException
          Superclass of exceptions thrown when attempting to add/delete on a readonly graph/model.
 

Classes in com.hp.hpl.jena.shared used by com.hp.hpl.jena.shared.impl
PrefixMapping
          Methods for recording namepsace prefix mappings and applying and unapplying them to URIs.
 

Classes in com.hp.hpl.jena.shared used by com.hp.hpl.jena.util
Lock
           
PrefixMapping
          Methods for recording namepsace prefix mappings and applying and unapplying them to URIs.
 



Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP