Public Member Functions

BinNavi.API.disassembly.ViewGraph Class Reference

Inherits com::zynamics::zylib::types::graphs::MutableDirectedGraph< ViewNode, ViewEdge >, and com::zynamics::zylib::types::graphs::IDirectedGraph< ViewNode, ViewEdge >.

List of all members.

Public Member Functions

List< ViewEdgegetEdges ()
 Edges of the graph.
List< ViewNodegetNodes ()
 Nodes of the graph.
String toString ()
 Printable representation of the graph.

Detailed Description

Represents the graph of a view.


Member Function Documentation

List<ViewEdge> BinNavi.API.disassembly.ViewGraph.getEdges (  ) 

Returns all edges of the graph.

Returns:
The edges of the graph.
List<ViewNode> BinNavi.API.disassembly.ViewGraph.getNodes (  ) 

Returns all nodes of the graph.

Returns:
The nodes of the graph.
String BinNavi.API.disassembly.ViewGraph.toString (  ) 

Returns the string representation of the graph.

Returns:
The string representation of the graph.