jess
Class BagFunctions

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

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

User-defined functions for manipulating 'bags' of properties.

(C) 1997 Ernest J. Friedman-Hill and Sandia National Laboratories

Author:
Ernest J. Friedman-Hill
See Also:
Serialized Form

Constructor Summary
BagFunctions()
           
 
Method Summary
 void add(java.util.HashMap table)
          Add this package of functions to the given Hashtable by name.
 void add(Rete engine)
          Actually add the package to the Rete object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BagFunctions

public BagFunctions()
Method Detail

add

public void add(Rete engine)
Actually add the package to the Rete object.
Specified by:
add in interface Userpackage
Parameters:
engine - The Rete object to add this package to.

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