jess
Interface Userpackage


public interface Userpackage

Interface for a collection of functions, user-defined or otherwise. This is just a convenient way to collect a group of functions together -- its use is optional.

(C) 2005 Sandia National Laboratories


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)

© 2006 Sandia Corporation