Package ghidra.graph

Interface GWeightedEdge<V>

  • All Superinterfaces:
    GEdge<V>

    public interface GWeightedEdge<V>
    extends GEdge<V>
    An edge having a natural weight param the type of vertices
    • Method Detail

      • getWeight

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