Class Digraph.E

java.lang.Object
com.pnfsoftware.jeb.util.graph.Digraph.E
Enclosing class:
Digraph

public static class Digraph.E extends Object
Oriented edge with optional weight.
  • Method Details

    • getSrc

      public Digraph.V getSrc()
    • getSrcId

      public int getSrcId()
    • getSrcIndex

      public int getSrcIndex()
    • getDst

      public Digraph.V getDst()
    • getDstId

      public int getDstId()
    • getDstIndex

      public int getDstIndex()
    • getWeight

      public Double getWeight()
    • getScore

      public Double getScore()
      temp placeholder.
    • getEdgeBetweennessScore

      public Double getEdgeBetweennessScore()
      edge-betweenness score.
    • clone

      public Digraph.E clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object