Class FabriqueDedaleNormal

java.lang.Object
  |
  +--FabriqueDedaleNormal

public class FabriqueDedaleNormal
extends java.lang.Object
implements FabriqueDedale


Constructor Summary
FabriqueDedaleNormal()
           
 
Method Summary
 Dedale creeDedale()
           
 Mur creeMur()
           
 Mur creeMur(int d, Salle s)
           
 Porte creePorte()
           
 Porte creePorte(int d1, Salle s1, Salle s2, boolean ouverte)
           
 Salle creeSalle(int n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FabriqueDedaleNormal

public FabriqueDedaleNormal()
Method Detail

creeDedale

public Dedale creeDedale()
Specified by:
creeDedale in interface FabriqueDedale

creeMur

public Mur creeMur()
Specified by:
creeMur in interface FabriqueDedale

creeMur

public Mur creeMur(int d,
                   Salle s)
Specified by:
creeMur in interface FabriqueDedale

creeSalle

public Salle creeSalle(int n)
Specified by:
creeSalle in interface FabriqueDedale

creePorte

public Porte creePorte()
Specified by:
creePorte in interface FabriqueDedale

creePorte

public Porte creePorte(int d1,
                       Salle s1,
                       Salle s2,
                       boolean ouverte)
Specified by:
creePorte in interface FabriqueDedale