menu
graphview package
documentation
GraphView.dart
BuchheimWalkerAlgorithm
hasPredecessor method
hasPredecessor method
dark_mode
light_mode
hasPredecessor
method
bool
hasPredecessor
(
Node
node
)
Implementation
bool hasPredecessor(Node node) => predecessorsOf(node).isNotEmpty;
graphview package
documentation
GraphView
BuchheimWalkerAlgorithm
hasPredecessor method
BuchheimWalkerAlgorithm class