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 RuleDerivation.getRule()
           
 Rule RuleContext.getRule()
          Returns the rule.
 Rule Rule.instantiate(BindingEnvironment env)
          Instantiate a rule given a variable binding environment.
 Rule Rule.cloneRule()
          Clone a rule, cloning any embedded variables.
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 RuleContext.setRule(Rule rule)
          Sets the rule.
 boolean LPBackwardRuleInfGraph.processBuiltin(ClauseEntry clause, Rule rule, BindingEnvironment env)
          Process a call to a builtin predicate
 void ForwardRuleInfGraphI.addBRule(Rule brule)
          Adds a new Backward rule as a rules of a forward rule process.
 void ForwardRuleInfGraphI.deleteBRule(Rule brule)
          Deletes a new Backward rule as a rules of a forward rule process.
 boolean FBRuleInfGraph.processBuiltin(ClauseEntry clause, Rule rule, BindingEnvironment env)
          Process a call to a builtin predicate
 void FBRuleInfGraph.addBRule(Rule brule)
          Adds a new Backward rule as a rusult of a forward rule process.
 void FBRuleInfGraph.deleteBRule(Rule brule)
          Deletes 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 BasicForwardRuleInfGraph.addBRule(Rule brule)
          Adds 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 BackwardRuleInfGraphI.processBuiltin(ClauseEntry clause, Rule rule, BindingEnvironment env)
          Process a call to a builtin predicate
 

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-2003 Hewlett-Packard. All Rights Reserved.