jess
Class MiscFunctions

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

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

Some miscellaneous functions.

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

     engine.addUserpackage(new MiscFunctions());
 
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
MiscFunctions()
           
 
Method Summary
 void add(Rete engine)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MiscFunctions

public MiscFunctions()
Method Detail

add

public void add(Rete engine)
Specified by:
add in interface Userpackage

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