rails.algorithms
Interface RevenueStaticModifier

All Known Implementing Classes:
Bonus, NamedTrainRevenueModifier, OffBoardRevenueModifier, OffBoardRevenueModifier, PublicCompany_CGR, RuhrRevenueModifier, ScoreTileOnlyOnceModifier

public interface RevenueStaticModifier

Classes that change properties of the revenue calculation before the actual calculation starts implement a the static modifier. They have to register themselves to the RevenueManager via the GameManager instance.

Author:
freystef

Method Summary
 void modifyCalculator(RevenueAdapter revenueAdapter)
           
 

Method Detail

modifyCalculator

void modifyCalculator(RevenueAdapter revenueAdapter)