fabriqueAbstraite
Class FabriqueDedaleNormal
java.lang.Object
|
+--fabriqueAbstraite.FabriqueDedaleNormal
- All Implemented Interfaces:
- FabriqueDedale
- public class FabriqueDedaleNormal
- extends java.lang.Object
- implements FabriqueDedale
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FabriqueDedaleNormal
public FabriqueDedaleNormal()
creeDedale
public brique.Dedale creeDedale()
- Specified by:
creeDedale
in interface FabriqueDedale
creeMur
public brique.Mur creeMur()
- Specified by:
creeMur
in interface FabriqueDedale
creeMur
public brique.Mur creeMur(int d,
brique.Salle s)
- Specified by:
creeMur
in interface FabriqueDedale
creeSalle
public brique.Salle creeSalle(int n)
- Specified by:
creeSalle
in interface FabriqueDedale
creePorte
public brique.Porte creePorte()
- Specified by:
creePorte
in interface FabriqueDedale
creePorte
public brique.Porte creePorte(int d1,
brique.Salle s1,
brique.Salle s2,
boolean ouverte)
- Specified by:
creePorte
in interface FabriqueDedale
getName
public java.lang.String getName()
- Specified by:
getName
in interface FabriqueDedale