|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ReasonerFactory | |
| 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.reasoner | The Jena2 reasoner subsystem is designed to allow a range of inference engines to be plugged into Jena. |
| com.hp.hpl.jena.reasoner.rdfsReasoner1 | This package contains an example RDFS reasoner. |
| com.hp.hpl.jena.reasoner.transitiveReasoner | This package contains a reasoner which supports transitive-reflexive closure of subPropertyOf and subClassOf relations. |
| Uses of ReasonerFactory in com.hp.hpl.jena.ontology |
| Methods in com.hp.hpl.jena.ontology that return ReasonerFactory | |
ReasonerFactory |
OntModelSpec.getReasonerFactory()
Answer the current reasoner factory |
| Methods in com.hp.hpl.jena.ontology with parameters of type ReasonerFactory | |
void |
OntModelSpec.setReasonerFactory(ReasonerFactory rFactory)
Set the factory object that will be used to generate the reasoner object for this model specification. |
| Constructors in com.hp.hpl.jena.ontology with parameters of type ReasonerFactory | |
OntModelSpec(ModelMaker maker,
OntDocumentManager docMgr,
ReasonerFactory rFactory,
java.lang.String languageURI)
Construct a new ontology model specification with the given specification parameters |
|
| Uses of ReasonerFactory in com.hp.hpl.jena.reasoner |
| Methods in com.hp.hpl.jena.reasoner that return ReasonerFactory | |
ReasonerFactory |
ReasonerRegistry.getFactory(java.lang.String uri)
Return the factory for the given reasoner. |
| Methods in com.hp.hpl.jena.reasoner with parameters of type ReasonerFactory | |
void |
ReasonerRegistry.register(ReasonerFactory factory)
Register a Reasoner. |
void |
ReasonerRegistry.register(java.lang.String reasonerUri,
ReasonerFactory factory)
Register a Reasoner - simple case with no RDF description. |
| Uses of ReasonerFactory in com.hp.hpl.jena.reasoner.rdfsReasoner1 |
| Classes in com.hp.hpl.jena.reasoner.rdfsReasoner1 that implement ReasonerFactory | |
class |
RDFSReasonerFactory
Deprecated. Obsoleted at jena2p4, replaced by RDFSRuleReasonerFactory. |
| Methods in com.hp.hpl.jena.reasoner.rdfsReasoner1 that return ReasonerFactory | |
static ReasonerFactory |
RDFSReasonerFactory.theInstance()
Deprecated. Return the single global instance of this factory |
| Uses of ReasonerFactory in com.hp.hpl.jena.reasoner.transitiveReasoner |
| Classes in com.hp.hpl.jena.reasoner.transitiveReasoner that implement ReasonerFactory | |
class |
TransitiveReasonerFactory
Factory class for creating blank instances of the transitive reasoner. |
| Methods in com.hp.hpl.jena.reasoner.transitiveReasoner that return ReasonerFactory | |
static ReasonerFactory |
TransitiveReasonerFactory.theInstance()
Return the single global instance of this factory |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||