Object AlchemistMultiVesta
-
- All Implemented Interfaces:
public class AlchemistMultiVesta
Starts Alchemist.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
AlchemistMultiVesta.AlchemistWouldHaveExitedException
This exception is thrown in place of calling System.exit when the simulator is used in debug mode. The exitStatus returns the exit status the execution would have had.
-
Field Summary
Fields Modifier and Type Field Description public final static Long
MAX_WAIT_SECONDS
public final static AlchemistMultiVesta
INSTANCE
-
Method Summary
Modifier and Type Method Description final static Unit
main(Array<String> args)
final AlchemistSimulationAdapter
launchSimulation(Integer seed)
Launch a new simulation with the specified seed. -
-
Method Detail
-
launchSimulation
final AlchemistSimulationAdapter launchSimulation(Integer seed)
Launch a new simulation with the specified seed. This method is thread-safe.
-
-
-
-