com.hp.hpl.jena.reasoner.rdfsReasoner1
Class RDFSReasonerFactory

java.lang.Object
  extended bycom.hp.hpl.jena.reasoner.rdfsReasoner1.RDFSReasonerFactory
All Implemented Interfaces:
ReasonerFactory

Deprecated. Obsoleted at jena2p4, replaced by RDFSRuleReasonerFactory.

public class RDFSReasonerFactory
extends java.lang.Object
implements ReasonerFactory

Factory class for creating blank instances of the RDFS reasoner.

Version:
$Revision: 1.10 $ on $Date: 2003/06/22 16:10:50 $
Author:
Dave Reynolds

Field Summary
static Property scanProperties
          Deprecated. Property used to configure the scan behaviour of the reasoner.
static java.lang.String URI
          Deprecated. Static URI for this reasoner type
 
Constructor Summary
RDFSReasonerFactory()
          Deprecated.  
 
Method Summary
 Reasoner create(Resource configuration)
          Deprecated. Constructor method that builds an instance of the associated Reasoner
 Model getCapabilities()
          Deprecated. Return a description of the capabilities of this reasoner encoded in RDF.
 java.lang.String getURI()
          Deprecated. Return the URI labelling this type of reasoner
static void main(java.lang.String[] args)
          Deprecated. Temporary testing hack
static ReasonerFactory theInstance()
          Deprecated. Return the single global instance of this factory
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

URI

public static final java.lang.String URI
Deprecated. 
Static URI for this reasoner type

See Also:
Constant Field Values

scanProperties

public static final Property scanProperties
Deprecated. 
Property used to configure the scan behaviour of the reasoner. Set to "true" to enable scanning of triples looking for rdf:_1 assertions.

Constructor Detail

RDFSReasonerFactory

public RDFSReasonerFactory()
Deprecated. 
Method Detail

theInstance

public static ReasonerFactory theInstance()
Deprecated. 
Return the single global instance of this factory


create

public Reasoner create(Resource configuration)
Deprecated. 
Constructor method that builds an instance of the associated Reasoner

Specified by:
create in interface ReasonerFactory
Parameters:
configuration - a set of arbitrary configuration information to be passed the reasoner, encoded as RDF properties of a base configuration resource, can be null in no custom configuration is required.

getCapabilities

public Model getCapabilities()
Deprecated. 
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.

Specified by:
getCapabilities in interface ReasonerFactory

getURI

public java.lang.String getURI()
Deprecated. 
Return the URI labelling this type of reasoner

Specified by:
getURI in interface ReasonerFactory

main

public static void main(java.lang.String[] args)
Deprecated. 
Temporary testing hack



Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.