| 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 typeVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.