|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbattaglianavale.Partita
public class Partita
Classe che gestisce un partita della battaglia navale
Field Summary | |
---|---|
private Flotta |
flotta_due
La flotta del giocatore uno |
private Flotta |
flotta_uno
La flotta del giocatore uno |
private Giocatore |
giocatore_due
Il giocatore due |
private Giocatore |
giocatore_uno
Il giocatore uno |
private Interfaccia |
interfaccia
L'interfaccia del gioco |
Constructor Summary | |
---|---|
Partita()
Costruttore della partita |
Method Summary | |
---|---|
void |
Avvia()
Avvia una partita |
void |
DisponiFlotta()
Routine di disposizione di una flotta su di una griglia |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private Flotta flotta_due
private Flotta flotta_uno
private Giocatore giocatore_due
private Giocatore giocatore_uno
private Interfaccia interfaccia
Constructor Detail |
---|
public Partita()
Method Detail |
---|
public void Avvia()
public void DisponiFlotta()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |