|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--jess.Batch
The "batch" command.
(C) 1998 E.J. Friedman-Hill and the Sandia Corporation
| Constructor Summary | |
Batch()
|
|
| Method Summary | |
Value |
batch(java.lang.String filename,
Rete engine)
|
Value |
call(ValueVector vv,
Context context)
Call this function with the given argument list. |
java.lang.String |
getName()
Return the name of this function. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Batch()
| Method Detail |
public java.lang.String getName()
UserfunctiongetName in interface Userfunctionjess.Userfunction
public Value batch(java.lang.String filename,
Rete engine)
throws JessException
public Value call(ValueVector vv,
Context context)
throws JessException
Userfunctioncall in interface Userfunctionjess.Userfunctionvv - 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)
|
© 1997 E.J. Friedman-Hill and Sandia Corporation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||