Uses of Interface
rails.game.correct.CorrectionManagerI

Packages that use CorrectionManagerI
rails.game   
rails.game.correct   
 

Uses of CorrectionManagerI in rails.game
 

Fields in rails.game with type parameters of type CorrectionManagerI
protected  java.util.Map<CorrectionType,CorrectionManagerI> GameManager.correctionManagers
           
 

Methods in rails.game that return CorrectionManagerI
 CorrectionManagerI GameManagerI.getCorrectionManager(CorrectionType ct)
           
 CorrectionManagerI GameManager.getCorrectionManager(CorrectionType ct)
           
 

Uses of CorrectionManagerI in rails.game.correct
 

Classes in rails.game.correct that implement CorrectionManagerI
 class CashCorrectionManager
           
 class CorrectionManager
           
 class MapCorrectionManager
           
 

Methods in rails.game.correct that return CorrectionManagerI
abstract  CorrectionManagerI CorrectionType.newCorrectionManager(GameManager gm)