Uses of Class
it.unicam.cs.pa.mastermind.factories.BreakerFactoryRegistry
-
Packages that use BreakerFactoryRegistry Package Description 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 BreakerFactoryRegistry in it.unicam.cs.pa.mastermind.gamecore
Methods in it.unicam.cs.pa.mastermind.gamecore that return BreakerFactoryRegistry Modifier and Type Method Description BreakerFactoryRegistryGlobalSettings. getBreakers() -
Uses of BreakerFactoryRegistry in it.unicam.cs.pa.mastermind.ui
Methods in it.unicam.cs.pa.mastermind.ui with parameters of type BreakerFactoryRegistry Modifier and Type Method Description default BreakerFactoryStartView. setupBreaker(BreakerFactoryRegistry registry)Gestione dell'interazione con l'utente fisico circa la particolare implementazione diCodeBreakerda impiegare nel gioco.
-