jess
Interface IntrinsicPackage

All Known Implementing Classes:
BagFunctions, DumpFunctions, LispFunctions, MathFunctions, MiscFunctions, ModuleFunctions, MultiFunctions, PredFunctions, ReflectFunctions, StringFunctions, ViewFunctions

public interface IntrinsicPackage

Interface for a collection of built-in functions

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

Author:
E.J Friedman-Hill

Method Summary
 void add(java.util.HashMap ht)
          Add this package of functions to the given Hashtable by name.
 

Method Detail

add

public void add(java.util.HashMap ht)
Add this package of functions to the given Hashtable by name.

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