|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.unibas.morracineseswing.refactoring.modello.Modello
public class Modello
Constructor Summary | |
---|---|
Modello()
|
Method Summary | |
---|---|
Gioco |
getGioco()
|
Mano |
getMano()
|
Partita |
getPartita()
|
void |
setGioco(Gioco gioco)
|
void |
setMano(Mano mano)
|
void |
setPartita(Partita partita)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Modello()
Method Detail |
---|
public Gioco getGioco()
public void setGioco(Gioco gioco)
public Partita getPartita()
public void setPartita(Partita partita)
public Mano getMano()
public void setMano(Mano mano)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |