Factory class for creating blank instances of the transitive reasoner.
author: Dave Reynolds version: $Revision: 1.16 $ on $Date: 2008/01/02 12:07:50 $
create(Resource configuration) Constructor method that builds an instance of the associated Reasoner
Parameters: configuration - a set of arbitrary configuration information to be passed the reasoner encoded within an RDF graph.
Constructor method that builds an instance of the associated Reasoner
Parameters: configuration - a set of arbitrary configuration information to be passed the reasoner encoded within an RDF graph. This reasoner has noconfiguration parameters so this arg is always ignored.
Return a description of the capabilities of this reasoner encoded in
RDF. This method is normally called by the ReasonerRegistry which caches
the resulting information so dynamically creating here is not really an overhead.