# Class: com.pnfsoftware.jeb.util.graph.Digraph.E

Oriented edge with optional weight.

## Method: clone
- return type: `com.pnfsoftware.jeb.util.graph.Digraph.E`

Description: Create a shallow copy of this edge.
return: a copy of this edge referencing the same endpoint vertices

## Method: getDst
- return type: `com.pnfsoftware.jeb.util.graph.Digraph.V`

Description: Get the destination vertex.
return: the destination vertex

## Method: getDstId
- return type: `int`

Description: Get the destination vertex id.
return: the destination vertex id

## Method: getDstIndex
- return type: `int`

Description: Get the destination vertex index.
return: the destination vertex index

## Method: getEdgeBetweennessScore
- return type: `java.lang.Double`

Description: Get the edge\-betweenness score.
return: the edge\-betweenness score, or null if none was computed

## Method: getScore
- return type: `java.lang.Double`

Description: Get the temporary edge score used during graph analysis.
return: the temporary score, or null if none was computed

## Method: getSrc
- return type: `com.pnfsoftware.jeb.util.graph.Digraph.V`

Description: Get the source vertex.
return: the source vertex

## Method: getSrcId
- return type: `int`

Description: Get the source vertex id.
return: the source vertex id

## Method: getSrcIndex
- return type: `int`

Description: Get the source vertex index.
return: the source vertex index

## Method: getWeight
- return type: `java.lang.Double`

Description: Get the edge weight.
return: the edge weight, or null if none was assigned

## Method: toString
- return type: `java.lang.String`


