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
getCorrectionType
CorrectionType getCorrectionType()
isActive
boolean isActive()
createCorrections
java.util.List<CorrectionAction> createCorrections()
executeCorrection
boolean executeCorrection(CorrectionAction action)