Interface PlayerFactory
-
- All Known Subinterfaces:
BreakerFactory
,MakerFactory
- All Known Implementing Classes:
DonaldKnuthBreakerFactory
,InteractiveBreakerFactory
,InteractiveMakerFactory
,RandomBotBreakerFactory
,RandomBotMakerFactory
public interface PlayerFactory
Responsabilità: 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.String
getDescription()
java.lang.String
getName()
-