| Modifier and Type | Method and Description |
|---|---|
void |
visitEdge(String fromKey,
String toKey,
Graph.EdgeType edgeType)
visit an edge.
|
void |
visitNode(U node)
visit a node.
|
void visitNode(U node)
node - the node to visitedvoid visitEdge(String fromKey, String toKey, Graph.EdgeType edgeType)
fromKey - key of the from nodetoKey - key of the to nodeedgeType - the edge typeCopyright © 2021 Microsoft Corporation. All rights reserved.