jess.awt
Class ViewFunctions

java.lang.Object
  extended by jess.awt.ViewFunctions
All Implemented Interfaces:
Userpackage

public class ViewFunctions
extends java.lang.Object
implements Userpackage

A nifty graphical Rete Network viewer for Jess.

(C) 2013 Sandia Corporation


Constructor Summary
ViewFunctions()
           
 
Method Summary
 void add(Rete engine)
          Add this package of functions to the given engine by calling Rete.addUserfunction(Userfunction) some number of times.
 
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)
Description copied from interface: Userpackage
Add this package of functions to the given engine by calling Rete.addUserfunction(Userfunction) some number of times.

Specified by:
add in interface Userpackage
See Also:
Rete.addUserfunction(jess.Userfunction), Rete.addUserpackage(jess.Userpackage)

© 2013 Sandia Corporation