Interface Porte

All Known Implementing Classes:
PorteNormale

public abstract interface Porte


Method Summary
 Salle acqAutreCote(Salle s)
           
 int acqDirection(Salle s)
           
 void poserPorte(int d1, Salle s1, Salle s2, boolean b)
           
 

Method Detail

poserPorte

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

acqDirection

public int acqDirection(Salle s)

acqAutreCote

public Salle acqAutreCote(Salle s)