Package com.mg105.interface_adapters
Class ReplayGeneratorInterpreter
java.lang.Object
com.mg105.interface_adapters.ReplayGeneratorInterpreter
ReplayGenerator asks as a thin interface adapter whose sole purpose is to maintain clean architecture.
 All it does is pass control on to the use case component of game replay generation.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
ReplayGeneratorInterpreter- Parameters:
- replayGenerator- the replayGenerator that would be used to replay the game.
 
 
- 
- 
Method Details- 
replayGenerateMappublic void replayGenerateMap()Replay the game.
 
-