java.lang.Object | |
↳ | com.pnfsoftware.jeb.util.graph.Digraph.E |
Oriented edge with optional weight.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Digraph.E | clone() | ||||||||||
Digraph.V | getDst() | ||||||||||
int | getDstId() | ||||||||||
int | getDstIndex() | ||||||||||
Double |
getEdgeBetweennessScore()
edge-betweenness score.
| ||||||||||
Double |
getScore()
temp placeholder.
| ||||||||||
Digraph.V | getSrc() | ||||||||||
int | getSrcId() | ||||||||||
int | getSrcIndex() | ||||||||||
Double | getWeight() | ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
edge-betweenness score.
temp placeholder.