|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--FabriqueDedalePiege
Constructor Summary | |
FabriqueDedalePiege()
|
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 |
public FabriqueDedalePiege()
Method Detail |
public Dedale creeDedale()
public Mur creeMur()
public Mur creeMur(int d, Salle s)
public Salle creeSalle(int n)
public Porte creePorte()
public Porte creePorte(int d1, Salle s1, Salle s2, boolean ouverte)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |