jess
Interface Userpackage

All Known Implementing Classes:
ViewFunctions

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) 2013 Sandia Corporation


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

Method Detail

add

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

Parameters:
engine -
See Also:
Rete.addUserfunction(jess.Userfunction), Rete.addUserpackage(jess.Userpackage)

© 2013 Sandia Corporation