it.unibas.morracineseswing.refactoring.modello
Class Mano
java.lang.Object
it.unibas.morracineseswing.refactoring.modello.Mano
public class Mano
- extends java.lang.Object
Constructor Summary |
Mano()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CARTA
public static final int CARTA
- See Also:
- Constant Field Values
FORBICI
public static final int FORBICI
- See Also:
- Constant Field Values
SASSO
public static final int SASSO
- See Also:
- Constant Field Values
MANOVINTADALCOMPUTER
public static final int MANOVINTADALCOMPUTER
- See Also:
- Constant Field Values
MANOVINTADALGIOCATORE
public static final int MANOVINTADALGIOCATORE
- See Also:
- Constant Field Values
MANOINPAREGGIO
public static final int MANOINPAREGGIO
- See Also:
- Constant Field Values
Mano
public Mano()
gioca
public void gioca(int giocataGiocatore)
isValida
public boolean isValida(int giocata)
getGiocataGiocatore
public int getGiocataGiocatore()
getGiocataComputer
public int getGiocataComputer()
getEsito
public int getEsito()