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

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

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

Methods in com.hp.hpl.jena.reasoner.rulesys that return Rule
 Rule Rule.cloneRule()
          Clone a rule, cloning any embedded variables.
 Rule RuleDerivation.getRule()
           
 Rule RuleContext.getRule()
          Returns the rule.
 Rule Rule.instantiate(BindingEnvironment env)
          Instantiate a rule given a variable binding environment.
 Rule Rule.Parser.parseRule()
          Parse a rule, terminated by a "]" or "." character.
static Rule Rule.parseRule(java.lang.String source)
          Parse a string as a rule.
 

Methods in com.hp.hpl.jena.reasoner.rulesys with parameters of type Rule
 void ForwardRuleInfGraphI.addBRule(Rule brule)
          Adds a new Backward rule as a rules of a forward rule process.
 void FBRuleInfGraph.addBRule(Rule brule)
          Adds a new Backward rule as a rusult of a forward rule process.
 void BasicForwardRuleInfGraph.addBRule(Rule brule)
          Adds a new Backward rule as a rules of a forward rule process.
 void FBRuleInfGraph.addRuleDuringPrepare(Rule rule)
          Add a new rule to the rule set.
 void ForwardRuleInfGraphI.deleteBRule(Rule brule)
          Deletes a new Backward rule as a rules of a forward rule process.
 void FBRuleInfGraph.deleteBRule(Rule brule)
          Deletes a new Backward rule as a rules of a forward rule process.
 void BasicForwardRuleInfGraph.deleteBRule(Rule brule)
          Deletes a new Backward rule as a rules of a forward rule process.
 boolean LPBackwardRuleInfGraph.processBuiltin(ClauseEntry clause, Rule rule, BindingEnvironment env)
          Process a call to a builtin predicate
 boolean FBRuleInfGraph.processBuiltin(ClauseEntry clause, Rule rule, BindingEnvironment env)
          Process a call to a builtin predicate
 boolean BackwardRuleInfGraphI.processBuiltin(ClauseEntry clause, Rule rule, BindingEnvironment env)
          Process a call to a builtin predicate
 void RuleContext.setRule(Rule rule)
          Sets the rule.
 

Constructors in com.hp.hpl.jena.reasoner.rulesys with parameters of type Rule
RuleDerivation(Rule rule, Triple conclusion, java.util.List matches, InfGraph infGraph)
          Constructor
 



Copyright © 2000, 2001, 2002, 2003, 2004, 2005 Hewlett-Packard Development Company, LP