Package ghidra.graph
Interface GEdge<V>
-
- Type Parameters:
V- the type of vertices
- All Known Subinterfaces:
GWeightedEdge<V>,VisualEdge<V>
- All Known Implementing Classes:
AbstractVisualEdge,AssemblyContextGraph.Edge,CodeBlockEdge,DefaultGEdge,MutableGDirectedGraphWrapper.DummyEdge
public interface GEdge<V>An edge in a (usually directed) graph
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VgetEnd()Get the end, or head, of the edgeVgetStart()Get the start, or tail, of the edge
-