jess
Class ReflectFunctions

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

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

Java Reflection for Jess.

This stuff is suprisingly powerful! Right now we don't handle multi-dimensional arrays, but I think we don't miss anything else.

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

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

Constructor Summary
ReflectFunctions()
           
 
Method Summary
 void add(Rete engine)
          Actually add the package to the Rete object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectFunctions

public ReflectFunctions()
Method Detail

add

public void add(Rete engine)
Actually add the package to the Rete object.
Specified by:
add in interface Userpackage
Parameters:
engine - The Rete object to add this package to.

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