public static interface FixedPointGraphTraversal.EdgeCallback<Node,Edge>
Modifier and Type | Method and Description |
---|---|
boolean |
traverseEdge(Node source,
Edge e,
Node destination)
Update the state of the destination node when the given edge
is traversed.
|
boolean traverseEdge(Node source, Edge e, Node destination)
source
- The start node.e
- The edge.destination
- The end node.Copyright © 2009-2019 Google. All Rights Reserved.