ubc.cs.JLog.Extras.BSF
Class JLogBSFInit

java.lang.Object
  extended by ubc.cs.JLog.Extras.BSF.JLogBSFInit

public class JLogBSFInit
extends java.lang.Object

This class creates a BSF Manager and a Prolog BSFEngine for use of the various BSF predicates. It is loaded via a LoadClass directive in the INIT_BSFLIB.TOC file, so all initializations need to be done statically, because the constructor is never called.

Author:
Ulf Dittmer (Copyright 2005)

Constructor Summary
JLogBSFInit()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JLogBSFInit

public JLogBSFInit()