|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jactr.scripting.JavascriptParser
public class JavascriptParser
Description of the Class
| Constructor Summary | |
|---|---|
JavascriptParser(java.io.Reader reader,
org.mozilla.javascript.Context context,
org.mozilla.javascript.Scriptable scope,
java.io.Writer output,
java.io.Writer error,
java.lang.String prompt)
Constructor for the JavascriptParser object |
|
| Method Summary | |
|---|---|
void |
defineVariable(java.lang.String variableName,
java.lang.Object object)
Description of the Method |
IModel |
loadModel(java.lang.String modelName)
Description of the Method |
void |
quit()
Description of the Method |
void |
run()
Main processing method for the JavascriptParser object |
void |
run(IModel model)
Main processing method for the JavascriptParser object |
void |
step(IModel model)
Description of the Method |
void |
step(IModel model,
int cycles)
Description of the Method |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JavascriptParser(java.io.Reader reader,
org.mozilla.javascript.Context context,
org.mozilla.javascript.Scriptable scope,
java.io.Writer output,
java.io.Writer error,
java.lang.String prompt)
reader - Description of the Parametercontext - Description of the Parameterscope - Description of the Parameteroutput - Description of the Parametererror - Description of the Parameterprompt - Description of the Parameter| Method Detail |
|---|
public void defineVariable(java.lang.String variableName,
java.lang.Object object)
variableName - Description of the Parameterobject - Description of the Parameterpublic IModel loadModel(java.lang.String modelName)
modelName - Description of the Parameter
public void quit()
public void run(IModel model)
model - Description of the Parameter
public void step(IModel model,
int cycles)
model - Description of the Parametercycles - Description of the Parameterpublic void step(IModel model)
model - Description of the Parameterpublic void run()
run in interface java.lang.Runnable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||