Package ghidra.graph
Interface GWeightedEdge<V>
- Type Parameters:
V
- the type of vertices
- All Superinterfaces:
GEdge<V>
An edge having a natural weight
-
Method Summary
-
Method Details
-
getWeight
double getWeight()The natural weight of the edge- Returns:
- the weight
-