|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jess.MiscFunctions
Some miscellaneous functions.
To use one of these functions from Jess, simply register the package class in your Java mainline:
engine.addUserpackage(new MiscFunctions());See the README for the list of functions in this package.
(C) 1998 E.J. Friedman-Hill and the Sandia Corporation
Constructor Summary | |
MiscFunctions()
|
Method Summary | |
void |
add(Rete engine)
Add this package of functions to the given engine by calling addUserfunction some number of times. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public MiscFunctions()
Method Detail |
public void add(Rete engine)
engine
- Rete.addUserfunction(jess.Userfunction)
,
Rete.addUserpackage(jess.Userpackage)
|
© 1997 E.J. Friedman-Hill and Sandia Corporation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |