Package ghidra.graph

Interface GWeightedEdge<V>

Type Parameters:
V - the type of vertices
All Superinterfaces:
GEdge<V>

public interface GWeightedEdge<V> extends GEdge<V>
An edge having a natural weight
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    The natural weight of the edge

    Methods inherited from interface ghidra.graph.GEdge

    getEnd, getStart
  • Method Details

    • getWeight

      double getWeight()
      The natural weight of the edge
      Returns:
      the weight