ubc.cs.JLog.Terms
Class jPredefinedTerms

java.lang.Object
  extended by ubc.cs.JLog.Terms.jPredefined
      extended by ubc.cs.JLog.Terms.jPredefinedTerms

public class jPredefinedTerms
extends jPredefined

Registers the core operator and predicate entries with their corresponding registries for use by the parser.

Author:
Glendon Holst

Constructor Summary
jPredefinedTerms(jPrologServices ps)
           
 
Method Summary
 void register()
           
protected  void registerOperators()
           
protected  void registerPredicates()
           
 
Methods inherited from class ubc.cs.JLog.Terms.jPredefined
addOperator, addPredicate, addRuleDefinitions, addRules, consultDatabase, getLibrary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

jPredefinedTerms

public jPredefinedTerms(jPrologServices ps)
Method Detail

register

public void register()
Specified by:
register in class jPredefined

registerPredicates

protected void registerPredicates()

registerOperators

protected void registerOperators()