menu
epitaph_ips package
documentation
epitaph_graphs/graphs/graph.dart
Graph
getEdge abstract method
getEdge abstract method
dark_mode
light_mode
getEdge
abstract method
Edge
getEdge
(
Vertex
a
,
Vertex
b
)
Returns an
Edge
in a graph with
Vertex
a
and
b
Implementation
Edge getEdge(Vertex a, Vertex b);
epitaph_ips package
documentation
epitaph_graphs/graphs/graph
Graph
getEdge abstract method
Graph class