-
Notifications
You must be signed in to change notification settings - Fork 29
Builders
Andrés Fortier edited this page Jun 20, 2017
·
3 revisions
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: