Uses of Interface
it.unicam.cs.pa.mastermind.factories.PlayerFactory
-
Packages that use PlayerFactory 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. -
-
Uses of PlayerFactory in it.unicam.cs.pa.mastermind.factories
Subinterfaces of PlayerFactory in it.unicam.cs.pa.mastermind.factories Modifier and Type Interface Description interface
BreakerFactory
Responsabilità: fornire istanze di implementazioni diCodeBreaker
.interface
MakerFactory
Responsabilità: fornire istanze di implementazioni diCodeMaker
.Classes in it.unicam.cs.pa.mastermind.factories that implement PlayerFactory 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
InteractiveMakerFactory
Classe factory implementazione diMakerFactory
impiegata per ottenere istanze diInteractiveMaker
.class
RandomBotBreakerFactory
Classe factory implementazione diBreakerFactory
impiegata per ottenere istanze diRandomBotBreaker
.class
RandomBotMakerFactory
Classe factory implementazione diMakerFactory
impiegata per ottenere istanze diRandomBotMaker
.Methods in it.unicam.cs.pa.mastermind.factories that return PlayerFactory 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.Methods in it.unicam.cs.pa.mastermind.factories that return types with arguments of type PlayerFactory Modifier and Type Method Description java.util.List<PlayerFactory>
PlayerFactoryRegistry. getPlayerFactoriesInstances()
-