Class Porte

java.lang.Object
  |
  +--Lieu
        |
        +--Porte

public class Porte
extends Lieu


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

Porte

public Porte()

Porte

public Porte(int d1,
             Salle s1,
             Salle s2,
             boolean b)
Method Detail

poserPorte

public void poserPorte(int d1,
                       Salle s1,
                       Salle s2,
                       boolean b)

entrer

public boolean entrer()
Overrides:
entrer in class Lieu

acqDirection

public int acqDirection(Salle s)

acqAutreCote

public Salle acqAutreCote(Salle s)