rails.game.correct
Interface CorrectionManagerI

All Known Implementing Classes:
CashCorrectionManager, CorrectionManager, MapCorrectionManager

public interface CorrectionManagerI

CorrectionManagerI is the interface for the specific CorrectionManagers Corrections use the (abstract) factory pattern.

Author:
freystef

Method Summary
 java.util.List<CorrectionAction> createCorrections()
           
 boolean executeCorrection(CorrectionAction action)
           
 CorrectionType getCorrectionType()
           
 boolean isActive()
           
 

Method Detail

getCorrectionType

CorrectionType getCorrectionType()

isActive

boolean isActive()

createCorrections

java.util.List<CorrectionAction> createCorrections()

executeCorrection

boolean executeCorrection(CorrectionAction action)