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