Uses of Package
com.hp.hpl.jena.reasoner.dig

Packages that use com.hp.hpl.jena.reasoner.dig
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.dig   
 

Classes in com.hp.hpl.jena.reasoner.dig used by com.hp.hpl.jena.reasoner
DIGReasoner
           This reasoner is the generator of inf-graphs that can use an external DIG inference engine to perform DL reasoning tasks.
 

Classes in com.hp.hpl.jena.reasoner.dig used by com.hp.hpl.jena.reasoner.dig
DIGAdapter
           An adapter class that mediates between a Jena InfGraph and a DIG reasoner process.
DIGConnection
           Encapsulates the connection to a DIG reasoner.
DIGConnectionPool
           Maintains a pool of active DIG connections and whether they are allocated or not.
DIGErrorResponseException
           An exception that encapsulates an error response from the DIG server, including error number and message.
DIGIdentifier
           A structure that presents identification information about the attached DIG reasoner.
DIGIteratedQueryTranslator
           A specialisation of DIG query translator that aggregates iterated queries
DIGProfile
           Encapsulates the multiple extant versions of the DIG protocol, which have different expectations as to namespaces, XML encodings, and other variables.
DIGQueryAncestorsTranslator
           Translator that generates DIG ancestors/desendants queries in response to a find queries: :X rdf:subClassOf * * rdf:subClassOf :X or similar.
DIGQueryRoleAncestorsTranslator
           Translator that generates DIG role ancestors/desendants queries in response to a find queries: :X rdf:subPropertyOf * * rdf:subPropertyOf :X or similar.
DIGQueryTranslator
           Base class for translators that map incoming RDF find patterns to DIG queries.
DIGReasoner
           This reasoner is the generator of inf-graphs that can use an external DIG inference engine to perform DL reasoning tasks.
DIGReasonerException
           Exception indicating that a problem has arisen in the interface to the DIG reasoner.
DIGReasonerFactory
           Factory class for generating instances of DIG reasoners.
 



Copyright © 2000, 2001, 2002, 2003, 2004, 2005 Hewlett-Packard Development Company, LP