|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.speckled.specksim.state.StateGenerator
public class StateGenerator
Runs a simulation and records the resultant state objects to a file
| Constructor Summary | |
|---|---|
StateGenerator(java.io.File config,
float start,
float end,
float rate,
java.lang.String output)
Constructs a new StateGenerator |
|
| Method Summary | |
|---|---|
void |
run()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StateGenerator(java.io.File config,
float start,
float end,
float rate,
java.lang.String output)
StateGenerator
config - The configuration filestart - The starting simulation time of the state log fileend - The ending simulation time of the state log filerate - The rate at which the simulation is sampledoutput - The output file name| Method Detail |
|---|
public void run()
run in interface java.lang.Runnable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||