| Package | Description |
|---|---|
| soot.util.dot |
Classes for creating graphs as input to Dot.
|
| Modifier and Type | Method and Description |
|---|---|
DotGraphNode |
DotGraph.drawNode(String name)
Draws a node.
|
DotGraphNode |
DotGraph.getNode(String name)
Gets the graph node by name.
|
| Constructor and Description |
|---|
DotGraphEdge(DotGraphNode src,
DotGraphNode dst)
Draws a directed edge.
|
DotGraphEdge(DotGraphNode src,
DotGraphNode dst,
boolean directed)
Draws a graph edge by specifying directed or undirected.
|
Copyright © 2020 Soot OSS. All rights reserved.