menu
epitaph_ips package
documentation
epitaph_graphs/graphs/graph.dart
Graph
getVertex abstract method
getVertex abstract method
dark_mode
light_mode
getVertex
abstract method
Vertex
getVertex
(
Vertex
vertex
)
Searches
graph
and finds and returns a vertex.
Implementation
Vertex getVertex(Vertex vertex);
epitaph_ips package
documentation
epitaph_graphs/graphs/graph
Graph
getVertex abstract method
Graph class