| Package | Description |
|---|---|
| ch.sahits.game.openpatrician.model.city | |
| ch.sahits.game.openpatrician.model.product |
| Modifier and Type | Method and Description |
|---|---|
static ECityState |
ECityState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ECityState[] |
ECityState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
double |
IPriceCalculation.computePrice(int min,
int max,
int available,
int saturation,
int productionRate,
IPopulationStructure pop,
ECityState state)
Compute the price for one item of the ware.
|
double |
LinearPriceCalculation.computePrice(int min,
int max,
int available,
int saturation,
int productionRate,
IPopulationStructure pop,
ECityState state)
Compute the price for one item of the ware.
|
double |
SimplePriceCalculation.computePrice(int min,
int max,
int available,
int saturation,
int productionRate,
IPopulationStructure pop,
ECityState state)
Compute the price for one item of the ware.
|
int |
IPriceCalculationV2.computePrice(ITradable tradable,
boolean buy,
int available,
int productionRate,
IPopulationStructure pop,
ECityState state)
Compute the price for one item of the ware.
|
int |
SimplePriceCalculation.computePrice(ITradable tradable,
boolean buy,
int available,
int productionRate,
IPopulationStructure pop,
ECityState state) |
int |
BezierPriceCalculation.computePrice(ITradable tradable,
boolean buy,
int available,
int productionRate,
IPopulationStructure pop,
ECityState state) |
Copyright © 2011-2017 Sahits GmbH. All Rights Reserved.