Public Member Functions | Package Functions

com.google.security.zynamics.binnavi.API.disassembly.IGraphNode< T > Interface Reference

List of all members.

Public Member Functions

List< T > getParents ()

Package Functions

List< T > getChildren ()

Detailed Description

Interface that is implemented by nodes that are part of graphs.

Parameters:
<T> Type of the node.

Member Function Documentation

List<T> com.google.security.zynamics.binnavi.API.disassembly.IGraphNode< T >.getChildren (  )  [package]

Returns a list of all children of the graph node.

Returns:
List of all children of the graph node.
List<T> com.google.security.zynamics.binnavi.API.disassembly.IGraphNode< T >.getParents (  ) 

Returns a list of all parents of the graph node.

Returns:
List of all parents of the graph node.