|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.ObjectGiocatore
public class Giocatore
Rappresenta un giocatore a una partita di Tris
| Constructor Summary | |
|---|---|
Giocatore()
Costruttore senza nome, viene assegnato il nome "Anonimo" |
|
Giocatore(String unNome)
Costruttore con nome |
|
| Method Summary | |
|---|---|
String |
getNome()
Restituisce il nome del giocatore |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Giocatore()
public Giocatore(String unNome)
| Method Detail |
|---|
public String getNome()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||