|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectFairness.SimulationBuilder
public class SimulationBuilder
SimulationBuilder builds a Simulation from the input file and returns a SimulationRunner that is used to actually execute the Simulation. The SimulationBuilder cannot be instantiated; it has only a single static method.
| Method Summary | |
|---|---|
static SimulationRunner |
buildSimulation(java.io.File input,
java.io.File outputDir)
Builds a Simulation and wraps it into a SimulationRunner for execution. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static SimulationRunner buildSimulation(java.io.File input,
java.io.File outputDir)
throws java.io.IOException,
SimulationInputException
input - non-null input fileoutputDir - non-null output directory path
java.io.IOException - if there is an error reading input files
SimulationInputException - if the input files are in the wrong format.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||