Uses of Interface
it.unicam.cs.pa.mastermind.factories.BreakerFactory
-
Packages that use BreakerFactory Package Description it.unicam.cs.pa.mastermind.factories Il package contiene le varie factory che hanno il compito di generare nuovi player durante il processo di esecuzione in maniera dinamica ed efficiente.it.unicam.cs.pa.mastermind.gamecore Il package contiene le componenti chiave relative all'intera gestione del gioco, quali gli attori delegati alla creazione e alla gestione di nuovi match e gli attori delegati allo svolgimeto vero e proprio di tali match.it.unicam.cs.pa.mastermind.ui Il seguente package contiene le classi relative a tutto ciò che concerne l'interfaccia di gioco con la quale comunicherà l'utente fisico, sia esso o meno un giocatore attivo nel gioco. -
-
Uses of BreakerFactory in it.unicam.cs.pa.mastermind.factories
Classes in it.unicam.cs.pa.mastermind.factories that implement BreakerFactory Modifier and Type Class Description class
DonaldKnuthBreakerFactory
Classe factory implementazione diBreakerFactory
impiegata per ottenere istanze diDonaldKnuthBreaker
.class
InteractiveBreakerFactory
Classe factory implementazione diBreakerFactory
impiegata per ottenere istanze diInteractiveBreaker
.class
RandomBotBreakerFactory
Classe factory implementazione diBreakerFactory
impiegata per ottenere istanze diRandomBotBreaker
. -
Uses of BreakerFactory in it.unicam.cs.pa.mastermind.gamecore
Methods in it.unicam.cs.pa.mastermind.gamecore that return BreakerFactory Modifier and Type Method Description BreakerFactory
MatchStartSettings. getBreakerFactory()
Methods in it.unicam.cs.pa.mastermind.gamecore with parameters of type BreakerFactory Modifier and Type Method Description void
MatchStartSettings. setBreakerFactory(BreakerFactory breakerFactory)
Constructors in it.unicam.cs.pa.mastermind.gamecore with parameters of type BreakerFactory Constructor Description SingleMatch(int sequenceLength, int attempts, GameViewFactory viewFactory, BreakerFactory bFactory, MakerFactory mFactory)
Costruttore di una singola partita -
Uses of BreakerFactory in it.unicam.cs.pa.mastermind.ui
Methods in it.unicam.cs.pa.mastermind.ui that return BreakerFactory Modifier and Type Method Description default BreakerFactory
StartView. setupBreaker(BreakerFactoryRegistry registry)
Gestione dell'interazione con l'utente fisico circa la particolare implementazione diCodeBreaker
da impiegare nel gioco.
-