Interface IAICityDependentShipConstructionStrategy
-
- All Known Implementing Classes:
CollectConstructionTradingOfficeCogWareStrategy,CollectConstructionTradingOfficeCrayerWareStrategy,CollectConstructionTradingOfficeHolkWareStrategy,CollectConstructionTradingOfficeSnaikkaWareStrategy,CollectConstructionWestCityCogWareStrategy,CollectConstructionWestCityCrayerWareStrategy,CollectConstructionWestCityHolkWareStrategy,CollectConstructionWestCitySnaikkaWareStrategy,CollectionConstructionTradingOfficeWaresStrategy,CollectionConstructionWestCityWaresStrategy
public interface IAICityDependentShipConstructionStrategyInterface for construction strategies that need to set the construction city from the outside.- Author:
- Andi Hotz, (c) Sahits GmbH, 2017 Created on Oct 28, 2017
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetConstructionCity(ICity city)Set the city where the construction of the new ship happens.
-
-
-
Method Detail
-
setConstructionCity
void setConstructionCity(ICity city)
Set the city where the construction of the new ship happens.- Parameters:
city- in which the ship construction should happen.
-
-