jess
Class ViewFunctions

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

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

A nifty graphical Rete Network viewer for Jess.

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

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

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

Constructor Detail

ViewFunctions

public ViewFunctions()
Method Detail

add

public void add(Rete engine)
Called by a Rete object when you add this to an engine.
Specified by:
add in interface Userpackage
Following copied from interface: jess.Userpackage
Parameters:
engine -  
See Also:
Rete.addUserfunction(jess.Userfunction), Rete.addUserpackage(jess.Userpackage)

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