|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--Lieu
|
+--Porte
| Constructor Summary | |
Porte()
|
|
Porte(int d1,
Salle s1,
Salle s2,
boolean b)
|
|
| Method Summary | |
Salle |
acqAutreCote(Salle s)
|
int |
acqDirection(Salle s)
|
boolean |
entrer()
|
void |
poserPorte(int d1,
Salle s1,
Salle s2,
boolean b)
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public Porte()
public Porte(int d1,
Salle s1,
Salle s2,
boolean b)
| Method Detail |
public void poserPorte(int d1,
Salle s1,
Salle s2,
boolean b)
public boolean entrer()
public int acqDirection(Salle s)
public Salle acqAutreCote(Salle s)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||