-
Notifications
You must be signed in to change notification settings - Fork 0
Building.gaml
Loïc SADOU edited this page Sep 21, 2020
·
5 revisions
Building.gaml is a species that represents a building. Buildings are used as places where individuals can do activities.
-
Attributes
- id (int):
- type (string): the building type. This attribute can be used to give a type to a building, so it can be related to a certain type of activity.
- sub_area (string):
- types (list):
- size (float): building perimeter size according to its shape.
-
Reflex
-
Action
-
Experiment