Uses of Interface
org.apache.jena.reasoner.ReasonerFactory
Packages that use ReasonerFactory
Package
Description
Provides a set of abstractions and convenience classes for accessing and manipluating ontologies
represented in RDF.
The Jena2 reasoner subsystem is designed to allow a range of inference
engines to be plugged into Jena.
Provides a selection of simple rule engines for Jena inference models.
Internal implementation objects used by the rule system interpreters
and compilers.
This package contains a reasoner which supports transitive-reflexive closure
of subPropertyOf and subClassOf relations.
-
Uses of ReasonerFactory in org.apache.jena.assembler.assemblers
Methods in org.apache.jena.assembler.assemblers that return ReasonerFactoryModifier and TypeMethodDescriptionstatic ReasonerFactoryReasonerFactoryAssembler.getReasonerFactoryByURL(Resource root, Resource reasonerURL) Answer a ReasonerFactory which delivers reasoners with the given URLreasonerURL. -
Uses of ReasonerFactory in org.apache.jena.ontology
Methods in org.apache.jena.ontology that return ReasonerFactoryModifier and TypeMethodDescriptionOntModelSpec.getReasonerFactory()Deprecated, for removal: This API element is subject to removal in a future version.Answer the current reasoner factoryMethods in org.apache.jena.ontology with parameters of type ReasonerFactoryModifier and TypeMethodDescriptionvoidOntModelSpec.setReasonerFactory(ReasonerFactory rFactory) Deprecated, for removal: This API element is subject to removal in a future version.Set the factory object that will be used to generate the reasoner object for this model specification.Constructors in org.apache.jena.ontology with parameters of type ReasonerFactoryModifierConstructorDescriptionOntModelSpec(String baseModelName, ModelMaker baseMaker, ModelMaker importsMaker, OntDocumentManager docMgr, ReasonerFactory rFactory, String languageURI) Deprecated, for removal: This API element is subject to removal in a future version.Construct a new ontology model specification from the supplied components.OntModelSpec(ModelMaker baseMaker, ModelMaker importsMaker, OntDocumentManager docMgr, ReasonerFactory rFactory, String languageURI) Deprecated, for removal: This API element is subject to removal in a future version.Construct a new ontology model specification from the supplied components.OntModelSpec(ModelMaker importsMaker, OntDocumentManager docMgr, ReasonerFactory rFactory, String languageURI) Deprecated, for removal: This API element is subject to removal in a future version.Construct a new ontology model specification with the given specification parameters -
Uses of ReasonerFactory in org.apache.jena.reasoner
Methods in org.apache.jena.reasoner that return ReasonerFactoryModifier and TypeMethodDescriptionReasonerRegistry.getFactory(String uri) Return the factory for the given reasoner.Methods in org.apache.jena.reasoner with parameters of type ReasonerFactoryModifier and TypeMethodDescriptionvoidReasonerRegistry.register(String reasonerUri, ReasonerFactory factory) Register a Reasoner - simple case with no RDF description.voidReasonerRegistry.register(ReasonerFactory factory) Register a Reasoner. -
Uses of ReasonerFactory in org.apache.jena.reasoner.rulesys
Subinterfaces of ReasonerFactory in org.apache.jena.reasoner.rulesysModifier and TypeInterfaceDescriptioninterfaceRuleReasonerFactory - a ReasonerFactory interface which allows rules to be set up to be installed into each reasoner this factory produces.Classes in org.apache.jena.reasoner.rulesys that implement ReasonerFactoryModifier and TypeClassDescriptionclassFactory object for creating general rule reasoner instances.classFactory class for creating blank instances of the OWL Reasoner.classReasoner factory for the OWL micro configuration.classReasoner factory for the OWL mini configuration.classFactory class for creating blank instances of the hybrid rule RDFS reasoner.classFactory class for creating blank instances of the hybrid rule RDFS reasoner with TGC support.Methods in org.apache.jena.reasoner.rulesys that return ReasonerFactoryModifier and TypeMethodDescriptionstatic ReasonerFactoryOWLFBRuleReasonerFactory.theInstance()Return the single global instance of this factorystatic ReasonerFactoryOWLMicroReasonerFactory.theInstance()Return the single global instance of this factorystatic ReasonerFactoryOWLMiniReasonerFactory.theInstance()Return the single global instance of this factorystatic ReasonerFactoryRDFSFBRuleReasonerFactory.theInstance()Return the single global instance of this factorystatic ReasonerFactoryRDFSRuleReasonerFactory.theInstance()Return the single global instance of this factoryConstructors in org.apache.jena.reasoner.rulesys with parameters of type ReasonerFactoryModifierConstructorDescriptionBasicForwardRuleReasoner(List<Rule> rules, ReasonerFactory factory) ConstructorFBRuleReasoner(List<Rule> rules, ReasonerFactory factory) ConstructorFBRuleReasoner(ReasonerFactory factory) ConstructorFBRuleReasoner(ReasonerFactory factory, Resource configuration) ConstructorGenericRuleReasoner(List<Rule> rules, ReasonerFactory factory) ConstructorGenericRuleReasoner(ReasonerFactory factory, Resource configuration) ConstructorLPBackwardRuleReasoner(List<Rule> rules, ReasonerFactory factory) ConstructorOWLFBRuleReasoner(ReasonerFactory factory) ConstructorOWLMicroReasoner(ReasonerFactory factory) ConstructorOWLMiniReasoner(ReasonerFactory factory) ConstructorRDFSFBRuleReasoner(ReasonerFactory parent) ConstructorConstructorRDFSRuleReasoner(ReasonerFactory parent) ConstructorRDFSRuleReasoner(ReasonerFactory factory, Resource configuration) Constructor -
Uses of ReasonerFactory in org.apache.jena.reasoner.rulesys.impl
Classes in org.apache.jena.reasoner.rulesys.impl that implement ReasonerFactoryModifier and TypeClassDescriptionfinal classWrappedReasonerFactory - a wrapper round ReasonerFactories that accepts a Resource configuring initial rules, schemas, etc.Constructors in org.apache.jena.reasoner.rulesys.impl with parameters of type ReasonerFactory -
Uses of ReasonerFactory in org.apache.jena.reasoner.transitiveReasoner
Classes in org.apache.jena.reasoner.transitiveReasoner that implement ReasonerFactoryModifier and TypeClassDescriptionclassFactory class for creating blank instances of the transitive reasoner.Methods in org.apache.jena.reasoner.transitiveReasoner that return ReasonerFactoryModifier and TypeMethodDescriptionstatic ReasonerFactoryTransitiveReasonerFactory.theInstance()Return the single global instance of this factory