pycopancore.model_components.base.implementation.cell module¶
- class Cell(*args, **kwargs)[source]¶
-
Cell entity type mixin implementation class.
Base component’s Cell mixin that every model must use in composing their Cell class. Inherits from I.Cell as the interface with all necessary variables and parameters.
- _social_systems = <pycopancore.private._simple_expressions._Unknown object>¶
- culture¶
reference to another entity or process taxon
- environment¶
reference to another entity or process taxon
- individuals¶
reference to a set of entities
- metabolism¶
reference to another entity or process taxon
- processes = []¶
- social_system¶
reference to another entity or process taxon
- social_systems¶
reference to a set of entities
- world¶
reference to another entity or process taxon