jess
Class MultiFunctions

java.lang.Object
  |
  +--jess.MultiFunctions
All Implemented Interfaces:
IntrinsicPackage, java.io.Serializable

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

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

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(java.util.HashMap table)
          Add this package of functions to the given Hashtable by name.
 
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(java.util.HashMap table)
Description copied from interface: IntrinsicPackage
Add this package of functions to the given Hashtable by name.
Specified by:
add in interface IntrinsicPackage

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