Inherits com::zynamics::zylib::types::graphs::MutableDirectedGraph< ViewNode, ViewEdge >, and com::zynamics::zylib::types::graphs::IDirectedGraph< ViewNode, ViewEdge >.
Public Member Functions | |
| List< ViewEdge > | getEdges () |
| Edges of the graph. | |
| List< ViewNode > | getNodes () |
| Nodes of the graph. | |
| String | toString () |
| Printable representation of the graph. | |
Represents the graph of a view.
| List<ViewEdge> BinNavi.API.disassembly.ViewGraph.getEdges | ( | ) |
Returns all edges of the graph.
| List<ViewNode> BinNavi.API.disassembly.ViewGraph.getNodes | ( | ) |
Returns all nodes of the graph.
| String BinNavi.API.disassembly.ViewGraph.toString | ( | ) |
Returns the string representation of the graph.
1.7.1