|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.reasoner.rdfsReasoner1.RDFSReasonerFactory
RDFSRuleReasonerFactory
.
Factory class for creating blank instances of the RDFS reasoner.
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 |
public static final java.lang.String URI
public static final Property scanProperties
Constructor Detail |
public RDFSReasonerFactory()
Method Detail |
public static ReasonerFactory theInstance()
public Reasoner create(Resource configuration)
create
in interface ReasonerFactory
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.public Model getCapabilities()
getCapabilities
in interface ReasonerFactory
public java.lang.String getURI()
getURI
in interface ReasonerFactory
public static void main(java.lang.String[] args)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |