|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectru.igis.omtab.scenario.JessScenario
public class JessScenario
Reference implementation of scenario mechanism Implement execution of Jess commands For now implement execution of command "batch" and also execution of arrbitrary Jess command
Constructor Summary | |
---|---|
JessScenario()
Creates a new instance of JessScenario |
Method Summary | |
---|---|
void |
batch(java.lang.String path)
Method to execute Jess command "batch" |
void |
executeCommand(java.lang.String cmd)
Method to execute arbitrary Jess command |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JessScenario()
Method Detail |
---|
public void batch(java.lang.String path) throws jess.JessException
path
- - path to batch file
jess.JessException
- -public void executeCommand(java.lang.String cmd) throws jess.JessException
cmd
- - command string, for example "(bind ?x(* 2 2))"
jess.JessException
- -
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |