Skip to content

Builders

Andrés Fortier edited this page Jun 20, 2017 · 3 revisions

City Builders

A builder is in charge of building a complete city, either by using data form third-party sources or by generating it on the fly. A builder must comply with the protocol specified in AbstractCityBuilder and the usual way to create a builder is to subclass from it and override the _buid_city method. Examples of such subclasses are:

Clone this wiki locally