Uses of Class
ubc.cs.JLog.Foundation.jRule

Packages that use jRule
ubc.cs.JLog.Foundation   
ubc.cs.JLog.Parser   
ubc.cs.JLog.Terms   
 

Uses of jRule in ubc.cs.JLog.Foundation
 

Methods in ubc.cs.JLog.Foundation that return jRule
 jRule jRuleDefinitions.getRuleAt(int n)
           
 

Methods in ubc.cs.JLog.Foundation with parameters of type jRule
 void jKnowledgeBase.addRule(jRule r)
           
 void jRuleDefinitions.addRule(jRule fn)
          Add a rule to the definitions.
 void jKnowledgeBase.addRuleFirst(jRule r)
           
 void jRuleDefinitions.addRuleFirst(jRule fn)
          Add a rule to the begining of the rule definitions.
 void jKnowledgeBase.addRuleLast(jRule r)
           
 void jRuleDefinitions.addRuleLast(jRule fn)
          Add a rule to the end of the rule definitions.
 void jKnowledgeBase.removeRule(jRule r)
           
 void jRuleDefinitions.removeRule(jRule fn)
          Remove a rule from the rule definitions.
 boolean jDynamicRuleDefinitions.retractUnifyRule(jRule rule, jUnifiedVector v)
          Attempts to retract a rule from the rule definition.
 

Uses of jRule in ubc.cs.JLog.Parser
 

Methods in ubc.cs.JLog.Parser with parameters of type jRule
 void pUpdateDatabaseRules.addRule(jRule r)
           
 

Uses of jRule in ubc.cs.JLog.Terms
 

Subclasses of jRule in ubc.cs.JLog.Terms
 class jBuiltinRule
          This class is a type stub that permits differentiating between user and builtin rules.
 

Methods in ubc.cs.JLog.Terms that return jRule
 jRule jDCG.makeDCGRule()
           
 

Methods in ubc.cs.JLog.Terms with parameters of type jRule
protected  void jPredefined.addRules(jRule[] r)
           
 



Copyright © 2011. All Rights Reserved.