stk.EdgeGroup
- class stk.EdgeGroup(edges)[source]
Bases:
object
Represents a group of edges.
All edges in a group, and functional groups held by them, should be used together in a single
Reaction
.Initialize an
EdgeGroup
instance.- Parameters:
edges (
iterable
ofEdge
) – The edges in the group.
Methods
Yield the ids of edges in the group.