Loader

trait Loader

The loader is the component that is responsible for the configuration file loading and environment creation.

class Object
trait Matchable
class Any

Value members

Abstract methods

Value parameters:
filePath

the configuration file with simulation parameters.

Returns:

the result of the configuration parsing.

def startEngine(configuration: Configuration): Task[Unit]

After parsing the configuration file and initializing the environment it starts the simulation engine.

After parsing the configuration file and initializing the environment it starts the simulation engine.

Returns:

the task responsible to init the engine and start the simulation.