|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--jess.BagFunctions
User-defined functions for manipulating 'bags' of properties.
To use one of these functions from your programs, simply register the package class in your Java mainline:
engine.addUserpackage(new jess.BagFunctions());
(C) 1997 Ernest J. Friedman-Hill and Sandia National Laboratories
| Constructor Summary | |
BagFunctions()
|
|
| 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 |
public BagFunctions()
| Method Detail |
public void add(Rete engine)
engine - The Rete object to add this package to.
|
© 1997 E.J. Friedman-Hill and Sandia Corporation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||