jess
Class DumpFunctions

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

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

Implements the Jess functions bload and bsave.

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

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

Constructor Summary
DumpFunctions()
           
 
Method Summary
 void add(Rete engine)
          Add this collection of functions to a Rete engine
 void addJessListener(JessListener jel)
          Register a listener that want to know when a bload/bsave has occurred.
 void removeJessListener(JessListener jel)
          Remove a listener that no longer wants to know when a bload/bsave has occurred.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DumpFunctions

public DumpFunctions()
Method Detail

add

public void add(Rete engine)
Add this collection of functions to a Rete engine
Specified by:
add in interface Userpackage
Parameters:
engine - The Rete object to add the functions to

addJessListener

public void addJessListener(JessListener jel)
Register a listener that want to know when a bload/bsave has occurred.
Parameters:
jel - The listener

removeJessListener

public void removeJessListener(JessListener jel)
Remove a listener that no longer wants to know when a bload/bsave has occurred.
Parameters:
jel - The listener

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