jess
Class PredFunctions

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

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

Predicate functions (is X of type Y?).

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

Author:
Ernest J. Friedman-Hill
See Also:
Serialized Form

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

Constructor Detail

PredFunctions

public PredFunctions()
Method Detail

add

public void add(Rete engine)
Add these functions to a Rete object.
Specified by:
add in interface Userpackage
Parameters:
engine - The Rete object

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