public static class

Digraph.E

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.util.Digraph.E

Class Overview

Oriented edge with optional weight.

Summary

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

Public Methods

public Digraph.E clone ()

public Digraph.V getDst ()

public int getDstId ()

public int getDstIndex ()

public Double getEdgeBetweennessScore ()

edge-betweenness score.

public Double getScore ()

temp placeholder.

public Digraph.V getSrc ()

public int getSrcId ()

public int getSrcIndex ()

public Double getWeight ()

public String toString ()