it.unibas.morracineseping.modello
Class Partita
java.lang.Object
it.unibas.morracineseping.modello.Partita
public class Partita
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LIMITEMANI
public static final int LIMITEMANI
- See Also:
- Constant Field Values
PARTITAVINTADALCOMPUTER
public static final int PARTITAVINTADALCOMPUTER
- See Also:
- Constant Field Values
PARTITAVINTADALGIOCATORE
public static final int PARTITAVINTADALGIOCATORE
- See Also:
- Constant Field Values
PARTITAINCORSO
public static final int PARTITAINCORSO
- See Also:
- Constant Field Values
Partita
public Partita()
giocaMano
public Mano giocaMano(int giocata)
verificaStato
public void verificaStato()
getStato
public int getStato()
getManiVinteDalComputer
public int getManiVinteDalComputer()
setManiVinteDalComputer
public void setManiVinteDalComputer(int maniVinteDalComputer)
getManiVinteDalGiocatore
public int getManiVinteDalGiocatore()
setManiVinteDalGiocatore
public void setManiVinteDalGiocatore(int maniVinteDalGiocatore)
getPareggi
public int getPareggi()
setPareggi
public void setPareggi(int pareggi)