jess
Interface Userpackage

All Known Implementing Classes:
BagFunctions, ViewFunctions

public interface Userpackage

Interface for a collection of functions, user-defined or otherwise.

(C) 1998 E.J. Friedman-Hill and the Sandia Corporation

Author:
E.J Friedman-Hill

Method Summary
 void add(Rete engine)
          Add this package of functions to the given engine by calling addUserfunction some number of times.
 

Method Detail

add

public void add(Rete engine)
Add this package of functions to the given engine by calling addUserfunction some number of times.
Parameters:
engine -  
See Also:
Rete.addUserfunction(jess.Userfunction), Rete.addUserpackage(jess.Userpackage)

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