|
||||||||||
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. You can implement this
interface and then call Rete.addUserfunction(jess.Userfunction)
to add your function
to Jess.
(C) 2006 Sandia National Laboratories
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)
|
© 2007 Sandia Corporation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |