|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--brique.SalleNormale
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 |
protected int numero
protected brique.Lieu[] cotes
Constructor Detail |
public SalleNormale(int num)
Method Detail |
public boolean entrer()
entrer
in interface Lieu
public void installeCote(int i, brique.Lieu l)
installeCote
in interface Salle
public int acqNumero()
acqNumero
in interface Salle
public brique.Lieu acqCote(int i)
acqCote
in interface Salle
public int acqDirection(brique.Lieu l)
acqDirection
in interface Salle
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |