Interface for lattice graphs. More...
Package Functions | |
| List< GraphNode > | getNodes () |
| The nodes of the graph. | |
Interface that must be implemented by all graphs that are used by MonoREIL.
| <GraphNode> | Type of the nodes in the graphs. |
| List<GraphNode> BinNavi.API.reil.mono.ILatticeGraph< GraphNode >.getNodes | ( | ) | [package] |
Returns a list of all nodes that are part of the graph.
1.7.1