jess
Class MultiFunctions

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

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

Functions to deal with multifields. Many of these functions were contributed by Win Carus (Win_Carus@inso.com)

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

 engine.addUserpackage(new MultiFunctions());
 
See the README filefor a list of functions in this package.

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

Author:
Win Carus, E.J. Friedman-Hill
See Also:
Serialized Form

Constructor Summary
MultiFunctions()
           
 
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

MultiFunctions

public MultiFunctions()
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
Parameters:
engine -  

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