public class Run
extends java.lang.Object
Constructor and Description |
---|
Run() |
Modifier and Type | Method and Description |
---|---|
void |
execute()
Executes scenario.
|
void |
run(boolean dumpScenario,
boolean quiet,
java.lang.String... arguments)
Entrypoint for scenario execution.
|
public void run(boolean dumpScenario, boolean quiet, java.lang.String... arguments)
dumpScenario
- if the scenario should be dumpedquiet
- manimalize loggingarguments
- scenario [-- input_files]\nscenario is a sequence of blocks and scenarios (Scen::* modules or *.scen files)public void execute()