Classes for representing and manipulating environments from which an evacuation is to be performed. Supports reading and writing environments in JSON format.
Carlos Cotta, Pepe Gallardo, 2023
Requires JDK 17 or higher. See also pom.xml
for dependencies.
If you are using Maven, the following dependency can be added to your project:
<dependency>
<groupId>es.uma.lcc.caesium</groupId>
<artifactId>pedestrian-evacuation-simulator-environment</artifactId>
<version>1.0.0</version>
</dependency>