|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSetteeMezzo.mazzo.Mazzo
public class Mazzo
Constructor Summary | |
---|---|
Mazzo()
Costruttore del Mazzo |
Method Summary | |
---|---|
Carta |
carta()
|
void |
daiCarta()
Estrae la prossima carta dal mazzo |
TipoCarta |
daiPunto()
Restituisce il Punto della carta |
Seme |
daiSeme()
Restituisce il Seme della carta |
double |
daiValore()
Restituisce il valore della carta |
void |
mescola()
Mescola il mazzo di carte |
void |
stampa()
Stampa tutte le carte nel mazzo (solo x debug) |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Mazzo()
Method Detail |
---|
public void mescola()
public void daiCarta() throws MazzoTerminatoException
java.lang.Exception
MazzoTerminatoException
public void stampa()
public double daiValore()
public TipoCarta daiPunto()
public Seme daiSeme()
public Carta carta()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |