brique
Class SalleNormale

java.lang.Object
  |
  +--brique.SalleNormale
All Implemented Interfaces:
Lieu, Salle
Direct Known Subclasses:
SallePiege

public class SalleNormale
extends java.lang.Object
implements Salle, Lieu


Field Summary
protected  brique.Lieu[] cotes
           
protected  int numero
           
 
Constructor Summary
SalleNormale(int num)
           
 
Method Summary
 brique.Lieu acqCote(int i)
           
 int acqDirection(brique.Lieu l)
           
 int acqNumero()
           
 boolean entrer()
           
 void installeCote(int i, brique.Lieu l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

numero

protected int numero

cotes

protected brique.Lieu[] cotes
Constructor Detail

SalleNormale

public SalleNormale(int num)
Method Detail

entrer

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

installeCote

public void installeCote(int i,
                         brique.Lieu l)
Specified by:
installeCote in interface Salle

acqNumero

public int acqNumero()
Specified by:
acqNumero in interface Salle

acqCote

public brique.Lieu acqCote(int i)
Specified by:
acqCote in interface Salle

acqDirection

public int acqDirection(brique.Lieu l)
Specified by:
acqDirection in interface Salle