Interface PlayerFactory
-
- All Known Subinterfaces:
BreakerFactory,MakerFactory
- All Known Implementing Classes:
DonaldKnuthBreakerFactory,InteractiveBreakerFactory,InteractiveMakerFactory,RandomBotBreakerFactory,RandomBotMakerFactory
public interface PlayerFactoryResponsabilità: fornire istanze di implementazioni dei giocatori. Interfaccia finalizzata all'implementazione di classi factory per le particolari implementazioni dei giocatori.- Author:
- Francesco Pio Stelluti, Francesco Coppola
-
-
Method Summary
Modifier and Type Method Description java.lang.StringgetDescription()java.lang.StringgetName()
-