rails.algorithms
Interface NetworkGraphModifier

All Known Implementing Classes:
BirminghamTileModifier

public interface NetworkGraphModifier

Classes that change properties of the network graph before both route evaluation and revenenue calculation starts implement this interface. They have to register themselves to the RevenueManager via the GameManager instance.

Author:
freystef

Method Summary
 void modifyGraph(NetworkGraphBuilder graphBuilder)
           
 

Method Detail

modifyGraph

void modifyGraph(NetworkGraphBuilder graphBuilder)