Launch
Launch base config (End of the world)
Type members
Inherited classlikes
Implementation of the engine component.
Implementation of the engine component.
- Value parameters:
- config
the simulation configuration
- Inherited from:
- Component
case class EnvironmentImpl(time: TimeStamp, gridSide: Int, externalEntities: Set[SimulationEntity], structures: Set[SimulationStructure], virus: Virus, environmentDuration: DurationTime, deadEntities: Set[SimulationEntity]) extends Environment
- Inherited from:
- Component
Implementation of the launcher component.
Implementation of the launcher component.
- Inherited from:
- Component
Value members
Concrete methods
Concrete fields
Inherited fields
All the boundaries that are inside the system.
All the boundaries that are inside the system.
- Inherited from:
- Provider
The current parser of the configuration
The current parser of the configuration
- Inherited from:
- Provider