|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for all functions, user-defined or otherwise, callable from the Jess language. For every Jess function, a class implementing this interface is defined.
(C) 1998 E.J. Friedman-Hill and the Sandia Corporation
| Method Summary | |
Value |
call(ValueVector vv,
Context context)
Call this function with the given argument list. |
java.lang.String |
getName()
Return the name of this function. |
| Method Detail |
public java.lang.String getName()
public Value call(ValueVector vv,
Context context)
throws JessException
vv - The argument list. The function name will be the 0th element.context - The execution context for resolving arguments.
JessException - If anything goes wrong.Value.resolveValue(jess.Context)
|
© 2001 E.J. Friedman-Hill and Sandia Corporation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||