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)
          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

MiscFunctions

public MiscFunctions()
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