Uses of Class
com.hp.hpl.jena.reasoner.rulesys.FBRuleReasoner

Packages that use FBRuleReasoner
com.hp.hpl.jena.reasoner.rulesys Provides a selection of simple rule engines for Jena inference models. 
 

Uses of FBRuleReasoner in com.hp.hpl.jena.reasoner.rulesys
 

Subclasses of FBRuleReasoner in com.hp.hpl.jena.reasoner.rulesys
 class DAMLMicroReasoner
          We do not support DAML inference.
 class GenericRuleReasoner
          A reasoner interface that is able to invoke any of the useful rule engine combinations.
 class OWLFBRuleReasoner
          A hybrid forward/backward implementation of the OWL closure rules.
 class OWLMicroReasoner
          Reasoner configuration for the OWL micro reasoner.
 class OWLMiniReasoner
          Reasoner configuration for the OWL mini reasoner.
 class RDFSFBRuleReasoner
          A backward chaining implementation of the RDFS closure rules based upon the basic backward rule interpreter.
 class RDFSForwardRuleReasoner
          A pure forward chaining implementation of the RDFS closure rules based upon the basic forward rule interpreter.
 class RDFSRuleReasoner
          A full implemention of RDFS reasoning using a hybrid rule system, together with optimized subclass/subproperty closure using the transitive graph caches.
 

Methods in com.hp.hpl.jena.reasoner.rulesys that return FBRuleReasoner
 FBRuleReasoner FBRuleReasoner.addRules(java.util.List<Rule> rules)
          Add the given rules to the current set and answer this Reasoner.
 



Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP