|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjist.runtime.Entity.Empty
jist.runtime.Bootstrap
jist.runtime.Bootstrap.Jython
static class Bootstrap.Jython
A special-purpose Entity used to bootstrap the simulation. It processes a Jython script.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class jist.runtime.Bootstrap |
---|
Bootstrap.Bsh, Bootstrap.JavaMain, Bootstrap.Jython, Bootstrap.StaticRunnableCaller |
Nested classes/interfaces inherited from interface jist.runtime.Entity |
---|
Entity.Empty, Entity.Static |
Field Summary |
---|
Fields inherited from class jist.runtime.Bootstrap |
---|
method_startSimulation |
Fields inherited from class jist.runtime.Entity.Empty |
---|
_jistField__ref |
Constructor Summary | |
---|---|
Bootstrap.Jython()
|
Method Summary | |
---|---|
void |
startSimulation(Rewriter rewriter,
java.lang.String scriptname,
java.lang.String[] args,
java.lang.Object properties)
Entity method (invoked in simulation time) to perform bootstrap event. |
Methods inherited from class jist.runtime.Bootstrap |
---|
create |
Methods inherited from class jist.runtime.Entity.Empty |
---|
_jistMethod_Get__ref, _jistMethod_Set__ref |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
Bootstrap.Jython()
Method Detail |
---|
public void startSimulation(Rewriter rewriter, java.lang.String scriptname, java.lang.String[] args, java.lang.Object properties)
startSimulation
in class Bootstrap
rewriter
- rewriting class loader instancescriptname
- script or application nameargs
- command-line argumentsproperties
- object passed through to specific bootstrap implementation
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |