Public Member Functions | Package Functions

BinNavi.API.disassembly.IGraphNode< T > Interface Reference

Base class for all graph nodes. More...

List of all members.

Public Member Functions

List< T > getParents ()
 Parents of the graph node.

Package Functions

List< T > getChildren ()
 Children of the graph node.

Detailed Description

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

Parameters:
<T> Type of the node.

Member Function Documentation

List<T> 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> 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.