Uses of Interface
it.unicam.cs.pa.mastermind.factories.MakerFactory
-
Packages that use MakerFactory 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 MakerFactory in it.unicam.cs.pa.mastermind.factories
Classes in it.unicam.cs.pa.mastermind.factories that implement MakerFactory Modifier and Type Class Description class
InteractiveMakerFactory
Classe factory implementazione diMakerFactory
impiegata per ottenere istanze diInteractiveMaker
.class
RandomBotMakerFactory
Classe factory implementazione diMakerFactory
impiegata per ottenere istanze diRandomBotMaker
. -
Uses of MakerFactory in it.unicam.cs.pa.mastermind.gamecore
Methods in it.unicam.cs.pa.mastermind.gamecore that return MakerFactory Modifier and Type Method Description MakerFactory
MatchStartSettings. getMakerFactory()
Methods in it.unicam.cs.pa.mastermind.gamecore with parameters of type MakerFactory Modifier and Type Method Description void
MatchStartSettings. setMakerFactory(MakerFactory makerFactory)
Constructors in it.unicam.cs.pa.mastermind.gamecore with parameters of type MakerFactory Constructor Description SingleMatch(int sequenceLength, int attempts, GameViewFactory viewFactory, BreakerFactory bFactory, MakerFactory mFactory)
Costruttore di una singola partita -
Uses of MakerFactory in it.unicam.cs.pa.mastermind.ui
Methods in it.unicam.cs.pa.mastermind.ui that return MakerFactory Modifier and Type Method Description default MakerFactory
StartView. setupMaker(MakerFactoryRegistry registry)
Gestione dell'interazione con l'utente fisico circa la particolare implementazione diCodeMaker
da impiegare nel gioco.
-