Base class for all graph nodes. More...
Public Member Functions | |
| List< T > | getParents () |
| Parents of the graph node. | |
Package Functions | |
| List< T > | getChildren () |
| Children of the graph node. | |
Interface that is implemented by nodes that are part of graphs.
| <T> | Type of the node. |
| List<T> BinNavi.API.disassembly.IGraphNode< T >.getChildren | ( | ) | [package] |
Returns a 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.
1.7.1