JuliaGraphs / MetaGraphs.jl

Graph data structures with multiple heterogeneous metadata for Graphs.jl.
https://juliagraphs.org/MetaGraphs.jl/
Other
59 stars 9 forks source link

Feature Request: indexing edges #38

Open hdavid16 opened 2 years ago

hdavid16 commented 2 years ago

It would be nice to support indexing on edges, as is done on nodes. This would allow querying an edge based on the index: For example, g["edge_name", :id] would return the Edge that has that id.