Class LabyrinthRepository

java.lang.Object
org.progettoedids.repositories.LabyrinthRepository

public class LabyrinthRepository extends Object
This class holds a map composed of Labyrinth names and associated Labyrinth.Builder(s).

Labyrinth(s) can be added, retrieved built or removed by calling the respective methods. It's not possible to add a Labyrinth whose name is already present in the repository, in order to so it's necessary to remove it first.