menu
graphview package
documentation
GraphView.dart
BuchheimWalkerAlgorithm
setAncestor method
setAncestor method
dark_mode
light_mode
setAncestor
method
void
setAncestor
(
Node
?
v
,
Node
ancestor
)
Implementation
void setAncestor(Node? v, Node ancestor) { getNodeData(v)?.ancestor = ancestor; }
graphview package
documentation
GraphView
BuchheimWalkerAlgorithm
setAncestor method
BuchheimWalkerAlgorithm class