|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectFairness.FairnessSimulation
public class FairnessSimulation
FairnessSimulation is the entry point of the simulation software.
FairnessSimulation takes two parameters. The first parameter is the input file or directory. If the input is a file, it is processed as a single simulation. If the first parameter is a directory, then FairnessSimulation will scan that directory for all files ending in ".txt" and run a single simulation for each file, one at a time. The format of the input file is described in the user guide. The second parameter is the output directory. All of the outputs from the simulation will be placed there. The user guide explains what files are generated for a given simulation, but the name of the simulation file (without its .txt extension) is the name of the simulation, and all output files will start with the name of the simulation followed by a dash.
Constructor Summary | |
---|---|
FairnessSimulation()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FairnessSimulation()
Method Detail |
---|
public static void main(java.lang.String[] args) throws SimulationException, java.io.IOException
SimulationException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |