|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use EWare | |
|---|---|
| ch.sahits.game.openpatrician.model.city | |
| ch.sahits.game.openpatrician.model.product | |
| Uses of EWare in ch.sahits.game.openpatrician.model.city |
|---|
| Fields in ch.sahits.game.openpatrician.model.city with type parameters of type EWare | |
|---|---|
private Map<EWare,Map<EPopulationClass,Double>> |
PopulationConsume.needs
Store the amounts |
| Methods in ch.sahits.game.openpatrician.model.city with parameters of type EWare | |
|---|---|
double |
PopulationConsume.getNeed(EWare ware,
EPopulationClass popClass,
int popSize)
Retrieve the amount needed of a ware by a population class of the size |
| Uses of EWare in ch.sahits.game.openpatrician.model.product |
|---|
| Methods in ch.sahits.game.openpatrician.model.product that return EWare | |
|---|---|
static EWare |
EWare.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EWare[] |
EWare.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||