Uses of Interface
rails.game.CompanyI

Packages that use CompanyI
rails.game   
rails.game.special   
rails.game.specific._1825   
rails.game.specific._1835   
rails.game.specific._1856   
rails.game.specific._1880   
 

Uses of CompanyI in rails.game
 

Subinterfaces of CompanyI in rails.game
 interface PrivateCompanyI
           
 interface PublicCompanyI
          Interface to be used to access PublicCompany instances.
 

Classes in rails.game that implement CompanyI
 class Company
           
 class PrivateCompany
           
 class PublicCompany
          This class provides an implementation of a (perhaps only basic) public company.
 

Fields in rails.game with type parameters of type CompanyI
protected  java.util.List<CompanyI> CompanyType.companies
           
 

Methods in rails.game that return CompanyI
 CompanyI CompanyTypeI.createCompany(java.lang.String name, Tag tag)
           
 CompanyI CompanyType.createCompany(java.lang.String name, Tag tag)
           
 CompanyI CompanyManagerI.getCompany(java.lang.String type, java.lang.String name)
          Find a company by type and name
 CompanyI CompanyManager.getCompany(java.lang.String type, java.lang.String name)
           
 CompanyI CompanyTypeI.getDummyCompany()
           
 CompanyI CompanyType.getDummyCompany()
           
 

Methods in rails.game that return types with arguments of type CompanyI
 java.util.List<CompanyI> CompanyTypeI.getCompanies()
           
 java.util.List<CompanyI> CompanyType.getCompanies()
           
 

Methods in rails.game with parameters of type CompanyI
 boolean Company.addToken(CompanyI company, int position)
          Stub method implemented to comply with TokenHolderI interface.
 boolean CompanyI.equals(CompanyI company)
           
 boolean Company.equals(CompanyI company)
           
 

Method parameters in rails.game with type arguments of type CompanyI
static java.lang.String Company.joinNamesWithDelimiter(java.util.List<CompanyI> companies, java.lang.String delimiter)
           
 

Uses of CompanyI in rails.game.special
 

Fields in rails.game.special declared as CompanyI
protected  CompanyI SpecialProperty.originalCompany
           
 

Methods in rails.game.special that return CompanyI
 CompanyI SpecialPropertyI.getOriginalCompany()
           
 CompanyI SpecialProperty.getOriginalCompany()
           
 

Methods in rails.game.special with parameters of type CompanyI
 void SpecialPropertyI.setCompany(CompanyI company)
           
 void SpecialProperty.setCompany(CompanyI company)
           
 

Uses of CompanyI in rails.game.specific._1825
 

Classes in rails.game.specific._1825 that implement CompanyI
 class PublicCompany_1825
           
 

Uses of CompanyI in rails.game.specific._1835
 

Fields in rails.game.specific._1835 with type parameters of type CompanyI
protected  java.util.List<CompanyI> FoldIntoPrussian.foldableCompanies
           
protected  java.util.List<CompanyI> FoldIntoPrussian.foldedCompanies
           
 

Methods in rails.game.specific._1835 that return types with arguments of type CompanyI
 java.util.List<CompanyI> FoldIntoPrussian.getFoldableCompanies()
           
 java.util.List<CompanyI> FoldIntoPrussian.getFoldedCompanies()
           
 

Method parameters in rails.game.specific._1835 with type arguments of type CompanyI
 void FoldIntoPrussian.setFoldedCompanies(java.util.List<CompanyI> foldedCompanies)
           
 

Constructors in rails.game.specific._1835 with parameters of type CompanyI
FoldIntoPrussian(CompanyI company)
           
 

Constructor parameters in rails.game.specific._1835 with type arguments of type CompanyI
FoldIntoPrussian(java.util.List<CompanyI> companies)
           
 

Uses of CompanyI in rails.game.specific._1856
 

Classes in rails.game.specific._1856 that implement CompanyI
 class PublicCompany_1856
           
 class PublicCompany_CGR
           
 

Uses of CompanyI in rails.game.specific._1880
 

Classes in rails.game.specific._1880 that implement CompanyI
 class Investor_1880
           
 class PublicCompany_1880