jess
Class LispFunctions

java.lang.Object
  |
  +--jess.LispFunctions

public class LispFunctions
extends java.lang.Object
implements Userpackage, java.io.Serializable

Some LISP compatibility functions.

To use one of these functions from Jess, simply register the package class in your Java mainline:

     engine.addUserpackage(new LispFunctions());
 
See the README for the list of functions in this package.

(C) 1998 E.J. Friedman-Hill and the Sandia Corporation

See Also:
Serialized Form

Constructor Summary
LispFunctions()
           
 
Method Summary
 void add(Rete engine)
          Add this package of functions to the given engine by calling addUserfunction some number of times.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LispFunctions

public LispFunctions()
Method Detail

add

public void add(Rete engine)
Description copied from interface: Userpackage
Add this package of functions to the given engine by calling addUserfunction some number of times.
Specified by:
add in interface Userpackage
Tags copied from interface: Userpackage
Parameters:
engine -  
See Also:
Rete.addUserfunction(jess.Userfunction), Rete.addUserpackage(jess.Userpackage)

© 1997 E.J. Friedman-Hill and Sandia Corporation