getEdges method

List getEdges()

Returns the list of DirectedEdges that make up this EdgeRing

Implementation

List getEdges() {
  return edges;
}