|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgridiq.GridIQ
public class GridIQ
The main class of the application, containing the entry point for running a simulation from the command line.
Field Summary | |
---|---|
(package private) SimulationController |
sim
|
Constructor Summary | |
---|---|
GridIQ()
Reads in the global configuration file in order to set global simulation properties. |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
The entry point of the application. |
void |
run(java.lang.String projectFilePath)
Runs a simulation as specified in the given project file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
SimulationController sim
Constructor Detail |
---|
public GridIQ() throws java.lang.Exception
java.lang.Exception
Method Detail |
---|
public void run(java.lang.String projectFilePath) throws java.lang.Exception
projectFilePath
- the path to the project file.
java.lang.Exception
public static void main(java.lang.String[] args)
args
- the path to the project file for the simulation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |