ConfigBoundary
ConfigBoundary is a special type of Boundary dedicated to the start of the visual part of the simulator. This allow to upload the configuration and start the simulation. So it's a special boundary, that is different respect to the other ones.
Value members
Abstract methods
This method allow the caller to obtain the path of the configuration file for the simulation.
This method allow the caller to obtain the path of the configuration file for the simulation.
- Returns:
the task
Inherited methods
Consume the current state of the simulation.
Consume the current state of the simulation.
- Value parameters:
- env
the current environment
- Returns:
the task
- Inherited from:
- Boundary
Every boundary can produce events and the control part of the architecture may be interested in.
Every boundary can produce events and the control part of the architecture may be interested in.
- Returns:
the observable that emit events for the boundary
- Inherited from:
- Boundary
Start the simulation display.
Start the simulation display.
- Returns:
the task
- Inherited from:
- Boundary