|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.unibas.mastermind.modello.Partita
public class Partita
Constructor Summary | |
---|---|
Partita()
|
Method Summary | |
---|---|
Combinazione |
getCombinazione()
|
Risposta |
getRisposta(int i)
|
Combinazione |
getTentativo(int i)
|
boolean |
isConclusa()
|
int |
numeroTentativi()
|
Risposta |
verificaTentativo(Combinazione tentativo)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Partita()
Method Detail |
---|
public boolean isConclusa()
public Combinazione getCombinazione()
public Risposta verificaTentativo(Combinazione tentativo)
public Combinazione getTentativo(int i)
public Risposta getRisposta(int i)
public int numeroTentativi()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |