InteractionMixin.get_interactions_by_category
- InteractionMixin.get_interactions_by_category(category)
Get all graph edges that have at least one relationship of a given category.
- Parameters:
- categorystr
The category string (e.g.
"connection","space_boundary").
- Returns:
- list[tuple[int, int]]
Graph edges that include the category.