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 interfaceBreakerFactoryResponsabilità: fornire istanze di implementazioni diCodeBreaker.interfaceMakerFactoryResponsabilità: fornire istanze di implementazioni diCodeMaker.Classes in it.unicam.cs.pa.mastermind.factories that implement PlayerFactory Modifier and Type Class Description classDonaldKnuthBreakerFactoryClasse factory implementazione diBreakerFactoryimpiegata per ottenere istanze diDonaldKnuthBreaker.classInteractiveBreakerFactoryClasse factory implementazione diBreakerFactoryimpiegata per ottenere istanze diInteractiveBreaker.classInteractiveMakerFactoryClasse factory implementazione diMakerFactoryimpiegata per ottenere istanze diInteractiveMaker.classRandomBotBreakerFactoryClasse factory implementazione diBreakerFactoryimpiegata per ottenere istanze diRandomBotBreaker.classRandomBotMakerFactoryClasse factory implementazione diMakerFactoryimpiegata per ottenere istanze diRandomBotMaker.Methods in it.unicam.cs.pa.mastermind.factories that return PlayerFactory Modifier and Type Method Description PlayerFactoryPlayerFactoryRegistry. getFactoryByName(java.lang.String name)Ottenimento di un'istanza diPlayerFactorydalla 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()
-