|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CashHolder in rails.game |
---|
Subinterfaces of CashHolder in rails.game | |
---|---|
interface |
PublicCompanyI
Interface to be used to access PublicCompany instances. |
Classes in rails.game that implement CashHolder | |
---|---|
class |
Bank
|
class |
Player
Player class holds all player-specific data |
class |
PublicCompany
This class provides an implementation of a (perhaps only basic) public company. |
Fields in rails.game declared as CashHolder | |
---|---|
protected CashHolder |
Portfolio.owner
Who owns the portfolio |
Methods in rails.game that return CashHolder | |
---|---|
protected CashHolder |
OperatingRound.getBeneficiary(PublicCertificateI cert)
Who gets the per-share revenue? |
CashHolder |
TrainI.getOwner()
|
CashHolder |
Train.getOwner()
|
CashHolder |
Portfolio.getOwner()
|
protected CashHolder |
StockRound.getSharePriceRecipient(PublicCompanyI comp,
Portfolio from,
int price)
Who receives the cash when a certificate is bought. |
Methods in rails.game that return types with arguments of type CashHolder | |
---|---|
protected java.util.Map<CashHolder,java.lang.Integer> |
OperatingRound.countSharesPerRecipient()
|
Methods in rails.game with parameters of type CashHolder | |
---|---|
protected void |
Round.pay(CashHolder from,
CashHolder to,
int amount)
|
void |
Portfolio.setOwner(CashHolder owner)
|
Constructors in rails.game with parameters of type CashHolder | |
---|---|
Portfolio(java.lang.String name,
CashHolder holder)
|
Uses of CashHolder in rails.game.action |
---|
Methods in rails.game.action that return CashHolder | |
---|---|
CashHolder |
BuyTrain.getOwner()
|
CashHolder |
BuyBonusToken.getSeller()
|
Uses of CashHolder in rails.game.correct |
---|
Methods in rails.game.correct that return CashHolder | |
---|---|
CashHolder |
CashCorrectionAction.getCashHolder()
|
Uses of CashHolder in rails.game.model |
---|
Fields in rails.game.model declared as CashHolder | |
---|---|
protected CashHolder |
CashModel.owner
|
Constructors in rails.game.model with parameters of type CashHolder | |
---|---|
CashModel(CashHolder owner)
|
Uses of CashHolder in rails.game.move |
---|
Fields in rails.game.move declared as CashHolder | |
---|---|
(package private) CashHolder |
CashMove.from
|
(package private) CashHolder |
CashMove.to
|
Constructors in rails.game.move with parameters of type CashHolder | |
---|---|
CashMove(CashHolder from,
CashHolder to,
int amount)
Create a CashMove instance. |
Uses of CashHolder in rails.game.special |
---|
Methods in rails.game.special that return CashHolder | |
---|---|
CashHolder |
SellBonusToken.getSeller()
|
Methods in rails.game.special with parameters of type CashHolder | |
---|---|
void |
SellBonusToken.setSeller(CashHolder seller)
|
Uses of CashHolder in rails.game.specific._1825 |
---|
Classes in rails.game.specific._1825 that implement CashHolder | |
---|---|
class |
PublicCompany_1825
|
Uses of CashHolder in rails.game.specific._1835 |
---|
Methods in rails.game.specific._1835 that return types with arguments of type CashHolder | |
---|---|
protected java.util.Map<CashHolder,java.lang.Integer> |
OperatingRound_1835.countSharesPerRecipient()
Count the number of shares per revenue recipient |
Uses of CashHolder in rails.game.specific._1856 |
---|
Classes in rails.game.specific._1856 that implement CashHolder | |
---|---|
class |
PublicCompany_1856
|
class |
PublicCompany_CGR
|
Methods in rails.game.specific._1856 that return CashHolder | |
---|---|
protected CashHolder |
StockRound_1856.getSharePriceRecipient(PublicCompanyI company,
Portfolio from,
int price)
|
Uses of CashHolder in rails.game.specific._1880 |
---|
Classes in rails.game.specific._1880 that implement CashHolder | |
---|---|
class |
Investor_1880
|
class |
PublicCompany_1880
|
Uses of CashHolder in rails.util |
---|
Methods in rails.util that return types with arguments of type CashHolder | |
---|---|
static java.util.List<CashHolder> |
SequenceUtil.sortCashHolders(java.util.Collection<CashHolder> coll)
Defines a sorting on cashHolders |
Method parameters in rails.util with type arguments of type CashHolder | |
---|---|
static java.util.List<CashHolder> |
SequenceUtil.sortCashHolders(java.util.Collection<CashHolder> coll)
Defines a sorting on cashHolders |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |