Uses of Class
rails.game.model.PriceModel

Packages that use PriceModel
rails.game   
rails.game.move   
 

Uses of PriceModel in rails.game
 

Fields in rails.game declared as PriceModel
protected  PriceModel PublicCompany.currentPrice
          Current share price, represented by a stock market location object
protected  PriceModel PublicCompany.parPrice
          Initial (par) share price, represented by a stock market location object
 

Methods in rails.game that return PriceModel
 PriceModel PublicCompanyI.getCurrentPriceModel()
           
 PriceModel PublicCompany.getCurrentPriceModel()
           
 PriceModel PublicCompanyI.getParPriceModel()
           
 PriceModel PublicCompany.getParPriceModel()
           
 

Uses of PriceModel in rails.game.move
 

Fields in rails.game.move declared as PriceModel
protected  PriceModel PriceMove.price
           
 

Constructors in rails.game.move with parameters of type PriceModel
PriceMove(PriceModel price, StockSpaceI from, StockSpaceI to)