|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--bsh.commands.modifyObject
Modify an object in the working memory.
WorkingMemory
Constructor Summary | |
modifyObject()
|
Method Summary | |
static void |
invoke(bsh.Interpreter interp,
bsh.NameSpace namespace,
java.lang.Object object)
Invoke the command. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public modifyObject()
Method Detail |
public static void invoke(bsh.Interpreter interp, bsh.NameSpace namespace, java.lang.Object object) throws bsh.EvalError, FactException
interp
- The bsh interpreter.namespace
- The bsh namespace.object
- The object to modify.
bsh.EvalError
- If a bsh evaluation error occurs.
FactException
- If there is a RETE fact modification exception.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |