getEdge method

DirectedEdge? getEdge()

Implementation

DirectedEdge? getEdge() {
  return orientedDe;
}