brique
Class MurNormal

java.lang.Object
  |
  +--brique.MurNormal
All Implemented Interfaces:
Lieu, Mur
Direct Known Subclasses:
MurBombarde

public class MurNormal
extends java.lang.Object
implements Mur, Lieu


Constructor Summary
MurNormal()
           
MurNormal(int d, brique.Salle s)
           
 
Method Summary
 void accolleMur(brique.Mur m)
           
 int acqDirection()
           
 brique.Mur acqMitoyen()
           
 brique.Salle acqSalle()
           
 boolean entrer()
           
 void poserMur(int d, brique.Salle s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MurNormal

public MurNormal()

MurNormal

public MurNormal(int d,
                 brique.Salle s)
Method Detail

poserMur

public void poserMur(int d,
                     brique.Salle s)
Specified by:
poserMur in interface Mur

entrer

public boolean entrer()
Specified by:
entrer in interface Lieu

acqSalle

public brique.Salle acqSalle()
Specified by:
acqSalle in interface Mur

acqDirection

public int acqDirection()
Specified by:
acqDirection in interface Mur

accolleMur

public void accolleMur(brique.Mur m)
Specified by:
accolleMur in interface Mur

acqMitoyen

public brique.Mur acqMitoyen()
Specified by:
acqMitoyen in interface Mur