Public Member Functions

BinNavi.API.reil.mono.InstructionGraphEdge Class Reference

Inherits com::zynamics::zylib::types::graphs::DefaultEdge< InstructionGraphNode >.

List of all members.

Public Member Functions

InstructionGraphNode getSource ()
 The source node of the edge.
InstructionGraphNode getTarget ()
 The target node of the edge.
EdgeType getType ()
 Type of the edge.
 InstructionGraphEdge (final InstructionGraphNode source, final InstructionGraphNode target, final EdgeType edgeType)
 Creates a new instruction graph edge.

Detailed Description

Edge of an instruction graph.


Constructor & Destructor Documentation

BinNavi.API.reil.mono.InstructionGraphEdge.InstructionGraphEdge ( final InstructionGraphNode  source,
final InstructionGraphNode  target,
final EdgeType  edgeType 
)

Creates a new instruction graph edge.

Parameters:
source Source node of the edge.
target Target node of the edge.
edgeType Type of the edge.

Member Function Documentation

InstructionGraphNode BinNavi.API.reil.mono.InstructionGraphEdge.getSource (  ) 

Returns the source node of the edge.

Returns:
The source node of the edge.
InstructionGraphNode BinNavi.API.reil.mono.InstructionGraphEdge.getTarget (  ) 

Returns the target node of the edge.

Returns:
The target node of the edge.
EdgeType BinNavi.API.reil.mono.InstructionGraphEdge.getType (  ) 

Returns the type of the edge.

Returns:
The type of the edge.