InteractionMixin.get_interactions_by_group
- InteractionMixin.get_interactions_by_group(group)
Get all graph edges belonging to a relationship group.
Returns edges that have at least one relationship whose category belongs to the group.
- Parameters:
- groupstr
One of
"topology","structural", or"mep".
- Returns:
- list[tuple[int, int]]
Graph edges in the group.
- Raises:
- ValueError
If the group name is not recognised.