pycopancore.model_components.base.implementation.social_system module¶
- class SocialSystem(*args, **kwargs)[source]¶
-
SocialSystem entity type mixin implementation class.
Base component’s SocialSystem mixin that every model must use in composing their SocialSystem class. Inherits from I.SocialSystem as the interface with all necessary variables and parameters.
- _cells = <pycopancore.private._simple_expressions._Unknown object>¶
- _direct_individuals = <pycopancore.private._simple_expressions._Unknown object>¶
- _higher_social_systems = <pycopancore.private._simple_expressions._Unknown object>¶
- _individuals = <pycopancore.private._simple_expressions._Unknown object>¶
- cells¶
reference to a set of entities
- culture¶
reference to another entity or process taxon
- direct_cells¶
reference to a set of entities
- direct_individuals¶
reference to a set of entities
- environment¶
reference to another entity or process taxon
- property groups¶
Get the set of all Groups in this SocialSystem.
- higher_social_systems¶
reference to a set of entities
- individuals¶
reference to a set of entities
- lower_social_systems¶
reference to a set of entities
- metabolism¶
reference to another entity or process taxon
- next_higher_social_system¶
reference to another entity or process taxon
- next_lower_social_systems¶
reference to a set of entities
- processes = []¶
- world¶
reference to another entity or process taxon