|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CompanyTypeI | |
|---|---|
| rails.game | |
| rails.game.specific._1856 | |
| Uses of CompanyTypeI in rails.game |
|---|
| Classes in rails.game that implement CompanyTypeI | |
|---|---|
class |
CompanyType
Objects of this class represent a particular type of company, of which typically multiple instances exist in a rails.game. |
| Fields in rails.game declared as CompanyTypeI | |
|---|---|
protected CompanyTypeI |
Company.type
|
| Methods in rails.game that return CompanyTypeI | |
|---|---|
CompanyTypeI |
CompanyI.getType()
Returns the CompanyType of the Company |
CompanyTypeI |
Company.getType()
|
| Methods in rails.game that return types with arguments of type CompanyTypeI | |
|---|---|
java.util.List<CompanyTypeI> |
CompanyManagerI.getCompanyTypes()
|
java.util.List<CompanyTypeI> |
CompanyManager.getCompanyTypes()
|
| Methods in rails.game with parameters of type CompanyTypeI | |
|---|---|
void |
PublicCompany.init(java.lang.String name,
CompanyTypeI type)
Initialisation, to be called directly after instantiation (cloning) |
void |
PrivateCompany.init(java.lang.String name,
CompanyTypeI type)
Initialisation, to be called directly after instantiation (cloning) |
void |
CompanyI.init(java.lang.String name,
CompanyTypeI type)
|
void |
Company.init(java.lang.String name,
CompanyTypeI type)
|
| Uses of CompanyTypeI in rails.game.specific._1856 |
|---|
| Methods in rails.game.specific._1856 with parameters of type CompanyTypeI | |
|---|---|
void |
PublicCompany_CGR.init(java.lang.String name,
CompanyTypeI type)
Initialisation, to be called directly after instantiation (cloning) |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||