public interface MakesSimState
Modifier and Type | Method and Description |
---|---|
java.lang.reflect.Constructor[] |
getConstructors()
Returns the constructors of the SimState subclass that will be generated.
|
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.
|
SimState newInstance(long seed, java.lang.String[] args)
java.lang.Class simulationClass()
java.lang.reflect.Constructor[] getConstructors()