|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MakesSimState
An interface for classes capable of creating SimState subclasses. Typically you wouldn't use this interface; but rather it is used internaly in the SimState.doLoop methods.
| Method Summary | |
|---|---|
SimState |
newInstance(long seed,
java.lang.String[] args)
Creates a SimState subclass with the given random number seed and command-line arguments passed into main(...). |
java.lang.Class |
simulationClass()
Returns the class of the SimState subclass that will be generated. |
| Method Detail |
|---|
SimState newInstance(long seed,
java.lang.String[] args)
java.lang.Class simulationClass()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||