|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StockSpaceI | |
---|---|
rails.game | |
rails.game.model | |
rails.game.move | |
rails.game.specific._1825 | |
rails.game.specific._1835 | |
rails.game.specific._1856 | |
rails.ui.swing.elements |
Uses of StockSpaceI in rails.game |
---|
Classes in rails.game that implement StockSpaceI | |
---|---|
class |
StockSpace
Objects of this class represent a square on the StockMarket. |
Fields in rails.game declared as StockSpaceI | |
---|---|
protected StockSpaceI |
StockMarket.currentSquare
|
protected StockSpaceI[][] |
StockMarket.stockChart
|
Fields in rails.game with type parameters of type StockSpaceI | |
---|---|
protected java.util.Map<java.lang.String,StockSpaceI> |
StockRound.sellPrices
|
protected java.util.ArrayList<StockSpaceI> |
StockMarket.startSpaces
|
protected java.util.HashMap<java.lang.String,StockSpaceI> |
StockMarket.stockChartSpaces
|
Methods in rails.game that return StockSpaceI | |
---|---|
StockSpaceI |
PublicCompanyI.getCurrentSpace()
Get the current company share price. |
StockSpaceI |
PublicCompany.getCurrentSpace()
Get the current company share price. |
StockSpaceI |
PublicCompanyI.getStartSpace()
Get the company par (initial) price. |
StockSpaceI |
PublicCompany.getStartSpace()
Get the company par (initial) price. |
StockSpaceI |
StockMarketI.getStartSpace(int price)
|
StockSpaceI |
StockMarket.getStartSpace(int price)
|
StockSpaceI[][] |
StockMarketI.getStockChart()
|
StockSpaceI[][] |
StockMarket.getStockChart()
|
StockSpaceI |
StockMarketI.getStockSpace(int row,
int col)
|
StockSpaceI |
StockMarket.getStockSpace(int row,
int col)
|
StockSpaceI |
StockMarketI.getStockSpace(java.lang.String name)
|
Methods in rails.game that return types with arguments of type StockSpaceI | |
---|---|
java.util.List<StockSpaceI> |
StockMarketI.getStartSpaces()
|
java.util.List<StockSpaceI> |
StockMarket.getStartSpaces()
|
Methods in rails.game with parameters of type StockSpaceI | |
---|---|
protected int |
StockRound.getBuyPrice(BuyCertificate action,
StockSpaceI currentSpace)
Allow different price setting in subclasses (i.e. |
protected void |
StockMarket.prepareMove(PublicCompanyI company,
StockSpaceI from,
StockSpaceI to)
|
void |
StockMarketI.processMove(PublicCompanyI company,
StockSpaceI from,
StockSpaceI to)
|
void |
StockMarket.processMove(PublicCompanyI company,
StockSpaceI from,
StockSpaceI to)
|
void |
StockMarketI.processMoveToStackPosition(PublicCompanyI company,
StockSpaceI from,
StockSpaceI to,
int toStackPosition)
|
void |
StockMarket.processMoveToStackPosition(PublicCompanyI company,
StockSpaceI from,
StockSpaceI to,
int toStackPosition)
|
void |
GameManagerI.registerMaxedSharePrice(PublicCompanyI company,
StockSpaceI space)
|
void |
GameManager.registerMaxedSharePrice(PublicCompanyI company,
StockSpaceI space)
|
void |
PublicCompanyI.setCurrentSpace(StockSpaceI price)
Set a new company price. |
void |
PublicCompany.setCurrentSpace(StockSpaceI price)
Set a new company price. |
void |
PublicCompanyI.setParSpace(StockSpaceI parPrice)
Start the company and set its initial (par) price. |
void |
PublicCompany.setParSpace(StockSpaceI space)
Set the company par price. |
void |
StockMarketI.start(PublicCompanyI company,
StockSpaceI price)
|
void |
StockMarket.start(PublicCompanyI company,
StockSpaceI price)
|
void |
PublicCompanyI.start(StockSpaceI startSpace)
Start the company. |
void |
PublicCompany.start(StockSpaceI startSpace)
|
Uses of StockSpaceI in rails.game.model |
---|
Methods in rails.game.model that return StockSpaceI | |
---|---|
StockSpaceI |
PriceModel.getPrice()
|
Methods in rails.game.model with parameters of type StockSpaceI | |
---|---|
void |
PriceModel.setPrice(StockSpaceI price)
|
Uses of StockSpaceI in rails.game.move |
---|
Fields in rails.game.move declared as StockSpaceI | |
---|---|
protected StockSpaceI |
PriceMove.from
|
protected StockSpaceI |
PriceMove.to
|
Constructors in rails.game.move with parameters of type StockSpaceI | |
---|---|
PriceMove(PriceModel price,
StockSpaceI from,
StockSpaceI to)
|
|
PriceTokenMove(PublicCompanyI company,
StockSpaceI from,
StockSpaceI to,
StockMarketI stockMarket)
|
Uses of StockSpaceI in rails.game.specific._1825 |
---|
Methods in rails.game.specific._1825 with parameters of type StockSpaceI | |
---|---|
void |
PublicCompany_1825.start(StockSpaceI startSpace)
|
Uses of StockSpaceI in rails.game.specific._1835 |
---|
Methods in rails.game.specific._1835 with parameters of type StockSpaceI | |
---|---|
protected int |
StockRound_1835.getBuyPrice(BuyCertificate action,
StockSpaceI currentSpace)
|
Uses of StockSpaceI in rails.game.specific._1856 |
---|
Methods in rails.game.specific._1856 with parameters of type StockSpaceI | |
---|---|
void |
PublicCompany_1856.start(StockSpaceI startSpace)
|
Uses of StockSpaceI in rails.ui.swing.elements |
---|
Fields in rails.ui.swing.elements declared as StockSpaceI | |
---|---|
(package private) StockSpaceI |
GUIStockSpace.model
|
Constructors in rails.ui.swing.elements with parameters of type StockSpaceI | |
---|---|
GUIStockSpace(int x,
int y,
StockSpaceI model)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |