AppArgs
io.github.srs.AppArgs
final case class AppArgs(headless: Boolean, path: Option[String], simulationTime: Option[Long], seed: Option[Long])
Arguments for the application.
Value parameters
- headless
-
true if the application should run in headless mode (CLI), false for GUI mode.
- path
-
the path to the configuration file.
- seed
-
the seed for the random number generator.
- simulationTime
-
the time to run the simulation for (in milliseconds).
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article