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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product