.. _ref_group: Group ===== .. currentmodule:: ansys.scadeone.core.swan Groups can be declared using the **group** :ref:`declaration `. Groups are used either as a list of group items or as adaptation of an expression may for groups. .. figure:: group.svg Group class diagram Group construction ------------------ Group constructor is : **(** *group* **)**. A *group* is itself a list of *group items*. .. autoclass:: GroupConstructor .. autoclass:: Group .. autoclass:: GroupItem Group projection and renaming ----------------------------- A group projection accesses to fields in a group and returns a group of the matching fields, using renaming. The syntax is: *expr* **.(** *group_renaming* **)** where **.(** *group_renaming* **)** is a group adaptation, also used for :py:class:`Connection` in diagrams. .. autoclass:: GroupProjection .. autoclass:: GroupAdaptation .. autoclass:: GroupRenaming .. autoclass:: ProtectedGroupRenaming