StartStats¶
-
public class
StartStats
¶ Responsabilità: tenere traccia delle informazioni necessarie per poter iniziare una nuova partita.
- Author
Francesco Pio Stelluti, Francesco Coppola
Fields¶
Methods¶
getBreakers¶
-
public BreakerFactoryRegistry
getBreakers
()¶
getCurrentBreaker¶
-
public CodeBreaker
getCurrentBreaker
()¶
getCurrentGame¶
-
public SingleMatch
getCurrentGame
()¶
getIntView¶
-
public InteractionView
getIntView
()¶
getMakers¶
-
public MakerFactoryRegistry
getMakers
()¶
getNewGame¶
-
public NewGameStats
getNewGame
()¶
resetLengthAttempts¶
-
public void
resetLengthAttempts
()¶ Vengono impostati i valori standard del numero di tentativi e della lunghezza delle sequenze
setBreakers¶
-
public void
setBreakers
(BreakerFactoryRegistry breakers)¶
setCurrentBreaker¶
-
public void
setCurrentBreaker
(CodeBreaker currentBreaker)¶
setCurrentGame¶
-
public void
setCurrentGame
(SingleMatch currentGame)¶
setIntView¶
-
public void
setIntView
(InteractionView intView)¶
setMakers¶
-
public void
setMakers
(MakerFactoryRegistry makers)¶
setNewGame¶
-
public void
setNewGame
(NewGameStats newGame)¶