jess
Class MathFunctions

java.lang.Object
  |
  +--jess.MathFunctions

public class MathFunctions
extends java.lang.Object
implements Userpackage, java.io.Serializable

Mathematical fucntions for Jess. The original versions of many of these were contributed by user Win Carus.

Author:
Win Carus (C)1997, Ernest J. Friedman-Hill
See Also:
Serialized Form

Constructor Summary
MathFunctions()
           
 
Method Summary
 void add(Rete engine)
          Add these functions to the given Rete object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MathFunctions

public MathFunctions()
Method Detail

add

public void add(Rete engine)
Add these functions to the given Rete object
Specified by:
add in interface Userpackage
Parameters:
engine - The rete object to get the functions installed.

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