Uses of Interface
rails.game.Certificate

Packages that use Certificate
rails.game   
 

Uses of Certificate in rails.game
 

Subinterfaces of Certificate in rails.game
 interface PrivateCompanyI
           
 interface PublicCertificateI
           
 

Classes in rails.game that implement Certificate
 class PrivateCompany
           
 class PublicCertificate
           
 

Fields in rails.game declared as Certificate
protected  Certificate StartItem.primary
           
protected  Certificate StartItem.secondary
           
 

Methods in rails.game that return Certificate
 Certificate StartItem.getPrimary()
          Get the primary (or only) certificate.
 Certificate StartItem.getSecondary()
          Get the secondary certificate.
 

Methods in rails.game with parameters of type Certificate
protected  PublicCompanyI StartItem.checkNeedForPriceSetting(Certificate certificate)
          If a start item component a President's certificate that needs price setting, return the name of thecompany for which the price must be set.
protected  void StartRound.checksOnBuying(Certificate cert, int sharePrice)
           
protected  void Round.transferCertificate(Certificate cert, Portfolio newHolder)
           
 

Method parameters in rails.game with type arguments of type Certificate
protected  void Round.transferCertificates(java.util.List<? extends Certificate> certs, Portfolio newHolder)