Public Member Functions

com.google.security.zynamics.binnavi.API.disassembly.ViewGraph Class Reference

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

List of all members.

Public Member Functions

List< ViewEdgegetEdges ()
List< ViewNodegetNodes ()
String toString ()

Detailed Description

Represents the graph of a view.


Member Function Documentation

List<ViewEdge> com.google.security.zynamics.binnavi.API.disassembly.ViewGraph.getEdges (  ) 

Returns all edges of the graph.

Returns:
The edges of the graph.
List<ViewNode> com.google.security.zynamics.binnavi.API.disassembly.ViewGraph.getNodes (  ) 

Returns all nodes of the graph.

Returns:
The nodes of the graph.
String com.google.security.zynamics.binnavi.API.disassembly.ViewGraph.toString (  ) 

Returns the string representation of the graph.

Returns:
The string representation of the graph.