menu
graphview package
documentation
GraphView.dart
BuchheimWalkerAlgorithm
isLeaf method
isLeaf method
dark_mode
light_mode
isLeaf
method
bool
isLeaf
(
Graph
graph
,
Node
node
)
Implementation
bool isLeaf(Graph graph, Node node) { return successorsOf(node).isEmpty; }
graphview package
documentation
GraphView
BuchheimWalkerAlgorithm
isLeaf method
BuchheimWalkerAlgorithm class