Interface Mur

All Known Implementing Classes:
MurNormal

public abstract interface Mur


Method Summary
 void accolleMur(Mur m)
           
 int acqDirection()
           
 Mur acqMitoyen()
           
 Salle acqSalle()
           
 void poserMur(int d, Salle s)
           
 

Method Detail

poserMur

public void poserMur(int d,
                     Salle s)

acqSalle

public Salle acqSalle()

acqDirection

public int acqDirection()

accolleMur

public void accolleMur(Mur m)

acqMitoyen

public Mur acqMitoyen()