Uses of Class
rails.algorithms.NetworkGraphBuilder

Packages that use NetworkGraphBuilder
rails.algorithms   
rails.game.specific._1851   
 

Uses of NetworkGraphBuilder in rails.algorithms
 

Methods in rails.algorithms that return NetworkGraphBuilder
static NetworkGraphBuilder NetworkGraphBuilder.create(GameManagerI gameManager)
           
 

Methods in rails.algorithms with parameters of type NetworkGraphBuilder
(package private)  void RevenueManager.callGraphModifiers(NetworkGraphBuilder graphBuilder)
           
static NetworkCompanyGraph NetworkCompanyGraph.create(NetworkGraphBuilder graphBuilder, PublicCompanyI company)
           
 void NetworkGraphModifier.modifyGraph(NetworkGraphBuilder graphBuilder)
           
 RevenueBonus RevenueBonusTemplate.toRevenueBonus(MapHex hex, GameManagerI gm, NetworkGraphBuilder ngb)
           
 

Constructors in rails.algorithms with parameters of type NetworkGraphBuilder
RevenueAdapter(GameManagerI gameManager, NetworkGraphBuilder graphBuilder, NetworkCompanyGraph companyGraph, PublicCompanyI company, PhaseI phase)
           
 

Uses of NetworkGraphBuilder in rails.game.specific._1851
 

Methods in rails.game.specific._1851 with parameters of type NetworkGraphBuilder
 void BirminghamTileModifier.modifyGraph(NetworkGraphBuilder graphBuilder)