Package com.pnfsoftware.jeb.util.graph
Class Digraph.E
java.lang.Object
com.pnfsoftware.jeb.util.graph.Digraph.E
- Enclosing class:
- Digraph
Oriented edge with optional weight.
-
Method Summary
-
Method Details
-
getSrc
-
getSrcId
public int getSrcId() -
getSrcIndex
public int getSrcIndex() -
getDst
-
getDstId
public int getDstId() -
getDstIndex
public int getDstIndex() -
getWeight
-
getScore
temp placeholder. -
getEdgeBetweennessScore
edge-betweenness score. -
clone
-
toString
-