summaryrefslogtreecommitdiff
path: root/src/ch/epfl/maze/simulation/DaedalusSimulation.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/ch/epfl/maze/simulation/DaedalusSimulation.java')
-rw-r--r--src/ch/epfl/maze/simulation/DaedalusSimulation.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ch/epfl/maze/simulation/DaedalusSimulation.java b/src/ch/epfl/maze/simulation/DaedalusSimulation.java
index 90ff4a7..3a8bf64 100644
--- a/src/ch/epfl/maze/simulation/DaedalusSimulation.java
+++ b/src/ch/epfl/maze/simulation/DaedalusSimulation.java
@@ -12,6 +12,8 @@ import java.util.*;
12 * Simulation of a predation environment. Handles the next moves of every 12 * Simulation of a predation environment. Handles the next moves of every
13 * predator and prey in a Daedalus, as well as the animation by notifying 13 * predator and prey in a Daedalus, as well as the animation by notifying
14 * changes to it. The simulation finishes when every prey has been caught. 14 * changes to it. The simulation finishes when every prey has been caught.
15 *
16 * @author EPFL
15 */ 17 */
16public final class DaedalusSimulation implements Simulation { 18public final class DaedalusSimulation implements Simulation {
17 19