|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Userfunction
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) 2013 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 |
|---|
java.lang.String getName()
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)
|
© 2013 Sandia Corporation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||