Uses of Class
it.unicam.cs.pa.mastermind.factories.BadRegistryException
-
Packages that use BadRegistryException 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. -
-
Uses of BadRegistryException in it.unicam.cs.pa.mastermind.factories
Methods in it.unicam.cs.pa.mastermind.factories that throw BadRegistryException Modifier and Type Method Description PlayerFactory
PlayerFactoryRegistry. getFactoryByName(java.lang.String name)
Ottenimento di un'istanza diPlayerFactory
dalla struttura dati di base conoscendo il suo nome.Constructors in it.unicam.cs.pa.mastermind.factories that throw BadRegistryException Constructor Description BreakerFactoryRegistry(java.lang.String path)
MakerFactoryRegistry(java.lang.String path)
PlayerFactoryRegistry(java.lang.String pathLettura)
Costruttore diPlayerFactoryRegistry
. -
Uses of BadRegistryException in it.unicam.cs.pa.mastermind.gamecore
Constructors in it.unicam.cs.pa.mastermind.gamecore that throw BadRegistryException Constructor Description GlobalSettings()
Inizializzazione con generazione dei registri
-