|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Main.CommandLineOptions | |
---|---|
jist.runtime | Provides the entire JiST (Java in Simulation Time) runtime framework and simulation time functionality. |
Uses of Main.CommandLineOptions in jist.runtime |
---|
Fields in jist.runtime declared as Main.CommandLineOptions | |
---|---|
Main.CommandLineOptions |
RemoteJist.Job.options
command-line parameters. |
Methods in jist.runtime with parameters of type Main.CommandLineOptions | |
---|---|
static void |
Main.runClient(Main.CommandLineOptions options)
Run a JiST client. |
static void |
Main.runServer(java.lang.String host,
Main.CommandLineOptions options)
Run a JiST server. |
static void |
Main.runSimulation(Main.CommandLineOptions options,
java.util.Properties properties,
RemoteJist.JistClientRemote remote,
java.io.PrintStream serverOut,
RemoteJist.PingRemote ping)
Run a single simulation with given command-line options. |
static void |
Main.runSimulationRedirect(Main.CommandLineOptions options,
java.util.Properties properties,
RemoteJist.JistClientRemote remote)
Redirect output streams and run simulation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |