| 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.
|
javafx.beans.binding.IntegerBinding |
LinearPriceCalculation.computePrice(javafx.beans.property.ReadOnlyIntegerProperty min,
javafx.beans.property.ReadOnlyIntegerProperty max,
javafx.beans.property.IntegerProperty available,
javafx.beans.property.ReadOnlyIntegerProperty saturation,
int productionRate,
IPopulationStructure pop,
ECityState state) |
javafx.beans.binding.DoubleBinding |
SimplePriceCalculation.computePrice(javafx.beans.property.ReadOnlyIntegerProperty min,
javafx.beans.property.ReadOnlyIntegerProperty max,
javafx.beans.property.IntegerProperty available,
javafx.beans.property.ReadOnlyIntegerProperty saturation,
int productionRate,
IPopulationStructure pop,
ECityState state)
Compute the price for one item of the ware.
|
Copyright © 2011-2016 Sahits GmbH. All Rights Reserved.